Re: [PATCH 00/19] EDAC: Rework edac_mc and ghes drivers

2019-10-14 Thread Robert Richter
On 10.10.19 20:25:01, Robert Richter wrote: > This patch set is a rework of the ghes_edac and edac_mc driver. It > addresses issues found during code review and while working with the > code. The changes include: Thanks Mauro for your review of the whole series. I hope I could all your concerns ad

Re: [PATCH 00/19] EDAC: Rework edac_mc and ghes drivers

2019-10-10 Thread Robert Richter
On 10.10.19 20:25:01, Robert Richter wrote: > This patch set is a rework of the ghes_edac and edac_mc driver. It > addresses issues found during code review and while working with the > code. The changes include: Sorry for the: Content-Transfer-Encoding: quoted-printable I definitely sent it o

[PATCH 00/19] EDAC: Rework edac_mc and ghes drivers

2019-10-10 Thread Robert Richter
This patch set is a rework of the ghes_edac and edac_mc driver. It addresses issues found during code review and while working with the code. The changes include: * improve function interfaces and data structures to decrease complexity such as number of function arguments, unused data, etc.