From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched Date: Wed, 30 Dec 2015 10:42:53 +0100 Message-ID: <20151230094253.GB12904@lst.de> References: <1449521512-22921-1-git-send-email-hch@lst.de> <1449521512-22921-4-git-send-email-hch@lst.de> <5682584A.5030708@sandisk.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <5682584A.5030708-XdAiOPVOjttBDgjK7y7TUQ@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bart Van Assche Cc: Christoph Hellwig , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, sagig-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org, axboe-b10kYP2dOMg@public.gmane.org, linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org On Tue, Dec 29, 2015 at 10:54:18AM +0100, Bart Van Assche wrote: > After having applied these changes the SRP initiator didn't receive any > RDMA completions anymore. I could remedy that by changing > "!test_and_set_bit()" into "test_and_set_bit()": Yes. I actually had this bug earlier, fixed it and managed to get it back during a rebase, d'oh. Reviewed-by: Christoph Hellwig Can you resend it with a proper signoff? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754443AbbL3Jm5 (ORCPT ); Wed, 30 Dec 2015 04:42:57 -0500 Received: from verein.lst.de ([213.95.11.211]:48959 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795AbbL3Jmy (ORCPT ); Wed, 30 Dec 2015 04:42:54 -0500 Date: Wed, 30 Dec 2015 10:42:53 +0100 From: Christoph Hellwig To: Bart Van Assche Cc: Christoph Hellwig , linux-rdma@vger.kernel.org, sagig@dev.mellanox.co.il, axboe@fb.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 03/13] irq_poll: fold irq_poll_sched_prep into irq_poll_sched Message-ID: <20151230094253.GB12904@lst.de> References: <1449521512-22921-1-git-send-email-hch@lst.de> <1449521512-22921-4-git-send-email-hch@lst.de> <5682584A.5030708@sandisk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5682584A.5030708@sandisk.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 29, 2015 at 10:54:18AM +0100, Bart Van Assche wrote: > After having applied these changes the SRP initiator didn't receive any > RDMA completions anymore. I could remedy that by changing > "!test_and_set_bit()" into "test_and_set_bit()": Yes. I actually had this bug earlier, fixed it and managed to get it back during a rebase, d'oh. Reviewed-by: Christoph Hellwig Can you resend it with a proper signoff?