summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-record
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2023-01-24 20:44:38 +0100
committerDavid Sterba <dsterba@suse.com>2024-04-18 01:46:35 +0200
commite5a78fdec0114266d3c47df413d2d7955807fad9 (patch)
tree722209e38f9cf30d9ba422f6635a24abe20bbfbd /tools/perf/scripts/python/bin/syscall-counts-record
parent1db7959aacd905e6487d0478ac01d89f86eb1e51 (diff)
downloadkernel-e5a78fdec0114266d3c47df413d2d7955807fad9.tar.gz
btrfs: remove colon from messages with state
The message format in syslog is usually made of two parts: prefix ":" message Various tools parse the prefix up to the first ":". When there's an additional status of a btrfs filesystem like [5.199782] BTRFS info (device nvme1n1p1: state M): use zstd compression, level 9 where 'M' is for remount, there's one more ":" that does not conform to the format. Remove it. Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-record')
0 files changed, 0 insertions, 0 deletions
-6.6.y&id=dc64cc12bcd14219afb91b55d23192c3eb45aa43'>binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()Bo Liu 2022-10-25binfmt_elf: simplify error handling in load_elf_phdrs()Rolf Eike Beer 2022-10-25binfmt_elf: fix documented return value for load_elf_phdrs()Rolf Eike Beer 2022-10-25binfmt: Fix whitespace issuesKees Cook 2022-10-25fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao 2022-10-23[elf][regset] simplify thread list handling in fill_note_info()Al Viro 2022-10-23[elf][regset] clean fill_note_info() a bitAl Viro 2022-10-23kill coredump_params->regsAl Viro 2022-04-15revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton 2022-04-15revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton 2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2022-03-18binfmt_elf: Don't write past end of notes for regset gapRick Edgecombe 2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman 2022-03-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman 2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman 2022-03-03binfmt_elf: Introduce KUnit testKees Cook 2022-03-01fs/binfmt_elf: Refactor load_elf_binary functionAkira Kawata 2022-03-01fs/binfmt_elf: Fix AT_PHDR for unusual ELF filesAkira Kawata 2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan 2022-03-01ELF: fix overflow in total mapping size calculationAlexey Dobriyan 2022-03-01Merge tag 'binfmt_elf-v5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-03-01binfmt_elf: Avoid total_mapping_size for ET_EXECKees Cook 2022-02-11fs/binfmt_elf: fix PT_LOAD p_align values for loadersMike Rapoport 2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu 2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao 2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-09ELF: simplify STACK_ALLOC macroAlexey Dobriyan 2021-11-09binfmt_elf: reintroduce using MAP_FIXED_NOREPLACEKees Cook