Re: [PATCH 0/2] hw/cxl: CDAT file handling fixes.

2023-05-22 Thread Jonathan Cameron via
On Sat, 20 May 2023 07:46:16 +0300 Michael Tokarev wrote: > 21.04.2023 16:20, Jonathan Cameron via wrote: > > I've picked up Hao Zeng's v5 and added a patch to deal with the > > issues that Peter pointed out in this area. > > > > On error, the CDAT file handling left resource dangling and didn't

Re: [PATCH 0/2] hw/cxl: CDAT file handling fixes.

2023-05-19 Thread Michael Tokarev
21.04.2023 16:20, Jonathan Cameron via wrote: I've picked up Hao Zeng's v5 and added a patch to deal with the issues that Peter pointed out in this area. On error, the CDAT file handling left resource dangling and didn't cleanly exit from calling functions. Hao Zeng dealt with closing the file.

[PATCH 0/2] hw/cxl: CDAT file handling fixes.

2023-04-21 Thread Jonathan Cameron via
I've picked up Hao Zeng's v5 and added a patch to deal with the issues that Peter pointed out in this area. On error, the CDAT file handling left resource dangling and didn't cleanly exit from calling functions. Hao Zeng dealt with closing the file. The second patch deals with the buffer allocati