Hi !
I have worked on OverlayFS, that work with app0 (1.00) only (i use 1.00 even if a update exist for now).
The PoC work without problem, but when you try to implement patch0 in the app0 folder the kernel panic.
Stange things append:
union of app0 => patch0 (Work)
union of app0 => mod0 (Work)
union of app0 => mod0 => patch0 (Work)
union of app0 => patch0 => mod0 (Panic)
(last folder is the "main" folder, all file in this have the highest priority)
Hi ! I have worked on OverlayFS, that work with app0 (1.00) only (i use 1.00 even if a update exist for now).
The PoC work without problem, but when you try to implement patch0 in the app0 folder the kernel panic.
Stange things append: union of app0 => patch0 (Work) union of app0 => mod0 (Work) union of app0 => mod0 => patch0 (Work) union of app0 => patch0 => mod0 (Panic)
(last folder is the "main" folder, all file in this have the highest priority)