messages from 2025-09-22 22:11:51 to 2025-09-23 00:02:58 UTC [more...]
[cocci] [PATCH net-next 0/2] scripts/coccinelle: Symbolic error names script
2025-09-22 23:36 UTC (3+ messages)
` [cocci] [PATCH net-next 1/2] scripts/coccinelle: Find PTR_ERR() to %pe candidates
` "
[openeuler:OLK-6.6 2909/2909] mm/mem_reliable.c:345:2: error: call to undeclared function 'mem_reliable_ctrl_bit_disable'; ISO C99 and later do not support implicit function declarations
2025-09-23 0:02 UTC
[PATCH v2] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-23 0:00 UTC (9+ messages)
[PATCH v2 net-next 0/8] tcp: move few fields for data locality
2025-09-23 0:00 UTC (13+ messages)
` [PATCH v2 net-next 1/8] net: move sk_uid and sk_protocol to sock_read_tx
` [PATCH v2 net-next 2/8] net: move sk->sk_err_soft and sk->sk_sndbuf
` [PATCH v2 net-next 3/8] tcp: remove CACHELINE_ASSERT_GROUP_SIZE() uses
` [PATCH v2 net-next 4/8] tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx group
` [PATCH v2 net-next 5/8] tcp: move recvmsg_inq to tcp_sock_read_txrx
` [PATCH v2 net-next 6/8] tcp: move tcp_clean_acked to tcp_sock_read_tx group
[PATCH net 0/8][pull request] i40e: virtchnl improvements
2025-09-23 0:00 UTC (2+ messages)
[RFC PATCH v2 00/18] iommu/riscv: Add irqbypass support
2025-09-22 23:56 UTC (7+ messages)
` [RFC PATCH v2 08/18] iommu/riscv: Use MSI table to enable IMSIC access
[PATCH 00/11] riscv: Memory type control for platforms with physical memory aliases
2025-09-22 23:55 UTC (3+ messages)
[syzbot] [block?] general protection fault in blk_mq_free_tags_callback
2025-09-22 23:55 UTC (3+ messages)
[PATCH] drm/xe/configfs: Fix engine class parsing
2025-09-22 23:54 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[qcom:arm64-for-6.18 265/265] arch/arm64/boot/dts/qcom/sar2130p-qar2130p.dtb: displayport-controller@ae90000 (qcom,sar2130p-dp): assigned-clock-parents: [[31, 1], [31, 2], [31, 2]] is too long
2025-09-22 23:52 UTC
[PATCH net-next v2 0/6] netconsole: support automatic target recovery
2025-09-22 23:50 UTC (3+ messages)
` [PATCH net-next v2 5/6] netconsole: resume previously deactivated target
[PATCH] drm/msm/dpu: Don't adjust mode clock if 3d merge is supported
2025-09-22 23:50 UTC (2+ messages)
[PATCH net-next] net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()
2025-09-22 23:50 UTC (2+ messages)
[PATCH v6 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-09-22 23:48 UTC (5+ messages)
` [PATCH v6 01/28] Add boot-certs to s390-ccw-virtio machine type option
[RFC][PATCH] sched/deadline: Fix dl_server getting stuck, allowing cpu starvation
2025-09-22 23:46 UTC (4+ messages)
` [tip: sched/urgent] sched/deadline: Fix dl_server getting stuck
[PATCH v2] gawk: disable persistent memory allocator due to licensing
2025-09-22 23:46 UTC (2+ messages)
` Patchtest results for "
[PATCH v2] ARM: dts: aspeed: clemente: add MCTP over I2C support
2025-09-22 7:02 UTC
[PATCH v2 0/2] Add device tree for ASRock Rack ALTRAD8 BMC
2025-09-22 20:47 UTC (6+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: add "
[PATCH] phy: qcom-qmp-combo: Use regulator_bulk_data with init_load_uA for regulator setup
2025-09-22 23:42 UTC (3+ messages)
[PATCH net-next V3] net: xilinx: axienet: Fix kernel-doc warnings for missing return descriptions
2025-09-22 23:40 UTC (2+ messages)
[pull-request] mlx5-next updates 2025-09-21
2025-09-22 23:40 UTC (2+ messages)
[PATCH net-next v3 0/3] net: dsa: microchip: Add strap description to set SPI as interface bus
2025-09-22 23:40 UTC (2+ messages)
[PATCH v5 00/14] Add DisplayPort support for QCS615 platform
2025-09-22 23:39 UTC (13+ messages)
` [PATCH v5 12/14] phy: qcom: qmp-usbc: Add QCS615 USB/DP PHY config and DP mode support
` [PATCH v5 14/14] drm/msm/dp: Add support for lane mapping configuration
[PATCH 1/5] leds: Add Virtual Color LED Group driver
2025-09-22 23:38 UTC (4+ messages)
` [PATCH 3/5] dt-bindings: leds: Add YAML bindings for "
[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
2025-09-22 23:35 UTC (2+ messages)
[PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data
2025-09-22 23:33 UTC (9+ messages)
` [PATCH bpf-next v7 1/8] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v7 2/8] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v7 3/8] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v7 4/8] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v7 5/8] bpf: Make variables in bpf_prog_test_run_xdp less confusing
` [PATCH bpf-next v7 6/8] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v7 7/8] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v7 8/8] selftests: drv-net: Pull data before parsing headers
[PATCH net-next] net: enetc: use generic interfaces to get phc_index for ENETC v1
2025-09-22 23:33 UTC (5+ messages)
[PATCH v2] KVM: arm64: Check range args for pKVM mem transitions
2025-09-22 23:33 UTC (4+ messages)
[PATCH net-next v2 0/7] net: rework SFP capability parsing and quirks
2025-09-22 23:30 UTC (2+ messages)
[PATCH v10 00/28] x86,fs/resctrl telemetry monitoring
2025-09-22 23:29 UTC (5+ messages)
` [PATCH v10 02/28] x86/resctrl: Move L3 initialization into new helper function
[asahilinux:bits/000-devicetree 19/140] arch/arm64/boot/dts/apple/t8112-j415.dtb: pmic@e (apple,stowe-pmic): nvmem-layout: 'oneOf' conditional failed, one must be fixed:
2025-09-22 23:28 UTC
[asahilinux:bits/000-devicetree 26/140] arch/arm64/boot/dts/apple/t8103-j274.dtb: efuse@23d2bc000 (apple,t8103-efuses): Unevaluated properties are not allowed ('efuse@430,26', 'efuse@430,29', 'efuse@430,31', 'efuse@434,15', 'efuse@434,21', 'efuse@434,23', 'efuse@434,9', 'efuse@438,12', 'efuse@4
2025-09-22 23:27 UTC
[PATCH] KVM: arm64: Implement KVM_TRANSLATE ioctl for arm64
2025-09-22 23:27 UTC (2+ messages)
[PATCH net] net: ethtool: tsconfig: set command must provide a reply
2025-09-22 23:26 UTC (2+ messages)
[PATCH bpf-next v7 0/9] bpf: Introduce deferred task context execution
2025-09-22 23:26 UTC (10+ messages)
` [PATCH bpf-next v7 1/9] bpf: refactor special field-type detection
` [PATCH bpf-next v7 2/9] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v7 3/9] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v7 4/9] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v7 5/9] bpf: bpf task work plumbing
` [PATCH bpf-next v7 6/9] bpf: extract map key pointer calculation
` [PATCH bpf-next v7 7/9] bpf: task work scheduling kfuncs
` [PATCH bpf-next v7 8/9] selftests/bpf: BPF task work scheduling tests
` [PATCH bpf-next v7 9/9] selftests/bpf: add bpf task work stress tests
Can the output of FIEMAP on BTRFS be used to check if a file and its reflink copy might have diverged?
2025-09-22 23:25 UTC (5+ messages)
[PATCH v3 1/2] dt-bindings: arm: fsl: Add i.MX8MP FRDM board
2025-09-22 23:25 UTC (2+ messages)
` [PATCH v3 2/2] arm64: dts: add support for NXP "
[PATCH] nvdimm: Introduce guard() for nvdimm_bus_lock
2025-09-22 23:23 UTC (4+ messages)
[PATCH] accel/tcg: fix self-modify-code problem when modify code in a single tb loop
2025-09-22 23:22 UTC (2+ messages)
[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
2025-09-22 23:23 UTC (4+ messages)
[PATCH i-g-t 0/7] tools/intel_display_poller: Various things
2025-09-22 23:21 UTC (2+ messages)
` ✓ Xe.CI.Full: success for "
[PATCH v1] audit: include source and destination ports to NETFILTER_PKT
2025-09-22 23:21 UTC (2+ messages)
[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
2025-09-22 23:19 UTC (5+ messages)
` [PATCH v3 04/15] iomap: iterate over entire folio in iomap_readpage_iter()
` [PATCH v3 10/15] iomap: add bias for async read requests
[Query] ethtool cumbersome timestamping options
2025-09-22 23:19 UTC (2+ messages)
[PATCH net-next V2] eth: fbnic: Read module EEPROM
2025-09-22 23:18 UTC
[PATCH net-next] page_pool: add debug for release to cache from wrong CPU
2025-09-22 23:18 UTC (4+ messages)
[PATCH v3 00/30] Live Update Orchestrator
2025-09-22 23:17 UTC (4+ messages)
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management
[syzbot] [sound?] [usb?] general protection fault in snd_usbmidi_do_output
2025-09-22 23:17 UTC (2+ messages)
` [PATCH 1/1] ALSA: usb-audio: Avoid NULL dereference in snd_usbmidi_do_output()
[oe-core][PATCHv9 0/6] Display manager proposal for x11 and wayland
2025-09-22 23:16 UTC (4+ messages)
[PATCH] drm/xe/psmi: Do not return NULL
2025-09-22 23:16 UTC (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
2025-09-22 23:15 UTC (10+ messages)
` [PATCH 03/11] iommu: Compute iommu_groups properly for "
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-22 23:11 UTC (5+ messages)
` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
[PATCH] dt-bindings: net: ethernet-controller: Fix grammar in comment
2025-09-22 23:10 UTC (2+ messages)
[PATCH -next 0/3] cpuset: code cleanup and redundancy removal
2025-09-22 23:10 UTC (2+ messages)
` [PATCH "
[PATCH RESEND iproute2-next] ip/bond: add broadcast_neighbor support
2025-09-22 23:09 UTC (4+ messages)
[PATCH i-g-t] tests/intel/xe_configfs: Test invalid engine with valid class
2025-09-22 23:09 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH 0/4] Some TGL and overall S0ix debug improvements
2025-09-22 22:52 UTC (5+ messages)
` [PATCH 1/4] platform/x86/intel/pmc: Fix typo on CNP register name (and clarify comment)
` [PATCH 2/4] platform/x86/intel/pmc: Dump raw SLP_Sx_DBG registers and distinguish between them
` [PATCH 3/4] platform/x86/intel/pmc: Always dump LPM status regs on unsuccessful paths
` [PATCH 4/4][RFC] platform/x86/intel/pmc: Re-add SLP_S0_DBG register dump on Tiger Lake
[PATCH v5 0/4] kho: add support for preserving vmalloc allocations
2025-09-22 23:08 UTC (4+ messages)
` [PATCH v5 3/4] "
[moderation/CI] Re: TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-22 23:08 UTC
[PATCH v3 1/5] scripts/make_fit: Speed up operation
2025-09-22 23:07 UTC (6+ messages)
` [PATCH v3 2/5] scripts/make_fit: Support an initial ramdisk
` [PATCH v3 3/5] scripts/make_fit: Move dtb processing into a function
` [PATCH v3 4/5] scripts/make_fit: Provide a way to add built modules
` [PATCH v3 5/5] kbuild: Allow adding modules into the FIT ramdisk
[PATCH v3 0/3] spi: support the SpacemiT K1 SPI controller
2025-09-22 23:06 UTC (4+ messages)
` [PATCH v3 2/3] spi: spacemit: introduce SpacemiT K1 SPI controller driver
+ memcg-skip-cgroup_file_notify-if-spinning-is-not-allowed.patch added to mm-new branch
2025-09-22 23:05 UTC
[PATCH 1/4] spi: nxp_fspi: Use second last LUT entry for AHB read
2025-09-22 23:04 UTC (2+ messages)
[PATCH 6.16 000/149] 6.16.9-rc1 review
2025-09-22 23:01 UTC (2+ messages)
[PATCH 6.12 000/105] 6.12.49-rc1 review
2025-09-22 23:00 UTC (2+ messages)
What's cooking in git.git (Sep 2025, #09; Mon, 22)
2025-09-22 23:01 UTC
[linux-next:master] BUILD REGRESSION bf2602a3cb2381fb1a04bf1c39a290518d2538d1
2025-09-22 23:00 UTC
[PATCH stable 6.6] ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
2025-09-22 23:00 UTC
+ mailmap-add-entry-for-bence-csokas.patch added to mm-hotfixes-unstable branch
2025-09-22 22:58 UTC
[PATCH] selftests: Fix Makefile to run targets even the ones in SKIP_TARGETS
2025-09-22 22:57 UTC (2+ messages)
[PATCH v5 0/9] Introduce Rust and announce that it will become mandatory
2025-09-22 22:56 UTC (8+ messages)
` [PATCH v5 7/9] BreakingChanges: announce Rust becoming mandatory
[PATCH v2] dm vdo: Update code to use mem_is_zero
2025-09-22 22:55 UTC
[PATCH v7 0/7] Add DDR4 memory-controller bindings and factorise LPDDR and DDR bindings
2025-09-22 22:51 UTC (5+ messages)
` [PATCH v7 1/7] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v7 2/7] dt-bindings: memory: introduce DDR4
[PATCH v2 1/2] scripts/make_fit: Support an initial ramdisk
2025-09-22 22:49 UTC (4+ messages)
` [PATCH v2 2/2] scripts/make_fit: Speed up operation
[PATCH 1/2] scripts/make_fit: Support an initial ramdisk
2025-09-22 22:49 UTC (4+ messages)
[PATCH v3 00/22] x86: Trenchboot Secure Launch DRTM (Xen)
2025-09-22 22:48 UTC (5+ messages)
` [PATCH v3 06/22] xen/arch/x86: reserve TXT memory during Slaunch
[PATCH] vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
2025-09-22 22:48 UTC
[PATCH v9 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
2025-09-22 22:48 UTC (5+ messages)
` [PATCH v9 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
+ kernel-prevent-prctlpr_set_pdeathsig-from-racing-with-parent-process-exit.patch added to mm-nonmm-unstable branch
2025-09-22 22:48 UTC
[PATCH 6.6 00/70] 6.6.108-rc1 review
2025-09-22 22:48 UTC (2+ messages)
[PATCH] kernel: Prevent prctl(PR_SET_PDEATHSIG) from racing with parent process exit
2025-09-22 22:48 UTC (3+ messages)
[PATCH v2] xen/domain: introduce DOMID_ANY
2025-09-22 22:43 UTC (4+ messages)
[PATCH 6.1 00/61] 6.1.154-rc1 review
2025-09-22 22:43 UTC (2+ messages)
[PATCH v3 0/5] platform/chrome: Fix a possible UAF via revocable
2025-09-22 22:43 UTC (12+ messages)
[PATCH v4 00/18 for 4.22] xen/riscv: introduce p2m functionality
2025-09-22 22:41 UTC (3+ messages)
` [PATCH v4 18/18] xen/riscv: introduce metadata table to store P2M type
+ mm-khugepaged-remove-definition-of-struct-khugepaged_mm_slot-fix.patch added to mm-new branch
2025-09-22 22:41 UTC
[RFC Patch 0/7] kernel: Introduce multikernel architecture support
2025-09-22 22:41 UTC (5+ messages)
[PATCH v3 00/11] Fix incorrect iommu_groups with PCIe ACS
2025-09-22 22:39 UTC (2+ messages)
[PATCH v3 00/10] Cleanup xdfile_t and xrecord_t in xdiff
2025-09-22 22:39 UTC (3+ messages)
` [PATCH v4 00/12] "
[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-09-22 22:38 UTC (3+ messages)
[PATCH bpf-next v9 2/3] bpf: clean-up bounds checking in __bpf_get_stack
2025-09-22 22:38 UTC (3+ messages)
` [PATCH bpf-next v9 3/3] bpf: fix stackmap overflow check in __bpf_get_stackid()
+ mm-damon-sysfs-do-not-ignore-callbacks-return-value-in-damon_sysfs_damon_call.patch added to mm-hotfixes-unstable branch
2025-09-22 22:37 UTC
New test kernel - second attempt
2025-09-22 22:41 UTC (9+ messages)
[PATCH iproute2-next v6 0/1] iproute2-next: Extending bonding's arp_ip_target to include a list of vlan tags
2025-09-22 22:35 UTC (2+ messages)
` [PATCH iproute2-next v6 1/1] iproute: Extend bonding's "arp_ip_target" parameter to add "
[to-be-updated] mm-shmem-fix-too-little-space-for-tmpfs-only-fallback-4kb.patch removed from -mm tree
2025-09-22 22:33 UTC
+ mm-thp-fix-mte-tag-mismatch-when-replacing-zero-filled-subpages.patch added to mm-hotfixes-unstable branch
2025-09-22 22:31 UTC
[PATCH bpf-next v6 0/7] Add kfunc bpf_xdp_pull_data
2025-09-22 22:30 UTC (6+ messages)
` [PATCH bpf-next v6 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
[PATCH] KVM: x86: Fix hypercalls docs section number order
2025-09-22 22:28 UTC (4+ messages)
[PATCH v5] power: supply: max77705_charger: implement aicl feature
2025-09-22 22:28 UTC (2+ messages)
[Buildroot] [PATCH 0/2] Fix sysprof build
2025-09-22 22:25 UTC (3+ messages)
` [Buildroot] [PATCH 1/2] package/sysprof: disable debuginfod support
` [Buildroot] [PATCH 2/2] package/sysprof: unconditionally select elfutils
[PATCH] usb: musb-new: fix typos
2025-09-22 14:47 UTC (2+ messages)
[PATCH] tests/intel/xe_pmu: Set min frequency to RPn to stabilize frequency
2025-09-22 22:24 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH mptcp-next 0/6] mptcp: pm: in-kernel: add 'address' endpoints
2025-09-22 22:23 UTC (7+ messages)
` [PATCH mptcp-next 1/6] mptcp: pm: in-kernel: remove stale_loss_cnt
` [PATCH mptcp-next 2/6] mptcp: pm: in-kernel: reduce pernet struct size
` [PATCH mptcp-next 3/6] mptcp: pm: in-kernel: compare IDs instead of addresses
` [PATCH mptcp-next 4/6] Squash to "mptcp: pm: in-kernel: usable client side with C-flag"
` [PATCH mptcp-next 5/6] mptcp: pm: in-kernel: add 'address' endpoints
` [PATCH mptcp-next 6/6] selftests: mptcp: join: validate new "
[PATCH v2] Documentation: process: Arbitrarily bump kernel major version number
2025-09-22 22:23 UTC (5+ messages)
[PATCH RESEND v7 0/7] clk: clk-axi-clkgen: improvements and some fixes
2025-09-22 22:21 UTC (3+ messages)
[PATCH v1] wifi: cfg80211: fix width unit in cfg80211_radio_chandef_valid()
2025-09-22 22:19 UTC
I still use this/these
2025-09-22 22:18 UTC (2+ messages)
[PATCH] lockfile: add case insensitive filesystem note
2025-09-22 22:19 UTC (2+ messages)
[PATCH net-next 0/4] convert 3 drivers to ndo_hwtstamp API
2025-09-22 22:17 UTC (5+ messages)
` [PATCH net-next 1/4] tg3: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
` [PATCH net-next 2/4] bnxt_en: "
[PATCH net-next v5 0/8] TUN/TAP & vhost_net: netdev queue flow control to avoid ptr_ring tail drop
2025-09-22 22:15 UTC (9+ messages)
` [PATCH net-next v5 1/8] __ptr_ring_full_next: Returns if ring will be full after next insertion
` [PATCH net-next v5 2/8] Move the decision of invalidation out of __ptr_ring_discard_one
` [PATCH net-next v5 3/8] TUN, TAP & vhost_net: Stop netdev queue before reaching a full ptr_ring
` [PATCH net-next v5 4/8] TUN & TAP: Wake netdev queue after consuming an entry
` [PATCH net-next v5 5/8] TUN & TAP: Provide ptr_ring_consume_batched wrappers for vhost_net
` [PATCH net-next v5 6/8] TUN & TAP: Provide ptr_ring_unconsume "
` [PATCH net-next v5 7/8] TUN & TAP: Methods to determine whether file is TUN/TAP "
` [PATCH net-next v5 8/8] vhost_net: Replace rx_ring with calls of TUN/TAP wrappers
[PATCH 0/2] Adding support for Microchip MCP47FEB02
2025-09-22 22:15 UTC (4+ messages)
` [PATCH 2/2] iio: dac: adding "
+ mm-vmscan-simplify-the-folio-refcount-check-in-pageout-fix.patch added to mm-new branch
2025-09-22 22:13 UTC
[PATCH] net/tap: fix build with LTO
2025-09-22 22:12 UTC (2+ messages)
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.