Re: [PATCH-4.16] arm/efi: Improve performance requesting filesystem handle

2021-11-17 Thread Stefano Stabellini
On Wed, 17 Nov 2021, Julien Grall wrote: > On 16/11/2021 20:38, Stefano Stabellini wrote: > > On Tue, 16 Nov 2021, Luca Fancellu wrote: > > So I think we can queue it in the Xen on ARM temporary for-next branch. > > I have pushed it to for-next/4.17 on both my repo and gitlab (hopefully this > tri

Re: [PATCH-4.16] arm/efi: Improve performance requesting filesystem handle

2021-11-17 Thread Julien Grall
Hi, On 16/11/2021 20:38, Stefano Stabellini wrote: On Tue, 16 Nov 2021, Luca Fancellu wrote: So I think we can queue it in the Xen on ARM temporary for-next branch. I have pushed it to for-next/4.17 on both my repo and gitlab (hopefully this triggered a CI run). Cheers, Tested in this

Re: [PATCH-4.16] arm/efi: Improve performance requesting filesystem handle

2021-11-16 Thread Stefano Stabellini
On Tue, 16 Nov 2021, Luca Fancellu wrote: > Currently, the code used to handle and possibly load from the filesystem > modules defined in the DT is allocating and closing the filesystem handle > for each module to be loaded. > > To improve the performance, the filesystem handle pointer is passed >

Re: [PATCH-4.16] arm/efi: Improve performance requesting filesystem handle

2021-11-16 Thread Ian Jackson
Luca Fancellu writes ("[PATCH-4.16] arm/efi: Improve performance requesting filesystem handle"): > Currently, the code used to handle and possibly load from the filesystem > modules defined in the DT is allocating and closing the filesystem handle > for each module to be load

[PATCH-4.16] arm/efi: Improve performance requesting filesystem handle

2021-11-16 Thread Luca Fancellu
Currently, the code used to handle and possibly load from the filesystem modules defined in the DT is allocating and closing the filesystem handle for each module to be loaded. To improve the performance, the filesystem handle pointer is passed through the call stack, requested when it's needed on