public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-02 16:00:38 to 2025-04-02 17:47:51 UTC [more...]

[GIT PULL] objtool fixes and updates
 2025-04-02 17:48 UTC  (2+ messages)

[GIT PULL] RCU fixes for v6.15
 2025-04-02 17:48 UTC  (2+ messages)

[PATCH v2 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
 2025-04-02 17:46 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] drm/virtio: add VIRTGPU_PARAM_HOST_PAGE_SIZE to params

[PATCH v5 0/4] tracing: Clean up persistent ring buffer code
 2025-04-02 17:46 UTC  (9+ messages)
` [PATCH v5 3/4] tracing: Use vmap_page_range() to map memmap ring buffer

[PATCH 0/3] Remove nvmem deadcode
 2025-04-02 17:44 UTC  (2+ messages)

[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
 2025-04-02 17:33 UTC 

[PATCH] sched/numa: Add statistics of numa balance task migration and swap
 2025-04-02 17:43 UTC  (4+ messages)

[PATCH v3 00/54] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-04-02 17:41 UTC  (55+ messages)
` [PATCH v3 01/54] vmlinux.lds.h: fixup HEADERED_SECTION{,_BY} macros
` [PATCH v3 02/54] docs/dyndbg: update examples \012 to \n
` [PATCH v3 03/54] docs/dyndbg: explain flags parse 1st
` [PATCH v3 04/54] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v3 05/54] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v3 06/54] dyndbg: make ddebug_class_param union members same size
` [PATCH v3 07/54] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v3 08/54] dyndbg: reduce verbose/debug clutter
` [PATCH v3 09/54] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v3 10/54] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v3 11/54] dyndbg: replace classmap list with a vector
` [PATCH v3 12/54] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v3 13/54] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v3 14/54] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v3 15/54] dyndbg: ddebug_table.mod_name down to _ddebug_info
` [PATCH v3 16/54] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v3 17/54] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v3 18/54] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v3 19/54] dyndbg: detect class_id reservation conflicts
` [PATCH v3 20/54] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_DEFINE args at compile-time
` [PATCH v3 21/54] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v3 22/54] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v3 23/54] dyndbg: treat comma as a token separator
` [PATCH v3 24/54] dyndbg: split multi-query strings with %
` [PATCH v3 25/54] selftests-dyndbg: add test_mod_submod
` [PATCH v3 26/54] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v3 27/54] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v3 28/54] dyndbg: restore classmap protection when theres a controlling_param
` [PATCH v3 29/54] docs/dyndbg: add classmap info to howto
` [PATCH v3 30/54] drm: use correct ccflags-y spelling
` [PATCH v3 31/54] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v3 32/54] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v3 33/54] drm-print: fix config-dependent unused variable
` [PATCH v3 34/54] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v3 35/54] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v3 36/54] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v3 37/54] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v3 38/54] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v3 39/54] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v3 40/54] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v3 41/54] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v3 42/54] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v3 43/54] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v3 44/54] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v3 45/54] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v3 46/54] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v3 47/54] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v3 48/54] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v3 49/54] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v3 50/54] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v3 51/54] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v3 52/54] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v3 53/54] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v3 54/54] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers

[PATCH fwctl] pds_fwctl: fix type and endian complaints
 2025-04-02 17:42 UTC  (4+ messages)

[PATCH v2] x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR
 2025-04-02 17:35 UTC  (2+ messages)

[PATCH] net/mlx4_en: Remove the redundant NULL check for the 'my_ets' object
 2025-04-02 17:36 UTC  (2+ messages)

[PATCH] NFS: Remove unused function nfs_umount
 2025-04-02 17:31 UTC  (2+ messages)

[PATCH v2] tools build: Use -fzero-init-padding-bits=all
 2025-04-02 17:30 UTC 

[PATCH v3 0/4] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-02 17:25 UTC  (4+ messages)
` [PATCH v3 4/4] net: mtip: The L2 switch driver for imx287

[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
 2025-04-02 17:25 UTC 

[RFC PATCH 0/7] Defer throttle when task exits to user
 2025-04-02 17:24 UTC  (7+ messages)
` [RFC PATCH 3/7] sched/fair: Handle unthrottle path for task based throttle

[PATCH v3 0/7] Convert inno hdmi to drm bridge
 2025-04-02 17:24 UTC  (3+ messages)
` [PATCH v3 7/7] drm/rockchip: inno-hdmi: Convert "

[PATCH] proc: Avoid costly high-order page allocations when reading proc files
 2025-04-02 17:24 UTC  (7+ messages)

[PATCH v2] mmc: Add quirk to disable DDR50 tuning
 2025-04-02 17:23 UTC  (2+ messages)

[PATCH] sched/numa: Add statistics of numa balance task migration and swap
 2025-04-02 17:23 UTC  (2+ messages)

[PATCH net-next] configs/debug: run and debug PREEMPT
 2025-04-02 17:23 UTC 

[PATCH] tpm: tis: Increase the default for timeouts B and C
 2025-04-02 17:21 UTC 

[BUG -next] ./usr/include/cxl/features.h:11:10: fatal error: uuid/uuid.h: No such file or directory
 2025-04-02 17:20 UTC  (11+ messages)

[PATCH v2 0/9] crypto: x86 - stop using the SIMD helper
 2025-04-02 17:19 UTC  (6+ messages)

[PATCH v2 0/3] staging: rtl8723bs: Code cleanup patches
 2025-04-02 17:16 UTC  (4+ messages)
` [PATCH v2 1/3] staging: rtl8723bs: Modify struct rx_pkt_attrib attribute bdecrypted
` [PATCH v2 2/3] staging: rtl8723bs: Modify struct sta_info attribute qos_option
` [PATCH v2 3/3] staging: rtl8723bs: Modify struct sta_info attribute qos_option and ieee8021x_blocked

[PATCH 0/6] x86/microcode: Support for Intel Staging Feature
 2025-04-02 17:14 UTC  (3+ messages)

[GIT PULL] more printk for 6.15
 2025-04-02 17:12 UTC  (2+ messages)

[RFC PATCH 0/3] Add Software IOTLB bounce buffer support
 2025-04-02 17:10 UTC  (10+ messages)
` [RFC PATCH 1/3] content: Add VIRTIO_F_SWIOTLB to negotiate use of SWIOTLB bounce buffers

[PATCH v3 00/18] nvmet-fcloop: track resources via reference counting
 2025-04-02 17:08 UTC  (8+ messages)
` [PATCH v3 06/18] nvmet-fcloop: sync targetport removal
` [PATCH v3 08/18] nvmet-fcloop: add missing fcloop_callback_host_done

[PATCH 00/21] mtd: spinand: Add octal support
 2025-04-02 17:06 UTC  (7+ messages)
` [PATCH 15/21] mtd: spinand: winbond: Rename DTR variants
` [PATCH 16/21] mtd: spinand: winbond: Add support for W35N01JW in single mode

[PATCH] drm/amd/display: do not copy invalid CRTC timing info
 2025-04-02 17:03 UTC 

[PATCH 0/2] Implement numa node notifier
 2025-04-02 17:03 UTC  (8+ messages)
` [PATCH 1/2] mm,memory_hotplug: "
` [PATCH 2/2] mm,memory_hotplug: Replace status_change_nid parameter in memory_notify

[PATCH v7 00/10] Amlogic C3 ISP support
 2025-04-02 17:01 UTC  (2+ messages)

[syzbot] [bpf?] WARNING in dev_xdp_install
 2025-04-02 17:00 UTC  (2+ messages)

[PATCH] perf tools: Fix incorrect --user-regs comments
 2025-04-02 16:55 UTC  (2+ messages)

[PATCH v1 00/48] Perf build support for -Wshorten-64-to-32
 2025-04-02 16:53 UTC  (6+ messages)
` [PATCH v1 09/48] perf tests: Silence -Wshorten-64-to-32 warnings

[PATCH] rust: clean Rust 1.86.0 new `clippy::needless_continue` cases
 2025-04-02 16:41 UTC  (6+ messages)

[PATCH v5 09/16] kexec: enable KHO support for memory preservation
 2025-04-02 16:47 UTC  (3+ messages)

[PATCH v2 0/5] NMI warning and debug improvements
 2025-04-02 16:47 UTC  (6+ messages)
` [PATCH v2 1/5] perf stat: Better hybrid support for the NMI watchdog warning
` [PATCH v2 2/5] perf stat: Remove print_mixed_hw_group_error
` [PATCH v2 3/5] perf evlist: Refactor evlist__scnprintf_evsels
` [PATCH v2 4/5] perf evlist: Add groups to evlist__format_evsels
` [PATCH v2 5/5] perf parse-events: Add debug dump of evlist if reordered

[PATCH] smccc/kvm_guest: Remove the accidental semicolon
 2025-04-02 16:43 UTC  (3+ messages)

Seinfeld Satan
 2025-04-02 16:41 UTC 

[PATCH 0/7] More CRC kconfig option cleanups
 2025-04-02 16:41 UTC  (8+ messages)
` [PATCH 1/7] lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y'

[PATCH] workqueue: Always use wq_select_unbound_cpu() for WORK_CPU_UNBOUND
 2025-04-02 16:40 UTC  (6+ messages)

[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
 2025-04-02 16:38 UTC  (5+ messages)

[PATCH] bcachefs: don't call sleeping funcs when handling inconsistency errors
 2025-04-02 16:38 UTC  (4+ messages)

[PATCH v5 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
 2025-04-02 16:36 UTC  (6+ messages)
` [PATCH v5 3/3] mm/mempolicy: Support "

[git pull] drm for 6.15-rc1
 2025-04-02 16:34 UTC  (11+ messages)

[PATCH v3 0/3] Enhance sysfs handling for memory hotplug in weighted interleave
 2025-04-02 16:33 UTC  (3+ messages)
` [PATCH v3 2/3] mm/mempolicy: Support dynamic sysfs updates for "

[PATCH] bcachefs: use library APIs for ChaCha20 and Poly1305
 2025-04-02 16:33 UTC  (4+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-04-02 16:31 UTC  (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH] nfs: add missing selections of CONFIG_CRC32
 2025-04-02 16:29 UTC  (3+ messages)

[PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
 2025-04-02 16:29 UTC  (5+ messages)

[PATCH 0/10] More Rust bindings for device property reads
 2025-04-02 16:28 UTC  (7+ messages)
` [PATCH 03/10] device property: Add fwnode_property_read_int_array()
` [PATCH 04/10] rust: Add bindings for reading device properties

[PATCH] Bluetooth: Introduce HCI Driver Packet
 2025-04-02 16:26 UTC 

[PATCH 00/30] drm/panel: Use refcounted allocation in place of devm_kzalloc() - Part2
 2025-04-02 15:24 UTC  (31+ messages)
` [PATCH 01/30] panel/panel-elida-kd35t133: Refcounted allocation
` [PATCH 02/30] panel/elida-kd35t133: Use refcounted allocation in place of devm_kzalloc()
` [PATCH 03/30] panel/fy07024di26a30d: "
` [PATCH 04/30] panel/himax-hx83112a: "
` [PATCH 05/30] panel/himax-hx8394: "
` [PATCH 06/30] panel/ilitek-ili9322: "
` [PATCH 07/30] panel/ilitek-ili9341: "
` [PATCH 08/30] panel/panel-ili9805: "
` [PATCH 09/30] panel/ilitek-ili9806e: "
` [PATCH 10/30] panel/ilitek-ili9881c: "
` [PATCH 11/30] panel/innolux-ej030na: "
` [PATCH 12/30] panel/innolux-p079zca: "
` [PATCH 13/30] panel/jadard-jd9365da-h3: "
` [PATCH 14/30] panel/jdi-fhd-r63452: "
` [PATCH 15/30] panel/ltk050h3146w: "
` [PATCH 16/30] panel/ltk500hd1829: "
` [PATCH 17/30] panel/lg-lg4573: "
` [PATCH 18/30] panel/lincolntech-lcd197: "
` [PATCH 19/30] panel/magnachip-d53e6ea8966: "
` [PATCH 20/30] panel/mantix-mlaf057we51: "
` [PATCH 21/30] panel/newvision-nv3051d: "
` [PATCH 22/30] panel/newvision-nv3052c: "
` [PATCH 23/30] panel/novatek-nt35510: "
` [PATCH 24/30] panel/novatek-nt35560: "
` [PATCH 25/30] panel/novatek-nt35950: "
` [PATCH 26/30] panel/novatek-nt36523: "
` [PATCH 27/30] panel/novatek-nt36672e: "
` [PATCH 28/30] panel/novatek-nt39016: "
` [PATCH 29/30] panel/lcd-olinuxino: "
` [PATCH 30/30] panel/orisetech-ota5601a: "

[RFC PATCH] x86: prevent gcc from emitting rep movsq/stosq for inlined ops
 2025-04-02 16:27 UTC  (3+ messages)

[v2,04/12] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
 2025-04-02 16:19 UTC 

arm64: juno-r2: SSD detect failed on mainline and next
 2025-04-02 16:18 UTC  (3+ messages)

[PATCH v4 0/2] hwmon: (amc6821) Add PWM polarity configuration with OF
 2025-04-02 16:16 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: amc6821: add fan and PWM output
` [PATCH v4 2/2] hwmon: (amc6821) Add PWM polarity configuration with OF

BUG: KASAN: slab-use-after-free in rds_inc_put
 2025-04-02 16:15 UTC 

[PATCH v2] vsock/virtio: Remove queued_replies pushback logic
 2025-04-02 16:14 UTC  (2+ messages)

[PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
 2025-04-02 16:13 UTC  (5+ messages)
` [PATCH v2 2/4] fs: allow all writers to be frozen

[PATCH v6] drm/syncobj: Extend EXPORT_SYNC_FILE for timeline syncobjs
 2025-04-02 16:11 UTC  (5+ messages)

[PATCH v2 0/5] KVM: guest_memfd: support for uffd minor
 2025-04-02 16:07 UTC  (6+ messages)
` [PATCH v2 1/5] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v2 2/5] KVM: guest_memfd: add kvm_gmem_vma_is_gmem
` [PATCH v2 3/5] mm: userfaultfd: allow to register continue for guest_memfd
` [PATCH v2 4/5] KVM: guest_memfd: add support for userfaultfd minor
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[PATCH v2 0/4] kbuild: resurrect generic header check facility
 2025-04-02 16:06 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: add timeout in do_xfer_with_response()
 2025-04-02 16:05 UTC  (3+ messages)

[PATCH] spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent
 2025-04-02 16:04 UTC  (3+ messages)

[RFC -v1] wifi: rtw88: sdio: Tx status for management frames
 2025-04-02 16:03 UTC 

[PATCH] memcg, oom: do not bypass oom killer for dying tasks
 2025-04-02 16:01 UTC  (3+ messages)

[PATCH net-next] trace: tcp: Add tracepoint for tcp_sendmsg()
 2025-04-02 16:01 UTC  (11+ messages)

[PATCH V4 0/2] Rust: Add cpumask abstractions
 2025-04-02 16:00 UTC  (4+ messages)
` [PATCH V4 1/2] rust: Add initial "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox