]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Revert "uio: use request_threaded_irq instead"
authorXiubo Li <xiubli@redhat.com>
Thu, 31 Oct 2019 16:23:00 +0000 (09:23 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Nov 2019 18:04:39 +0000 (19:04 +0100)
commit2cb9eb78a7cbef6b235faf981d6d2c0579d6eb79
treee1fb3eb1d3e7c82a7fd12e6de1761da775acb1f7
parent1c59aeeaa09d42c7718bfdd2e1f7612987dae561
Revert "uio: use request_threaded_irq instead"

BugLink: https://bugs.launchpad.net/bugs/1843487
Since mutex lock in irq hanler is useless currently, here will
remove it together with it.

This reverts commit 9421e45f5ff3d558cf8b75a8cc0824530caf3453.

Reported-by: james.r.harris@intel.com
CC: Ahsan Atta <ahsan.atta@intel.com>
Signed-off-by: Xiubo Li <xiubli@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(backported from commit 3d27c4de8d4fb2d4099ff324671792aa2578c6f9)
[kamal: applied just the mutex removal bit.]
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/uio/uio.c