aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-06-20 14:47:27 +0200
committerArnd Bergmann <arnd@arndb.de>2024-06-25 15:57:38 +0200
commit0fa8ab5f3533b307a7d0e438ab08ecd92725dad7 (patch)
tree31a91a03eb71fdcb4d71af60d313f8db3b4b1e43 /tools/perf/scripts/python/task-analyzer.py
parentsyscalls: mmap(): use unsigned offset type consistently (diff)
downloadlinux-0fa8ab5f3533b307a7d0e438ab08ecd92725dad7.tar.gz
linux-0fa8ab5f3533b307a7d0e438ab08ecd92725dad7.zip
linux/syscalls.h: add missing __user annotations
A couple of declarations in linux/syscalls.h are missing __user annotations on their pointers, which can lead to warnings from sparse because these don't match the implementation that have the correct address space annotations. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
d>sh: Add SH-5 support to the consistent DMA impl.Paul Mundt2-20/+30 2008-01-28sh: flush_cache_sigtramp() takes 1 arg only.Paul Mundt1-1/+1 2008-01-28sh: Move vsyscall_init() defs up one level.Paul Mundt2-6/+6 2008-01-28sh: Nopped out p3_cache_init() on SH-5 also.Paul Mundt1-0/+1 2008-01-28sh: Fix up VMALLOC_START for SH-5.Paul Mundt1-0/+4 2008-01-28sh: Move over the SH-5 head.S and tlb.h.Paul Mundt6-44/+24 2008-01-28sh: Have SH-5 provide an {en,dis}able_fpu() impl.Paul Mundt3-10/+21 2008-01-28sh: Disable initial cache flush on SH-5.Paul Mundt1-14/+18 2008-01-28sh: Don't reference UBC code in CPU init on sh64.Paul Mundt1-1/+6 2008-01-28sh: imask IRQ depends on sh32.Paul Mundt1-1/+2 2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt4-3/+2