mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH] ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
 2024-12-18  0:57 UTC  (3+ messages)

[PATCH v3 0/3] rust: add kunit doctest with doc fixes
 2024-12-18  0:57 UTC  (5+ messages)
` [PATCH v3 1/3] rust: error: Change `LayoutError` to internal
` [PATCH v3 2/3] rust: error: Update 'stack_try_pin_init' example
` [PATCH v3 3/3] rust: alloc: Add doctest for `ArrayLayout`

[PATCH v6 00/16] VOP Support for rk3576
 2024-12-18  0:55 UTC  (6+ messages)
` [PATCH v6 08/16] drm/rockchip: vop2: Support 32x8 superblock afbc
    `  "
      `  "
        `  "

[PATCH v2] tools: perf: tests: Fix code reading for riscv
 2024-12-18  0:55 UTC  (4+ messages)

[PATCH 0/5] perf: arm_spe: Add format option for discard mode
 2024-12-18  0:54 UTC  (3+ messages)
` [PATCH 5/5] perf docs: arm_spe: Document new "

linux-next: manual merge of the drm-intel tree with the drm-misc tree
 2024-12-18  0:51 UTC 

[PATCH 0/3] ring-buffer: Hardening of the persistent buffer
 2024-12-18  0:48 UTC  (16+ messages)
` [PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer

[syzbot] [kernel?] WARNING in bitmap_parselist_user
 2024-12-18  0:48 UTC 

[PATCH] ring-buffer: Fix a oob in __rb_map_vma
 2024-12-18  0:40 UTC  (3+ messages)

[PATCH v5 00/18] TDX MMU prep series part 1
 2024-12-18  0:34 UTC  (2+ messages)

[PATCH 0/6] Add support to retrieve the bootstatus from watchdog for RZ/V2H(P) SoC
 2024-12-18  0:34 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: clock: rzv2h-cpg: Add syscon compatible for CPG block
` [PATCH 2/6] arm64: dts: renesas: r9a09g047: Add `syscon` compatible for CPG node
` [PATCH 3/6] arm64: dts: renesas: r9a09g057: "
` [PATCH 4/6] dt-bindings: watchdog: renesas: Document `renesas,r9a09g057-syscon-wdt-errorrst` property
` [PATCH 5/6] watchdog: rzv2h_wdt: Add support to retrieve the bootstatus information
` [PATCH 6/6] arm64: dts: renesas: r9a09g057: Add `renesas,r9a09g057-syscon-wdt-errorrst` property to WDT node

[PATCH v2 0/5] drm/msm: add a display mmu fault handler
 2024-12-18  0:27 UTC  (6+ messages)
` [PATCH v2 1/5] drm/msm: register a fault handler for display mmu faults
` [PATCH v2 2/5] drm/msm/iommu: rename msm_fault_handler to msm_gpu_fault_handler
` [PATCH v2 3/5] drm/msm/iommu: introduce msm_iommu_disp_new() for msm_kms
` [PATCH v2 4/5] drm/msm: switch msm_kms to use msm_iommu_disp_new()
` [PATCH v2 5/5] drm/msm/dpu: rate limit snapshot capture for mmu faults

[syzbot] [xfs?] possible deadlock in xfs_dquot_detach_buf
 2024-12-18  0:27 UTC 

overlayfs: WARN_ONCE(Can't encode file handler for inotify: 255)
 2024-12-18  0:23 UTC 

[PATCH v2] bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMP
 2024-12-18  0:20 UTC  (2+ messages)

linux-next: manual merge of the rust tree with the driver-core tree
 2024-12-18  0:18 UTC  (2+ messages)

[PATCH v2 0/9] Add support for I2C bus recovery for riic driver
 2024-12-18  0:16 UTC  (10+ messages)
` [PATCH v2 1/9] i2c: riic: Replace dev_err with dev_err_probe in probe function
` [PATCH v2 2/9] i2c: riic: Use local `dev` pointer in `dev_err_probe()`
` [PATCH v2 3/9] i2c: riic: Use BIT macro consistently
` [PATCH v2 4/9] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH v2 5/9] i2c: riic: Make use of devres helper to request deasserted reset line
` [PATCH v2 6/9] i2c: riic: Mark riic_irqs array as const
` [PATCH v2 7/9] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH v2 8/9] i2c: riic: Add `riic_bus_barrier()` to check bus availability
` [PATCH v2 9/9] i2c: riic: Implement bus recovery

[PATCH] firmware: smccc: Support optional Arm SMC SOC_ID name
 2024-12-18  0:13 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v9 0/1] MCTP Over PCC Transport
 2024-12-18  0:09 UTC  (4+ messages)
` [PATCH v9 1/1] mctp pcc: Implement MCTP over "

[PATCH v3 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-18  0:03 UTC  (5+ messages)
` [PATCH v3 16/16] perf tools: Remove dependency on libaudit

[PATCH 00/20] KVM: selftests: Fixes and cleanups for dirty_log_test
 2024-12-18  0:03 UTC  (33+ messages)
` [PATCH 02/20] KVM: selftests: Sync dirty_log_test iteration to guest *before* resuming
` [PATCH 04/20] KVM: selftests: Drop stale srandom() initialization from dirty_log_test
` [PATCH 05/20] KVM: selftests: Precisely track number of dirty/clear pages for each iteration
` [PATCH 06/20] KVM: selftests: Read per-page value into local var when verifying dirty_log_test
` [PATCH 07/20] KVM: selftests: Continuously reap dirty ring while vCPU is running
` [PATCH 09/20] KVM: selftests: Honor "stop" request in dirty ring test
` [PATCH 10/20] KVM: selftests: Keep dirty_log_test vCPU in guest until it needs to stop
` [PATCH 11/20] KVM: selftests: Post to sem_vcpu_stop if and only if vcpu_stop is true
` [PATCH 12/20] KVM: selftests: Use continue to handle all "pass" scenarios in dirty_log_test
` [PATCH 13/20] KVM: selftests: Print (previous) last_page on dirty page value mismatch
` [PATCH 14/20] KVM: selftests: Collect *all* dirty entries in each dirty_log_test iteration
` [PATCH 15/20] KVM: sefltests: Verify value of dirty_log_test last page isn't bogus
` [PATCH 16/20] KVM: selftests: Ensure guest writes min number of pages in dirty_log_test
` [PATCH 17/20] KVM: selftests: Tighten checks around prev iter's last dirty page in ring
` [PATCH 19/20] KVM: selftests: Fix an off-by-one in the number of dirty_log_test iterations
` [PATCH 20/20] KVM: selftests: Allow running a single iteration of dirty_log_test

[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
 2024-12-18  0:01 UTC  (9+ messages)
` [PATCH v4 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v4 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v4 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v4 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v4 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v4 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v4 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header

[PATCH v3 0/3] RTL9300 MDIO driver
 2024-12-17 23:54 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: net: Add Realtek MDIO controller
` [PATCH v3 2/3] mips: dts: realtek: Add "
` [PATCH v3 3/3] net: mdio: Add RTL9300 MDIO driver

[PATCH v2] rust: sync: document `PhantomData` in `Arc`
 2024-12-17 23:53 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-12-17 23:49 UTC  (4+ messages)

[PATCH] soundwire: intel_auxdevice: Don't disable IRQs before removing children
 2024-12-17 23:49 UTC  (4+ messages)

[PATCH 0/4] renesas: r8a779g0: Enable VSPX on R-Car V4H
 2024-12-17 23:47 UTC  (9+ messages)
` [PATCH 1/4] clk: renesas: r8a779g0: Add FCPVX clocks
` [PATCH 2/4] arm64: dts: renesas: r8a779g0: Add FCPVX instances
` [PATCH 3/4] clk: renesas: r8a779g0: Add VSPX clocks
` [PATCH 4/4] arm64: dts: renesas: r8a779g0: Add VSPX instances

[PATCH] scx: Fix maximal BPF selftest prog
 2024-12-17 23:44 UTC  (5+ messages)
  ` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()

[PATCH v2] loongarch/mm: disable WUC for pgprot_writecombine as same as ioremap_wc
 2024-12-17 23:44 UTC  (6+ messages)

[PATCH 6.12 000/172] 6.12.6-rc1 review
 2024-12-17 23:43 UTC  (3+ messages)

[PATCH v2 0/4] iio: mark scan_timestamp as __private
 2024-12-17 23:41 UTC  (4+ messages)
` [PATCH v2 3/4] iio: common: ssp_sensors: drop conditional optimization for simplicity

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-17 23:37 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] bpf: Introduce task_file open-coded iterator kfuncs
` [PATCH bpf-next v6 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v6 3/5] bpf: Add bpf_fget_task() kfunc
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
` [PATCH bpf-next v6 5/5] selftests/bpf: Add tests for bpf_fget_task() kfunc

[RFC 0/2] ima: evm: Add kernel cmdline options to disable IMA/EVM
 2024-12-17 23:33 UTC  (8+ messages)

[PATCH] x86/tsc: avoid system instability in hibernation System
 2024-12-17 23:30 UTC  (2+ messages)

[PATCH v2 00/24] TDX MMU Part 2
 2024-12-17 23:29 UTC  (6+ messages)
` [RFC PATCH 0/2] SEPT SEAMCALL retry proposal
  ` [RFC PATCH 2/2] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal

[PATCHSET v7 sched_ext/for-6.14] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2024-12-17 23:23 UTC  (6+ messages)
` [PATCH 1/6] sched/topology: introduce for_each_numa_hop_node() / sched_numa_hop_node()
` [PATCH 3/6] sched_ext: Introduce per-node idle cpumasks

[PATCH v30 00/30] Introduce QC USB SND audio offloading support
 2024-12-17 23:20 UTC  (13+ messages)

[PATCH] seqlock: Use WRITE_ONCE() when updating sequence
 2024-12-17 23:17 UTC 

[PATCH v2 0/9] Move initializing SEV/SNP functionality to KVM
 2024-12-17 23:16 UTC  (7+ messages)
` [PATCH v2 4/9] crypto: ccp: Register SNP panic notifier only if SNP is enabled

[PATCH v4 0/2] Converge on using secs_to_jiffies()
 2024-12-17 23:09 UTC  (3+ messages)
` [PATCH v4 1/2] s390: kernel: Convert timeouts to use secs_to_jiffies()
` [PATCH v4 2/2] livepatch: Convert timeouts to secs_to_jiffies()

[PATCH 0/6] Audit: Records for multiple security contexts
 2024-12-17 23:08 UTC  (7+ messages)
  ` [PATCH 1/6] Audit: Create audit_stamp structure
  ` [PATCH 2/6] Audit: Allow multiple records in an audit_buffer
  ` [PATCH 3/6] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH 4/6] Audit: Add record for multiple task security contexts
  ` [PATCH 5/6] Audit: multiple subject lsm values for netlabel
  ` [PATCH 6/6] Audit: Add record for multiple object contexts

[ANNOUNCE] 5.10.231-rt123
 2024-12-17 23:08 UTC 

[PATCH 0/1] platform/x86: Add Lenovo Legion WMI Drivers
 2024-12-17 23:06 UTC  (2+ messages)
` [PATCH 1/1] platform/x86: Add lenovo-legion-wmi drivers

[PATCH 5.15 00/51] 5.15.175-rc1 review
 2024-12-17 23:06 UTC  (2+ messages)

[PATCH] KVM: x86: ioapic: Optimize EOI handling to reduce unnecessary VM exits
 2024-12-17 23:04 UTC  (2+ messages)

[PATCH 6.1 00/76] 6.1.121-rc1 review
 2024-12-17 23:03 UTC  (3+ messages)

[PATCH 6.6 000/109] 6.6.67-rc1 review
 2024-12-17 23:00 UTC  (2+ messages)

[PATCH v1 1/3] drm/admgpu: replace kmalloc() and memcpy() with kmemdup()
 2024-12-17 22:58 UTC  (3+ messages)
` [PATCH v1 2/3] xfs/libxfs: "
` [PATCH v1 3/3] btrfs: "

[PATCH v12 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-12-17 22:56 UTC  (3+ messages)
` [PATCH v12 2/9] PCI: endpoint: Add RC-to-EP doorbell support using "

[PATCH v3 00/10] mtd: add driver for Intel discrete graphics
 2024-12-17 22:49 UTC  (5+ messages)
` [PATCH v3 03/10] mtd: intel-dg: implement access functions
` [PATCH v3 06/10] mtd: intel-dg: wake card on operations

[PATCH 0/2] KVM: SVM: Make VMGEXIT GHCB exit codes more readable
 2024-12-17 22:43 UTC  (5+ messages)
` [PATCH 1/2] KVM: SVM: Convert plain error code numbers to defines

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2024-12-17 22:33 UTC  (13+ messages)
` [PATCH v4 09/25] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [PATCH v4 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v4 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v4 18/25] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages
` [PATCH v4 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock

[PATCH v3 1/1] input: mma8450: Add chip ID check in probe
 2024-12-17 22:20 UTC 

[PATCH v4 0/1] Seal system mappings
 2024-12-17 22:18 UTC  (3+ messages)
` [PATCH v4 1/1] exec: seal "

[PATCH RFC v2 0/4] lib/sbitmap: fix shallow_depth tag allocation
 2024-12-17 22:13 UTC  (9+ messages)
` [PATCH RFC v2 1/4] block/mq-deadline: Revert "block/mq-deadline: Fix the tag reservation code"
` [PATCH v2 RFC 2/4] lib/sbitmap: fix shallow_depth tag allocation
` [PATCH v2 3/4] block/elevator: choose none elevator for high IO concurrency ability disk
` [PATCH RFC v2 4/4] block/mq-deadline: introduce min_async_depth

[net-next] ice: expose non_eop_descs to ethtool
 2024-12-17 22:13 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3] freezer, sched: report the frozen task stat as 'D'
 2024-12-17 22:12 UTC  (2+ messages)

[PATCH 0/3] arm64: allwinner: a64: fix video output on Pinebook
 2024-12-17 22:02 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: clock: sunxi: Export PLL_VIDEO_2X and PLL_MIPI

[PATCH 0/8] Convert input core to use new cleanup facilities
 2024-12-17 21:59 UTC  (2+ messages)

[PATCH v3] arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu()
 2024-12-17 21:59 UTC 

[PATCH] [RFC] Input: remove evbug driver
 2024-12-17 21:57 UTC  (2+ messages)

RIP: 0010:xhci_ring_expansion+0xbd/0x380 [xhci_hcd]
 2024-12-17 21:57 UTC 

[PATCH v7 0/8] PCI: Consolidate TLP Log reading and printing
 2024-12-17 21:55 UTC  (3+ messages)
` [PATCH v7 8/8] PCI/AER: Add prefixes to printouts

[PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
 2024-12-17 21:49 UTC  (2+ messages)

[syzbot] [trace?] WARNING in tracepoint_probe_unregister (3)
 2024-12-17 21:48 UTC  (3+ messages)

[PATCH 0/2] iio: adc: ad4695: add oversampling support
 2024-12-17 21:47 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: ad4695: add offload-based "
` [PATCH 2/2] doc: iio: ad4695: describe "

[PATCH v5 0/3] Provide devm_clk_bulk_get_all_enabled() helper
 2024-12-17 21:46 UTC  (5+ messages)
` [PATCH v5 1/3] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
` [PATCH v5 2/3] PCI: exynos: "
` [PATCH v5 3/3] clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

[PATCH v5 00/13] media: i2c: imx214: Miscellaneous cleanups and improvements
 2024-12-17 21:39 UTC  (14+ messages)
` [PATCH v5 01/13] media: i2c: imx214: Use subdev active state
` [PATCH v5 02/13] media: i2c: imx214: Simplify with dev_err_probe()
` [PATCH v5 03/13] media: i2c: imx214: Convert to CCI register access helpers
` [PATCH v5 04/13] media: i2c: imx214: Replace register addresses with macros
` [PATCH v5 05/13] media: i2c: imx214: Drop IMX214_REG_EXPOSURE from mode reg arrays
` [PATCH v5 06/13] media: i2c: imx214: Check number of lanes from device tree
` [PATCH v5 07/13] media: i2c: imx214: Add vblank and hblank controls
` [PATCH v5 08/13] media: i2c: imx214: Implement vflip/hflip controls
` [PATCH v5 09/13] media: i2c: imx214: Add analogue/digital gain control
` [PATCH v5 10/13] media: i2c: imx214: Verify chip ID
` [PATCH v5 11/13] media: i2c: imx214: Add test pattern control
` [PATCH v5 12/13] media: i2c: imx214: Fix clock handling on probe error or remove
` [PATCH v5 13/13] media: i2c: imx214: Fix link frequency validation

[PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-17 21:31 UTC  (2+ messages)

[PATCH 00/18] KVM: arm64: Support FEAT_PMUv3 on Apple hardware
 2024-12-17 21:23 UTC  (8+ messages)
` [PATCH 12/18] KVM: arm64: Compute synthetic sysreg ESR for Apple PMUv3 traps
` [PATCH 13/18] KVM: arm64: Advertise PMUv3 if IMPDEF traps are present
` [PATCH 14/18] KVM: arm64: Advertise 0 event counters for IMPDEF PMU
` [PATCH 15/18] arm64: Enable IMP DEF PMUv3 traps on Apple M2
` [RFC PATCH 16/18] drivers/perf: apple_m1: Map a few more PMUv3 events
` [RFC PATCH 17/18] KVM: arm64: Provide 1 event counter on IMPDEF hardware
` [HACK PATCH 18/18] KVM: arm64: selftests: Add test for probing PMUv3 sysregs

[PATCH 1/2] dt-bindings: media: imx219: Rename to include vendor prefix
 2024-12-17 21:22 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: media: imx219: Describe sensor address using the reg property

page:  |  | latest

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

all inboxes | Powered by JetHome®