From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757237AbdJKIox (ORCPT ); Wed, 11 Oct 2017 04:44:53 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:28480 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756569AbdJKIou (ORCPT ); Wed, 11 Oct 2017 04:44:50 -0400 From: Kishon Vijay Abraham I To: Arnd Bergmann , Greg Kroah-Hartman , Kishon Vijay Abraham I CC: , , , Subject: [PATCH 0/3] pci_endpoint_test: Fix module removal/insertion cycle Date: Wed, 11 Oct 2017 14:14:35 +0530 Message-ID: <20171011084438.8296-1-kishon@ti.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series fixes module removal/insertion cycle of pci_endpoint_test. Without this series, when trying to modprobe pci_endpoint_test after rmmod pci_endpoint_test results in the following errors. pci-endpoint-test 0000:01:00.0: BAR 0: can't reserve [mem 0x20204600-0x202046ff] pci-endpoint-test 0000:01:00.0: Cannot obtain PCI resources pci-endpoint-test: probe of 0000:01:00.0 failed with error -16 Kishon Vijay Abraham I (3): misc: pci_endpoint_test: Fix failure path return values in probe misc: pci_endpoint_test: Fix pci_endpoint_test not releasing resources on remove misc: pci_endpoint_test: Fix BUG_ON error during pci_disable_msi drivers/misc/pci_endpoint_test.c | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) -- 2.11.0