summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@linux.dev>2025-10-31 12:21:31 +0100
committerJuergen Gross <jgross@suse.com>2025-11-17 08:48:40 +0100
commita73d4a055622d0973e371382b16a13f9795ffec7 (patch)
tree34b3f94b2421b89f9d076c0c05c7212071e68004 /tools/perf/scripts/python/task-analyzer.py
parent6fec913ff1c9811e35e1bb64779efce9bb41b7ec (diff)
downloadkernel-a73d4a055622d0973e371382b16a13f9795ffec7.tar.gz
drivers/xen/xenbus: Replace deprecated strcpy in xenbus_transaction_end
strcpy() is deprecated; inline the read-only string instead. Fix the function comment and use bool instead of int while we're at it. Link: https://github.com/KSPP/linux/issues/88 Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Juergen Gross <jgross@suse.com> Message-ID: <20251031112145.103257-2-thorsten.blum@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
l_pwait2Willem de Bruijn 2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim 2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig 2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig 2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig 2020-09-22fs: remove compat_sys_mountChristoph Hellwig 2020-08-14all arch: remove system call sys_sysctlXiaoming Ni 2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds 2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig 2020-06-17arch: wire-up close_range()Christian Brauner 2020-05-14vfs: add faccessat2 syscallMiklos Szeredi 2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds 2020-01-18open: introduce openat2(2) syscallAleksa Sarai 2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon 2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner 2019-06-28arch: wire-up pidfd_open()Christian Brauner 2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells 2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann 2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann 2019-02-07y2038: rename old time and utime syscallsArnd Bergmann 2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann 2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann 2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann 2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann 2019-01-25arch: add split IPC system calls where neededArnd Bergmann 2018-11-18sparc: add system call table generation supportFiroz Khan