Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Andrew Morton
On Tue, 12 Jul 2016 18:54:49 +0530 "Goel, Akash" wrote: > > > On 7/12/2016 6:31 PM, Chris Wilson wrote: > > On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: > >> Thanks much, will update the documentation as well as the changelog > >> as per the above. > >> >

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Andrew Morton
On Tue, 12 Jul 2016 18:54:49 +0530 "Goel, Akash" wrote: > > > On 7/12/2016 6:31 PM, Chris Wilson wrote: > > On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: > >> Thanks much, will update the documentation as well as the changelog > >> as per the above. > >> > >> But an export of

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Goel, Akash
On 7/12/2016 6:31 PM, Chris Wilson wrote: On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: Thanks much, will update the documentation as well as the changelog as per the above. But an export of symbol relay_late_setup_files() is still needed, just like relay_open() is exported,

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Goel, Akash
On 7/12/2016 6:31 PM, Chris Wilson wrote: On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: Thanks much, will update the documentation as well as the changelog as per the above. But an export of symbol relay_late_setup_files() is still needed, just like relay_open() is exported,

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Chris Wilson
On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: > Thanks much, will update the documentation as well as the changelog > as per the above. > > But an export of symbol relay_late_setup_files() is still needed, just > like relay_open() is exported, in order to make it accessible to >

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Chris Wilson
On Tue, Jul 12, 2016 at 06:20:06PM +0530, Goel, Akash wrote: > Thanks much, will update the documentation as well as the changelog > as per the above. > > But an export of symbol relay_late_setup_files() is still needed, just > like relay_open() is exported, in order to make it accessible to >

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Goel, Akash
On 7/12/2016 2:54 PM, Chris Wilson wrote: On Mon, Jul 11, 2016 at 01:17:09PM -0700, Andrew Morton wrote: On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: From: Akash Goel The following patch added support to use channels with no associated files.

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Goel, Akash
On 7/12/2016 2:54 PM, Chris Wilson wrote: On Mon, Jul 11, 2016 at 01:17:09PM -0700, Andrew Morton wrote: On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: From: Akash Goel The following patch added support to use channels with no associated files. relay: add

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Chris Wilson
On Mon, Jul 11, 2016 at 01:17:09PM -0700, Andrew Morton wrote: > On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: > > > From: Akash Goel > > > > The following patch added support to use channels with no associated files. > > relay: add buffer-only

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-12 Thread Chris Wilson
On Mon, Jul 11, 2016 at 01:17:09PM -0700, Andrew Morton wrote: > On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: > > > From: Akash Goel > > > > The following patch added support to use channels with no associated files. > > relay: add buffer-only channels; useful for early

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-11 Thread Andrew Morton
On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: > From: Akash Goel > > The following patch added support to use channels with no associated files. > relay: add buffer-only channels; useful for early logging hm, 8 years ago. Normally we refer to

Re: [PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-11 Thread Andrew Morton
On Mon, 11 Jul 2016 12:47:36 +0530 akash.g...@intel.com wrote: > From: Akash Goel > > The following patch added support to use channels with no associated files. > relay: add buffer-only channels; useful for early logging hm, 8 years ago. Normally we refer to previous commits using the

[PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-11 Thread akash . goel
From: Akash Goel The following patch added support to use channels with no associated files. relay: add buffer-only channels; useful for early logging This is useful when the exact location of relay file is not known or the the parent directory of relay file is not

[PATCH v2] relay: Add global mode support for buffer-only channels

2016-07-11 Thread akash . goel
From: Akash Goel The following patch added support to use channels with no associated files. relay: add buffer-only channels; useful for early logging This is useful when the exact location of relay file is not known or the the parent directory of relay file is not available, while