summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-11-12 10:32:01 +0100
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2025-11-17 10:57:28 +0100
commit61e1fd2abca4c551fb40afcb733a31de1991c656 (patch)
tree567a422106d7b7ed62155e92c2e7e2f4808cc1f1 /tools/perf/scripts/python/parallel-perf.py
parent82e71fe4368699341333e7e0d059ef7df139cf95 (diff)
downloadkernel-61e1fd2abca4c551fb40afcb733a31de1991c656.tar.gz
gpiolib: legacy: Make sure we kill gpio_request_one() first
Make sure we kill gpio_request_one() first by converting it to use legacy APIs that will be alive a bit longer. In particular, this also shows the code we will use in another function to make it die independently. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20251112093608.1481030-2-andriy.shevchenko@linux.intel.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
nux-6.12.y&id=a15506eac96fdbb760bae4a319b088b5869725b1'>ovl: use ovl_do_notify_change() wrapperChristian Brauner 2022-04-28ovl: pass ofs to setattr operationsChristian Brauner 2022-04-28ovl: pass ofs to creation operationsChristian Brauner 2022-04-28ovl: use wrappers to all vfs_*xattr() callsAmir Goldstein 2021-11-04ovl: fix warning in ovl_create_real()Miklos Szeredi 2021-09-24ovl: fix missing negative dentry check in ovl_rename()Zheng Liang 2021-08-17ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying 2021-08-17ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov 2021-08-17ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein 2021-04-12ovl: stack fileattr opsMiklos Szeredi 2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-01-28ovl: fix dentry leak in ovl_get_redirectLiangyan 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24namei: prepare for idmapped mountsChristian Brauner 2021-01-24xattr: handle idmapped mountsTycho Andersen 2021-01-24attr: handle idmapped mountsChristian Brauner 2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner 2020-09-02ovl: pass ovl_fs down to functions accessing private xattrsMiklos Szeredi 2020-06-02ovl: initialize OVL_UPPERDATA in ovl_lookup()Vivek Goyal 2020-05-13ovl: whiteout inode sharingChengguang Xu 2020-03-27ovl: fix WARN_ON nlink drop to zeroMiklos Szeredi 2020-03-17ovl: check if upper fs supports RENAME_WHITEOUTAmir Goldstein 2020-03-17ovl: decide if revalidate needed on a per-dentry basisMiklos Szeredi 2020-01-22ovl: use pr_fmt auto generate prefixlijiazi