Re: [PATCH v1] ras: Use consistent types for UUIDs

2019-01-24 Thread Borislav Petkov
On Thu, Jan 24, 2019 at 10:57:52PM +0200, Andy Shevchenko wrote: > Rafael, since you handled ACPI/APEI stuff for this cycle, perhaps you can take > this one as well since for half a year there is no response from maintainers? Can you send me the patch again pls, ontop of tip:ras/core: https://git

Re: [PATCH v1] ras: Use consistent types for UUIDs

2019-01-24 Thread Thomas Tai
On 1/9/19 11:07 AM, Andy Shevchenko wrote: On Fri, Oct 05, 2018 at 09:33:05AM +0200, Christoph Hellwig wrote: On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: The commit 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER section") brought incons

Re: [PATCH v1] ras: Use consistent types for UUIDs

2019-01-24 Thread Andy Shevchenko
On Fri, Oct 05, 2018 at 09:33:05AM +0200, Christoph Hellwig wrote: > On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: > > The commit > > > > 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized > > CPER section") > > > > brought inconsistency in UUID types whi

Re: [PATCH v1] ras: Use consistent types for UUIDs

2019-01-09 Thread Andy Shevchenko
On Fri, Oct 05, 2018 at 09:33:05AM +0200, Christoph Hellwig wrote: > On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: > > The commit > > > > 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized > > CPER section") > > > > brought inconsistency in UUID types whi

Re: [PATCH v1] ras: Use consistent types for UUIDs

2018-10-05 Thread Christoph Hellwig
On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: > The commit > > 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER > section") > > brought inconsistency in UUID types which are used across the RAS subsystem. > > Fix this by moving to use guid_t every

Re: [PATCH v1] ras: Use consistent types for UUIDs

2018-10-03 Thread Andy Shevchenko
On Fri, Jul 13, 2018 at 04:10:27PM +0300, Andy Shevchenko wrote: > The commit > > 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER > section") > > brought inconsistency in UUID types which are used across the RAS subsystem. > > Fix this by moving to use guid_t every

[PATCH v1] ras: Use consistent types for UUIDs

2018-07-13 Thread Andy Shevchenko
The commit 297b64c74385 ("ras: acpi / apei: generate trace event for unrecognized CPER section") brought inconsistency in UUID types which are used across the RAS subsystem. Fix this by moving to use guid_t everywhere. Cc: Tyler Baicar Signed-off-by: Andy Shevchenko --- drivers/ras/ras.c