messages from 2024-06-17 13:22:19 to 2024-06-26 22:10:13 UTC [more...]
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-06-26 22:10 UTC (8+ messages)
[PATCH v2] mfd: omap-usb-tll: use struct_size to allocate tll
2024-06-26 19:37 UTC
[PATCH v3] x86/traps: Enable UBSAN traps on x86
2024-06-26 19:07 UTC (4+ messages)
[PATCH 0/2] mfd: omap-usb-tll: annotate struct usbtll_omap with __counted_by
2024-06-26 19:03 UTC (9+ messages)
` [PATCH 1/2] "
` (subset) "
` [PATCH 2/2] mfd: omap-usb-tll: use struct_size to allocate tll
[PATCH] nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]
2024-06-26 17:23 UTC (4+ messages)
[PATCH v3 00/10] Add per-core RAPL energy counter support for AMD CPUs
2024-06-26 16:37 UTC (17+ messages)
` [PATCH v3 01/10] x86/topology: Introduce topology_logical_core_id()
` [PATCH v3 02/10] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v3 03/10] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v3 04/10] perf/x86/rapl: Make rapl_model struct global
` [PATCH v3 05/10] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v3 06/10] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v3 07/10] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v3 08/10] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v3 09/10] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v3 10/10] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
[PATCH] printk: Add a short description string to kmsg_dump()
2024-06-26 16:26 UTC (3+ messages)
[PATCH v5 0/3] Add sy7802 flash led driver
2024-06-26 16:02 UTC (5+ messages)
` [PATCH v5 1/3] dt-bindings: leds: Add Silergy SY7802 flash LED
` [PATCH v5 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller
` [PATCH v5 3/3] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash
` (subset) [PATCH v5 0/3] Add sy7802 flash led driver
[PATCH 0/3] parport: Cleanup some pre-devmodel code
2024-06-26 15:41 UTC
[PATCH v5 0/4] Add support for QoS configuration
2024-06-26 4:30 UTC (10+ messages)
` [PATCH v5 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support
` [PATCH v5 2/4] interconnect: qcom: sc7280: enable QoS configuration
` [PATCH v5 4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration
` (subset) [PATCH v5 0/4] Add support for QoS configuration
[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:08 UTC (7+ messages)
[PATCH v2] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:07 UTC
[PATCH] powerpc/pseries: Whitelist dtl slub object for copying to userspace
2024-06-24 12:30 UTC (8+ messages)
[PATCH v4 0/3] Add sy7802 flash led driver
2024-06-24 11:14 UTC (5+ messages)
` [PATCH v4 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller
[PATCH v3 0/2] usercopy: Convert test_user_copy to KUnit test
2024-06-22 13:47 UTC (9+ messages)
` [PATCH v3 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH v3 2/2] usercopy: Convert test_user_copy to KUnit test
[PATCH v2 0/2] exec: Avoid pathological argc, envc, and bprm->p values
2024-06-21 21:44 UTC (4+ messages)
` [PATCH v2 1/2] execve: Keep bprm->argmin behind CONFIG_MMU
` [PATCH v2 2/2] exec: Avoid pathological argc, envc, and bprm->p values
[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
2024-06-21 19:54 UTC (6+ messages)
` [PATCH 2/2] exec: Avoid pathological argc, envc, and bprm->p values
[PATCH net-next] netdevice: define and allocate &net_device _properly_
2024-06-21 13:11 UTC (5+ messages)
[PATCH] crypto: arm/crc32 - add kCFI annotations to asm routines
2024-06-21 12:31 UTC (2+ messages)
[PATCH v5 0/6] slab: Introduce dedicated bucket allocator
2024-06-21 9:37 UTC (18+ messages)
` [PATCH v5 1/6] mm/slab: Introduce kmem_buckets typedef
` [PATCH v5 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v5 3/6] mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
` [PATCH v5 4/6] mm/slab: Introduce kmem_buckets_create() and family
` [PATCH v5 5/6] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH v5 6/6] mm/util: Use dedicated slab buckets for memdup_user()
[PATCH v2 0/9] Add per-core RAPL energy counter support for AMD CPUs
2024-06-21 8:49 UTC (12+ messages)
` [PATCH v2 1/9] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH v2 2/9] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v2 3/9] perf/x86/rapl: Make rapl_model struct global
` [PATCH v2 4/9] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v2 5/9] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v2 6/9] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v2 7/9] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v2 8/9] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v2 9/9] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
[PATCH 0/2] Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_by
2024-06-20 21:58 UTC (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Input: ims-pcu - drop repeated "input" in error message
[PATCH v2] kunit/usercopy: Disable testing on !CONFIG_MMU
2024-06-20 21:13 UTC (2+ messages)
[PATCH] kunit/usercopy: Add missing MODULE_DESCRIPTION()
2024-06-20 21:00 UTC (2+ messages)
[PATCH] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
2024-06-20 19:02 UTC (7+ messages)
[PATCH] string: kunit: add missing MODULE_DESCRIPTION() macros
2024-06-20 18:57 UTC (3+ messages)
[PATCH v4 0/3] Hardening perf subsystem
2024-06-20 18:26 UTC (15+ messages)
[PATCH v6 1/2] proc: pass file instead of inode to proc_mem_open
2024-06-20 16:24 UTC (7+ messages)
` [PATCH v6 2/2] proc: restrict /proc/pid/mem
mips gcc plugin issues
2024-06-20 5:10 UTC (5+ messages)
[PATCH] remove AND operation in choose_random_kstack_offset()
2024-06-20 4:04 UTC (10+ messages)
[PATCH v2 0/2] USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
2024-06-19 20:34 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] USB: serial: garmin_gps: use struct_size to allocate pkt
[PATCH] fortify: Do not special-case 0-sized destinations
2024-06-19 20:31 UTC
[PATCH] USB: serial: garmin_gps: annotate struct garmin_packet with __counted_by
2024-06-19 16:12 UTC (4+ messages)
Linux Sysadmin Offering Assistance in Kernel Security - Ready to Collaborate!
2024-06-19 11:41 UTC
[PATCH v4 0/4] Add support for QoS configuration
2024-06-18 14:26 UTC (8+ messages)
` [PATCH v4 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support
[PATCH AUTOSEL 6.1 02/29] scsi: sr: Fix unintentional arithmetic wraparound
2024-06-18 12:39 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 07/29] efi: pstore: Return proper errors on UEFI failures
[PATCH AUTOSEL 6.9 02/44] scsi: sr: Fix unintentional arithmetic wraparound
2024-06-18 12:40 UTC (4+ messages)
` [PATCH AUTOSEL 6.9 07/44] efi: pstore: Return proper errors on UEFI failures
` [PATCH AUTOSEL 6.9 38/44] drm/amdgpu/pptable: Fix UBSAN array-index-out-of-bounds
[PATCH AUTOSEL 6.6 02/35] scsi: sr: Fix unintentional arithmetic wraparound
2024-06-18 12:37 UTC (2+ messages)
` [PATCH AUTOSEL 6.6 07/35] efi: pstore: Return proper errors on UEFI failures
[bug report] [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entry
2024-06-18 10:10 UTC
[PATCH v2] x86/traps: Enable UBSAN traps on x86
2024-06-17 23:57 UTC (7+ messages)
[PATCH] init/Kconfig: extend -Wno-array-bounds to gcc 13
2024-06-17 21:02 UTC
[PATCH] pstore: platform: add missing MODULE_DESCRIPTION() macro
2024-06-17 18:56 UTC (2+ messages)
[PATCH] MAINTAINERS: Update entries for Kees Cook
2024-06-17 18:13 UTC
[PATCH] kunit/usercopy: Disable testing on !CONFIG_MMU
2024-06-17 17:41 UTC
[PATCH AUTOSEL 6.1 02/29] scsi: sr: Fix unintentional arithmetic wraparound
2024-06-17 15:16 UTC (3+ messages)
` [PATCH AUTOSEL 6.1 07/29] efi: pstore: Return proper errors on UEFI failures
[PATCH AUTOSEL 6.6 02/35] scsi: sr: Fix unintentional arithmetic wraparound
2024-06-17 13:24 UTC (3+ messages)
` [PATCH AUTOSEL 6.6 07/35] efi: pstore: Return proper errors on UEFI failures
[PATCH AUTOSEL 6.9 07/44] efi: pstore: Return proper errors on UEFI failures
2024-06-17 13:22 UTC (3+ messages)
` [PATCH AUTOSEL 6.9 38/44] drm/amdgpu/pptable: Fix UBSAN array-index-out-of-bounds
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;
as well as URLs for NNTP newsgroup(s).