All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-16 18:42:55 to 2023-03-16 19:37:54 UTC [more...]

[PATCH 1/2] i2c: imx-lpi2c: clean rx/tx buffers upon new message
 2023-03-16 19:37 UTC  (9+ messages)
` [PATCH 2/2] i2c: imx-lpi2c: check only for enabled interrupt flags

[PATCH 5.15 000/137] 5.15.103-rc2 review
 2023-03-16 19:37 UTC  (5+ messages)

[RFC DELUGE v10r1d2] xfs: Parent Pointers
 2023-03-16 19:37 UTC  (78+ messages)
` [PATCHSET v10r1d2 0/7] xfs: bug fixes for parent pointers
  ` [PATCH 1/7] xfs: validate parent pointer xattrs in getparent
  ` [PATCH 2/7] xfs: rename xfs_pptr_info to xfs_getparents
  ` [PATCH 3/7] xfs: rename xfs_parent_ptr
  ` [PATCH 4/7] xfs: fix GETPARENTS ioctl
  ` [PATCH 5/7] xfs: add tracing to the "
  ` [PATCH 6/7] xfs: shorten parent pointer function names
  ` [PATCH 7/7] xfs: rearrange bits of the parent pointer apis for fsck
` [PATCHSET v10r1d2 00/17] xfs: encode parent pointer name in xattr key
  ` [PATCH 01/17] xfs: document the ri_total validation in xlog_recover_attri_commit_pass2
  ` [PATCH 02/17] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
  ` [PATCH 03/17] xfs: allow xattr matching on value for local/sf attrs
  ` [PATCH 04/17] xfs: preserve VLOOKUP in xfs_attr_set
  ` [PATCH 05/17] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 06/17] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 07/17] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 08/17] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 09/17] xfs: flip nvreplace detection in xfs_attr_complete_op
  ` [PATCH 10/17] xfs: log VLOOKUP xattr removal operations
  ` [PATCH 11/17] xfs: log VLOOKUP xattr setting operations
  ` [PATCH 12/17] xfs: overlay alfi_nname_len atop alfi_name_len for NVREPLACE
  ` [PATCH 13/17] xfs: refactor value length in xlog_recover_attri_commit_pass2
  ` [PATCH 14/17] xfs: rename nname to newname
  ` [PATCH 15/17] xfs: log VLOOKUP xattr nvreplace operations
  ` [PATCH 16/17] xfs: log new xattr values for NVREPLACEXXX operations
  ` [PATCH 17/17] xfs: replace parent pointer diroffset with full dirent name
` [PATCHSET v10r1d2 0/9] xfsprogs: tool fixes for parent pointers
  ` [PATCH 1/9] libxfs: initialize the slab cache for parent defer items
  ` [PATCH 2/9] mkfs: fix libxfs api misuse
  ` [PATCH 3/9] libxfs: create new files with attr forks if necessary
  ` [PATCH 4/9] mkfs: fix subdir parent pointer creation
  ` [PATCH 5/9] xfs_db: report parent pointer keys
  ` [PATCH 6/9] xfs_db: obfuscate dirent and pptr names consistently
  ` [PATCH 7/9] xfs_io: print path in path_print
  ` [PATCH 8/9] xfs_io: parent command is not experts-only
  ` [PATCH 9/9] xfs_repair: fix incorrect dabtree hashval comparison
` [PATCHSET v10r1d2 0/2] xfsprogs: actually use getparent ioctl
  ` [PATCH 1/2] xfs_scrub: revert unnecessary code from "implement the upper half of parent pointers"
  ` [PATCH 2/2] xfs_scrub: use parent pointers when possible to report file operations
` [PATCHSET v10r1d2 0/7] libfrog: fix parent pointer library code
  ` [PATCH 1/7] xfs_io: move parent pointer filtering and formatting flags out of libhandle
  ` [PATCH 2/7] libfrog: remove all the parent pointer code from libhandle
  ` [PATCH 3/7] libfrog: fix indenting errors in xfss_pptr_alloc
  ` [PATCH 4/7] libfrog: return positive errno in pptrs.c
  ` [PATCH 5/7] libfrog: only walk one parent pointer at a time in handle_walk_parent_path_ptr
  ` [PATCH 6/7] libfrog: trim trailing slashes when printing pptr paths
  ` [PATCH 7/7] libfrog: fix a buffer overrun in path_list_to_string
` [PATCHSET v10r1d2 0/5] xfsprogs: bug fixes for parent pointers
  ` [PATCH 1/5] xfs: rename xfs_pptr_info to xfs_getparents
  ` [PATCH 2/5] xfs: rename xfs_parent_ptr
  ` [PATCH 3/5] xfs: fix GETPARENTS ioctl
  ` [PATCH 4/5] xfs: shorten parent pointer function names
  ` [PATCH 5/5] xfs: rearrange bits of the parent pointer apis for fsck
` [PATCHSET v10r1d2 0/4] xfs_logprint: clean up attri/pptr dumping
  ` [PATCH 1/4] xfs: revert "xfsprogs: Print pptrs in ATTRI items"
  ` [PATCH 2/4] xfs_logprint: print missing attri header fields
  ` [PATCH 3/4] xfs: make logprint note attr names and newnames consistently
  ` [PATCH 4/4] xfs_logprint: decode parent pointers fully
` [PATCHSET v10r1d2 00/14] fstests: adjust tests for xfs parent pointers
  ` [PATCH 01/14] xfs/122: update for "
  ` [PATCH 02/14] populate: create hardlinks "
  ` [PATCH 03/14] xfs/021: adapt golden output files "
  ` [PATCH 04/14] generic/050: adapt "
  ` [PATCH 05/14] xfs/018: disable parent pointers for this test
  ` [PATCH 06/14] xfs/306: fix formatting failures with parent pointers
  ` [PATCH 07/14] common: add helpers for parent pointer tests
  ` [PATCH 08/14] xfs: add parent pointer test
  ` [PATCH 09/14] xfs: add multi link "
  ` [PATCH 10/14] xfs: add parent pointer inject test
  ` [PATCH 11/14] common/parent: add license and copyright
  ` [PATCH 12/14] common/parent: don't _fail on missing parent pointer components
  ` [PATCH 13/14] common/parent: check xfs_io parent command paths
  ` [PATCH 14/14] xfs/851: test xfs_io parent -p too
` [PATCHSET v10r1d2 0/1] xfs: bug fixes for parent pointers
  ` [PATCH 1/1] xfs/122: fix parent pointer ioctl structure sizes
` [PATCHSET v10r1d2 0/1] fstests: encode parent pointer name in xattr key
  ` [PATCH 1/1] xfs/{021,122}: adjust parent pointer encoding format

[PATCH 0/3 V5] Bluetooth: Add support for RTL8821CS
 2023-03-16 19:36 UTC  (5+ messages)
` [PATCH 1/3 V5] dt-bindings: net: realtek-bluetooth: Add RTL8821CS

[PATCH BlueZ] shared/gatt-client: Fix not creating a request for notifications
 2023-03-16 19:36 UTC 

[syzbot] [kvm?] WARNING in kvm_arch_vcpu_ioctl_run (4)
 2023-03-16 19:36 UTC  (2+ messages)

[PATCH] net: macb: Set MDIO clock divisor for pclk higher than 160MHz
 2023-03-16 19:34 UTC  (2+ messages)

[PATCH] irqchip/bcm-6345-l1: show MMIO address
 2023-03-16 19:34 UTC  (6+ messages)
` [PATCH v2] irqchip/bcm-6345-l1: request memory region

[PATCH 0/3] Add video clock controller driver for SM8450
 2023-03-16 19:34 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom: Add bindings for videocc on SM8450

[yiliu1765-iommufd:wip/vfio_device_cdev_v7_candidate 10/37] drivers/vfio/pci/vfio_pci_core.c:1363:12: warning: Called function pointer is null (null dereference) [clang-analyzer-core.CallAndMessage]
 2023-03-16 19:33 UTC 

[PATCH BlueZ 1/2] tools/mesh-cfgclient: Prevent storing duplicate models
 2023-03-16 19:31 UTC  (2+ messages)
` [BlueZ,1/2] "

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-16 19:30 UTC  (6+ messages)
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[PATCH 0/2] SM6115 GPU SMMU
 2023-03-16 19:29 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: arm-smmu: Document SM61[12]5 "

[PATCH v6] staging: axis-fifo: initialize timeouts in init only
 2023-03-16 19:30 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-16 19:30 UTC 

[PATCH 0/5] i2c: cadence: Small cleanups
 2023-03-16 19:29 UTC  (9+ messages)
` [PATCH 4/5] i2c: cadence: Remove always false ternary operator
` [PATCH 5/5] i2c: cadence: Remove unnecessary register reads

[linux-next:master 3796/4036] kernel/bpf/../module/internal.h:212:2: error: incomplete definition of type 'struct module'
 2023-03-16 19:27 UTC  (3+ messages)

[GIT PULL] xilinx patches for v2023.07-rc1
 2023-03-16 19:27 UTC  (2+ messages)

[GIT PULL] please pull fsl-qoriq-next for next
 2023-03-16 19:27 UTC  (2+ messages)

[PATCH] Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")
 2023-03-16 19:26 UTC  (3+ messages)

Please pull u-boot-dm/next
 2023-03-16 19:26 UTC  (2+ messages)

[PATCH] feat: Add 'hold-in-reset-in-suspend' property to goodix touchscreen binding
 2023-03-16 19:26 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: input: touchscreen: Add 'hold-in-reset-in-suspend' property to goodix
  ` [PATCH v3 1/2] dt-bindings: input: touchscreen: Add 'goodix-hold-in-reset' property to Goodix

[PATCH 5.10/5.15] io_uring: avoid null-ptr-deref in io_arm_poll_handler
 2023-03-16 19:25 UTC  (5+ messages)

[PATCH] board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
 2023-03-16 19:25 UTC  (3+ messages)

[PATCH 6.2 000/137] 6.2.7-rc2 review
 2023-03-16 19:25 UTC  (2+ messages)

[PATCH 0/3] Add support for high resolution PWMs
 2023-03-16 19:21 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: leds-qcom-lpg: Add qcom,pmk8550-pwm compatible string
` [PATCH 2/3] leds: rgb: leds-qcom-lpg: Add support for high resolution PWM
` [PATCH 3/3] leds: rgb: leds-qcom-lpg: Add support for PMK8550 PWM

[PATCH net-next 00/11] Add EMAC3 support for sa8540p-ride
 2023-03-16 19:20 UTC  (11+ messages)
` [PATCH net-next 01/11] dt-bindings: net: snps,dwmac: Update interrupt-names
` [PATCH net-next 08/11] net: stmmac: Add EMAC3 variant of dwmac4

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-16 19:20 UTC  (3+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support

[PATCH v2] iommu/exynos: Fix set_platform_dma_ops() callback
 2023-03-16 19:20 UTC  (2+ messages)

[PATCH] i2c: Use of_property_read_bool() for boolean properties
 2023-03-16 19:20 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-16 19:20 UTC 

[PATCH] ASoC: dt-bindings: adi,adau17x1: fix indentaion and example
 2023-03-16 19:19 UTC 

[PATCH v1 0/5] Convert users of SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
 2023-03-16 19:18 UTC  (4+ messages)
` [PATCH v1 2/5] i2c: microchip-core: convert "

[PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
 2023-03-16 19:18 UTC  (4+ messages)

pull request: update mediatek mt8192/mt8195 SCP firmware
 2023-03-16 19:18 UTC  (2+ messages)

[PATCH v2] ASoC: dt-bindings: adi,adau17x1: Convert to DT schema
 2023-03-16 19:17 UTC  (5+ messages)

[PATCH v6 0/4] Add WCN6855 Bluetooth support
 2023-03-16 19:17 UTC  (8+ messages)
` [PATCH v6 2/4] Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6855
` [PATCH v6 4/4] arm64: dts: qcom: sc8280xp-x13s: Add bluetooth

WARNING in kvm_arch_vcpu_ioctl_run
 2023-03-16 19:17 UTC 

[PATCH] tests/amdgpu: Fix Usage string
 2023-03-16 19:17 UTC 

[PATCH 1/2] soundwire: bus: Remove now outdated comments on no_pm IO
 2023-03-16 18:46 UTC  (3+ messages)
` [PATCH 2/2] soundwire: bus: Update sdw_nread/nwrite_no_pm to handle page boundaries

[PATCH] Using MAP_SHARE_VALIDATE in mmap without fd
 2023-03-16 19:16 UTC  (3+ messages)

[PATCH] app: fix mbuf_autotest in case of defined RTE_LIBRTE_MBUF_DEBUG
 2023-03-16 19:14 UTC  (2+ messages)
` [PATCH v2 1/1] test/mbuf: fix mbuf autotest when mbuf debug is enabled

[PATCH v2 0/2] crypto/qat: add cipher-crc offload feature
 2023-03-16 19:15 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] crypto/qat: add cipher-crc offload support
    ` [EXT] "

[igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: Fix out-of-bound array access
 2023-03-16 19:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: Fix out-of-bound array access (rev3)

[PATCH] mmc: core: Allow to avoid REQ_FUA if the eMMC supports an internal cache
 2023-03-16 19:12 UTC  (3+ messages)

Dovetail 5.10.y sync
 2023-03-16 19:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-03-16 19:10 UTC 

[PATCH v2] usbip: vudc: Fix use after free bug in vudc_remove due to race condition
 2023-03-16 19:09 UTC  (3+ messages)

[PATCH ulogd2 v3 0/2] pcap: prevent crashes when output `FILE *` is null
 2023-03-16 19:09 UTC  (4+ messages)
` [PATCH ulogd2 v3 1/2] pcap: simplify opening of output file

bpf_timer memory utilization
 2023-03-16 19:08 UTC 

[PATCHSET 0/5] User mapped provided buffer rings
 2023-03-16 19:08 UTC  (9+ messages)
` [PATCH 5/5] io_uring: add support for user mapped provided buffer ring

[PATCH v8] usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
 2023-03-16 19:07 UTC  (2+ messages)

Btrfs Raid10 eating all Ram on Mount
 2023-03-16 19:07 UTC  (5+ messages)

[PATCH v7] usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition
 2023-03-16 19:07 UTC  (2+ messages)

renesas/master igt-kms-rockchip: 1 runs, 10 regressions (renesas-devel-2023-03-16-v6.3-rc2)
 2023-03-16 19:06 UTC 

renesas/master ltp-ipc: 26 runs, 1 regressions (renesas-devel-2023-03-16-v6.3-rc2)
 2023-03-16 19:06 UTC 

[PATCH 5.4 00/55] 5.4.237-rc2 review
 2023-03-16 19:06 UTC  (2+ messages)

[PATCH] usb: gadget: net2280: fix NULL pointer dereference
 2023-03-16 19:05 UTC  (4+ messages)

[PATCH v5 00/21] Basic clock, reset & device tree support for StarFive JH7110 RISC-V SoC
 2023-03-16 19:05 UTC  (4+ messages)
` [PATCH v5 04/21] clk: starfive: Rename "jh7100" to "jh71x0" for the common code

[PATCH v5 1/4] PCI: Introduce pci_dev_for_each_resource()
 2023-03-16 19:03 UTC  (5+ messages)

[PATCH next] ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()
 2023-03-16 19:02 UTC  (3+ messages)

[bug report] platform/x86: ISST: Add IOCTL default callback
 2023-03-16 19:02 UTC  (2+ messages)

[PATCH] crypto/cnxk: update number of max capabilities
 2023-03-16 19:01 UTC  (3+ messages)

[PATCH v3 0/2] io_uring: Add KASAN support for alloc caches
 2023-03-16 19:01 UTC  (2+ messages)

[RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
 2023-03-16 19:01 UTC  (9+ messages)
` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage

RTT-PROBE: lore-subspace-rtt
 2023-03-16 19:00 UTC 

kernel 6.2 stuck at boot (efi_call_rts) on arm64
 2023-03-16 18:57 UTC  (13+ messages)

[PATCH nf-next] netfilter: nft_exthdr: add boolean DCCP option matching
 2023-03-16 18:56 UTC  (3+ messages)

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-03-16 18:55 UTC  (12+ messages)

[PATCH] cgroup: fix display of forceidle time at root
 2023-03-16 18:52 UTC  (4+ messages)

[PATCH 1/2] examples/ipsec-secgw: allow single xform SA
 2023-03-16 18:51 UTC  (2+ messages)
` [EXT] "

RTT-PROBE: lore-subspace-rtt
 2023-03-16 18:50 UTC 

[PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()
 2023-03-16 18:46 UTC  (4+ messages)
` [PATCH v2] crypto/ipsec_mb: expect ENOTSUP

[Intel-gfx] [PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-16 18:45 UTC  (6+ messages)
` [Intel-gfx] [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
    `  "

[virtio-dev] [PATCH v10] virtio-net: support inner header hash
 2023-03-16 18:45 UTC  (7+ messages)
` [virtio-dev] "
  ` [virtio-dev] Re: [virtio-comment] "
        ` [virtio-dev] "
          `  "

[PATCH] dm verity: fix error handling for check_at_most_once
 2023-03-16 18:44 UTC  (2+ messages)

renesas/next v4l2-compliance on uvcvideo: 4 runs, 1 regressions (renesas-next-2023-03-16-v6.3-rc1)
 2023-03-16 18:43 UTC 

[PATCH v1 00/14] Add Nested Translation Support for SMMUv3
 2023-03-16 18:42 UTC  (7+ messages)
` [PATCH v1 01/14] iommu: Add iommu_get_unmanaged_domain helper

[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-16 17:23 UTC  (2+ messages)


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.