From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753027AbcFBLAj (ORCPT ); Thu, 2 Jun 2016 07:00:39 -0400 Received: from mout.kundenserver.de ([217.72.192.74]:62660 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750958AbcFBLAi (ORCPT ); Thu, 2 Jun 2016 07:00:38 -0400 From: Arnd Bergmann To: Binoy Jayan Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/4] *** rtl8192u: Replace semaphores with mutexes *** Date: Thu, 02 Jun 2016 13:01:14 +0200 Message-ID: <8770593.H9syexUjVB@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1464864782-424-1-git-send-email-binoy.jayan@linaro.org> References: <1464843475-4870-1-git-send-email-binoy.jayan@linaro.org> <1464864782-424-1-git-send-email-binoy.jayan@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:6Xz0NQ/KphKyX8V2egZLAnWIbzH1VrA2EOKKDqagppZ4fueIlhQ GE2MYgvqfGLzxFua52DuONS+5N6D6XuTbIOBOzUZGOSrrOBJ9ic3nRbR5+X08QkyUTM/18Q etfoOKa3Cbatt+1sD53/KsJe6xgJtk0i3KAe4CYdtyumcotY5hqPTVUCXgEUFd/TR5aFXBk Jg8/+XJioP1AO4e9MjdCw== X-UI-Out-Filterresults: notjunk:1;V01:K0:FYRse+8OzQI=:Cp+ZfPWfJJ/F2R3PsXyKJh f4/gws0gPnz0yVIV74278UMPa96CA5qc5kPI9dE4aiOcKNv+auLy3p6bTmKLR61Co1DO7LWGo gBld9SiD97iGYKq3AHKM0mSTS8ovBRBW+fCj2KSvUI6zWcjzB6ZZ1wugE9Xo07C/8XF6HG1Vx zM6O0+3b13gxTTYTJ4WFf3DhPHQwpl9Rp+QSrqAaZDnQZBRUBb2sBO2X9ExBghUORGbsZRDuq AsaA6tlJb1dmMKq7+BI5zLulXEQEKBr/l6NMIOQcLVScJ7JZOVMVRtU+iVqf5EP/mY4j4O4zT AY6hfVsaJNP6e2limJBqIDciN/IzieyKYKmnhVS/efLoJItPqXRGAB6FbXXGtOZUQFGQNnEeB uw9TsOXhCzNmhJSWeuHG95QEYOzAXKJg7ShjSEEIMwrgnGDx6YGYEkSTSvwqbOUu75/TQGI7U /26xD2z5agKtBtjv86hQtx/XgevTySZ43pbZNw+kduLfYoJtPUaY8G20sANYWgE+9hgoOH87/ yEnpzKJZitKJ2wE2/fc2KieqFb0tkPvFJCXGHLA9LnkS98qRpc7VEyd+gPL4yC80U1ka8QvL2 +OAQrAineQTFNNxUfTTyBr3pVXqxkolSoDm4QtObdOc2usIrkmkUsxHDfPc29T7hj9rk7rbAs vFUWIUgy3F+t6rlrVWqnWpEOKcEAg2POYhhyksdRXoIITPvFex0mPe3s6x0RpAlZLt6ixZNy0 zfk0L411UNNbP1Aa Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, June 2, 2016 4:22:58 PM CEST Binoy Jayan wrote: > Hi, > > These are a set of patches [v2] which removes semaphores from: > > drivers/staging/rtl8192u > > These are part of a bigger effort to eliminate all semaphores > from the linux kernel. > > They build correctly (individually and as a whole). > NB: I have not tested this as I do not have the following hardware: > > All look good now. Note about the 'Reviewed-by: ' reply I gave you. When you resend a patch, you should pick up all the 'Reviewed-by', 'Acked-by', 'Tested-by', etc lines and add them to your 'Signed-off-by' line in the patch, so that information doesn't get lost. If you don't resend the patch but it gets picked up by the maintainer, then the maintainer adds then while applying the patches. Arnd