All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-06 20:28:12 to 2026-02-06 21:54:01 UTC [more...]

[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
 2026-02-06 21:30 UTC  (20+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists

[PATCHSET] fstests: more random fixes for v2026.01.27
 2026-02-06 21:54 UTC  (3+ messages)
` [PATCH 1/3] xfs/018: remove inline xattr recovery tests
  ` [PATCH v1.1 "

[PATCH net-next] net: ethernet: ti: davinci_emac: remove member phy_id from struct emac_platform_data
 2026-02-06 21:53 UTC 

[DOC] merge-file: document that merge.conflictStyle requires a repository
 2026-02-06 21:53 UTC  (6+ messages)
  ` [PATCH] merge-file: honor merge.conflictStyle outside of "
      ` [PATCH v2] "

[PATCH] kexec: allow KEXEC_HANDOVER to build with COMPILE_TEST
 2026-02-06 21:52 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] perf utilities: Replace static cacheline size with sysconf cacheline size
 2026-02-06 21:50 UTC  (2+ messages)

[ndctl PATCH v8 0/7] Add error injection support
 2026-02-06 21:50 UTC  (8+ messages)
` [PATCH v8 1/7] libcxl: Add debugfs path to CXL context
` [PATCH v8 2/7] libcxl: Add CXL protocol errors
` [PATCH v8 3/7] libcxl: Add poison injection support
` [PATCH v8 4/7] cxl: Add inject-protocol-error command
` [PATCH v8 5/7] cxl: Add poison injection/clear commands
` [PATCH v8 6/7] cxl/list: Add injectable errors in output
` [PATCH v8 7/7] Documentation: Add docs for protocol and poison injection commands

[PULL 00/30] Single binary patches for 2026-02-06
 2026-02-06 21:44 UTC  (31+ messages)
` [PULL 01/30] riscv64/test_boston.py: fix intermitent test timeout
` [PULL 02/30] target/s390x: Use address_space_ldl_be() in read_table_entry()
` [PULL 03/30] target/s390x: Rename get_phys_page_debug() @vaddr argument as @v_addr
` [PULL 04/30] target/s390x: Replace %target_ulong -> %vaddr where appropriate
` [PULL 05/30] target/s390x: Replace %target_ulong -> %hwaddr "
` [PULL 06/30] target/s390x: Un-inline KVM Protected Virtualization stubs
` [PULL 07/30] target/s390x: Add more unreachable KVM stubs
` [PULL 08/30] target/s390x: Build system units in common source set
` [PULL 09/30] target/s390x: Expand TCGv type as 64-bit target
` [PULL 10/30] target/s390x: Expand tcg_gen_qemu_ld/st_tl() "
` [PULL 11/30] target/s390x: Expand tcg_global_mem_new() -> tcg_global_mem_new_i64()
` [PULL 12/30] target/arm/arm-qmp-cmds.c: make compilation unit common
` [PULL 13/30] target/sparc: Remove dubious swapping in LD_code() helper
` [PULL 14/30] target/sparc: Replace MO_TE -> MO_BE
` [PULL 15/30] configs/targets: Forbid SPARC to use legacy native endianness APIs
` [PULL 16/30] target/sparc: Replace legacy st_phys() -> address_space_st()
` [PULL 17/30] configs/targets: Restrict legacy ldst_phys() API on 32-bit SPARC target
` [PULL 18/30] target/i386: Use explicit little-endian LD/ST API
` [PULL 19/30] hw/intc: Mark x86-specific [IO]APIC peripherals as little-endian
` [PULL 20/30] hw/intc/ioapic: Replace legacy st_phys() -> address_space_st()
` [PULL 21/30] configs/targets: Restrict the legacy ldst_phys() API on x86 targets
` [PULL 22/30] target/or1k: Rename from openrisc
` [PULL 23/30] include/hw/or1k: "
` [PULL 24/30] hw/or1k: "
` [PULL 25/30] tests/tcg/or1k: "
` [PULL 26/30] docs/system/or1k: "
` [PULL 27/30] hw/or1k: Rename or1k-sim.c from openrisc_sim.c
` [PULL 28/30] qapi: Add hexagon to SysEmuTarget
` [PULL 29/30] meson: Add TARGET_ARCH to config_target_data
` [PULL 30/30] target-info: Statically initialize target_arch

[PATCH v1 1/2] perf tests: build-test coverage for NO_JEVENTS=1
 2026-02-06 21:50 UTC  (6+ messages)
` [PATCH v1 2/2] perf metricgroup: Don't early exit if no CPUID table exists

[PATCH 1/2] rust: move `static_assert` into `build_assert`
 2026-02-06 21:48 UTC  (4+ messages)
` [PATCH 2/2] rust: add `const_assert!` macro

Support needed to continue Smatch work
 2026-02-06 21:48 UTC  (6+ messages)
` [bug report] phy: apple: Add Apple Type-C PHY

[PATCH bpf-next v3 2/3] bpf, riscv: add fsession support for trampolines
 2026-02-06 21:47 UTC  (3+ messages)

[PATCH v3 00/10] target/s390x: Prohibit target_ulong and TARGET_PAGE_SIZE uses
 2026-02-06 21:45 UTC  (2+ messages)

[PATCH ALTERNATIVE] ext4: Treat s_mount_opts and mount_opts as __nonstring
 2026-02-06 21:46 UTC 

[Buildroot] [PATCH 1/1] {linux, linux-headers}: fix hash dir links
 2026-02-06 21:45 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: fix hash dir links
 2026-02-06 21:43 UTC 

[PATCH] ext4: Reject on-disk mount options with missing NUL-terminator
 2026-02-06 21:45 UTC  (2+ messages)

[PATCH v2 00/11] rust: xarray: add entry API with preloading
 2026-02-06 21:43 UTC  (13+ messages)
` [PATCH v2 01/11] rust: xarray: minor formatting fixes
` [PATCH v2 02/11] rust: xarray: add debug format for `StoreError`
` [PATCH v2 03/11] rust: xarray: add `contains_index` method
` [PATCH v2 04/11] rust: xarray: add `XArrayState`
` [PATCH v2 05/11] rust: xarray: use `xas_load` instead of `xa_load` in `Guard::load`
` [PATCH v2 06/11] rust: xarray: simplify `Guard::load`
` [PATCH v2 07/11] rust: xarray: add `find_next` and `find_next_mut`
` [PATCH v2 08/11] rust: xarray: add entry API
` [PATCH v2 09/11] rust: mm: add abstractions for allocating from a `sheaf`
` [PATCH v2 10/11] rust: mm: sheaf: allow use of C initialized static caches
` [PATCH v2 11/11] rust: xarray: add preload API

[PATCH] perf/test: Fix test case Leader sampling on s390
 2026-02-06 21:41 UTC  (2+ messages)

[sailus-media-tree:metadata-pre 13/13] drivers/media/platform/renesas/vsp1/vsp1_entity.c:161:5: error: conflicting types for 'vsp1_subdev_get_pad_format'
 2026-02-06 21:37 UTC 

[sailus-media-tree:metadata 84/88] drivers/media/pci/intel/ipu6/ipu6-isys-queue.c:561:14: warning: unused variable 'has_pipeline'
 2026-02-06 21:37 UTC 

[Buildroot] [PATCH v2] package/libcamera: bump to v0.7.0
 2026-02-06 21:37 UTC  (3+ messages)
` [Buildroot] [PATCH v3] "

[PATCH 0/6] or1k: Rename the architecture from openrisc
 2026-02-06 21:37 UTC  (2+ messages)

[PATCH 0/2] target/sparc: Stop using the legacy ldst_phys() API
 2026-02-06 21:36 UTC  (2+ messages)

[PATCH 0/4] target/i386: Stop using the legacy ldst_phys() API
 2026-02-06 21:36 UTC  (2+ messages)

[Buildroot] [git commit] package/libcamera: bump to v0.7.0
 2026-02-06 21:28 UTC 

[PATCH v2 next 00/11] tools/nolibc: Enhance printf()
 2026-02-06 21:36 UTC  (2+ messages)

[PATCH v3 0/9] arm64: dts: qcom: Add support for the Ayaneo Pocket S2
 2026-02-06 21:35 UTC  (2+ messages)

[PATCH] riscv64/test_boston.py: fix intermitent test timeout
 2026-02-06 21:35 UTC  (2+ messages)

[PATCH v7 0/6] perf stat affinity changes
 2026-02-06 21:35 UTC  (2+ messages)

[PATCH] test/py: Fix spelling of source_dir in docstring
 2026-02-06 21:31 UTC 

[PATCH v1] ACPI: button: Call device_init_wakeup() earlier during probe
 2026-02-06 21:31 UTC 

[bug report] ACPI: battery: Adjust event notification routine
 2026-02-06 21:28 UTC  (2+ messages)
` [PATCH v1] ACPI: battery: Drop redundant check from acpi_battery_notify()

[PATCH RFC] graph: implement git-log(1) --untangle
 2026-02-06 21:27 UTC  (2+ messages)

[PATCH] crypto: ccp - allow callers to use HV-Fixed page API when SEV is disabled
 2026-02-06 21:26 UTC 

KASAN vs realloc
 2026-02-06 21:26 UTC  (11+ messages)

[PATCH v5 5/5] i3c: hub: p3h2x4x: Add support for NXP P3H2x4x I3C hub functionality
 2026-02-06 21:25 UTC  (3+ messages)

[djwong-xfs:scrub-syzbot-fixes 28/33] hppa-linux-ld: fs/xfs/xfs_trace.o(.text+0x3ffb8): cannot reach 0000baa1_trace_event_printf+0, recompile with -ffunction-sections
 2026-02-06 21:25 UTC 

[GIT PULL] nolibc changes for 6.20/7.0
 2026-02-06 21:26 UTC 

[meta-lts-mixins][kirkstone/rust-1.75][PATCH 0/1] Ignore Windows CVEs
 2026-02-06 21:25 UTC  (2+ messages)
` [meta-lts-mixins][kirkstone/rust-1.75][PATCH 1/1] rust-cross-canadian: "

[PATCH v3] Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
 2026-02-06 21:21 UTC  (2+ messages)
` [v3] "

[PATCH] perf annotate: Fix register usage in data type profiling
 2026-02-06 21:19 UTC  (5+ messages)

[PATCH] perf stat: Ensure metrics are displayed even with failed events
 2026-02-06 21:17 UTC  (3+ messages)

[PATCH] mmc: mtk-sd: add mediatek,mt8189-mmc compatible
 2026-02-06 20:50 UTC 

[PATCH] rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
 2026-02-06 21:15 UTC  (3+ messages)

[sean-jc:x86/tdx_huge_sept 56/56] include/linux/static_call_types.h:58:2: error: too few arguments to function '(({...}))'
 2026-02-06 21:14 UTC 

[PATCH v5 0/7] rust: add `register!` macro
 2026-02-06 21:11 UTC  (3+ messages)
` [PATCH v5 5/7] rust: io: "

[PATCH iproute2-next v2 0/2] devlink: support default flag attr for param-get and param-set commands
 2026-02-06 21:11 UTC  (3+ messages)
` [PATCH iproute2-next v2 1/2] devlink: Pull the value printing logic out of pr_out_param_value()
` [PATCH iproute2-next v2 2/2] devlink: support displaying and resetting to default params

[PATCH] PCI/AER: Add option to panic on unrecoverable errors
 2026-02-06 21:10 UTC  (5+ messages)

[PATCH v1 1/2] perf callchain lbr: Make the leaf IP that of the sample
 2026-02-06 21:10 UTC  (3+ messages)

[PATCH next] crypto: qat - replace avg_array() with a better function
 2026-02-06 21:09 UTC 

[PATCH] workqueue: rust: add work item runtime modification support
 2026-02-06 21:07 UTC  (3+ messages)

[PATCH v2] audit: Avoid excessive dput/dget in audit_context setup and reset paths
 2026-02-06 21:09 UTC  (14+ messages)
                  ` setns(2) vs. pivot_root(2) (was Re: [PATCH v2] audit: Avoid excessive dput/dget in audit_context setup and reset paths)

[PATCH v2] x86/hvm: Add Kconfig option to disable nested virtualization
 2026-02-06 21:05 UTC 

[Buildroot] [PATCH] package/nvme: bump package to version 2.16
 2026-02-06 21:00 UTC  (2+ messages)

[PATCH] media: rkvdec: Improve handling missing short/long term RPS
 2026-02-06 20:59 UTC  (3+ messages)

[PATCH 0/6] Conversion of imx8mn-var-som/imx8mn-var-som-symphony to OF_UPSTREAM and fixes/improvements
 2026-02-06 20:55 UTC  (7+ messages)
` [PATCH 1/6] arm: dts: imx8mn-var-som: Move SOM-specific nodes to SOM u-boot.dtsi
` [PATCH 2/6] arm: dts: imx8mn-var-som: add som-eeprom alias to SOM u-boot dtsi
` [PATCH 3/6] arm: dts: imx8mn-var-som-symphony: migrate to OF_UPSTREAM
` [PATCH 4/6] board: imx8mn_var_som: let clock system enable UART clock
` [PATCH 5/6] board: imx8mn-var-som: remove unneeded header files
` [PATCH 6/6] board: imx8mn-var-som: compile SPL-only stuff only in SPL build

[PATCH v3 0/8] KVM: x86: nSVM: Improve PAT virtualization
 2026-02-06 20:56 UTC  (7+ messages)
` [PATCH v3 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat

[PATCH v3 2/3] dma: amlogic: Add general DMA driver for A9
 2026-02-06 20:54 UTC  (5+ messages)

[sailus-media-tree:metadata 51/88] drivers/media/i2c/ov2740.c:1301:19: error: incompatible function pointer types initializing 'int (*)(struct v4l2_subdev *, const struct v4l2_subdev_client_info *, struct v4l2_subdev_state *, struct v4l2_subdev_selection *)' with an expression of type 'int
 2026-02-06 20:54 UTC 

[PATCH v2] Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
 2026-02-06 20:54 UTC  (4+ messages)
` [v2] "

[v7 PATCH 0/2] hung_task: Provide runtime reset interface for hung task detector
 2026-02-06 20:54 UTC  (9+ messages)
` [v7 PATCH 1/2] hung_task: Refactor detection logic and atomicise detection count
          ` [PATCH] hung_task: Increment the global counter immediately

[PATCH v2] t5550: add netrc tests for http 401/403
 2026-02-06 20:53 UTC  (9+ messages)
` [PATCH v3] "

[PATCH] x86/hvm: Add Kconfig option to disable nested virtualization
 2026-02-06 20:52 UTC  (3+ messages)

[RFC v1 00/11] Add iMX95 neoisp driver
 2026-02-06 20:51 UTC  (2+ messages)

[PATCH 00/11] ARM: rockchip: Add initial RV1103B and Omega4 board support
 2026-02-06 20:50 UTC  (4+ messages)
` [PATCH 11/11] ARM: dts: rockchip: Add Onion RV1103B Omega4

[PATCH] mm/page_alloc: clear page->private in split_page() for tail pages
 2026-02-06 20:49 UTC  (7+ messages)

[PATCH v3] docs: process: maintainer-pgp-guide: update kernel.org docs link
 2026-02-06 20:43 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-02-06 20:48 UTC  (6+ messages)

[PATCH v3 0/8] vfio: selftest: Add SR-IOV UAPI test
 2026-02-06 20:48 UTC  (3+ messages)
` [PATCH v3 3/8] vfio: selftests: Introduce a sysfs lib

[meta][PATCH 01/09] linux-yocto/6.12: update to v6.12.67
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[meta][PATCH 05/09] linux-yocto/6.18: update to v6.18.7
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[meta-yocto-bsp][PATCH 01/04] yocto-bsp: Bump the default kernel to v6.18 for beaglebone
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[meta-yocto-bsp][PATCH 02/04] meta-yocto-bsp: drop 6.12 bbappend
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[meta-yocto-bsp][PATCH 03/04] meta-yocto-bsp: drop 6.16 bbappend
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[meta-yocto-bsp][PATCH 04/04] yocto-bsp: linux-yocto/6.18: update to v6.18.8
 2026-02-06 20:46 UTC  (2+ messages)
` Patchtest results for "

[bug report] crush: remove forcefeed functionality
 2026-02-06 20:44 UTC  (2+ messages)

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2026-02-06 20:43 UTC 

[GIT PULL] more hotfixes against 6.19-rc8
 2026-02-06 20:43 UTC 

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x series
 2026-02-06 20:43 UTC  (2+ messages)

[Buildroot] [git commit] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x series
 2026-02-06 20:33 UTC 

[PATCH] SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
 2026-02-06 20:41 UTC 

[PATCHSET v6] xfs: autonomous self healing of filesystems
 2026-02-06 20:41 UTC  (6+ messages)
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring

[PATCH v3 0/3] introduce new option `rework-with-file`
 2026-02-06 20:40 UTC  (11+ messages)
` [PATCH v3 2/3] add-patch: Allow interfile navigation when selecting hunks
` [PATCH v3 3/3] add-patch: Allow proper 'git apply' when using the --rework-with-file flag

[PATCH v10 0/8] virtio-net: live-TAP local migration
 2026-02-06 20:37 UTC  (9+ messages)
` [PATCH v10 3/8] qapi: add backend-transfer migration parameter

[PATCH/for-next v4 0/4] cgroup/cpuset: Fix partition related locking issues
 2026-02-06 20:37 UTC  (5+ messages)
` [PATCH/for-next v4 1/4] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH/for-next v4 2/4] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH/for-next v4 3/4] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock
` [PATCH/for-next v4 4/4] cgroup/cpuset: Eliminate some duplicated rebuild_sched_domains() calls

[Kernel Bug] WARNING in ext4_fill_super
 2026-02-06 20:36 UTC  (7+ messages)

[PATCHSET v7] sched_ext: Fix ops.dequeue() semantics
 2026-02-06 20:35 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH 11/11] ARM: dts: rockchip: Add Onion RV1103B Omega4
 2026-02-06 18:37 UTC  (2+ messages)

[PATCH RFC net-next] net: stmmac: qcom-ethqos: convert register field updates
 2026-02-06 20:31 UTC 

[PATCH net v2] net: stmmac: fix oops when split header is enabled
 2026-02-06 20:30 UTC  (2+ messages)

[PATCH v2 0/3] Attempt to fixup reset, wedge, unload corner cases
 2026-02-06 20:29 UTC  (7+ messages)
` [PATCH v2 2/3] drm/xe: Forcefully tear down exec queues in GuC submit fini

[PATCH v2 0/6] rust: io: turn IoCapable into a functional trait
 2026-02-06 20:29 UTC  (3+ messages)
` [PATCH v2 1/6] "

[PATCH] cache: starfive: fix device node leak in starlink_cache_init()
 2026-02-06 20:28 UTC  (3+ messages)

[PATCH] cache: ax45mp: Fix device node reference leak in ax45mp_cache_init()
 2026-02-06 20:28 UTC  (3+ messages)

[PATCH v1] riscv: dts: microchip: add can resets to mpfs
 2026-02-06 20:28 UTC  (3+ messages)

[PATCH] drm/rockchip: vop: fix sloppy typing in vop_plane_atomic_update()
 2026-02-06 20:28 UTC  (3+ messages)

[PATCH] ceph: fix generic/639 xfstests failure
 2026-02-06 20:27 UTC 


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.