messages from 2024-06-19 22:44:16 to 2024-06-21 20:17:33 UTC [more...]
[PATCH v6 0/3] vfio/pci: Support 8-byte PCI loads and stores
2024-06-21 20:17 UTC (2+ messages)
[PATCH 00/15] linux system call fixes
2024-06-21 19:57 UTC (33+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations
[PATCH v7 00/38] kmsan: Enable on s390
2024-06-21 17:55 UTC (40+ messages)
` [PATCH v7 01/38] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v7 02/38] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v7 03/38] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v7 04/38] kmsan: Increase the maximum store size to 4096
` [PATCH v7 05/38] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v7 06/38] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v7 07/38] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v7 08/38] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v7 09/38] kmsan: Expose kmsan_get_metadata()
` [PATCH v7 10/38] kmsan: Export panic_on_kmsan
` [PATCH v7 11/38] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v7 12/38] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v7 13/38] kmsan: Support SLAB_POISON
` [PATCH v7 14/38] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v7 15/38] kmsan: Do not round up pg_data_t size
` [PATCH v7 16/38] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v7 17/38] mm: slub: Let KMSAN access metadata
` [PATCH v7 18/38] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v7 19/38] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v7 20/38] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v7 21/38] kmsan: Accept ranges starting with 0 on s390
` [PATCH v7 22/38] s390/boot: Turn off KMSAN
` [PATCH v7 23/38] s390: Use a larger stack for KMSAN
` [PATCH v7 24/38] s390/boot: Add the KMSAN runtime stub
` [PATCH v7 25/38] s390/checksum: Add a KMSAN check
` [PATCH v7 26/38] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v7 27/38] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v7 28/38] s390/diag: Unpoison diag224() "
` [PATCH v7 29/38] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v7 30/38] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v7 31/38] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v7 32/38] s390/string: Add KMSAN support
` [PATCH v7 33/38] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v7 34/38] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v7 35/38] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v7 36/38] s390/unwind: Disable KMSAN checks
` [PATCH v7 37/38] s390/kmsan: Implement the architecture-specific functions
` [PATCH v7 38/38] kmsan: Enable on s390
[PATCH v2 0/4] s390: compile relocatable kernel with/without fPIE
2024-06-21 16:59 UTC (7+ messages)
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-06-21 11:08 UTC (7+ messages)
[kvm-unit-tests PATCH v1] s390x: Split and rework cpacf query functions
2024-06-21 10:22 UTC
[PATCH v6 00/39] kmsan: Enable on s390
2024-06-21 8:21 UTC (43+ messages)
` [PATCH v6 01/39] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
` [PATCH v6 02/39] kmsan: Make the tests compatible with kmsan.panic=1
` [PATCH v6 03/39] kmsan: Disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabled
` [PATCH v6 04/39] kmsan: Increase the maximum store size to 4096
` [PATCH v6 05/39] kmsan: Fix is_bad_asm_addr() on arches with overlapping address spaces
` [PATCH v6 06/39] kmsan: Fix kmsan_copy_to_user() "
` [PATCH v6 07/39] kmsan: Remove a useless assignment from kmsan_vmap_pages_range_noflush()
` [PATCH v6 08/39] kmsan: Remove an x86-specific #include from kmsan.h
` [PATCH v6 09/39] kmsan: Expose kmsan_get_metadata()
` [PATCH v6 10/39] kmsan: Export panic_on_kmsan
` [PATCH v6 11/39] kmsan: Allow disabling KMSAN checks for the current task
` [PATCH v6 12/39] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v6 13/39] kmsan: Support SLAB_POISON
` [PATCH v6 14/39] kmsan: Use ALIGN_DOWN() in kmsan_get_metadata()
` [PATCH v6 15/39] kmsan: Do not round up pg_data_t size
` [PATCH v6 16/39] kmsan: Expose KMSAN_WARN_ON()
` [PATCH v6 17/39] mm: slub: Let KMSAN access metadata
` [PATCH v6 18/39] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v6 19/39] mm: kfence: Disable KMSAN when checking the canary
` [PATCH v6 20/39] lib/zlib: Unpoison DFLTCC output buffers
` [PATCH v6 21/39] kmsan: Accept ranges starting with 0 on s390
` [PATCH v6 22/39] s390/boot: Turn off KMSAN
` [PATCH v6 23/39] s390: Use a larger stack for KMSAN
` [PATCH v6 24/39] s390/boot: Add the KMSAN runtime stub
` [PATCH v6 25/39] s390/checksum: Add a KMSAN check
` [PATCH v6 26/39] s390/cpacf: Unpoison the results of cpacf_trng()
` [PATCH v6 27/39] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v6 28/39] s390/diag: Unpoison diag224() "
` [PATCH v6 29/39] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v6 30/39] s390/irqflags: Do not instrument arch_local_irq_*() with KMSAN
` [PATCH v6 31/39] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v6 32/39] s390/ptdump: Add KMSAN page markers
` [PATCH v6 33/39] s390/string: Add KMSAN support
` [PATCH v6 34/39] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
` [PATCH v6 35/39] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v6 36/39] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v6 37/39] s390/unwind: Disable KMSAN checks
` [PATCH v6 38/39] s390/kmsan: Implement the architecture-specific functions
` [PATCH v6 39/39] kmsan: Enable on s390
[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
2024-06-21 7:13 UTC (20+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions
` [kvm-unit-tests PATCH v3 2/7] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v3 3/7] s390x: Add sie_is_pv
` [kvm-unit-tests PATCH v3 4/7] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v3 5/7] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v3 6/7] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)
Incorrect vmcoreinfo KERNELOFFSET after "s390/boot: Rework deployment of the kernel image"
2024-06-20 23:34 UTC
[PATCH v4 00/40] lib/find: add atomic find_bit() primitives
2024-06-20 20:32 UTC (9+ messages)
` [PATCH v4 01/40] "
` [PATCH v4 02/40] lib/find: add test for atomic find_bit() ops
` [PATCH v4 29/40] net: smc: optimize smc_wr_tx_get_free_slot_index()
[PATCH v5 00/37] kmsan: Enable on s390
2024-06-20 17:05 UTC (20+ messages)
` [PATCH v5 12/37] kmsan: Introduce memset_no_sanitize_memory()
` [PATCH v5 13/37] kmsan: Support SLAB_POISON
` [PATCH v5 17/37] mm: slub: Disable KMSAN when checking the padding bytes
` [PATCH v5 33/37] s390/uaccess: Add KMSAN support to put_user() and get_user()
` [PATCH v5 34/37] s390/uaccess: Add the missing linux/instrumented.h #include
` [PATCH v5 36/37] s390/kmsan: Implement the architecture-specific functions
[PATCH vhost v9 0/6] refactor the params of find_vqs()
2024-06-20 13:51 UTC (24+ messages)
` [PATCH vhost v9 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v9 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v9 3/6] virtio: find_vqs: pass struct instead of multi parameters
[PATCH v3 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-06-20 12:29 UTC (8+ messages)
` [PATCH v3 2/3] vfio/pci: Tolerate oversized BARs by disallowing mmap
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2024-06-20 10:10 UTC (2+ messages)
[PATCH] remove AND operation in choose_random_kstack_offset()
2024-06-20 4:04 UTC (6+ messages)
[PATCH] s390/3270: add missing MODULE_DESCRIPTION() macros
2024-06-19 22:45 UTC (2+ messages)
[PATCH] s390/dcssblk: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:45 UTC (2+ messages)
[PATCH] s390/mm: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:44 UTC (2+ messages)
[PATCH] s390/lib: add missing MODULE_DESCRIPTION() macros
2024-06-19 22:44 UTC (2+ messages)
[PATCH] s390/crc32: add missing MODULE_DESCRIPTION() macro
2024-06-19 22:44 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox