On Tue, 27 Oct 2020 at 13:29, Heinrich Schuchardt wrote:
>
> During a cold reset execv() is used to relaunch the U-Boot binary.
> We must ensure that all files are closed in this case.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> v3:
> no change
> v2:
> new patch
> ---
> arch/s
On Tue, 27 Oct 2020 at 13:29, Heinrich Schuchardt wrote:
>
> During a cold reset execv() is used to relaunch the U-Boot binary.
> We must ensure that all files are closed in this case.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> v3:
> no change
> v2:
> new patch
> ---
> arch/s
During a cold reset execv() is used to relaunch the U-Boot binary.
We must ensure that all files are closed in this case.
Signed-off-by: Heinrich Schuchardt
---
v3:
no change
v2:
new patch
---
arch/sandbox/cpu/os.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/san
3 matches
Mail list logo