Re: [PATCH] dts: fix hugepage configuration bug

2025-01-15 Thread Luca Vizzarro
Looks good. Reviewed-by: Luca Vizzarro

[PATCH] dts: fix hugepage configuration bug

2025-01-14 Thread Nicholas Pratte
The dts framework checks for total hugepages of a specific size on a system without first checking if such hugepages are supported. This results in unhelpful error messages, since attempting to grab information from a file/directory that does not exist creates undefined behavior. This quick reorien