5 Sep
2023
5 Sep
'23
2:10 p.m.
On Tue, Sep 05, 2023 at 09:28:08AM +0200, Krzysztof Kozlowski wrote:
On 05/09/2023 09:13, wangweidong.a@awinic.com wrote:
Could you please tell me what known kernel interfaces can be used to parse files?
With exception of Audio topology and FDT, I do not think we parse user-provided files in Linux kernel.
It's fairly standard to parse firmware files, usually there's multiple blocks that need to be downloaded to different locations perhaps with some dynamic linking involved. We do also parse the userspace binaries we run, though that's a rather different situation.