lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 16 Sep 2016 13:26:26 -0400
From:   Doug Ledford <dledford@...hat.com>
To:     Bhaktipriya Shridhar <bhaktipriya96@...il.com>,
        Yishai Hadas <yishaih@...lanox.com>,
        Sean Hefty <sean.hefty@...el.com>,
        Hal Rosenstock <hal.rosenstock@...il.com>,
        Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
        Leon Romanovsky <leonro@...lanox.com>,
        Chuck Lever <chuck.lever@...cle.com>,
        Mark Bloch <markb@...lanox.com>,
        Hans Westgaard Ry <hans.westgaard.ry@...cle.com>,
        Christoph Lameter <cl@...ux.com>,
        Erez Shitrit <erezsh@...lanox.com>,
        Haggai Eran <haggaie@...lanox.com>,
        Florian Westphal <fw@...len.de>,
        Guy Shapiro <guysh@...lanox.com>, Eli Cohen <eli@...lanox.com>,
        Or Gerlitz <ogerlitz@...lanox.com>,
        Faisal Latif <faisal.latif@...el.com>,
        Matan Barak <matanb@...lanox.com>,
        Chien Tin Tung <chien.tin.tung@...el.com>,
        Mustafa Ismail <mustafa.ismail@...el.com>,
        Shiraz Saleem <shiraz.saleem@...el.com>,
        Tatyana Nikolova <tatyana.e.nikolova@...el.com>,
        Steve Wise <swise@...lsio.com>,
        Mike Marciniszyn <infinipath@...el.com>,
        Bart Van Assche <bart.vanassche@...disk.com>,
        Yotam Kenneth <yotamke@...lanox.com>,
        Somnath Kotur <Somnath.Kotur@...gotech.Com>,
        Moni Shoua <monis@...lanox.com>,
        Shachar Raindel <raindel@...lanox.com>,
        Parav Pandit <pandit.parav@...il.com>,
        Sagi Grimberg <sagi@...mberg.me>,
        Christoph Hellwig <hch@...radead.org>,
        Dean Luick <dean.luick@...el.com>,
        Ira Weiny <ira.weiny@...el.com>,
        Kaike Wan <kaike.wan@...el.com>
Cc:     linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org,
        Tejun Heo <tj@...nel.org>
Subject: Re: [PATCH 00/22] Remove deprecated create_workqueue instances

On 8/15/2016 1:57 PM, Bhaktipriya Shridhar wrote:
> This patch set removes the instances of deprecated
> create_singlethread_workqueue (scheduled for removal) in
> drivers/infiniband by making the appropriate conversions.
> 
> Bhaktipriya Shridhar (22):
>   IB/sa : Remove deprecated create_singlethread_workqueue
>   IB/mad: Remove deprecated create_singlethread_workqueue
>   IB/multicast: Remove deprecated create_singlethread_workqueue
>   IB/ucma: Remove deprecated create_singlethread_workqueue
>   IB/cma: Remove deprecated create_singlethread_workqueue
>   IB/addr: Remove deprecated create_singlethread_workqueue
>   IB/iwcm: Remove deprecated create_singlethread_workqueue
>   iw_cxgb3: Remove deprecated create_singlethread_workqueue
>   IB/qib: Remove deprecated create_singlethread_workqueue
>   iw_cxgb4: Remove deprecated create_singlethread_workqueue
>   IB/mthca: Remove deprecated create_singlethread_workqueue
>   i40iw_main: Remove deprecated create_singlethread_workqueue
>   i40iw_cm: Remove deprecated create_singlethread_workqueue
>   IB/mlx5: Remove deprecated create_singlethread_workqueue
>   IB/mlx5/odp: Remove deprecated create_singlethread_workqueue
>   IB/mlx4: Remove deprecated create_singlethread_workqueue
>   IB/mlx4/mad: Remove deprecated create_singlethread_workqueue
>   IB/mlx4/mcg: Remove deprecated create_singlethread_workqueue
>   IB/nes: Remove deprecated create_singlethread_workqueue
>   IB/ipoib: Remove deprecated create_singlethread_workqueue
>   IB/ipoib_verbs: Remove deprecated create_singlethread_workqueue
>   IB/mlx4/alias_GUID: Remove deprecated create_singlethread_workqueue
> 
>  drivers/infiniband/core/addr.c             | 2 +-
>  drivers/infiniband/core/cma.c              | 2 +-
>  drivers/infiniband/core/iwcm.c             | 2 +-
>  drivers/infiniband/core/mad.c              | 2 +-
>  drivers/infiniband/core/multicast.c        | 2 +-
>  drivers/infiniband/core/sa_query.c         | 2 +-
>  drivers/infiniband/core/ucma.c             | 3 ++-
>  drivers/infiniband/hw/cxgb3/iwch_cm.c      | 2 +-
>  drivers/infiniband/hw/cxgb4/cm.c           | 2 +-
>  drivers/infiniband/hw/i40iw/i40iw_cm.c     | 7 +++++--
>  drivers/infiniband/hw/i40iw/i40iw_main.c   | 2 +-
>  drivers/infiniband/hw/mlx4/alias_GUID.c    | 2 +-
>  drivers/infiniband/hw/mlx4/mad.c           | 4 ++--
>  drivers/infiniband/hw/mlx4/main.c          | 2 +-
>  drivers/infiniband/hw/mlx4/mcg.c           | 4 ++--
>  drivers/infiniband/hw/mlx5/mr.c            | 2 +-
>  drivers/infiniband/hw/mlx5/odp.c           | 4 ++--
>  drivers/infiniband/hw/mthca/mthca_catas.c  | 2 +-
>  drivers/infiniband/hw/nes/nes_cm.c         | 4 ++--
>  drivers/infiniband/hw/qib/qib_init.c       | 4 ++--
>  drivers/infiniband/ulp/ipoib/ipoib_main.c  | 3 ++-
>  drivers/infiniband/ulp/ipoib/ipoib_verbs.c | 2 +-
>  22 files changed, 33 insertions(+), 28 deletions(-)
> 
> --
> 2.1.4
> 

The commit message of patch 20/22 was not matching what you actually
did.  I fixed that up (the commit message, the patch was right), then
series applied.

-- 
Doug Ledford <dledford@...hat.com>
    GPG Key ID: 0E572FDD



Download attachment "signature.asc" of type "application/pgp-signature" (885 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ