summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorChen Ridong <chenridong@huawei.com>2025-09-17 06:04:54 +0000
committerTejun Heo <tj@kernel.org>2025-09-17 08:37:31 -1000
commitc49b5e89c45f317f23d11b640f77e91d0d8e5b56 (patch)
treef770179d8c84c482451b860084774ea4269a6970 /tools/perf/scripts/python/bin/stackcollapse-record
parentde9f15e21c55a0a7d2c907b7f0eec95385c5a9de (diff)
downloadkernel-c49b5e89c45f317f23d11b640f77e91d0d8e5b56.tar.gz
cpuset: use partition_cpus_change for setting exclusive cpus
A previous patch has introduced a new helper function partition_cpus_change(). Now replace the exclusive cpus setting logic with this helper function. Signed-off-by: Chen Ridong <chenridong@huawei.com> Reviewed-by: Waiman Long <longman@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
48ba6ae10e06a8b1b8c8212307'>sctp: better integer overflow check in sctp_auth_create_key()Xi Wang 2011-03-31Fix common misspellingsLucas De Marchi 2010-10-03sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2009-01-08fix similar typos to successfullColy Li 2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer 2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich 2008-08-25sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich 2008-02-28[SCTP]: Update AUTH structures to match declarations in draft-16.Vlad Yasevich 2008-02-05[SCTP]: Stop claiming that this is a "reference implementation"Vlad Yasevich 2008-02-05[SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identi...Wei Yongjun 2007-11-29SCTP: Fix build issues with SCTP AUTH.Vlad Yasevich 2007-11-29SCTP: Fix chunk acceptance when no authenticated chunks were listed.Vlad Yasevich 2007-10-29SCTP endianness annotations regressionAl Viro 2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu 2007-10-26[SCTP] net/sctp/auth.c: make 3 functions staticAdrian Bunk 2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe 2007-10-22Update net/ to use sg helpersJens Axboe 2007-10-10[SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich 2007-10-10[SCTP]: Implement SCTP-AUTH internalsVlad Yasevich