linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Heikki Krogerus <heikki.krogerus@linux.intel.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Darren Hart <dvhart@infradead.org>,
	Andy Shevchenko <andy@infradead.org>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Chanwoo Choi <cw00.choi@samsung.com>,
	Mathias Nyman <mathias.nyman@intel.com>,
	Guenter Roeck <linux@roeck-us.net>, Jun Li <jun.li@nxp.com>,
	platform-driver-x86@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [v8,01/12] drivers: base: Unified device connection lookup
Date: Tue, 20 Mar 2018 13:21:57 +0100	[thread overview]
Message-ID: <eb9950fe-54fd-eda8-e678-f2216204f62f@redhat.com> (raw)

Hi,

On 20-03-18 11:32, Heikki Krogerus wrote:
> On Tue, Mar 20, 2018 at 12:04:12PM +0200, Heikki Krogerus wrote:
>>>> +void device_connection_remove(struct device_connection *con)
>>>> +{
>>>> +	mutex_lock(&devcon_lock);
>>>> +	list_del_rcu(&con->list);
>>>
>>> See, rcu?
>>
>> True. I'll send one more version.
> 
> Before I do that, Hans, can you quickly check this and see that I
> have not made any more mistakes? I don't trust myself anymore with
> these.

This looks good to me (note I did not test only reviewed).

Regards,

Hans
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2018-03-20 12:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-20 12:21 Hans de Goede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-20 12:52 [v8,01/12] drivers: base: Unified device connection lookup Heikki Krogerus
2018-03-20 10:32 Heikki Krogerus
2018-03-20 10:04 Heikki Krogerus
2018-03-20  9:20 Greg Kroah-Hartman
2018-03-14 13:12 Heikki Krogerus

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=eb9950fe-54fd-eda8-e678-f2216204f62f@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=andy@infradead.org \
    --cc=cw00.choi@samsung.com \
    --cc=dvhart@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=jun.li@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=mathias.nyman@intel.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=platform-driver-x86@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).