summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-03-19 19:00:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-03-19 19:00:47 -0700
commit452b94b8c8c7eb7dd0d0fa9a9776e0d02cd73b97 (patch)
tree6a16a4ba7501718b26fc68ac16570272908dbbb5 /tools/perf/scripts/python/bin/stackcollapse-record
parenta07a6e4121f1d4e1bbaead8210404a7f37139267 (diff)
downloadkernel-452b94b8c8c7eb7dd0d0fa9a9776e0d02cd73b97.tar.gz
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
This BUG_ON() triggered for me once at shutdown, and I don't see a reason for the check. The code correctly checks whether the swap slot cache is usable or not, so an uninitialized swap slot cache is not actually problematic afaik. I've temporarily just switched the BUG_ON() to a WARN_ON_ONCE(), since I'm not sure why that seemingly pointless check was there. I suspect the real fix is to just remove it entirely, but for now we'll warn about it but not bring the machine down. Cc: "Huang, Ying" <ying.huang@intel.com> Cc: Tim Chen <tim.c.chen@linux.intel.com> Cc: Michal Hocko <mhocko@suse.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
lityFelix Kuehling 2018-12-07drm/amdkfd: Add NULL-pointer checkFelix Kuehling 2018-11-19drm/amdkfd: Added Vega12 and Polaris12 for KFD.Gang Ba 2018-11-05drm/amdkfd: Add proper prefix to functionsAmber Lin 2018-11-05drm/amdkfd: Simplify kfd2kgd interfaceAmber Lin 2018-09-26drm/amdkfd: Vega20 bring up on amdkfd sideShaoyun Liu 2018-09-26drm/amdkfd: Report SDMA firmware version in the topologyFelix Kuehling 2018-09-26drm/amdkfd: reflect atomic support in IO link propertiesEric Huang 2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie 2018-09-20drm/amdkfd: Fix ATS capablity was not reported correctly on some APUsYong Zhao 2018-09-10drm/amdkfd: kfd expose the hive_id of the device through its node propertiesShaoyun Liu