All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: Tejun Heo <tj@kernel.org>,
	Lennart Poettering <lennart@poettering.net>,
	Kay Sievers <kay@vrfy.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Wu Zhangjin <falcon@meizu.com>, Takashi Iwai <tiwai@suse.de>,
	Arjan van de Ven <arjan@linux.intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Oleg Nesterov <oleg@redhat.com>,
	hare@suse.com, Andrew Morton <akpm@linux-foundation.org>,
	Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>,
	Joseph Salisbury <joseph.salisbury@canonical.com>,
	Benjamin Poirier <bpoirier@suse.de>,
	Santosh Rastapur <santosh@chelsio.com>,
	One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
	Tim Gardner <tim.gardner@canonical.com>,
	Pierre Fersing <pierre-fersing@pierref.org>,
	Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>,
	Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>,
	Sreekanth Reddy <sreekanth.reddy@avagotech.com>,
	Abhijit Mahajan <abhijit.mahajan@avagotech.com>,
	Casey Leedom <leedom@chelsio.com>,
	Hariprasad S <hariprasad@chelsio.com>,
	MPT-FusionLinux.pdl@avagotech.com,
	Linux SCSI List <linux-scsi@vger.kernel.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Re: [RFC v2 3/6] kthread: warn on kill signal if not OOM
Date: Mon, 8 Sep 2014 18:04:23 -0700	[thread overview]
Message-ID: <CAB=NE6Uz1VD5qpMFSBfQRV8ih9FQcCUhNtWMvD38t5hdDvix4Q@mail.gmail.com> (raw)
In-Reply-To: <20140905224047.GC15723@mtj.dyndns.org>

On Fri, Sep 5, 2014 at 3:40 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello, Luis.
>
> On Fri, Sep 05, 2014 at 11:12:17AM -0700, Luis R. Rodriguez wrote:
>> Meanwhile we are allowing a major design consideration such as a 30
>> second timeout for both init + probe all of a sudden become a hard
>> requirement for device drivers. I see your point but can't also be
>> introducing major design changes willy nilly either. We *need* a
>> solution for the affected drivers.
>
> Yes, make the behavior specifically specified from userland.  When did
> I ever say that there should be no solution for the problem?  I've
> been saying that the behavior should be selected from userland from
> the get-go, haven't I?
>
> I have no idea how the selection should be.  It could be per-insmod or
> maybe just a system-wide flag with explicit exceptions marked on
> drivers is good enough.  I don't know.

Its perfectly understandable if we don't know what path to take yet
and its also understandable for it to take time to figure out --
meanwhile though systemd already has merged a policy of a 30 second
timeout for *all drivers* though so we therefore need:

0) a solutions for affected combination of systemd / drivers
1) an agreed path forward

If we want a tight integration between both kernel / init system we
need to be able to communicate effectively folks and I'm afraid this
isn't happening. I last noted on systemd-devel how the 30 second
timeout issue was merged under incorrect assumptions -- that it was
not just init that at times caused delays, and that since we currently
batch both init and probe on the driver core we need a non fatal
userspace solution [0], while we work on design on the kernel side of
things for async'ing for drivers that make sense. A proper kernel
solution may take longer than expected, we can't just assume a
probe_async flag will suffice on drivers, in fact as Tejun notes, its
wrong since historically we have had some random userland depend on
the synhronous behaviour of module loading of some drivers, and that
*could* have taken a while.

Kay, Lennart, any recommendations ?

[0] http://lists.freedesktop.org/archives/systemd-devel/2014-August/022696.html

>> Also what stops drivers from going ahead and just implementing their
>> own async probe? Would that now be frowned upon as it strives away
>
> The drivers can't.  How many times should I explain the same thing
> over and over again.  libata can't simply make probing asynchronous
> w.r.t. module loading no matter how it does it.  Yeah, sure, there can
> be other drivers which can do that without most people noticing it but
> a storage driver isn't one of them and the storage drivers are the
> problematic ones already, right?

Its one of the subsystems that has suffered from this, but not the only one.

>> from the original design? The bool would let those drivers do this
>> easily, and we would still need to identify these drivers, although
>> this particular change can be NAK'd Oleg's suggestion on
>> WARN_ON(fatal_signal_pending() at the end of load_module() seems to me
>> at least needed. And if its not async probe... what do those with
>> failed drivers do?
>
> I'm getting tired of explaining the same thing over and over again.
> The said change was nacked because the whole approach of "let's see
> which drivers get reported on the issue which exists basically for all
> drivers and just change the behavior of them" is braindead.  It makes
> no sense whatsoever.  It doesn't address the root cause of the problem
> while making the same class of drivers behave significantly
> differently for no good reason.  Please stop chasing your own tail and
> try to understand the larger picture.

Understood.

  Luis

WARNING: multiple messages have this Message-ID (diff)
From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: Tejun Heo <tj@kernel.org>,
	Lennart Poettering <lennart@poettering.net>,
	Kay Sievers <kay@vrfy.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Wu Zhangjin <falcon@meizu.com>, Takashi Iwai <tiwai@suse.de>,
	Arjan van de Ven <arjan@linux.intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Oleg Nesterov <oleg@redhat.com>,
	hare@suse.com, Andrew Morton <akpm@linux-foundation.org>,
	Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>,
	Joseph Salisbury <joseph.salisbury@canonical.com>,
	Benjamin Poirier <bpoirier@suse.de>,
	Santosh Rastapur <santosh@chelsio.com>,
	One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
	Tim Gardner <tim.gardner@canonical.com>,
	Pierre Fersing <pierre-fersing@pierref.org>,
	Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>,
	Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>,
	Sreekanth Reddy <sreekanth.reddy@avagotech.com>,
	Abhijit Mahajan <abhijit.mahajan@avagot
Subject: Re: [RFC v2 3/6] kthread: warn on kill signal if not OOM
Date: Mon, 8 Sep 2014 18:04:23 -0700	[thread overview]
Message-ID: <CAB=NE6Uz1VD5qpMFSBfQRV8ih9FQcCUhNtWMvD38t5hdDvix4Q@mail.gmail.com> (raw)
In-Reply-To: <20140905224047.GC15723@mtj.dyndns.org>

On Fri, Sep 5, 2014 at 3:40 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello, Luis.
>
> On Fri, Sep 05, 2014 at 11:12:17AM -0700, Luis R. Rodriguez wrote:
>> Meanwhile we are allowing a major design consideration such as a 30
>> second timeout for both init + probe all of a sudden become a hard
>> requirement for device drivers. I see your point but can't also be
>> introducing major design changes willy nilly either. We *need* a
>> solution for the affected drivers.
>
> Yes, make the behavior specifically specified from userland.  When did
> I ever say that there should be no solution for the problem?  I've
> been saying that the behavior should be selected from userland from
> the get-go, haven't I?
>
> I have no idea how the selection should be.  It could be per-insmod or
> maybe just a system-wide flag with explicit exceptions marked on
> drivers is good enough.  I don't know.

Its perfectly understandable if we don't know what path to take yet
and its also understandable for it to take time to figure out --
meanwhile though systemd already has merged a policy of a 30 second
timeout for *all drivers* though so we therefore need:

0) a solutions for affected combination of systemd / drivers
1) an agreed path forward

If we want a tight integration between both kernel / init system we
need to be able to communicate effectively folks and I'm afraid this
isn't happening. I last noted on systemd-devel how the 30 second
timeout issue was merged under incorrect assumptions -- that it was
not just init that at times caused delays, and that since we currently
batch both init and probe on the driver core we need a non fatal
userspace solution [0], while we work on design on the kernel side of
things for async'ing for drivers that make sense. A proper kernel
solution may take longer than expected, we can't just assume a
probe_async flag will suffice on drivers, in fact as Tejun notes, its
wrong since historically we have had some random userland depend on
the synhronous behaviour of module loading of some drivers, and that
*could* have taken a while.

Kay, Lennart, any recommendations ?

[0] http://lists.freedesktop.org/archives/systemd-devel/2014-August/022696.html

>> Also what stops drivers from going ahead and just implementing their
>> own async probe? Would that now be frowned upon as it strives away
>
> The drivers can't.  How many times should I explain the same thing
> over and over again.  libata can't simply make probing asynchronous
> w.r.t. module loading no matter how it does it.  Yeah, sure, there can
> be other drivers which can do that without most people noticing it but
> a storage driver isn't one of them and the storage drivers are the
> problematic ones already, right?

Its one of the subsystems that has suffered from this, but not the only one.

>> from the original design? The bool would let those drivers do this
>> easily, and we would still need to identify these drivers, although
>> this particular change can be NAK'd Oleg's suggestion on
>> WARN_ON(fatal_signal_pending() at the end of load_module() seems to me
>> at least needed. And if its not async probe... what do those with
>> failed drivers do?
>
> I'm getting tired of explaining the same thing over and over again.
> The said change was nacked because the whole approach of "let's see
> which drivers get reported on the issue which exists basically for all
> drivers and just change the behavior of them" is braindead.  It makes
> no sense whatsoever.  It doesn't address the root cause of the problem
> while making the same class of drivers behave significantly
> differently for no good reason.  Please stop chasing your own tail and
> try to understand the larger picture.

Understood.

  Luis

WARNING: multiple messages have this Message-ID (diff)
From: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
To: Tejun Heo <tj@kernel.org>,
	Lennart Poettering <lennart@poettering.net>,
	Kay Sievers <kay@vrfy.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Wu Zhangjin <falcon@meizu.com>, Takashi Iwai <tiwai@suse.de>,
	Arjan van de Ven <arjan@linux.intel.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Oleg Nesterov <oleg@redhat.com>,
	hare@suse.com, Andrew Morton <akpm@linux-foundation.org>,
	Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp>,
	Joseph Salisbury <joseph.salisbury@canonical.com>,
	Benjamin Poirier <bpoirier@suse.de>,
	Santosh Rastapur <santosh@chelsio.com>,
	One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>,
	Tim Gardner <tim.gardner@canonical.com>,
	Pierre Fersing <pierre-fersing@pierref.org>,
	Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>,
	Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>,
	Sreekanth Reddy <sreekanth.reddy@avagotech.com>,
	Abhijit Mahajan <abhijit.mahajan@avagot>
Subject: Re: [RFC v2 3/6] kthread: warn on kill signal if not OOM
Date: Mon, 8 Sep 2014 18:04:23 -0700	[thread overview]
Message-ID: <CAB=NE6Uz1VD5qpMFSBfQRV8ih9FQcCUhNtWMvD38t5hdDvix4Q@mail.gmail.com> (raw)
In-Reply-To: <20140905224047.GC15723@mtj.dyndns.org>

On Fri, Sep 5, 2014 at 3:40 PM, Tejun Heo <tj@kernel.org> wrote:
> Hello, Luis.
>
> On Fri, Sep 05, 2014 at 11:12:17AM -0700, Luis R. Rodriguez wrote:
>> Meanwhile we are allowing a major design consideration such as a 30
>> second timeout for both init + probe all of a sudden become a hard
>> requirement for device drivers. I see your point but can't also be
>> introducing major design changes willy nilly either. We *need* a
>> solution for the affected drivers.
>
> Yes, make the behavior specifically specified from userland.  When did
> I ever say that there should be no solution for the problem?  I've
> been saying that the behavior should be selected from userland from
> the get-go, haven't I?
>
> I have no idea how the selection should be.  It could be per-insmod or
> maybe just a system-wide flag with explicit exceptions marked on
> drivers is good enough.  I don't know.

Its perfectly understandable if we don't know what path to take yet
and its also understandable for it to take time to figure out --
meanwhile though systemd already has merged a policy of a 30 second
timeout for *all drivers* though so we therefore need:

0) a solutions for affected combination of systemd / drivers
1) an agreed path forward

If we want a tight integration between both kernel / init system we
need to be able to communicate effectively folks and I'm afraid this
isn't happening. I last noted on systemd-devel how the 30 second
timeout issue was merged under incorrect assumptions -- that it was
not just init that at times caused delays, and that since we currently
batch both init and probe on the driver core we need a non fatal
userspace solution [0], while we work on design on the kernel side of
things for async'ing for drivers that make sense. A proper kernel
solution may take longer than expected, we can't just assume a
probe_async flag will suffice on drivers, in fact as Tejun notes, its
wrong since historically we have had some random userland depend on
the synhronous behaviour of module loading of some drivers, and that
*could* have taken a while.

Kay, Lennart, any recommendations ?

[0] http://lists.freedesktop.org/archives/systemd-devel/2014-August/022696.html

>> Also what stops drivers from going ahead and just implementing their
>> own async probe? Would that now be frowned upon as it strives away
>
> The drivers can't.  How many times should I explain the same thing
> over and over again.  libata can't simply make probing asynchronous
> w.r.t. module loading no matter how it does it.  Yeah, sure, there can
> be other drivers which can do that without most people noticing it but
> a storage driver isn't one of them and the storage drivers are the
> problematic ones already, right?

Its one of the subsystems that has suffered from this, but not the only one.

>> from the original design? The bool would let those drivers do this
>> easily, and we would still need to identify these drivers, although
>> this particular change can be NAK'd Oleg's suggestion on
>> WARN_ON(fatal_signal_pending() at the end of load_module() seems to me
>> at least needed. And if its not async probe... what do those with
>> failed drivers do?
>
> I'm getting tired of explaining the same thing over and over again.
> The said change was nacked because the whole approach of "let's see
> which drivers get reported on the issue which exists basically for all
> drivers and just change the behavior of them" is braindead.  It makes
> no sense whatsoever.  It doesn't address the root cause of the problem
> while making the same class of drivers behave significantly
> differently for no good reason.  Please stop chasing your own tail and
> try to understand the larger picture.

Understood.

  Luis

  reply	other threads:[~2014-09-09  1:04 UTC|newest]

Thread overview: 227+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-05  6:37 [RFC v2 0/6] driver-core: add asynch probe support Luis R. Rodriguez
2014-09-05  6:37 ` [RFC v2 1/6] driver-core: generalize freeing driver private member Luis R. Rodriguez
2014-09-05  6:37 ` [RFC v2 2/6] driver-core: add driver async_probe support Luis R. Rodriguez
2014-09-05 11:24   ` Oleg Nesterov
2014-09-05 11:24     ` Oleg Nesterov
2014-09-05 17:25     ` Luis R. Rodriguez
2014-09-05 17:25       ` Luis R. Rodriguez
2014-09-05 22:10   ` Dmitry Torokhov
2014-10-20 23:43     ` Luis R. Rodriguez
2014-10-20 23:43       ` Luis R. Rodriguez
2014-10-20 23:43       ` Luis R. Rodriguez
2014-09-05  6:37 ` [RFC v2 3/6] kthread: warn on kill signal if not OOM Luis R. Rodriguez
2014-09-05  6:37   ` Luis R. Rodriguez
2014-09-05  7:19   ` Tejun Heo
2014-09-05  7:19     ` Tejun Heo
2014-09-05  7:47     ` Luis R. Rodriguez
2014-09-05  7:47       ` Luis R. Rodriguez
2014-09-05  7:47       ` Luis R. Rodriguez
2014-09-05  9:14       ` Mike Galbraith
2014-09-05  9:14         ` Mike Galbraith
2014-09-05  9:14         ` Mike Galbraith
2014-09-05 14:12       ` Tejun Heo
2014-09-05 14:12         ` Tejun Heo
2014-09-05 14:12         ` Tejun Heo
2014-09-05 16:44         ` Dmitry Torokhov
2014-09-05 16:44           ` Dmitry Torokhov
2014-09-05 17:49           ` Tejun Heo
2014-09-05 17:49             ` Tejun Heo
2014-09-05 18:10             ` Dmitry Torokhov
2014-09-05 18:10               ` Dmitry Torokhov
2014-09-05 22:29               ` Tejun Heo
2014-09-05 22:29                 ` Tejun Heo
2014-09-05 22:31                 ` Tejun Heo
2014-09-05 22:31                   ` Tejun Heo
2014-09-05 22:49                   ` Dmitry Torokhov
2014-09-05 22:49                     ` Dmitry Torokhov
2014-09-05 22:55                     ` Tejun Heo
2014-09-05 22:55                       ` Tejun Heo
2014-09-05 23:22                       ` Dmitry Torokhov
2014-09-05 23:22                         ` Dmitry Torokhov
2014-09-05 23:32                         ` Tejun Heo
2014-09-05 23:32                           ` Tejun Heo
2014-09-05 22:45                 ` Arjan van de Ven
2014-09-05 22:45                   ` Arjan van de Ven
2014-09-05 22:52                   ` Dmitry Torokhov
2014-09-05 22:52                     ` Dmitry Torokhov
2014-09-05 22:52                     ` Dmitry Torokhov
2014-09-05 22:57                     ` Tejun Heo
2014-09-05 22:57                       ` Tejun Heo
2014-09-05 23:05                     ` Arjan van de Ven
2014-09-05 23:05                       ` Arjan van de Ven
2014-09-05 23:05                       ` Arjan van de Ven
2014-09-05 23:18                       ` Dmitry Torokhov
2014-09-05 23:18                         ` Dmitry Torokhov
2014-09-05 23:18                         ` Dmitry Torokhov
2014-09-05 18:12             ` Luis R. Rodriguez
2014-09-05 18:12               ` Luis R. Rodriguez
2014-09-05 18:12               ` Luis R. Rodriguez
2014-09-05 18:29               ` Dmitry Torokhov
2014-09-05 18:29                 ` Dmitry Torokhov
2014-09-05 18:29                 ` Dmitry Torokhov
2014-09-05 22:40               ` Tejun Heo
2014-09-05 22:40                 ` Tejun Heo
2014-09-05 22:40                 ` Tejun Heo
2014-09-09  1:04                 ` Luis R. Rodriguez [this message]
2014-09-09  1:04                   ` Luis R. Rodriguez
2014-09-09  1:04                   ` Luis R. Rodriguez
2014-09-09  1:10                   ` Tejun Heo
2014-09-09  1:10                     ` Tejun Heo
2014-09-09  1:10                     ` Tejun Heo
2014-09-09  1:13                     ` Tejun Heo
2014-09-09  1:13                       ` Tejun Heo
2014-09-09  1:13                       ` Tejun Heo
2014-09-09  1:22                     ` Tejun Heo
2014-09-09  1:22                       ` Tejun Heo
2014-09-09  1:22                       ` Tejun Heo
2014-09-09  1:26                       ` Luis R. Rodriguez
2014-09-09  1:26                         ` Luis R. Rodriguez
2014-09-09  1:26                         ` Luis R. Rodriguez
2014-09-09  1:29                         ` Tejun Heo
2014-09-09  1:29                           ` Tejun Heo
2014-09-09  1:29                           ` Tejun Heo
2014-09-09  1:38                           ` Luis R. Rodriguez
2014-09-09  1:38                             ` Luis R. Rodriguez
2014-09-09  1:38                             ` Luis R. Rodriguez
2014-09-09  1:47                             ` Tejun Heo
2014-09-09  1:47                               ` Tejun Heo
2014-09-09  1:47                               ` Tejun Heo
2014-09-09  2:28                               ` Luis R. Rodriguez
2014-09-09  2:28                                 ` Luis R. Rodriguez
2014-09-09  2:28                                 ` Luis R. Rodriguez
2014-09-09  2:39                                 ` Tejun Heo
2014-09-09  2:39                                   ` Tejun Heo
2014-09-09  2:39                                   ` Tejun Heo
2014-09-09  2:57                                   ` Luis R. Rodriguez
2014-09-09  2:57                                     ` Luis R. Rodriguez
2014-09-09  2:57                                     ` Luis R. Rodriguez
2014-09-09  3:03                                     ` Tejun Heo
2014-09-09  3:03                                       ` Tejun Heo
2014-09-09  3:03                                       ` Tejun Heo
2014-09-09  3:19                                       ` Luis R. Rodriguez
2014-09-09  3:19                                         ` Luis R. Rodriguez
2014-09-09  3:19                                         ` Luis R. Rodriguez
2014-09-09  3:25                                         ` Tejun Heo
2014-09-09  3:25                                           ` Tejun Heo
2014-09-09  3:25                                           ` Tejun Heo
2014-09-09 23:03                                           ` Tejun Heo
2014-09-09 23:03                                             ` Tejun Heo
2014-09-09 23:03                                             ` Tejun Heo
2014-09-12 20:14                                             ` Luis R. Rodriguez
2014-09-12 20:14                                               ` Luis R. Rodriguez
2014-09-22 16:36                                     ` Luis R. Rodriguez
2014-09-22 16:36                                       ` Luis R. Rodriguez
2014-09-10  5:13                         ` Tom Gundersen
2014-09-10  5:13                           ` Tom Gundersen
2014-09-10  5:13                           ` Tom Gundersen
2014-09-09  5:38                     ` James Bottomley
2014-09-09  5:38                       ` James Bottomley
2014-09-09  5:38                       ` James Bottomley
2014-09-09 19:16                       ` Luis R. Rodriguez
2014-09-09 19:16                         ` Luis R. Rodriguez
2014-09-09 19:16                         ` Luis R. Rodriguez
2014-09-09 19:35                         ` James Bottomley
2014-09-09 19:35                           ` James Bottomley
2014-09-09 19:35                           ` James Bottomley
2014-09-09 20:45                           ` Luis R. Rodriguez
2014-09-09 20:45                             ` Luis R. Rodriguez
2014-09-09 20:45                             ` Luis R. Rodriguez
2014-09-10  6:46                             ` [systemd-devel] " Tom Gundersen
2014-09-10  6:46                               ` Tom Gundersen
2014-09-10  6:46                               ` Tom Gundersen
2014-09-10 10:07                               ` [systemd-devel] " Ceriel Jacobs
2014-09-10 10:07                                 ` Ceriel Jacobs
2014-09-10 10:07                                 ` Ceriel Jacobs
2014-09-10 13:31                                 ` James Bottomley
2014-09-10 13:31                                   ` James Bottomley
2014-09-10 13:31                                   ` James Bottomley
2014-09-10 21:10                               ` Luis R. Rodriguez
2014-09-10 21:10                                 ` Luis R. Rodriguez
2014-09-10 21:10                                 ` Luis R. Rodriguez
2014-09-11  5:42                                 ` [systemd-devel] " Alexander E. Patrakov
2014-09-11  5:42                                   ` Alexander E. Patrakov
2014-09-11  5:42                                   ` Alexander E. Patrakov
2014-09-11 21:43                                 ` [systemd-devel] " Tom Gundersen
2014-09-11 21:43                                   ` Tom Gundersen
2014-09-11 21:43                                   ` Tom Gundersen
2014-09-11 22:26                                   ` [systemd-devel] " Luis R. Rodriguez
2014-09-11 22:26                                     ` Luis R. Rodriguez
2014-09-11 22:26                                     ` Luis R. Rodriguez
2014-09-12  5:48                                     ` Tom Gundersen
2014-09-12  5:48                                       ` Tom Gundersen
2014-09-12  5:48                                       ` Tom Gundersen
2014-09-12 20:09                                       ` [systemd-devel] " Luis R. Rodriguez
2014-09-12 20:09                                         ` Luis R. Rodriguez
2014-09-12 20:09                                         ` Luis R. Rodriguez
2014-10-10 21:54                                         ` [systemd-devel] " Anatol Pomozov
2014-10-10 21:54                                           ` Anatol Pomozov
2014-10-10 21:54                                           ` Anatol Pomozov
2014-10-10 22:45                                           ` [systemd-devel] " Tom Gundersen
2014-10-10 22:45                                             ` Tom Gundersen
2014-10-10 22:45                                             ` Tom Gundersen
2014-10-15 19:41                                             ` [systemd-devel] " Anatol Pomozov
2014-10-15 19:41                                               ` Anatol Pomozov
2014-10-15 19:41                                               ` Anatol Pomozov
2014-10-15 19:46                                               ` [systemd-devel] " Alexander E. Patrakov
2014-10-15 19:46                                                 ` Alexander E. Patrakov
2014-10-15 19:46                                                 ` Alexander E. Patrakov
2014-09-09 21:42                           ` Tejun Heo
2014-09-09 21:42                             ` Tejun Heo
2014-09-09 21:42                             ` Tejun Heo
2014-09-09 22:26                             ` James Bottomley
2014-09-09 22:26                               ` James Bottomley
2014-09-09 22:26                               ` James Bottomley
2014-09-09 22:41                               ` Tejun Heo
2014-09-09 22:41                                 ` Tejun Heo
2014-09-09 22:41                                 ` Tejun Heo
2014-09-09 22:46                                 ` James Bottomley
2014-09-09 22:46                                   ` James Bottomley
2014-09-09 22:46                                   ` James Bottomley
2014-09-09 22:52                                   ` Tejun Heo
2014-09-09 22:52                                     ` Tejun Heo
2014-09-09 22:52                                     ` Tejun Heo
2014-09-09 23:01                                   ` Dmitry Torokhov
2014-09-09 23:01                                     ` Dmitry Torokhov
2014-09-09 23:01                                     ` Dmitry Torokhov
2014-09-11 19:59                                     ` James Bottomley
2014-09-11 19:59                                       ` James Bottomley
2014-09-11 19:59                                       ` James Bottomley
2014-09-11 20:23                                       ` Dmitry Torokhov
2014-09-11 20:23                                         ` Dmitry Torokhov
2014-09-11 20:23                                         ` Dmitry Torokhov
2014-09-11 20:42                                         ` Luis R. Rodriguez
2014-09-11 20:42                                           ` Luis R. Rodriguez
2014-09-11 20:42                                           ` Luis R. Rodriguez
2014-09-11 20:53                                           ` Dmitry Torokhov
2014-09-11 20:53                                             ` Dmitry Torokhov
2014-09-11 20:53                                             ` Dmitry Torokhov
2014-09-11 21:08                                             ` Luis R. Rodriguez
2014-09-11 21:08                                               ` Luis R. Rodriguez
2014-09-11 21:08                                               ` Luis R. Rodriguez
2014-09-22 19:49                                         ` Pavel Machek
2014-09-22 19:49                                           ` Pavel Machek
2014-09-22 19:49                                           ` Pavel Machek
2014-09-22 20:23                                           ` Dmitry Torokhov
2014-09-22 20:23                                             ` Dmitry Torokhov
2014-09-22 20:23                                             ` Dmitry Torokhov
2014-09-30 21:06                                             ` Pavel Machek
2014-09-30 21:06                                               ` Pavel Machek
2014-09-30 21:06                                               ` Pavel Machek
2014-09-30 21:34                                               ` Dmitry Torokhov
2014-09-30 21:34                                                 ` Dmitry Torokhov
2014-09-30 21:34                                                 ` Dmitry Torokhov
2014-09-09 22:00                         ` Jiri Kosina
2014-09-09 22:00                           ` Jiri Kosina
2014-09-09 22:00                           ` Jiri Kosina
2014-09-05 10:59   ` Oleg Nesterov
2014-09-05 10:59     ` Oleg Nesterov
2014-09-05 17:35     ` Luis R. Rodriguez
2014-09-05 17:35       ` Luis R. Rodriguez
2014-09-05  6:37 ` [RFC v2 4/6] cxgb4: use async probe Luis R. Rodriguez
2014-09-05  6:37 ` [RFC v2 5/6] mptsas: " Luis R. Rodriguez
2014-09-05  7:16   ` Tejun Heo
2014-09-05  7:23   ` Hannes Reinecke
2014-09-05  6:37 ` [RFC v2 6/6] pata_marvell: " Luis R. Rodriguez
2014-09-05  6:59   ` Alexander E. Patrakov
2014-09-05  7:15   ` Tejun Heo
2014-09-05  7:11 ` [RFC v2 0/6] driver-core: add asynch probe support Tejun Heo

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='CAB=NE6Uz1VD5qpMFSBfQRV8ih9FQcCUhNtWMvD38t5hdDvix4Q@mail.gmail.com' \
    --to=mcgrof@do-not-panic.com \
    --cc=MPT-FusionLinux.pdl@avagotech.com \
    --cc=abhijit.mahajan@avagotech.com \
    --cc=akpm@linux-foundation.org \
    --cc=arjan@linux.intel.com \
    --cc=bpoirier@suse.de \
    --cc=dmitry.torokhov@gmail.com \
    --cc=falcon@meizu.com \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=hare@suse.com \
    --cc=hariprasad@chelsio.com \
    --cc=joseph.salisbury@canonical.com \
    --cc=kay@vrfy.org \
    --cc=leedom@chelsio.com \
    --cc=lennart@poettering.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=nagalakshmi.nandigama@avagotech.com \
    --cc=netdev@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=penguin-kernel@i-love.sakura.ne.jp \
    --cc=pierre-fersing@pierref.org \
    --cc=praveen.krishnamoorthy@avagotech.com \
    --cc=santosh@chelsio.com \
    --cc=sreekanth.reddy@avagotech.com \
    --cc=tim.gardner@canonical.com \
    --cc=tiwai@suse.de \
    --cc=tj@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 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.