Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit f2aba290 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Gerrit - the friendly Code Review server
Browse files

sched/walt: Use __GFP_NOFAIL flag for curr/prev window CPU arrays



The system is killed when the memory allocation is failed for
the curr/prev window CPU arrays. Since these are small allocations
and they never fail except in scenarios like

(1) Testing with random memory failures induced
(2) When a fatal signal is pending for the task which is doing
allocations.

Instead of killing the system, use __GFP_NOFAIL flag.

Change-Id: If284814db5a6504b2f039053856ff30c2842808b
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent c153c0af
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment