messages from 2025-06-23 02:32:59 to 2025-06-23 05:20:05 UTC [more...]
FW: [PATCH] ASoC: soc-compress: Fix race condition in soc_compr_open_fe
2025-06-23 5:11 UTC (2+ messages)
[PATCH] ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
2025-06-23 2:33 UTC (2+ messages)
[PATCH i-g-t] kms_vrr: Add comment explaining PR and LOBF dependency
2025-06-23 5:20 UTC
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-06-23 5:19 UTC (7+ messages)
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
[PATCH 0/5] blk: introduce block layer helpers to calculate num of queues
2025-06-23 5:19 UTC (3+ messages)
` [PATCH 1/5] lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
[PATCH] mm: Add Kcompressd for accelerated memory compression
2025-06-23 5:16 UTC (2+ messages)
[RFC PATCH v2 1/1] scsi: mpi3mr: Introduce smp_affinity_enable module parameter
2025-06-23 5:17 UTC (3+ messages)
[PATCH v1 0/2] debugfs support for pt base for each vm
2025-06-23 5:15 UTC (3+ messages)
[PATCH v2] include SCX_OPS_TRACK_MIGRATION
2025-06-23 5:15 UTC (3+ messages)
` [PATCH v2] sched_ext: "
[PATCH RFC 0/6] btrfs: go fs_holder_ops and add shutdown_bdev() callback
2025-06-23 5:15 UTC (4+ messages)
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation
[PATCH 0/2] Possible TTY privilege escalation in TIOCSTI ioctl
2025-06-23 5:13 UTC (3+ messages)
` [PATCH 2/2] selinux: add capability checks for "
[PATCH ath-next] wifi: ath12k: Enable REO queue lookup table feature on QCN9274 hw2.0
2025-06-23 5:12 UTC (2+ messages)
[PATCH] mm/zswap: export zswap API to modules
2025-06-23 5:11 UTC (2+ messages)
[PATCH] fs: fix the missing export of vfs_statx() and vfs_fstatat()
2025-06-23 5:10 UTC (3+ messages)
[RFC 0/6] Add multiple address spaces support to VDUSE
2025-06-23 5:09 UTC (4+ messages)
[PATCH ath-next] wifi: ath12k: remove monitor handling from ath12k_dp_rx_deliver_msdu()
2025-06-23 5:06 UTC (2+ messages)
[oe] [meta-oe][walnascar][PATCH] check-version-mismatch.bbclass: make it work for walnascar
2025-06-23 5:03 UTC
[PATCH v2] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 5:00 UTC (5+ messages)
[PATCH] PM: Restrict swap use to later in the suspend sequence
2025-06-23 4:58 UTC (3+ messages)
[PATCH v3] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 4:56 UTC
[PATCH] tools/hv: fcopy: Fix irregularities with size of ring buffer
2025-06-23 4:56 UTC (5+ messages)
[PATCH] selftests/filesystems/mount-notify: fix unused unused result warning
2025-06-23 4:54 UTC
[PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
2025-06-23 4:55 UTC (13+ messages)
[PATCH v4 00/20] MADVISE FOR XE
2025-06-23 4:56 UTC (9+ messages)
` [PATCH v4 02/20] drm/xe/uapi: Add madvise interface
` [PATCH v4 03/20] drm/xe/vm: Add attributes struct as member of vma
` [PATCH v4 05/20] drm/xe/vma: Modify new_vma to accept struct xe_vma_mem_attr as parameter
` [PATCH v4 08/20] drm/xe/svm: Add xe_svm_ranges_zap_ptes_in_range() for PTE zapping
[PATCHES][RFC][CFR] mount-related stuff
2025-06-23 4:54 UTC (37+ messages)
` [PATCHES v2][RFC][CFR] "
` [PATCH v2 01/35] replace collect_mounts()/drop_collected_mounts() with a safer variant
` [PATCH v2 02/35] attach_recursive_mnt(): do not lock the covering tree when sliding something under it
` [PATCH v2 03/35] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
` [PATCH v2 04/35] get rid of mnt_set_mountpoint_beneath()
` [PATCH v2 05/35] prevent mount hash conflicts
` [PATCH v2 06/35] copy_tree(): don't set ->mnt_mountpoint on the root of copy
` [PATCH v2 07/35] constify mnt_has_parent()
` [PATCH v2 08/35] pnode: lift peers() into pnode.h
` [PATCH v2 09/35] new predicate: mount_is_ancestor()
` [PATCH v2 10/35] constify is_local_mountpoint()
` [PATCH v2 11/35] new predicate: anon_ns_root(mount)
` [PATCH v2 12/35] dissolve_on_fput(): use anon_ns_root()
` [PATCH v2 13/35] __attach_mnt(): lose the second argument
` [PATCH v2 14/35] don't set MNT_LOCKED on parentless mounts
` [PATCH v2 15/35] clone_mnt(): simplify the propagation-related logics
` [PATCH v2 16/35] do_umount(): simplify the "is it still mounted" checks
` [PATCH v2 17/35] sanitize handling of long-term internal mounts
` [PATCH v2 18/35] Rewrite of propagate_umount()
` [PATCH v2 19/35] make commit_tree() usable in same-namespace move case
` [PATCH v2 20/35] attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
` [PATCH v2 21/35] attach_recursive_mnt(): pass destination mount in all cases
` [PATCH v2 22/35] attach_recursive_mnt(): get rid of flags entirely
` [PATCH v2 23/35] do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()
` [PATCH v2 24/35] do_move_mount(): get rid of 'attached' flag
` [PATCH v2 25/35] attach_recursive_mnt(): remove from expiry list on move
` [PATCH v2 26/35] take ->mnt_expire handling under mount_lock [read_seqlock_excl]
` [PATCH v2 27/35] pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()
` [PATCH v2 28/35] combine __put_mountpoint() with unhash_mnt()
` [PATCH v2 29/35] get rid of mountpoint->m_count
` [PATCH v2 30/35] don't have mounts pin their parents
` [PATCH v2 31/35] copy_tree(): don't link the mounts via mnt_list
` [PATCH v2 32/35] mount: separate the flags accessed only under namespace_sem
` [PATCH v2 33/35] propagate_one(): get rid of dest_master
` [PATCH v2 34/35] propagate_mnt(): get rid of globals
` [PATCH v2 35/35] take freeing of emptied mnt_namespace to namespace_unlock()
[kvm-unit-tests PATCH 0/8] x86: CET fixes and enhancements
2025-06-23 4:50 UTC (4+ messages)
` [kvm-unit-tests PATCH 1/8] x86: Avoid top-most page for vmalloc on x86-64
[PATCH 1/2] net/cnxk: add lock for security session ops
2025-06-23 4:49 UTC (3+ messages)
` [PATCH v2 1/2] net/cnxk: fix "
` [PATCH v2 2/2] common/cnxk: fix null pointer checks
[syzbot] [block?] possible deadlock in __del_gendisk
2025-06-23 4:43 UTC (4+ messages)
[linus:master] [lib/test_vmalloc.c] 2d76e79315: Kernel_panic-not_syncing:Fatal_exception
2025-06-23 4:39 UTC (6+ messages)
` CONFIG_TEST_VMALLOC=y conflict/race with alloc_tag_init
[PATCH ath-next] wifi: ath12k: Pass ab pointer directly to ath12k_dp_tx_get_encap_type()
2025-06-23 4:37 UTC (2+ messages)
[PATCH] pstore/ram: Validate ECC parameters against Reed-Solomon constraint
2025-06-23 4:37 UTC (3+ messages)
[bug report] kernel BUG at mm/hugetlb.c:5880! triggered by blktests nvme/029
2025-06-23 4:35 UTC (2+ messages)
[PATCH i-g-t] lib/pciids: Add PCI IDs for xe2_hpg
2025-06-23 4:34 UTC (3+ messages)
[PATCH net-next v6 0/9] Split netmem from struct page
2025-06-23 4:32 UTC (3+ messages)
` [PATCH net-next v6 6/9] netmem: remove __netmem_get_pp()
[PATCH i-g-t] lib/pciids: Sync pciid's with kernel commit 9b779ff
2025-06-23 4:46 UTC
[syzbot] [kernel?] KMSAN: kernel-infoleak in vmci_host_unlocked_ioctl (3)
2025-06-23 4:28 UTC
[PATCH 3/3] dt-bindings: display: Add MAYQUEEN PIXPAPER e-ink panel
2025-06-20 8:26 UTC (7+ messages)
` [PATCH v2 0/3] drm/tiny: Add MAYQUEEN PIXPAPER e-ink panel support
` [PATCH v2 3/3] dt-bindings: display: Add MAYQUEEN PIXPAPER e-ink panel
[PATCH] rust: opp: use c_* types via kernel prelude
2025-06-23 4:22 UTC (2+ messages)
[PATCH ath-next v3] wifi: ath12k: Fix double budget decrement while reaping monitor ring
2025-06-23 4:21 UTC (2+ messages)
[RFC net-next 0/6] net: ethtool: support including Flow Label in the flow hash for RSS
2025-06-23 4:20 UTC (5+ messages)
` [RFC net-next 4/6] eth: bnxt: support RSS on IPv6 Flow Label
[RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
2025-06-23 4:18 UTC (7+ messages)
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()
[PATCH ath-next] wifi: ath12k: Decrement TID on RX peer frag setup error handling
2025-06-23 4:18 UTC (2+ messages)
[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-23 4:18 UTC (4+ messages)
[PATCH ath-next] wifi: ath12k: Avoid accessing uninitialized arvif->ar during beacon miss
2025-06-23 4:17 UTC (2+ messages)
[vireshk-pm:cpufreq/arm/linux-next 5/5] Diff in rust/kernel/cpufreq.rs at line 1109:
2025-06-23 4:17 UTC (2+ messages)
[PATCH] nfp: nfp_alloc_bar: Fix double unlock
2025-06-23 4:11 UTC
[PATCH v4 net-next 0/7]There are some cleanup for hns3 driver
2025-06-23 4:00 UTC (8+ messages)
` [PATCH v4 net-next 1/7] net: hns3: fix spelling mistake "reg_um" -> "reg_num"
` [PATCH v4 net-next 2/7] net: hns3: use hns3_get_ae_dev() helper to reduce the unnecessary middle layer conversion
` [PATCH v4 net-next 3/7] net: hns3: use hns3_get_ops() "
` [PATCH v4 net-next 4/7] net: hns3: add \n at the end when print msg
` [PATCH v4 net-next 5/7] net: hns3: delete redundant address before the array
` [PATCH v4 net-next 6/7] net: hns3: add complete parentheses for some macros
` [PATCH v4 net-next 7/7] net: hns3: clear hns alarm: comparison of integer expressions of different signedness
[PATCH v3 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
2025-06-23 4:03 UTC (3+ messages)
` [PATCH v3 1/2] bpf, verifier: Improve precision for "
` [PATCH v3 2/2] selftests/bpf: Add testcases "
[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000001
2025-06-23 4:02 UTC (2+ messages)
[PATCH v2] docs/vfs: update references to i_mutex to i_rwsem
2025-06-23 4:01 UTC
wlwifi AX201: WARN_ON in iwl_mvm_mld_mac_ctxt_cmd_common repeated UMAC FW crashes on 6.16-rc2
2025-06-23 4:00 UTC (3+ messages)
[PATCH i-g-t v1] tests/intel-ci: Refine regex to accurately match plane downscale factor tests
2025-06-23 3:58 UTC (2+ messages)
✅ PASS (MISSED 2 of 100): Test report for master (6.16.0-rc2, upstream-mainline, b67ec639)
2025-06-23 3:53 UTC
[PATCH v2 net-next 0/3] Support some features for the HIBMCGE driver
2025-06-23 3:41 UTC (4+ messages)
` [PATCH v2 net-next 1/3] net: hibmcge: support scenario without PHY
` [PATCH v2 net-next 2/3] net: hibmcge: adjust the burst len configuration of the MAC controller to improve TX performance
` [PATCH v2 net-next 3/3] net: hibmcge: configure FIFO thresholds according to the MAC controller documentation
[PATCH v6 00/23] Linux SBI MPXY and RPMI drivers
2025-06-23 3:45 UTC (5+ messages)
` [PATCH v6 07/23] dt-bindings: clock: Add RPMI clock service message proxy bindings
[PATCH] md/raid1: change r1conf->r1bio_pool to a pointer type
2025-06-23 3:45 UTC (4+ messages)
[PATCH v5 0/2] PM / devfreq: Add HiSilicon uncore frequency scaling driver
2025-06-23 3:39 UTC (3+ messages)
[PATCH RFC] Documentation: typography refresh
2025-06-23 3:41 UTC (3+ messages)
[PATCH v2 0/4] mm/shmem, swap: bugfix and improvement of mTHP swap in
2025-06-23 3:40 UTC (10+ messages)
` [PATCH v2 1/4] mm/shmem, swap: improve cached mTHP handling and fix potential hung
` [PATCH v2 3/4] mm/shmem, swap: improve mthp swapin process
[PATCH net-next] pppoe: drop PACKET_OTHERHOST before skb_share_check()
2025-06-23 3:34 UTC
[PATCH] contrib: Honor symbolic port in git-credential-netrc
2025-06-23 3:34 UTC (4+ messages)
[PATCH v2 00/19] intel_iommu: Enable stage-1 translation for passthrough device
2025-06-23 3:29 UTC (16+ messages)
` [PATCH v2 04/19] vfio/iommufd: Force creating nested parent domain
` [PATCH v2 05/19] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool
` [PATCH v2 07/19] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH v2 08/19] intel_iommu: Fail passthrough device under PCI bridge if x-flts=on
` [PATCH v2 18/19] Workaround for ERRATA_772415_SPR17
[PATCH net-next v2 0/6] Add Ethernet MAC support for SpacemiT K1
2025-06-23 3:28 UTC (5+ messages)
` [PATCH net-next v2 2/6] net: spacemit: Add K1 Ethernet MAC
[RFC v5 0/4] Add QEMU model for ASPEED OTP memory and integrate with SoCs
2025-06-23 3:23 UTC (3+ messages)
[PATCH] mm/balloon_compaction: update Chinese docs for movable_ops
2025-06-23 3:23 UTC (4+ messages)
` [PATCH v2] "
[RFC] DEPT report on around btrfs, unlink, and truncate
2025-06-23 3:21 UTC
[PATCH] hns3: work around stack size warning
2025-06-23 3:19 UTC (7+ messages)
[PATCH 3/3] samples/damon: fix bugs for damon sample for start failures
2025-06-23 3:16 UTC (2+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2025-06-22
2025-06-23 3:16 UTC
[PATCH net-next 0/3] change some statistics to 64-bit
2025-06-23 3:13 UTC (4+ messages)
` [PATCH net-next 2/3] net: enetc: separate 64-bit counters from enetc_port_counters
✅ PASS (MISSED 2 of 100): Test report for master (6.16.0-rc3, upstream-mainline, 86731a2a)
2025-06-23 3:12 UTC
[PATCH 1/3] man/man2/gettimeofday.2: Declare gettimeofday with [[deprecated]]
2025-06-23 3:09 UTC (8+ messages)
` [PATCH 3/3] man/man3/ftime.3: Correct POSIX standards in HISTORY
` [PATCH v2] man/man2/gettimeofday.2: Declare functions with [[deprecated]]
[PATCH V2 0/5] generalize panic_print's dump function to be used by other kernel parts
2025-06-23 3:07 UTC (4+ messages)
` [PATCH V2 2/5] panic: generalize panic_print's function to show sys info
[PATCH v8 0/5] drm/bridge: get/put the bridge returned by drm_bridge_chain_get_first_bridge()
2025-06-23 3:06 UTC (5+ messages)
` [PATCH v8 2/5] drm/bridge: get "
` [PATCH v8 3/5] drm/mxsfb: put "
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-06-23 3:04 UTC (3+ messages)
[PATCH 2/3] samples/damon: change enable parameters to enabled
2025-06-23 3:04 UTC (2+ messages)
[OE-core] [PATCH] clang: multilib-header fix for llvm/Config/llvm-config.h and clang/Config/config.h
2025-06-23 3:03 UTC (3+ messages)
` 回复: "
[syzbot] [kernel?] KMSAN: kernel-infoleak in vmci_host_unlocked_ioctl (3)
2025-06-23 3:03 UTC (2+ messages)
` [syzbot] "
[PATCH 0/4] tools/nolibc: assorted fixes and small updates
2025-06-23 3:01 UTC (11+ messages)
` [PATCH 3/4] tools/nolibc: move FD_* definitions to sys/select.h
` [PATCH 4/4] tools/nolibc: add missing memchr() to string.h
[PATCH 0/4 RFC] improve some nfsd_mutex locking
2025-06-23 2:47 UTC (5+ messages)
` [PATCH 1/4] nfsd: provide proper locking for all write_ function
` [PATCH 2/4] nfsd: use mutex for global config management and clean up on module unload
` [PATCH 3/4] nfsd: split nfsd_mutex into one mutex per net-namespace
` [PATCH 4/4] nfsd: use guard(mutex) for all ->config_mutex locking
[PATCH 1/3] mm/damon: do not allow creating zero size region
2025-06-23 2:58 UTC (2+ messages)
[PATCH 0/7] Add ASPEED PCIe Root Complex support
2025-06-23 2:42 UTC (4+ messages)
` [PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver
` 回覆: "
[PATCH v4 0/1] HID: uclogic: Add support for XP-PEN Artist 22R Pro
2025-06-23 2:42 UTC (2+ messages)
` [PATCH v4 1/1] "
[PATCH 0/3 RFC] improve some nfsd_mutex locking
2025-06-23 2:47 UTC (3+ messages)
[PATCH 00/11] ASoC: mediatek: Add support for MT6572 SoC
2025-06-23 2:39 UTC (2+ messages)
[PATCH v4 0/2] Loongarch irq-redirect supprot
2025-06-23 2:45 UTC (4+ messages)
` [PATCH v4 2/2] irq/irq-loongarch-ir:Add Redirect irqchip support
[PATCH] man/man3/ftime.3: Reorder and clarify STANDARDS
2025-06-23 2:44 UTC
[PATCH v4 0/2] [PATCH v4 0/2] ASPEED: Add mailbox driver for AST2700 series
2025-06-23 2:44 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: mailbox: Add ASPEED AST2700 series SoC
` [PATCH v4 2/2] mailbox: aspeed: add mailbox driver for AST27XX "
[PATCH v9 00/13] media: rockchip: add a driver for the rockchip camera interface
2025-06-23 2:39 UTC (3+ messages)
[PATCH] arm64: dts: rockchip: use cs-gpios for spi1 on ringneck
2025-06-23 2:39 UTC (3+ messages)
[PATCH v3] platform/chrome: chromeos_pstore: Add ecc_size module parameter
2025-06-23 2:41 UTC (2+ messages)
[PULL 00/14] loongarch-to-apply queue
2025-06-23 2:42 UTC (5+ messages)
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-06-23 2:39 UTC (5+ messages)
` [GSoC RFC PATCH v2 0/7] "
` [GSoC RFC PATCH v2 4/7] repo-info: add the --allow-empty flag
[PATCH v2 0/2] ARM: dts: Add support for Meta Clemente BMC
2025-06-23 2:39 UTC (2+ messages)
[PATCH 0/3] Add initial device tree for Billion Capture+
2025-06-23 2:39 UTC (2+ messages)
[PATCH 6.1.y 2/2] x86/tools: Drop duplicate unlikely() definition in insn_decoder_test.c
2025-06-23 2:33 UTC (2+ messages)
[PATCH 6.6.y 1/2] Kunit to check the longest symbol length
2025-06-23 2:33 UTC (2+ messages)
[PATCH 6.6.y 2/2] x86/tools: Drop duplicate unlikely() definition in insn_decoder_test.c
2025-06-23 2:33 UTC (2+ messages)
[PATCH 6.1.y 1/2] Kunit to check the longest symbol length
2025-06-23 2:33 UTC (2+ messages)
[PATCH for 6.1/6.6] platform/loongarch: laptop: Fix build error due to backport
2025-06-23 2:33 UTC (2+ messages)
[PATCH bpf-next v4 1/2] bpf: Add show_fdinfo for uprobe_multi
2025-06-23 2:32 UTC (8+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add show_fdinfo for kprobe_multi
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.