public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-12 16:48:09 to 2024-08-12 19:25:19 UTC [more...]

[syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister
 2024-08-12 19:24 UTC  (7+ messages)

[PATCH v2 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-12 19:24 UTC 

[PATCH net] selftest: af_unix: Fix kselftest compilation warnings
 2024-08-12 19:15 UTC  (3+ messages)

[PATCH v5 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-08-12 19:14 UTC  (10+ messages)
` [PATCH v5 05/12] PCI: brcmstb: Use swinit reset if available
` [PATCH v5 09/12] PCI: brcmstb: Refactor for chips with many regular inbound windows
` [PATCH v5 10/12] PCI: brcmstb: Check return value of all reset_control_xxx calls

[PATCH 1/1] alloc_tag: mark pages reserved during CMA activation as not tagged
 2024-08-12 19:13 UTC  (3+ messages)

[RFC PATCH v2 0/4] Enable strict percpu address space checks
 2024-08-12 19:12 UTC  (5+ messages)
` [RFC PATCH v2 2/4] percpu: Assorted fixes found by "
` [RFC PATCH v2 3/4] percpu: Repurpose __percpu tag as a named address space qualifier

[PATCH net v2] selftest: af_unix: Fix kselftest compilation warnings
 2024-08-12 19:11 UTC 

fs/jfs: Reproduction of kernel oops bug in JFS
 2024-08-12 19:10 UTC  (4+ messages)

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-12 19:10 UTC  (15+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider

[PATCH] nfs: Remove unnecessary NULL check before kfree()
 2024-08-12 19:09 UTC  (2+ messages)

[PATCH 1/1] arm64: dts: lx2160a: Change PCIe compatible string to fsl,ls2088a-pcie
 2024-08-12 19:08 UTC  (9+ messages)

[PATCH net-next 0/3] use more devm
 2024-08-12 19:06 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ag71xx: use devm_clk_get_enabled
` [PATCH net-next 2/3] net: ag71xx: use devm for of_mdiobus_register
` [PATCH net-next 3/3] net: ag71xx: use devm for register_netdev

[PATCH V2] mm/swap: take folio refcount after testing the LRU flag
 2024-08-12 19:06 UTC  (2+ messages)

[PATCH v2 1/2] maple_tree: reset mas->index and mas->last on write retries
 2024-08-12 19:05 UTC  (2+ messages)
` [PATCH v2 2/2] maple_tree: add test to replicate low memory race conditions

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-12 19:05 UTC  (11+ messages)
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 10/19] KVM: Use follow_pfnmap API

[PATCH v2 0/3] regmap IRQ support for devices with multiple IRQs
 2024-08-12 19:05 UTC  (3+ messages)
` [PATCH v2 3/3] regmap: Allow setting IRQ domain name suffix

[PATCH v9 00/19] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-08-12 19:02 UTC  (4+ messages)
` [PATCH v9 09/19] x86: Secure Launch kernel late boot stub

[PATCH] Documentation/llvm: turn make command for ccache into code block
 2024-08-12 19:04 UTC  (2+ messages)

[PATCH v2 1/2] perf sched timehist: Skip print non-idle task samples when only show idle events
 2024-08-12 19:04 UTC  (4+ messages)
` [PATCH v2 2/2] perf sched timehist: Remove BUG_ON in timehist_sched_change_event()

conver XFS perag lookup to xarrays
 2024-08-12 19:02 UTC  (4+ messages)
` [PATCH 2/3] xfs: convert perag lookup to xarray

[PATCH v2 4/7] usb: dwc3: core: Expose core driver as library
 2024-08-12 19:00 UTC  (3+ messages)

[PATCH v2 0/2] kgdb: x86: fix breakpoint removal problems
 2024-08-12 18:54 UTC  (4+ messages)
` [PATCH v2 1/2] x86/kgdb: convert early breakpoints to poke breakpoints
` [PATCH v2 2/2] x86/kgdb: fix hang on failed breakpoint removal

[PATCH v2] PCI: Detect and trust built-in Thunderbolt chips
 2024-08-12 18:45 UTC  (2+ messages)

[PATCH v1 1/1] selftests: net: af_unix: cast void* to char* in call to macro TH_LOG()
 2024-08-12 18:45 UTC  (2+ messages)

[PATCH] lib/string_helpers: rework overflow-dependent code
 2024-08-12 18:43 UTC  (9+ messages)

[PATCH v5 2/2] platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspended
 2024-08-12 18:42 UTC  (2+ messages)
` [PATCH v6 "

[PATCH v5 1/2] clocksource: acpi_pm: Add external callback for suspend/resume
 2024-08-12 18:41 UTC  (2+ messages)
` [PATCH v6 "

[PATCH] drm/msm: fix the highest_bank_bit for sc7180
 2024-08-12 18:40 UTC  (4+ messages)

[PATCH] coccinelle: Add rules to find str_down_up() replacements
 2024-08-12 18:36 UTC 

[PATCH] string_choices: Add wrapper for str_down_up()
 2024-08-12 18:29 UTC 

[PATCH v5 00/26] Generic `Allocator` support for Rust
 2024-08-12 18:23 UTC  (27+ messages)
` [PATCH v5 01/26] rust: alloc: add `Allocator` trait
` [PATCH v5 02/26] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v5 03/26] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v5 04/26] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v5 05/26] rust: alloc: add module `allocator_test`
` [PATCH v5 06/26] rust: alloc: implement `Vmalloc` allocator
` [PATCH v5 07/26] rust: alloc: implement `KVmalloc` allocator
` [PATCH v5 08/26] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v5 09/26] rust: alloc: implement kernel `Box`
` [PATCH v5 10/26] rust: treewide: switch to our kernel `Box` type
` [PATCH v5 11/26] rust: alloc: remove `BoxExt` extension
` [PATCH v5 12/26] rust: alloc: add `Box` to prelude
` [PATCH v5 13/26] rust: alloc: implement kernel `Vec` type
` [PATCH v5 14/26] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v5 15/26] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v5 16/26] rust: treewide: switch to the kernel `Vec` type
` [PATCH v5 17/26] rust: alloc: remove `VecExt` extension
` [PATCH v5 18/26] rust: alloc: add `Vec` to prelude
` [PATCH v5 19/26] rust: error: use `core::alloc::LayoutError`
` [PATCH v5 20/26] rust: error: check for config `test` in `Error::name`
` [PATCH v5 21/26] rust: alloc: implement `contains` for `Flags`
` [PATCH v5 22/26] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v5 23/26] rust: str: test: replace `alloc::format`
` [PATCH v5 24/26] rust: alloc: update module comment of alloc.rs
` [PATCH v5 25/26] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v5 26/26] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
 2024-08-12 18:25 UTC  (5+ messages)

[PATCH 1/1] dt-bindings: net: mdio: Add negative patten match for child node
 2024-08-12 18:22 UTC  (3+ messages)

[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
 2024-08-12 18:22 UTC  (5+ messages)

[PATCH] slab: Introduce kmalloc_obj() and family
 2024-08-12 18:22 UTC  (3+ messages)

[PATCH v5 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-08-12 18:16 UTC  (7+ messages)
` [PATCH v5 3/4] firmware: psci: Read and use vendor reset types

[PATCH v2 1/4] Landlock: Add signal control
 2024-08-12 18:17 UTC  (12+ messages)
    ` f_modown and LSM inconsistency (was [PATCH v2 1/4] Landlock: Add signal control)

[PATCH V2 00/10] AMD XDNA driver
 2024-08-12 18:16 UTC  (3+ messages)

[PATCH v2 00/10] Remove pcim_iomap_regions_request_all()
 2024-08-12 18:16 UTC  (4+ messages)
` [PATCH v2 04/10] crypto: marvell - replace deprecated PCI functions

Regarding patch "block/blk-mq: Don't complete locally if capacities are different"
 2024-08-12 18:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Manivannan Sadhasivam as Reviewer for PCI native host bridge and endpoint drivers
 2024-08-12 18:13 UTC  (2+ messages)

[PATCH v3 0/2] Fix kallsyms with CONFIG_LTO_CLANG
 2024-08-12 18:13 UTC  (4+ messages)

[v2 v6.6-stable PATCH] mm: gup: stop abusing try_grab_folio
 2024-08-12 18:12 UTC  (2+ messages)
` [v2 v6.9-stable "

[PATCH v5 0/7] mm/mprotect: Fix dax puds
 2024-08-12 18:12 UTC  (8+ messages)
` [PATCH v5 1/7] mm/dax: Dump start address in fault handler
` [PATCH v5 2/7] mm/mprotect: Push mmu notifier to PUDs
` [PATCH v5 3/7] mm/powerpc: Add missing pud helpers
` [PATCH v5 4/7] mm/x86: Make pud_leaf() only care about PSE bit
` [PATCH v5 5/7] mm/x86: Implement arch_check_zapped_pud()
` [PATCH v5 6/7] mm/x86: Add missing pud helpers
` [PATCH v5 7/7] mm/mprotect: fix dax pud handlings

[PATCH] dmaengine: Fix spelling mistakes
 2024-08-12 18:12 UTC  (2+ messages)

[PATCH] sysctl: update comments to new registration APIs
 2024-08-12 18:11 UTC  (2+ messages)

[PATCH V2] drivers: clk: zynqmp: remove clock name dependency
 2024-08-12 18:10 UTC  (4+ messages)

[PATCH v6 00/27] Constify tool pointers
 2024-08-12 18:10 UTC  (5+ messages)

[PATCH v1 12/17] platform/x86: acerhdf: Use the .should_bind() thermal zone callback
 2024-08-12 18:09 UTC  (7+ messages)

[PATCH v8 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
 2024-08-12 18:09 UTC  (2+ messages)

[PATCH v3 02/23] gcc-sdm845: Add rates to the GP clocks
 2024-08-12 18:08 UTC  (3+ messages)

[PATCH net-next v3 0/6] netdev_features: start cleaning netdev_features_t up
 2024-08-12 18:04 UTC  (5+ messages)
` [PATCH net-next v3 1/6] netdevice: convert private flags > BIT(31) to bitfields

[PATCH] binfmt_elf_fdpic: fix /proc/<pid>/auxv
 2024-08-12 18:02 UTC  (3+ messages)

[PATCH 0/2] Support for I/O width within ARM SCMI SHMEM
 2024-08-12 18:01 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: sram: Document reg-io-width property
` [PATCH 2/2] firmware: arm_scmi: Support 'reg-io-width' property for shared memory

[PATCH] x86/apic: Fix the issues in x2apic_disable()
 2024-08-12 18:00 UTC  (3+ messages)

[PATCH iwl-net v1] igb: Fix not clearing TimeSync interrupts for 82580
 2024-08-12 17:59 UTC  (4+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-12 17:57 UTC  (10+ messages)

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-12 17:55 UTC 

[syzbot] [usb?] possible deadlock in __flush_workqueue (2)
 2024-08-12 17:49 UTC  (2+ messages)
` [syzbot] "

[PATCH 6.1 00/86] 6.1.104-rc1 review
 2024-08-12 17:49 UTC  (6+ messages)

[RFC net-next 0/5] Suspend IRQs during preferred busy poll
 2024-08-12 17:49 UTC  (6+ messages)
` [RFC net-next 4/5] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set

possible deadlock in __flush_workqueue (2)
 2024-08-12 17:47 UTC 

[PATCH v2] fs,security: Fix file_set_fowner LSM hook inconsistencies
 2024-08-12 17:44 UTC 

[PATCH net-next v2 0/2] net: xilinx: axienet: Add statistics support
 2024-08-12 17:41 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: xilinx: axienet: Report RxRject as rx_dropped
` [PATCH net-next v2 2/2] net: xilinx: axienet: Add statistics support

[PATCH] firmware: arm_scmi: Update various protocols versions
 2024-08-12 17:40 UTC 

[PATCH v2 0/6] mm: Optimize mseal checks
 2024-08-12 17:38 UTC  (9+ messages)
` [PATCH v2 2/6] mm/munmap: Replace can_modify_mm with can_modify_vma

[PATCH v6 0/4] drm: Use full allocated minor range for DRM
 2024-08-12 17:38 UTC  (2+ messages)

[PATCH v6 0/8] Add tsd,mule-i2c-mux support
 2024-08-12 17:37 UTC  (9+ messages)
` [PATCH v6 2/8] i2c: muxes: add support for tsd,mule-i2c multiplexer

[PATCH 1/2] input: keyboard: snvs_pwrkey: Enable clock when accessing HP* registers
 2024-08-12 17:35 UTC  (2+ messages)

[PATCH v4 0/9] Make SCMI transport as standalone drivers
 2024-08-12 17:33 UTC  (10+ messages)
` [PATCH v4 1/9] firmware: arm_scmi: Fix double free in OPTEE transport
` [PATCH v4 2/9] firmware: arm_scmi: Introduce setup_shmem_iomap
` [PATCH v4 3/9] firmware: arm_scmi: Introduce packet handling helpers
` [PATCH v4 4/9] firmware: arm_scmi: Add support for standalone transport drivers
` [PATCH v4 5/9] firmware: arm_scmi: Make MBOX transport a standalone driver
` [PATCH v4 6/9] firmware: arm_scmi: Make SMC "
` [PATCH v4 7/9] firmware: arm_scmi: Make OPTEE "
` [PATCH v4 8/9] firmware: arm_scmi: Make VirtIO "
` [PATCH v4 9/9] firmware: arm_scmi: Remove legacy transport-layer code

[PATCH v2] perf lock contention: Change stack_id type to s32
 2024-08-12 17:33 UTC  (2+ messages)

[PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling
 2024-08-12 17:32 UTC  (15+ messages)

[PATCH v1] scsi: ufs: core: introduce override_cqe_ocs
 2024-08-12 17:29 UTC  (4+ messages)

[PATCH v5 00/28] NT synchronization primitive driver
 2024-08-12 17:09 UTC  (3+ messages)

[PATCH] ALSA: core: Remove trigger_tstamp_latched
 2024-08-12 17:25 UTC  (2+ messages)

[PATCH v2] ACPI: APD: Add AMDI0015 as platform device
 2024-08-12 17:24 UTC  (2+ messages)

[PATCH] mm: vmalloc: Ensure vmap_block is initialised before adding to queue
 2024-08-12 17:16 UTC 

[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
 2024-08-12 17:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Split NX hugepage recovery flow into TDP and non-TDP flow
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock

[PATCH] init/main.c: Initialize early LSMs after arch code
 2024-08-12 17:12 UTC  (13+ messages)

[PATCH] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781
 2024-08-12 17:12 UTC  (2+ messages)

[PATCH] drm/panel: ili9341: Add comments for ILI9341 register
 2024-08-12 17:10 UTC 

[PATCH] net: tuntap: add ioctl() TUNGETQUEUEINDX to fetch queue index
 2024-08-12 17:10 UTC  (5+ messages)

[PATCH] Documentation: networking: correct spelling
 2024-08-12 17:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] platform/x86/intel-uncore-freq: Do not present separate package-die domain
 2024-08-12 17:09 UTC  (3+ messages)

[PATCH] apparmor: fix policy_unpack_test on big endian systems
 2024-08-12 17:07 UTC  (3+ messages)

[PATCH v8 0/4] Landlock: Add abstract unix socket connect
 2024-08-12 17:06 UTC  (5+ messages)
` [PATCH v8 3/4] sample/Landlock: Support abstract unix socket restriction

[PATCH] perf lock contention: Change stack_id type to s32
 2024-08-12 17:05 UTC  (5+ messages)

[PATCH net-next] net: octeon_ep_vf: use ethtool_sprintf/puts
 2024-08-12 17:04 UTC  (3+ messages)

[PATCH 0/2] iio: adc: ad4695: implement triggered buffer
 2024-08-12 17:03 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] lib/bcd: Optimize _bin2bcd() for improved performance
 2024-08-12 17:02 UTC 

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-08-12 17:02 UTC  (2+ messages)

[PATCH 0/3] tools/nolibc: LTO compatibility
 2024-08-12 17:01 UTC  (9+ messages)
` [PATCH 3/3] tools/nolibc: x86_64: wrap asm functions in functions

[PATCH v2 0/6] iomap: some minor non-critical fixes and improvements when block size < folio size
 2024-08-12 17:00 UTC  (8+ messages)
` [PATCH v2 2/6] iomap: support invalidating partial folios
` [PATCH v2 5/6] iomap: don't mark blocks uptodate after partial zeroing
` [PATCH v2 6/6] iomap: reduce unnecessary state_lock when setting ifs uptodate and dirty bits

[PATCH] btrfs: reduce chunk_map lookups in btrfs_map_block
 2024-08-12 16:59 UTC 

[PATCH -next 0/2] Fixes about delegation
 2024-08-12 16:57 UTC  (5+ messages)
` [PATCH -next 1/2] cgroup: update comment "
` [PATCH -next 2/2] cgroup: Disallow delegatee to write all interfaces outsize of cgroup ns

[PATCH v2] selftests: fix relative rpath usage
 2024-08-12 16:56 UTC 

[PATCH v2 0/3] Init support for RK3576 UFS controller
 2024-08-12 16:55 UTC  (9+ messages)
` [PATCH v2 3/3] scsi: ufs: rockchip: init support for UFS

[PATCH] modpost: improve the section mismatch warning format
 2024-08-12 16:54 UTC 

[PATCH 1/1] dt-bindings: soc: fsl: cpm_qe: convert network.txt to yaml
 2024-08-12 16:54 UTC  (2+ messages)

[PATCH] btrfs: update target inode's ctime on unlink
 2024-08-12 16:51 UTC  (3+ messages)

[PATCH 0/2] userfaultfd: fix races around pmd_trans_huge() check
 2024-08-12 16:42 UTC  (3+ messages)
` [PATCH 1/2] userfaultfd: Fix pmd_trans_huge() recheck race
` [PATCH 2/2] userfaultfd: Don't BUG_ON() if khugepaged yanks our page table

[PATCH 0/2] hwmon: chipcap2: small improvements in probe function
 2024-08-12 16:49 UTC  (3+ messages)
` [PATCH 2/2] hwmon: chipcap2: disable sensor if request ready irq fails

[PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs
 2024-08-12 16:48 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs

[PATCH v2 1/1] dt-bindings: input: touchscreen: convert ad7879 to yaml format
 2024-08-12 16:48 UTC  (2+ messages)

[PATCH net] net: stmmac: Fix false "invalid port speed" warning
 2024-08-12 16:48 UTC  (3+ messages)

[PATCH 6.10 000/263] 6.10.5-rc1 review
 2024-08-12 16:48 UTC 


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