diff options
author | Marek Szyprowski <[email protected]> | 2024-08-28 14:28:34 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-08-28 13:52:29 +0100 |
commit | ae0acef3822ed8908e83cd24f337891e6be64eba (patch) | |
tree | 60c6921dc376497bd3ab73a576bf677754617351 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 290d6e5d6498703accffc66849b7fb2d4d7503ff (diff) |
regcache: use map->alloc_flags also for allocating cache
Commit fd4ebc07b4df ("regmap: Hold the regmap lock when allocating and
freeing the cache") introduced a locking around the allocating and
freeing a regmap cache, so adjust the memory allocation flags to the ones
given in the regmap configuration instead of the hardcoded GFP_KERNEL.
This fixes the "BUG: sleeping function called from invalid context"
introduced by the mentioned commit.
Fixes: fd4ebc07b4df ("regmap: Hold the regmap lock when allocating and freeing the cache")
Signed-off-by: Marek Szyprowski <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions