All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 06:50:20 to 2026-01-08 07:40:48 UTC [more...]

[RFC PATCH 0/8] experimental struct filename followups
 2026-01-08  7:42 UTC  (9+ messages)
` [RFC PATCH 1/8] non-consuming variant of do_renameat2()
` [RFC PATCH 2/8] non-consuming variant of do_linkat()
` [RFC PATCH 3/8] non-consuming variant of do_symlinkat()
` [RFC PATCH 4/8] non-consuming variant of do_mkdirat()
` [RFC PATCH 5/8] non-consuming variant of do_mknodat()
` [RFC PATCH 6/8] non-consuming variants of do_{unlinkat,rmdir}()
` [RFC PATCH 7/8] execve: fold {compat_,}do_execve{,at}() into their sole callers
` [RFC PATCH 8/8] do_execveat_common(): don't consume filename reference

[PATCH v5] sched/fair: Add fair placement lag
 2026-01-08  7:21 UTC  (2+ messages)

[char-misc v2] mei: trace: treat reg parameter as string
 2026-01-08  7:40 UTC  (2+ messages)

[PATCH v4 1/1] board: zynqmp: add cmd for getting boot auth state
 2026-01-08  7:39 UTC 

[PATCH 00/18] target/s390x: Prohibit target_ulong and TARGET_PAGE_SIZE uses
 2026-01-08  7:37 UTC  (13+ messages)
` [PATCH 01/18] target/s390x: Restrict WatchPoint API to TCG
` [PATCH 02/18] target/s390x: Use address_space_ldl_be() in read_table_entry()
` [PATCH 03/18] target/s390x: Use vaddr for $pc in get_next_pc()
` [PATCH 04/18] target/s390x: Replace target_ulong -> uint64_t in gdb_write_register()
` [PATCH 05/18] target/s390x: Remove unused 'gdbstub/helpers.h' header in helper.c
` [PATCH 06/18] target/s390x: Replace target_ulong -> hwaddr in get_phys_page_debug()

[PATCH v2 0/3] pinctrl: spacemit: support I/O power domain configuration
 2026-01-08  7:37 UTC  (4+ messages)
` [PATCH v2 3/3] riscv: dts: spacemit: modify pinctrl node in dtsi

[RFC PATCH 2/2] zsmalloc: chain-length configuration should consider other metrics
 2026-01-08  7:37 UTC  (11+ messages)

[PATCH v4 00/59] struct filename series
 2026-01-08  7:38 UTC  (60+ messages)
` [PATCH v4 01/59] do_faccessat(): import pathname only once
` [PATCH v4 02/59] do_fchmodat(): "
` [PATCH v4 03/59] do_fchownat(): "
` [PATCH v4 04/59] do_utimes_path(): "
` [PATCH v4 05/59] chdir(2): "
` [PATCH v4 06/59] chroot(2): "
` [PATCH v4 07/59] user_statfs(): "
` [PATCH v4 08/59] do_sys_truncate(): "
` [PATCH v4 09/59] do_readlinkat(): "
` [PATCH v4 10/59] get rid of audit_reusename()
` [PATCH v4 11/59] ntfs: ->d_compare() must not block
` [PATCH v4 12/59] getname_flags() massage, part 1
` [PATCH v4 13/59] getname_flags() massage, part 2
` [PATCH v4 14/59] struct filename: use names_cachep only for getname() and friends
` [PATCH v4 15/59] struct filename: saner handling of long names
` [PATCH v4 16/59] fs: hide names_cache behind runtime const machinery
` [PATCH v4 17/59] allow to use CLASS() for struct filename *
` [PATCH v4 18/59] switch __getname_maybe_null() to CLASS(filename_flags)
` [PATCH v4 19/59] allow incomplete imports of filenames
` [PATCH v4 20/59] struct filename ->refcnt doesn't need to be atomic
` [PATCH v4 21/59] file_getattr(): filename_lookup() accepts ERR_PTR() as filename
` [PATCH v4 22/59] file_setattr(): "
` [PATCH v4 23/59] move_mount(): "
` [PATCH v4 24/59] ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
` [PATCH v4 25/59] ksmbd_vfs_rename(): "
` [PATCH v4 26/59] do_filp_open(): DTRT when getting ERR_PTR() as pathname
` [PATCH v4 27/59] rename do_filp_open() to do_file_open()
` [PATCH v4 28/59] do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
` [PATCH v4 29/59] simplify the callers of file_open_name()
` [PATCH v4 30/59] simplify the callers of do_open_execat()
` [PATCH v4 31/59] simplify the callers of alloc_bprm()
` [PATCH v4 32/59] switch {alloc,free}_bprm() to CLASS()
` [PATCH v4 33/59] file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 34/59] mount_setattr(2): don't mess with LOOKUP_EMPTY
` [PATCH v4 35/59] do_open_execat(): don't care about LOOKUP_EMPTY
` [PATCH v4 36/59] vfs_open_tree(): use CLASS(filename_uflags)
` [PATCH v4 37/59] name_to_handle_at(): "
` [PATCH v4 38/59] fspick(2): use CLASS(filename_flags)
` [PATCH v4 39/59] do_fchownat(): unspaghettify a bit
` [PATCH v4 40/59] chdir(2): "
` [PATCH v4 41/59] do_utimes_path(): switch to CLASS(filename_uflags)
` [PATCH v4 42/59] do_sys_truncate(): switch to CLASS(filename)
` [PATCH v4 43/59] do_readlinkat(): switch to CLASS(filename_flags)
` [PATCH v4 44/59] do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
` [PATCH v4 45/59] do_{renameat2,linkat,symlinkat}(): use CLASS(filename_consume)
` [PATCH v4 46/59] do_{mknodat,mkdirat,unlinkat,rmdir}(): "
` [PATCH v4 47/59] namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
` [PATCH v4 48/59] namei.c: switch user pathname imports to CLASS(filename{,_flags})
` [PATCH v4 49/59] filename_...xattr(): don't consume filename reference
` [PATCH v4 50/59] move_mount(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 51/59] chroot(2): switch to CLASS(filename)
` [PATCH v4 52/59] quotactl_block(): "
` [PATCH v4 53/59] statx: switch to CLASS(filename_maybe_null)
` [PATCH v4 54/59] user_statfs(): switch to CLASS(filename)
` [PATCH v4 55/59] mqueue: "
` [PATCH v4 56/59] ksmbd: use CLASS(filename_kernel)
` [PATCH v4 57/59] alpha: switch osf_mount() to strndup_user()
` [PATCH v4 58/59] sysfs(2): fs_index() argument is _not_ a pathname
` [PATCH v4 59/59] switch init_mkdir() to use of do_mkdirat(), etc

[PATCH v10 0/5] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
 2026-01-08  7:36 UTC  (5+ messages)
` [PATCH v10 5/5] arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board

[PATCH wireless-next 00/15] wifi: cfg80211/nl80211: Add NAN Data Path support
 2026-01-08  7:35 UTC  (2+ messages)
` [syzbot ci] "

[PATCH net-next] net: phy: change of_phy_leds() to fwnode_phy_leds()
 2026-01-08  7:34 UTC 

[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
 2026-01-08  7:35 UTC  (4+ messages)
` [PATCH v7 1/2] mm/memory hotplug: fix zone->contiguous always false when hotplug

[PATCH v1] arm64: defconfig: enable WCD937X codec driver as module
 2026-01-08  7:34 UTC 

[moderation/CI] Re: wifi: cfg80211/nl80211: Add NAN Data Path support
 2026-01-08  7:33 UTC  (2+ messages)

Cpufreq drivers not working on T480S
 2026-01-08  7:32 UTC  (7+ messages)

[PATCH v4 0/6] riscv: implement Ssqosid extension and CBQRI controllers
 2026-01-08  7:33 UTC  (3+ messages)
` [External] "

[PATCH v2] hpsa: fix a memory leak in hpsa_find_cfgtables()
 2026-01-08  7:32 UTC 

[PATCH i-g-t v3] lib/amdgpu: implement selective sync skipping for error injection tests
 2026-01-08  7:32 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for lib/amdgpu: implement selective sync skipping for error injection tests (rev3)

[PATCH v2 3/3] app/test: extend NUMA nodes limit beyond 2
 2026-01-08  7:31 UTC 

[PATCH v2 0/7] monitor: Merge hmp-cmds-target.c within hmp-cmds.c
 2026-01-08  7:30 UTC  (3+ messages)
` [PATCH v2 1/7] monitor/hmp: Replace target_ulong -> vaddr in hmp_gva2gpa()

[RFC PATCH] memory,memory_hotplug: allow restricting memory blocks to zone movable
 2026-01-08  7:31 UTC  (11+ messages)

[PATCH v2 2/3] examples/ipsec-secgw: extend NUMA nodes limit beyond 4
 2026-01-08  7:30 UTC 

[PATCH v2 1/3] examples/l3fwd: extend NUMA nodes limit beyond 8
 2026-01-08  7:29 UTC 

[Intel-wired-lan] [PATCH iwl-next v2 0/3] igb: add RSS key get/set support
 2026-01-08  7:29 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 3/3] igb: allow configuring RSS key via ethtool set_rxfh

[PATCH v2 0/3] Extend NUMA nodes limit for examples
 2026-01-08  7:27 UTC 

[OE-core][PATCH 1/2] piglit: upgrade to latest revision
 2026-01-08  7:28 UTC  (2+ messages)

[LTP] [PATCH] ioctl_pidfd02-06: Add CONFIG_USER_NS and CONFIG_PID_NS to needs_kconfigs
 2026-01-08  7:26 UTC  (12+ messages)

[PATCH 0/5] riscv: optimize string functions and add kunit tests
 2026-01-08  7:26 UTC  (7+ messages)
` [PATCH 2/5] lib/string_kunit: add test case for strnlen

[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
 2026-01-08  7:26 UTC  (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep

[PATCH] sched/rt: Skip currently executing CPU in rto_next_cpu()
 2026-01-08  7:03 UTC 

[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2026-01-08  7:21 UTC  (12+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V5 3/8] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V5 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper

[PATCH] ALSA: pcm: Improve the fix for race of buffer access at PCM OSS layer
 2026-01-08  7:22 UTC  (2+ messages)

accidental revert of Presonus 1824c quirk ?
 2026-01-08  7:22 UTC  (2+ messages)

[PATCH] overlayfs: mask d_type high bits before whiteout check
 2026-01-08  7:21 UTC  (4+ messages)

[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-01-08  7:20 UTC  (4+ messages)
` [PATCH net-next v7 2/9] ptr_ring: add helper to detect newly freed space on consume

[PATCH 0/5] RISC-V: RPMI performance service bindings and cpufreq support
 2026-01-08  6:56 UTC  (9+ messages)
` [PATCH 4/5] cpufreq: Add cpufreq driver for the RISC-V RPMI performance service group

[GIT PULL] sound fixes for 6.19-rc5
 2026-01-08  7:17 UTC 

[PULL v2 00/17] Error reporting patches for 2026-01-07
 2026-01-08  7:06 UTC  (18+ messages)
` [PULL v2 01/17] hw/core/loader: Make load_elf_hdr() return bool, simplify caller
` [PULL v2 02/17] hw/nvram/xlnx-bbram: More idiomatic and simpler error reporting
` [PULL v2 03/17] nbd/client-connection: Replace error_propagate() by assignment
` [PULL v2 04/17] error: error_free(NULL) is safe, drop unnecessary conditionals
` [PULL v2 05/17] error: Consistently name Error * objects err, and not errp
` [PULL v2 06/17] error: Strip trailing '\n' from error string arguments (again)
` [PULL v2 07/17] ui: Convert to qemu_create() for simplicity and consistency
` [PULL v2 08/17] tap-solaris: Use error_setg_file_open() for better error messages
` [PULL v2 09/17] qga: "
` [PULL v2 10/17] net/tap: Use error_setg_file_open() for a better error message
` [PULL v2 11/17] blkdebug: "
` [PULL v2 12/17] error: Use error_setg_file_open() for simplicity and consistency
` [PULL v2 13/17] net/slirp: Improve file open error message
` [PULL v2 14/17] error: Use error_setg_errno() to improve error messages
` [PULL v2 15/17] error: Use error_setg_errno() for simplicity and consistency
` [PULL v2 16/17] qga/commands-win32: Use error_setg_win32() for better error messages
` [PULL v2 17/17] block/file-win32: Improve an error message

[PATCH v2 00/10] Start tracking packfiles per object database source
 2026-01-08  7:16 UTC  (3+ messages)
` [PATCH v2 08/10] packfile: inline `find_kept_pack_entry()`

[PATCH] ARM: dts: lan966x: Fix the access to the PHYs for pcb8290
 2026-01-08  7:15 UTC  (2+ messages)

[PATCH net] net: phy: motorcomm: fix duplex setting error for phy leds
 2026-01-08  7:14 UTC 

[PATCH 1/1] include: sbi_scratch: fix typo sbi_scratch -> HART id
 2026-01-08  7:11 UTC  (2+ messages)

[PATCH v4 1/2] tee: add revision sysfs attribute
 2026-01-08  6:45 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v6 "
    ` [PATCH v6 2/2] tee: optee: store OS revision for TEE core

[PATCH v5 mm-new 0/6] mm: hugetlb: allocate frozen gigantic folio
 2026-01-08  7:10 UTC  (11+ messages)
` [PATCH v5 5/6] mm: cma: add cma_alloc_frozen{_compound}()

[PATCH] arm64: dts: nuvoton: Add missing "device_type" property on memory node
 2026-01-08  7:09 UTC  (2+ messages)

[PATCH v2 0/4] PCI: tegra: A couple of cleanups
 2026-01-08  7:08 UTC  (6+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: Convert nvidia,tegra-pcie to DT schema

[meta-oe][PATCH] fex: uodate 2511 -> 2601
 2026-01-08  7:07 UTC 

[PATCH v2] Bluetooth:btusb:MT7922:Add VID/PID 0e8d/e0d8
 2026-01-08  7:06 UTC 

[PATCH v1 0/8] Add RemoteProc cooling support
 2026-01-08  7:07 UTC  (4+ messages)
` [PATCH v1 2/8] remoteproc: qcom: probe all child devices

[PATCH v7 0/3] io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
 2026-01-08  7:06 UTC  (4+ messages)
` [PATCH v7 2/3] io_uring/msg_ring: drop unnecessary submitter_task checks

[RESENDv2 v2 00/11] Remove device private pages from physical address space
 2026-01-08  7:05 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for Remove device private pages from physical address space (rev4)

[PATCH v2] PCI: dw-rockchip: Add runtime PM support to Rockchip PCIe
 2026-01-08  7:04 UTC  (4+ messages)

[REGRESSION] mmc: "unable to select a mode: -5" on i.MX8M/AM62 platforms
 2026-01-08  7:02 UTC  (2+ messages)

CIP IRC weekly meeting today on libera.chat
 2026-01-08  7:02 UTC 

[PATCH RFC net-next 0/6] Support PHY LED for hibmcge driver
 2026-01-08  7:00 UTC  (13+ messages)
` [PATCH RFC net-next 2/6] net: phy: add support to set default rules
` [PATCH RFC net-next 3/6] net: hibmcge: create a software node for phy_led

[PATCH v6] scsi: leapraid: Add new scsi driver
 2026-01-08  6:24 UTC 

[PATCH v2 0/5] iommu/vt-d: Ensure memory ordering in context & root entry updates
 2026-01-08  7:00 UTC  (10+ messages)

[PATCH v2 0/4] xe_pat: add compression subtests
 2026-01-08  6:59 UTC  (5+ messages)
` [PATCH v2 1/4] tests/intel/xe_pat: add userptr-comp subtest
` [PATCH v2 2/4] tests/intel/xe_pat: add prime-external-import-comp subtest
` [PATCH v2 3/4] tests/intel/xe_pat: add bo-wb-comp-1way-bind subtest
` [PATCH v2 4/4] intel-ci: add xe_pat compression subtests

[PATCH bpf-next 0/3] bpf: Improve linked register tracking
 2026-01-08  6:59 UTC  (5+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Add tests for linked register tracking with negative offsets
` [PATCH bpf-next 3/3] selftests/bpf: Update expected output for sub64_partial_overflow test

[PATCH v1 0/3] Typc fusb302 powerloss issue on Radxa Rock 5b
 2026-01-08  6:58 UTC  (20+ messages)
` [PATCH v1 1/3] arm64: dts: rockchip: rk3588-rock-5b-5bp-5t: Correct Type-C pin bias settings
` [PATCH v1 2/3] arm64: dts: rockchip: rk3588-rock-5b-5bp-5t: Fix USB host phy-supply on Rock 5b-5bp-5t SbC
` [PATCH v1 3/3] usb: typec: fusb302: Switch to threaded interrupt handler

[norov:bitmap_print_to_pagebuf 1/11] progs/hid_bpf_helpers.h:117:31: error: declaration of 'struct bpf_wq' will not be visible outside of this function
 2026-01-08  6:57 UTC 

[PATCH v4 0/7] PCI: endpoint/NTB: Harden vNTB resource management
 2026-01-08  6:57 UTC  (2+ messages)

[PATCH 0/4] xe_pat: add compression subtests
 2026-01-08  6:57 UTC  (4+ messages)
` [PATCH 3/4] tests/xe_pat: add bo-wb-comp-1way-bind PAT test

[PULL 00/17] Error reporting patches for 2026-01-07
 2026-01-08  6:55 UTC  (4+ messages)
` [PULL 14/17] error: Use error_setg_errno() to improve error messages

[PATCH v1] mach-snapdragon:: Add support for fastboot reboot reason detection
 2026-01-08  6:55 UTC 

[RFC PATCH 00/14] Support multiple KVM modules on the same host
 2026-01-08  6:55 UTC  (6+ messages)

[PATCH] docs: x86: fix malformed table in boot protocol doc
 2026-01-08  6:54 UTC  (2+ messages)

[PATCH v2] arm: npcm: drop unused Kconfig ERRATA symbol
 2026-01-08  6:53 UTC  (2+ messages)

[PATCH v5.10-v6.6] RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem
 2026-01-08  6:33 UTC 

[PATCH v2 0/2] arm64: dts: rockchip: Add rk3576 evb2 board
 2026-01-08  6:53 UTC  (7+ messages)
` [PATCH v2 2/2] "
  `  "

"Paravisor" Feature Enumeration
 2026-01-08  6:53 UTC  (9+ messages)
  ` [EXTERNAL] "

[PATCH v1 0/4] Add partition type GUID support for environment
 2026-01-08  6:49 UTC  (4+ messages)
` [PATCH v1 2/4] scsi: Add partition lookup by type GUID for SCSI devices
` [PATCH v1 3/4] env: scsi: Add support for partition type GUID based environment
` [PATCH v1 4/4] configs: Enable partition type GUID for QCM6490 and QCS615 boards


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.