Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1504661

[PATCH 0/2] smartpqi: Remove semaphores

From Binoy Jayan <binoy.jayan@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 0/2] smartpqi: Remove semaphores
Date 2016-10-20 11:00 +0200
Message-ID <suhmF-5dC-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

The following are a set of patches which removes semaphores from 
scsi/smartpqi. These are part of a bigger effort to eliminate all
semaphores from the linux kernel.

Thanks,
Binoy

Binoy Jayan (2):
  scsi: smartpqi: Replace semaphore sync_request_sem with mutex
  scsi: smartpqi: Replace semaphore lun_reset_sem with mutex

 drivers/scsi/smartpqi/smartpqi.h      |  6 ++++--
 drivers/scsi/smartpqi/smartpqi_init.c | 37 +++++++++--------------------------
 2 files changed, 13 insertions(+), 30 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] smartpqi: Remove semaphores Binoy Jayan <binoy.jayan@linaro.org> - 2016-10-20 11:00 +0200
  [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Binoy Jayan <binoy.jayan@linaro.org> - 2016-10-20 11:00 +0200
    Re: [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Arnd Bergmann <arnd@arndb.de> - 2016-10-20 11:10 +0200
      Re: [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem  with mutex Binoy Jayan <binoy.jayan@linaro.org> - 2016-10-24 12:10 +0200
        Re: [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Arnd Bergmann <arnd@arndb.de> - 2016-10-24 12:20 +0200
    Re: [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem with mutex Arnd Bergmann <arnd@arndb.de> - 2016-10-20 11:20 +0200
      Re: [PATCH 1/2] scsi: smartpqi: Replace semaphore sync_request_sem  with mutex Binoy Jayan <binoy.jayan@linaro.org> - 2016-10-24 12:10 +0200

csiph-web