[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 0/2] Specifying cache topology on ARM
From: |
Zhao Liu |
Subject: |
Re: [RFC PATCH 0/2] Specifying cache topology on ARM |
Date: |
Mon, 2 Sep 2024 20:23:43 +0800 |
On Mon, Sep 02, 2024 at 11:25:19AM +0100, Alireza Sanaee wrote:
>
> Hi Zhao,
>
> Yes, please keep me CCed.
>
> One thing that I noticed, sometimes, since you were going down the
> Intel path, some variables couldn't be NULL. But when I was gonna go
> down to ARM path, I faced some scenarios where I ended up with
> some uninit vars which is still OK but could have been avoided.
Ah I didn't get your point very clearly. Could you please figure out
those places on my patches? Then I can fix them in my next version. :)
Thanks,
Zhao
> Looking forward to the next revision.
>
> Alireza