All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-01 23:06:04 to 2024-10-02 01:08:38 UTC [more...]

[PATCHBOMB] xfsprogs: catch us up to 6.11
 2024-10-02  1:08 UTC  (18+ messages)
` [PATCHSET 1/6] xfsprogs: Debian and Ubuntu archive changes
  ` [PATCH 1/6] debian: Update debhelper-compat level
  ` [PATCH 2/6] debian: Update public release key
  ` [PATCH 3/6] debian: Prevent recreating the orig tarball
  ` [PATCH 4/6] debian: Add Build-Depends on pkg with systemd.pc
  ` [PATCH 5/6] debian: Modernize build script
  ` [PATCH 6/6] debian: Correct the day-of-week on 2024-09-04
` [PATCHSET 2/6] xfsprogs: do not depend on libattr
  ` [PATCH 1/2] misc: clean up code around attr_list_by_handle calls
  ` [PATCH 2/2] libfrog: emulate deprecated attrlist functionality in libattr
` [PATCHSET v2.5 3/6] libxfs: resync with 6.11
  ` [PATCH 01/64] xfs: avoid redundant AGFL buffer invalidation
  ` [PATCH 02/64] xfs: don't walk off the end of a directory data block
  ` [PATCH 03/64] xfs: Remove header files which are included more than once
` [PATCHSET v2.5 4/6] xfsprogs: port tools to new 6.11 APIs
` [PATCHSET 5/6] xfs_repair: cleanups for 6.11
` [PATCHSET v2.5 6/6] mkfs: clean up inode initialization code

[PATCH 0/4] hwmon: add missing REGMAP_I2C dependencies
 2024-10-02  1:08 UTC  (5+ messages)
` [PATCH 1/4] hwmon: (adm9240) Add missing dependency on REGMAP_I2C
` [PATCH 2/4] hwmon: (adt7470) "
` [PATCH 3/4] hwmon: (ltc2991) "
` [PATCH 4/4] hwmon: (max1668) "

[PATCH] iommu/arm-smmu: Defer probe of clients after smmu device bound
 2024-10-02  1:07 UTC  (3+ messages)

[PATCH] sched/psi: fix unnecessary KERN_ERR and memory barrier comment
 2024-10-02  0:27 UTC  (2+ messages)

[PATCH v8 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-02  1:03 UTC  (13+ messages)
` [PATCH v8 01/12] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v8 02/12] hw/riscv: add riscv-iommu-bits.h
` [PATCH v8 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v8 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v8 05/12] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v8 06/12] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v8 07/12] test/qtest: add riscv-iommu-pci tests
` [PATCH v8 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v8 09/12] hw/riscv/riscv-iommu: add ATS support
` [PATCH v8 10/12] hw/riscv/riscv-iommu: add DBG support
` [PATCH v8 11/12] qtest/riscv-iommu-test: add init queues test
` [PATCH v8 12/12] docs/specs: add riscv-iommu

[RFC PATCH 0/4] sched+mm: Track lazy active mm existence with hazard pointers
 2024-10-02  1:02 UTC  (5+ messages)
` [RFC PATCH 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
` [RFC PATCH 2/4] Documentation: RCU: Refer to ptr_eq()
` [RFC PATCH 3/4] hp: Implement Hazard Pointers
` [RFC PATCH 4/4] sched+mm: Use hazard pointers to track lazy active mm existence

[PATCH v3] arm64: dts: rockchip: change pinctrl for pcie2x1l2 for Radxa ROCK 5A
 2024-10-01 23:50 UTC 

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-02  0:24 UTC  (45+ messages)
` [PATCH v13 03/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 05/40] mman: Add map_shadow_stack() flags
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 07/40] arm64/gcs: Document the ABI "
` [PATCH v13 08/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v13 09/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v13 10/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v13 12/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v13 15/40] arm64/mm: Map pages for guarded control stack
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS
` [PATCH v13 20/40] arm64/mm: Handle GCS data aborts
` [PATCH v13 21/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v13 25/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v13 26/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v13 27/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v13 28/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v13 29/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v13 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v13 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v13 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v13 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v13 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v13 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v13 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v13 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v13 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v13 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v13 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH] wifi: ath12k: Support DMAC Reset Stats
 2024-10-01 23:36 UTC  (2+ messages)

[PATCH v1] xfs_io: add RWF_ATOMIC support to pwrite
 2024-10-02  1:01 UTC  (2+ messages)

[RFC][PATCHES] asm/unaligned.h removal
 2024-10-02  0:57 UTC  (3+ messages)
` [PATCH 1/3] parisc: get rid of private asm/unaligned.h

[android-common:chromeos-6.6-f9d942cf7d57 106/1491] drivers/hid/i2c-hid/i2c-hid-core.c:522:72: error: 'struct hid_driver' has no member named 'reset'
 2024-10-02  0:55 UTC 

[freescale-fslc:6.6-2.0.x-imx 2748/16788] drivers/net/imx-shmem-net.c:1125:29: warning: passing argument 1 of 'eth_random_addr' discards 'const' qualifier from pointer target type
 2024-10-02  0:55 UTC 

[PATCH] firmware: tegra: bpmp: Fix freeing uninitialized pointers
 2024-10-02  0:47 UTC  (8+ messages)

[RFC 0/5] cxl: Preparation of type2 accelerators support
 2024-10-02  0:41 UTC  (7+ messages)
` [RFC 3/5] cxl: Separate coherence from target type
` [RFC 4/5] cxl: Set type of region to that of the first endpoint

[syzbot] [net?] KMSAN: kernel-infoleak in move_addr_to_user (7)
 2024-10-02  0:44 UTC 

[PATCH] mm: avoid unconditional one-tick sleep when swapcache_prepare fails
 2024-10-02  0:40 UTC  (6+ messages)

[PATCH v2] perf sched timehist: Add pre-migration wait time option
 2024-10-02  0:42 UTC  (2+ messages)

[PATCH v4 00/18] NXP DPAA ETH driver enhancement and fixes
 2024-10-02  0:41 UTC  (3+ messages)
` [PATCH v5 "

Patchwork summary for: spi-devel-general
 2024-10-02  0:40 UTC 

two (possibly bug) updates for spi-s3c644
 2024-10-02  0:38 UTC  (3+ messages)
` [PATCH 1/2] spi: s3c64xx: fix timeout counters in flush_fifo
  ` (subset) "

[PATCH 0/3] spi: Fix pm_runtime_set_suspended() with runtime pm enabled
 2024-10-02  0:38 UTC  (2+ messages)

[android-common:chromeos-6.6-f9d942cf7d57 79/1491] drivers/media/pci/intel/ipu6/../ipu-dma.c:306:9: warning: unused variable 'i'
 2024-10-02  0:34 UTC 

[android-common:chromeos-6.6-f9d942cf7d57 754/1491] arch/x86/kernel/setup.c:1258: undefined reference to `topology_apply_cmdline_limits_early'
 2024-10-02  0:34 UTC 

[android-common:chromeos-6.6-f9d942cf7d57 239/1491] arch/x86/kvm/x86.c:10692:13: warning: 'kvm_vcpu_pv_sched_init' defined but not used
 2024-10-02  0:34 UTC 

[net-next v2 0/2] ena: Link IRQs, queues, and NAPI instances
 2024-10-02  0:13 UTC  (3+ messages)
` [net-next v2 1/2] ena: Link IRQs to "
` [net-next v2 2/2] ena: Link queues to NAPIs

[PATCH] hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
 2024-10-02  0:31 UTC 

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-02  0:30 UTC  (4+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] llvm-cov: add Clang's Source-based Code Coverage support

[PATCH v1 0/3] Device tree changes for system1 BMC
 2024-10-02  0:26 UTC  (2+ messages)

[PATCH v4] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-10-02  0:25 UTC  (3+ messages)

[syzbot] [fuse?] WARNING in fuse_request_end (2)
 2024-10-02  0:24 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: nv: Fixes for stage-2 MMU recycling
 2024-10-02  0:23 UTC  (10+ messages)
` [PATCH 3/3] KVM: arm64: nv: Punt stage-2 recycling to a vCPU request

[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
 2024-10-02  0:22 UTC  (10+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
          ` yet another approach Was: "

[PATCH i-g-t v2] tests/kms_joiner: Reset the force_joiner_supported variable
 2024-10-02  0:20 UTC 

[PATCH] tests/intel/xe_pm: Fix code style issues
 2024-10-02  0:22 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH RESEND v2] dt-bindings: display: elgin,jg10309-01: Add own binding
 2024-10-02  0:21 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_joiner: Reset the force_joiner_supported variable
 2024-10-02  0:18 UTC  (3+ messages)

[PATCH] perf test: Restore sample rate for perf_event_attr
 2024-10-02  0:19 UTC  (3+ messages)

subscribe
 2024-10-02  0:17 UTC  (3+ messages)

[android-common:chromeos-6.6-f9d942cf7d57 73/1491] make[7]: *** No rule to make target 'drivers/gpu/drm/panel/panel-himax-hx83112a.o', needed by 'drivers/gpu/drm/panel/'
 2024-10-02  0:14 UTC 

[PATCH v2 00/10] Add iio backend compatibility for ad7606
 2024-10-02  0:12 UTC  (4+ messages)
` [PATCH v2 07/10] iio: adc: ad7606: Add compatibility to fw_nodes

[PATCH bpf-next v3 0/2] Support eliding map lookup nullness
 2024-10-02  0:11 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: verifier: "

FIFREEZE on loop device does not return EBUSY
 2024-10-02  0:10 UTC  (2+ messages)

[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-10-02  0:05 UTC  (8+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation

[PATCH 0/1] Existence of gtidle node check before rc6 disable test
 2024-10-02  0:06 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[syzbot] [net?] KMSAN: kernel-infoleak in move_addr_to_user (7)
 2024-10-02  0:05 UTC  (2+ messages)
` [syzbot] KMSAN

drivers/input/touchscreen/cyttsp_i2c.c:47:18: error: implicit declaration of function 'i2c_transfer'
 2024-10-02  0:03 UTC 

[syzbot] [fuse?] WARNING in fuse_writepages
 2024-10-02  0:02 UTC  (2+ messages)

[PATCH v2 0/4] 2 leak fixes and lower 2 test fails to skips
 2024-10-02  0:02 UTC  (3+ messages)
` [PATCH v2 1/4] perf stat: Fix affinity memory leaks on error path

[PATCH v12 0/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-10-02  0:02 UTC  (3+ messages)
` [PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration

[PATCH 0/8] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-02  0:02 UTC  (3+ messages)
` [PATCH 5/8] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter

[PATCH] wifi: mt76: Fix NULL Dereference caused by mt76_connac_get_he_phy_cap()
 2024-10-01 23:59 UTC 

[PATCH v1 0/3] 2 memory fixes and a build fix
 2024-10-01 23:58 UTC  (4+ messages)

[Intel-wired-lan] [RFC net-next v4 0/9] Add support for per-NAPI config via netlink
 2024-10-01 23:52 UTC  (12+ messages)
`  "
` [RFC net-next v4 1/9] net: napi: Make napi_defer_hard_irqs per-NAPI
` [RFC net-next v4 2/9] netdev-genl: Dump napi_defer_hard_irqs
` [Intel-wired-lan] [RFC net-next v4 3/9] net: napi: Make gro_flush_timeout per-NAPI
  `  "
` [RFC net-next v4 4/9] netdev-genl: Dump gro_flush_timeout
` [RFC net-next v4 5/9] net: napi: Add napi_config
` [RFC net-next v4 6/9] netdev-genl: Support setting per-NAPI config values
` [RFC net-next v4 7/9] bnxt: Add support for persistent NAPI config
` [RFC net-next v4 8/9] mlx5: "
` [RFC net-next v4 9/9] mlx4: Add support for persistent NAPI config to RX CQs

[PATCH] net/gve: fix mbuf allocation memory leak for DQ Rx
 2024-10-01 23:48 UTC 

[PATCH] net/gve: always attempt Rx refill on DQ
 2024-10-01 23:45 UTC 

[PATCH v9 0/7] mm: zswap swap-out of large folios
 2024-10-01 23:44 UTC  (11+ messages)
` [PATCH v9 6/7] mm: zswap: Support large folios in zswap_store()

[PATCHv2 net-next 0/9] clean up with devm
 2024-10-01 23:44 UTC  (4+ messages)
` [PATCHv2 net-next 3/9] net: smsc911x: use devm for regulators

[PATCH] sched/wait: Remove unused bit_wait_io_timeout
 2024-10-01 23:40 UTC 

[PATCHv2 net-next 00/10] net: lantiq_etop: some cleanups
 2024-10-01 23:39 UTC  (4+ messages)
` [PATCHv2 net-next 01/10] net: lantiq_etop: use netif_receive_skb_list

[PATCHv2] drm/i915/dp: Guarantee a minimum HBlank time
 2024-10-01 23:40 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dp: Guarantee a minimum HBlank time (rev2)
` ✓ Fi.CI.BAT: success "

[PATCH v2 00/13] Tool and hwmon PMUs
 2024-10-01 23:39 UTC  (9+ messages)

[PATCH 0/2] Consolidate embedded PPC initial mappung functions
 2024-10-01 23:35 UTC  (5+ messages)
` [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

[PATCH v4] drm/etnaviv: Request pages from DMA32 zone on addressing_limited
 2024-10-01 23:34 UTC 

[PATCH] OPP: fix error code in dev_pm_opp_set_config()
 2024-10-01 23:32 UTC  (2+ messages)

[PATCH bpf-next v3] bpf: syscall_nrs: disable no previous prototype warnning
 2024-10-01 23:32 UTC 

[PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-01 23:32 UTC  (16+ messages)
` [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc
` [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH v1 00/11] Libdw/dwarf build clean up
 2024-10-01 23:28 UTC  (13+ messages)
` [PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS

net/gve: attempt Rx refill even when no packets received on DQ
 2024-10-01 23:28 UTC 

[PATCH bpf-next v2] bpf: syscall_nrs: disable no previous prototype warnning
 2024-10-01 23:25 UTC  (3+ messages)

[PATCH 0/2] ASoC: Intel: soc-acpi: Fix missing empty terminators
 2024-10-01 23:26 UTC  (2+ messages)

[PATCH 0/5] cesa: small cleanups
 2024-10-01 23:25 UTC  (6+ messages)
` [PATCH 1/5] crypto: cesa: add COMPILE_TEST
` [PATCH 2/5] crypto: cesa: use enabled variants for clk_get
` [PATCH 3/5] crypto: cesa: remove irq_set_affinity_hint
` [PATCH 4/5] crypto: cesa: move loop to mv_cesa_put_sram
` [PATCH 5/5] crypto: use devm_platform_get_and_ioremap_resource

[syzbot] [mm?] KASAN: out-of-bounds Read in copy_from_kernel_nofault
 2024-10-01 23:25 UTC  (2+ messages)

[PATCH 0/3] reftable: graceful concurrent writes
 2024-10-01 23:24 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] refs/reftable: reload locked stack when preparing transaction

drivers/mfd/intel-m10-bmc-spi.c:28:10: error: 'const struct regmap_config' has no member named 'reg_bits'
 2024-10-01 23:22 UTC  (2+ messages)

[PULL v2 00/47] riscv-to-apply queue
 2024-10-01 23:19 UTC  (10+ messages)
` [PULL v2 16/47] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v3 0/3] Add support for cpu event term
 2024-10-01 23:18 UTC  (6+ messages)
` [PATCH v3 3/3] perf parse-events: Add "cpu" term to set the CPU an event is recorded on

[PATCH v3 0/2] btrfs: small cleanups to buffered write path
 2024-10-01 23:17 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: remove the dirty_page local variable
` [PATCH v3 2/2] btrfs: simplify the page uptodate preparation for prepare_pages()

[PATCH net-next v2] ipv4: avoid quadratic behavior in FIB insertion of common address
 2024-10-01 23:14 UTC 

[PATCH v6 00/12] efi: Add a test for EFI bootmeth
 2024-10-01 23:14 UTC  (8+ messages)
` [PATCH v6 08/12] efi_loader: Disable ANSI output for tests

[PATCH net v6 0/2] Fix AQR PMA capabilities
 2024-10-01 23:13 UTC  (2+ messages)

[PATCH] PCI: fix memory leak in reset_method_store()
 2024-10-01 23:11 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.