All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche-HInyCGIudOg@public.gmane.org>
To: David Dillow <dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
Cc: "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v3 1/3] IB/srp: Track connection state properly
Date: Thu, 20 Dec 2012 16:24:55 +0100	[thread overview]
Message-ID: <50D32DC7.9000007@acm.org> (raw)
In-Reply-To: <1356016241.2507.1.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>

On 12/20/12 16:10, David Dillow wrote:
> On Thu, 2012-12-20 at 09:13 +0100, Bart Van Assche wrote:
>> On 12/19/12 19:04, David Dillow wrote:
>>> On Wed, 2012-12-19 at 15:21 +0100, Bart Van Assche wrote:
>>>> The connection state must be initialized before srp_connect_target()
>>>> is invoked. Drop the assignment in srp_add_target() since it occurs
>>>> after srp_connect_target() and since scsi_host_alloc()
>>>> zero-initializes the Scsi_Host structure anyway.
>>>
>>> The commit message is still wrong. The issue is that
>>> srp_connect_target() has marked us as active, and this patch removes an
>>> assignment that reverses that.
>>>
>>> This shouldn't go upstream without the fixed commit message.
>>
>> Hi Dave,
>>
>> How about replacing the commit message by the following text:
>>
>> "Remove an assignment that incorrectly overwrites the connection state
>> update by srp_connect_target()."
>
> Works for me, ship it!

Thanks ! I will post a fourth version of this patch with the above 
commit message to make it easier for Roland.

Bart.

--
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

  parent reply	other threads:[~2012-12-20 15:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 14:20 [PATCH v3 0/3] IB/SRP patches for kernel 3.8 Bart Van Assche
     [not found] ` <50D1CD49.5080607-HInyCGIudOg@public.gmane.org>
2012-12-19 14:21   ` [PATCH v3 1/3] IB/srp: Track connection state properly Bart Van Assche
     [not found]     ` <50D1CD7D.6030905-HInyCGIudOg@public.gmane.org>
2012-12-19 18:04       ` David Dillow
     [not found]         ` <1355940274.23687.2.camel-zHLflQxYYDO4Hhoo1DtQwJ9G+ZOsUmrO@public.gmane.org>
2012-12-20  8:13           ` Bart Van Assche
     [not found]             ` <50D2C8C4.3030308-HInyCGIudOg@public.gmane.org>
2012-12-20 15:10               ` David Dillow
     [not found]                 ` <1356016241.2507.1.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2012-12-20 15:24                   ` Bart Van Assche [this message]
     [not found]                     ` <50D32DC7.9000007-HInyCGIudOg@public.gmane.org>
2012-12-20 15:26                       ` [PATCH v4 " Bart Van Assche
2012-12-20 15:27                   ` [PATCH v3 " Or Gerlitz
     [not found]                     ` <50D32E7A.4070704-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2012-12-20 16:27                       ` David Dillow
     [not found]                         ` <1356020823.8322.0.camel-zHLflQxYYDO4Hhoo1DtQwJ9G+ZOsUmrO@public.gmane.org>
2012-12-20 20:06                           ` Or Gerlitz
2012-12-19 14:22   ` [PATCH v3 2/3] IB/srp: Avoid sending a task management function needlessly Bart Van Assche
     [not found]     ` <50D1CDB4.9070906-HInyCGIudOg@public.gmane.org>
2012-12-19 18:05       ` David Dillow
2012-12-19 14:24   ` [PATCH v3 3/3] IB/srp: Avoid endless SCSI error handling loop Bart Van Assche
     [not found]     ` <50D1CE0B.2080902-HInyCGIudOg@public.gmane.org>
2012-12-19 18:07       ` David Dillow
2012-12-20 12:38   ` [PATCH v3 0/3] IB/SRP patches for kernel 3.8 Or Gerlitz
     [not found]     ` <50D306DE.7080505-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2012-12-20 13:19       ` Bart Van Assche
     [not found]         ` <50D3105C.10005-HInyCGIudOg@public.gmane.org>
2012-12-20 14:56           ` Or Gerlitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50D32DC7.9000007@acm.org \
    --to=bvanassche-hinycgiudog@public.gmane.org \
    --cc=dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.