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

[PATCHBOMB] xfsprogs: catch us up to 6.11
 2024-10-02  1:21 UTC  (68+ 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
  ` [PATCH 04/64] xfs: hoist extent size helpers to libxfs
  ` [PATCH 05/64] xfs: hoist inode flag conversion functions "
  ` [PATCH 06/64] xfs: hoist project id get/set "
  ` [PATCH 07/64] libxfs: put all the inode functions in a single file
  ` [PATCH 08/64] libxfs: pass IGET flags through to xfs_iread
  ` [PATCH 09/64] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 10/64] libxfs: "
  ` [PATCH 11/64] xfs: implement atime updates in xfs_trans_ichgtime
  ` [PATCH 12/64] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
  ` [PATCH 13/64] libxfs: set access time when creating files
  ` [PATCH 14/64] libxfs: when creating a file in a directory, set the project id based on the parent
  ` [PATCH 15/64] libxfs: pass flags2 from parent to child when creating files
  ` [PATCH 16/64] xfs: split new inode creation into two pieces
  ` [PATCH 17/64] libxfs: "
  ` [PATCH 18/64] libxfs: backport inode init code from the kernel
  ` [PATCH 19/64] libxfs: remove libxfs_dir_ialloc
  ` [PATCH 20/64] libxfs: implement get_random_u32
  ` [PATCH 21/64] xfs: hoist new inode initialization functions to libxfs
  ` [PATCH 22/64] xfs: hoist xfs_iunlink "
  ` [PATCH 23/64] xfs: hoist xfs_{bump,drop}link "
  ` [PATCH 24/64] xfs: separate the icreate logic around INIT_XATTRS
  ` [PATCH 25/64] xfs: create libxfs helper to link a new inode into a directory
  ` [PATCH 26/64] xfs: create libxfs helper to link an existing "
  ` [PATCH 27/64] xfs: hoist inode free function to libxfs
  ` [PATCH 28/64] xfs: create libxfs helper to remove an existing inode/name from a directory
  ` [PATCH 29/64] xfs: create libxfs helper to exchange two directory entries
  ` [PATCH 30/64] xfs: create libxfs helper to rename "
  ` [PATCH 31/64] xfs: move dirent update hooks to xfs_dir2.c
  ` [PATCH 32/64] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
  ` [PATCH 33/64] xfs: clean up extent free log intent item tracepoint callsites
  ` [PATCH 34/64] xfs: convert "skip_discard" to a proper flags bitset
  ` [PATCH 35/64] xfs: pass the fsbno to xfs_perag_intent_get
  ` [PATCH 36/64] xfs: add a xefi_entry helper
  ` [PATCH 37/64] xfs: reuse xfs_extent_free_cancel_item
  ` [PATCH 38/64] xfs: remove duplicate asserts in xfs_defer_extent_free
  ` [PATCH 39/64] xfs: remove xfs_defer_agfl_block
  ` [PATCH 40/64] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
  ` [PATCH 41/64] xfs: give rmap btree cursor error tracepoints their own class
  ` [PATCH 42/64] xfs: pass btree cursors to rmap btree tracepoints
  ` [PATCH 43/64] xfs: clean up rmap log intent item tracepoint callsites
  ` [PATCH 44/64] xfs: add a ri_entry helper
  ` [PATCH 45/64] xfs: reuse xfs_rmap_update_cancel_item
  ` [PATCH 46/64] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
  ` [PATCH 47/64] xfs: simplify usage of the rcur local variable "
  ` [PATCH 48/64] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
  ` [PATCH 49/64] xfs: give refcount btree cursor error tracepoints their own class
  ` [PATCH 50/64] xfs: create specialized classes for refcount tracepoints
  ` [PATCH 51/64] xfs: pass btree cursors to refcount btree tracepoints
  ` [PATCH 52/64] xfs: clean up refcount log intent item tracepoint callsites
  ` [PATCH 53/64] xfs: add a ci_entry helper
` [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] printf: Remove unused 'bprintf'
 2024-10-02  1:21 UTC 

[PATCH v2 0/1] remove SWAP_MAP_SHMEM
 2024-10-02  1:20 UTC  (2+ messages)
` [PATCH v2 1/1] swap: shmem: "

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

[PATCH v3 0/7] Add AVS support for J721S2
 2024-10-02  1:17 UTC  (13+ messages)
` [PATCH v3 3/7] arm: dts: k3-j7*-r5: Add MPU clock in clocks property
` [PATCH v3 5/7] arm: mach-k3: j721s2_init: Initialize AVS Class 0
` [PATCH v3 6/7] arm: dts: j721s2: Add VTM node in R5

[PATCH i-g-t] tests/kms_plane_scaling: Improve error handling in kms_plane_scaling tests
 2024-10-02  1:15 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[xen-unstable test] 187916: tolerable FAIL - PUSHED
 2024-10-02  1:14 UTC 

[PATCH v18 0/2] Export cxl1.1 device link status register value to pci device sysfs
 2024-10-02  1:15 UTC  (3+ messages)
` [PATCH v18 1/2] cxl/core/regs: Add rcd_pcie_cap initialization
` [PATCH v18 2/2] cxl/pci: Add sysfs attribute for CXL 1.1 device link status

[RESEND PATCH v4] MAINTAINERS: update entries in TEXAS INSTRUMENTS LOW/MIDDLE-POWER AUDIO AMPLIFIER (ASoC/HDA) DRIVERS and add entries for haptic driver
 2024-10-02  1:11 UTC 

[PATCH v1] ARM: dts: aspeed: yosemite4: Remove IO expanders on I2C bus 13
 2024-10-02  1:11 UTC  (3+ messages)

[syzbot] [usb?] INFO: task hung in usblp_disconnect
 2024-10-02  1:12 UTC 

[PATCH] PCI: qcom: Enable MSI interrupts together with Link up if global IRQ is supported
 2024-10-02  1:10 UTC  (2+ messages)

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-10-02  1:10 UTC 

[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  (18+ messages)
` [PATCH v13 04/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v13 06/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [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 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [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 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 

[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 

[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 

[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


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.