Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /usr/src/linux-headers-5.3.0-18-generic# cd '/usr/src/linux-headers-5.3.0-18-generic/kernel'
- root@amlt-To-be-filled-by-O-E-M:/usr/src/linux-headers-5.3.0-18-generic/kernel# patch -p0 < ../3-3-PCI-msi-remove-pci_enable_msi_-exact-range.patch
- can't find file to patch at input line 71
- Perhaps you used the wrong -p or --strip option?
- The text leading up to this was:
- --------------------------
- |From patchwork Mon Jan 9 20:37:40 2017
- |Content-Type: text/plain; charset="utf-8"
- |MIME-Version: 1.0
- |Content-Transfer-Encoding: 7bit
- |X-Patchwork-Submitter: Christoph Hellwig <hch@lst.de>
- |X-Patchwork-Id: 9505893
- |Return-Path: <linux-media-owner@kernel.org>
- |Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org
- | [172.30.200.125])
- | by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id
- | 60B1B60757 for <patchwork-linux-media@patchwork.kernel.org>;
- | Mon, 9 Jan 2017 20:38:20 +0000 (UTC)
- |Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1])
- | by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 493F128504
- | for <patchwork-linux-media@patchwork.kernel.org>;
- | Mon, 9 Jan 2017 20:38:20 +0000 (UTC)
- |Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486)
- | id 3E07B28518; Mon, 9 Jan 2017 20:38:20 +0000 (UTC)
- |X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
- | pdx-wl-mail.web.codeaurora.org
- |X-Spam-Level:
- |X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI
- | autolearn=ham version=3.3.1
- |Received: from vger.kernel.org (vger.kernel.org [209.132.180.67])
- | by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8DB9B28504
- | for <patchwork-linux-media@patchwork.kernel.org>;
- | Mon, 9 Jan 2017 20:38:19 +0000 (UTC)
- |Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
- | id S940611AbdAIUiN (ORCPT
- | <rfc822;patchwork-linux-media@patchwork.kernel.org>);
- | Mon, 9 Jan 2017 15:38:13 -0500
- |Received: from bombadil.infradead.org ([198.137.202.9]:38242 "EHLO
- | bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
- | with ESMTP id S940640AbdAIUh6 (ORCPT
- | <rfc822; linux-media@vger.kernel.org>); Mon, 9 Jan 2017 15:37:58 -0500
- |Received: from clnet-p099-196.ikbnet.co.at ([83.175.99.196] helo=localhost)
- | by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat
- | Linux)) id 1cQghU-0002SK-Ar; Mon, 09 Jan 2017 20:37:52 +0000
- |From: Christoph Hellwig <hch@lst.de>
- |To: linux-pci@vger.kernel.org
- |Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com>,
- | netdev@vger.kernel.org, linux-media@vger.kernel.org
- |Subject: [PATCH 3/3] PCI/msi: remove pci_enable_msi_{exact,range}
- |Date: Mon, 9 Jan 2017 21:37:40 +0100
- |Message-Id: <1483994260-19797-4-git-send-email-hch@lst.de>
- |X-Mailer: git-send-email 2.1.4
- |In-Reply-To: <1483994260-19797-1-git-send-email-hch@lst.de>
- |References: <1483994260-19797-1-git-send-email-hch@lst.de>
- |X-SRS-Rewrite: SMTP reverse-path rewritten from <hch@infradead.org> by
- | bombadil.infradead.org. See http://www.infradead.org/rpr.html
- |Sender: linux-media-owner@vger.kernel.org
- |Precedence: bulk
- |List-ID: <linux-media.vger.kernel.org>
- |X-Mailing-List: linux-media@vger.kernel.org
- |X-Virus-Scanned: ClamAV using ClamSMTP
- |
- |All multi-MSI allocations are now done through pci_irq_alloc_vectors,
- |so remove the old interface.
- |
- |Signed-off-by: Christoph Hellwig <hch@lst.de>
- |---
- | Documentation/PCI/MSI-HOWTO.txt | 6 ++----
- | drivers/pci/msi.c | 26 +++++++++-----------------
- | include/linux/pci.h | 16 ++--------------
- | 3 files changed, 13 insertions(+), 35 deletions(-)
- |
- |diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt
- |index cd9c9f6..b570a92 100644
- |--- a/Documentation/PCI/MSI-HOWTO.txt
- |+++ b/Documentation/PCI/MSI-HOWTO.txt
- --------------------------
- File to patch:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement