Thomas Weißschuh ([email protected])

Number of posts: 1008 (0.48 per day)
First post: 2018-09-07 16:50:03
Last post: 2024-06-16 09:13:06

Date List Subject
2023-07-11 09:59:02 linux-kernel [PATCH 3/4] selftests/nolibc: simplify status argument
2023-07-11 09:55:29 linux-kernel [PATCH 0/4] selftests/nolibc: simplify conditions and testcases
2023-07-10 18:24:03 linux-kernel [PATCH] tools/nolibc: completely remove optional environ support
2023-07-10 18:11:47 linux-kernel [PATCH v2] tools/nolibc: completely remove optional environ support
2023-07-09 21:45:09 linux-kernel [PATCH v2 0/3] dyndbg: add source file name to prefix
2023-07-09 21:32:16 linux-kernel [PATCH v2 1/3] dyndbg: constify opt_array
2023-07-09 21:20:49 linux-kernel [PATCH v2 3/3] dyndbg: add source filename to prefix
2023-07-09 21:19:57 linux-kernel [PATCH v2 2/3] dyndbg: increase PREFIX_SIZE to 128
2023-07-04 21:15:44 linux-kernel [PATCH 0/2] platform/x86: thinkpad_acpi: lockdep support
2023-07-04 21:13:17 linux-kernel [PATCH 2/2] platform/x86: thinkpad_acpi: use lockdep annotations
2023-07-04 21:13:10 linux-kernel [PATCH 1/2] platform/x86: thinkpad_acpi: take mutex for hotkey_mask_{set,get}
2023-07-03 08:23:17 linux-kernel [PATCH] selftests/nolibc: simplify call to ioperm
2023-06-30 09:19:39 linux-kernel [PATCH] mm: make MEMFD_CREATE into a selectable config option
2023-06-24 11:31:25 linux-kernel [PATCH 2/2] proc: use generic setattr() for /proc/$PID/net
2023-06-24 11:31:25 linux-kernel [PATCH 1/2] selftests/nolibc: drop test chmod_net
2023-06-24 11:31:25 linux-kernel [PATCH 0/2] proc: proc_setattr for /proc/$PID/net
2023-06-18 18:55:15 linux-kernel Re: [PATCH v17 00/13] hp-bioscfg driver
2023-06-07 18:11:16 linux-kernel [PATCH] fs: avoid empty option when generating legacy mount string
2023-06-07 17:46:20 linux-kernel [PATCH v2] fs: avoid empty option when generating legacy mount string
2023-06-04 20:10:26 linux-kernel [PATCH] tools/nolibc: handle large return values from syscall()
2023-05-30 17:22:36 linux-kernel [PATCH v3 0/4] block: constify some structures of partitions/core.c
2023-05-30 17:22:23 linux-kernel [PATCH v3 4/4] block: constify the whole_disk device_attribute
2023-05-30 17:19:28 linux-kernel [PATCH v3 2/4] block: constify struct part_type part_type
2023-05-30 17:15:40 linux-kernel [PATCH v3 3/4] block: constify struct part_attr_group
2023-05-30 17:15:08 linux-kernel [PATCH v3 1/4] block: constify partition prober array
2023-05-30 14:21:27 linux-kernel [PATCH] selftests/nolibc: remove test gettimeofday_null
2023-05-30 09:29:03 linux-kernel [PATCH] tools/nolibc: ensure fast64 integer types have 64 bits
2023-05-27 13:22:19 linux-kernel [PATCH] tools/nolibc: support nanoseconds in stat()
2023-05-26 08:13:47 linux-kernel [PATCH v2 0/2] tools/nolibc: avoid coredumps and speed up tests
2023-05-26 08:13:33 linux-kernel [PATCH v2 1/2] tools/nolibc: add support for prctl()
2023-05-26 07:57:37 linux-kernel [PATCH v2 2/2] selftests/nolibc: prevent coredumps during test execution
2023-05-26 07:03:10 linux-kernel [PATCH 1/2] tools/nolibc: add support for prctl()
2023-05-26 06:38:44 linux-kernel [PATCH 2/2] selftests/nolibc: prevent coredumps during test execution
2023-05-26 06:37:28 linux-kernel [PATCH 0/2] tools/nolibc: avoid coredumps and speed up tests
2023-05-24 16:40:24 linux-kernel [PATCH] tools/nolibc: s390: disable stackprotector in _start
2023-05-24 06:59:08 linux-kernel [PATCH 2/3] selftests/nolibc: allow disabling of stackprotector support
2023-05-24 06:48:09 linux-kernel [PATCH 3/3] tools/nolibc: fix segfaults on compilers without attribute no_stack_protector
2023-05-24 06:48:02 linux-kernel [PATCH 0/3] tools/nolibc: stack protector compatibility fixes
2023-05-24 06:47:57 linux-kernel [PATCH 1/3] Revert "EXP: tools/nolibc: partially revert stackprotector compiler flags"
2023-05-21 09:53:25 linux-kernel [PATCH 0/7] tools/nolibc: autodetect stackprotector availability from compiler
2023-05-21 09:52:40 linux-kernel [PATCH 2/7] tools/nolibc: x86_64: disable stack protector for _start
2023-05-21 09:42:20 linux-kernel [PATCH 7/7] tools/nolibc: simplify stackprotector compiler flags
2023-05-21 09:41:12 linux-kernel [PATCH 6/7] tools/nolibc: add autodetection for stackprotector support
2023-05-21 09:38:49 linux-kernel [PATCH 5/7] tools/nolibc: reformat list of headers to be installed
2023-05-21 09:38:48 linux-kernel [PATCH 4/7] tools/nolibc: add test for __stack_chk_guard initialization
2023-05-21 09:38:43 linux-kernel [PATCH 1/7] tools/nolibc: fix typo pint -> point
2023-05-21 09:38:42 linux-kernel [PATCH 3/7] tools/nolibc: ensure stack protector guard is never zero
2023-05-20 10:49:41 linux-kernel [PATCH] tools/nolibc: riscv: add stackprotector support
2023-05-20 08:17:04 linux-kernel [PATCH] tools/nolibc/unistd: add syscall()
2023-05-17 11:49:41 linux-kernel [PATCH v2] nbd: automatically load module on genl access
2023-05-12 11:47:56 linux-kernel Re: [PATCH v3] vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF