summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-09-12 13:52:32 +0200
committerChristian Brauner <brauner@kernel.org>2025-09-19 14:26:13 +0200
commit90d4d9f4d235673da83574f0f84be3e37f955a39 (patch)
treec71cf33638501f1fa68ce27e60d698b665f87b4c /tools/perf/scripts/python
parent0b40774ef06cee7c3334dcee068f06d331ff2749 (diff)
downloadkernel-90d4d9f4d235673da83574f0f84be3e37f955a39.tar.gz
ipc: use ns_common_init()
Don't cargo-cult the same thing over and over. Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
54b3f5b3816cd5d5dd83057a873eddc4d6'>gpio: sysfs: add a parallel class device for each GPIO chip using device IDsBartosz Golaszewski 2025-07-16gpio: sysfs: use gpiod_is_equal() to compare GPIO descriptorsBartosz Golaszewski 2025-06-23gpio: sysfs: fix use-after-free in error pathAntonio Quartulli 2025-06-20gpio: sysfs: remove the mockdev pointer from struct gpio_deviceBartosz Golaszewski 2025-06-20gpio: sysfs: remove unneeded headersBartosz Golaszewski 2025-06-20gpio: sysfs: refactor the coding styleBartosz Golaszewski 2025-06-20gpio: sysfs: call mutex_destroy() in gpiod_unexport()Bartosz Golaszewski 2025-04-07gpiolib: don't allow setting values on input linesBartosz Golaszewski 2024-11-04gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski 2024-11-04gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski 2024-11-04gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski 2024-11-04gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski 2024-11-04gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski 2024-10-31gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski 2024-10-17gpio: sysfs: constify gpio classBartosz Golaszewski 2024-10-02gpio: sysfs: make the sysfs export behavior consistentBartosz Golaszewski 2024-09-02gpiolib: Update the kernel documentation - add Return sectionsAndy Shevchenko