All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-16 00:54:27 to 2024-04-16 01:54:44 UTC [more...]

[PATCH 4.19.y v5 0/2] Double-free bug discovery on testing trigger-field-variable-support.tc
 2024-04-16  1:54 UTC  (2+ messages)
` [PATCH 4.19.y v5 1/2] tracing: Remove hist trigger synth_var_refs

[openeuler:openEuler-1.0-LTS 14630/22116] drivers/net/xen-netback/interface.c:170:49: sparse: sparse: dubious: !x | !y
 2024-04-16  1:52 UTC 

cron job: media_tree daily build: WARNINGS
 2024-04-16  1:51 UTC 

[f2fs-dev] [PATCH] f2fs: avoid the deadlock case when stopping discard thread
 2024-04-16  1:50 UTC  (10+ messages)
      ` [f2fs-dev] 回覆: "
            ` 回覆: "
              ` [f2fs-dev] "
                ` 回覆: "
                  ` [f2fs-dev] "
                    ` 回覆: "

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-16  1:49 UTC  (5+ messages)
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY

[PATCH] base.bbclass: make do_fetch depends on PREMIRRORS MIRRORS
 2024-04-16  1:48 UTC  (3+ messages)
` [OE-core] "

[PATCH v1] hwmon: max31790: revise the scale to write pwm
 2024-04-16  1:48 UTC  (3+ messages)

[PATCH 0/3] LNL GSC FW support
 2024-04-16  1:43 UTC  (2+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-16  1:40 UTC  (9+ messages)
` [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()

[PATCHBOMB v13.2] xfs: directory parent pointers
 2024-04-16  1:42 UTC  (90+ messages)
` [PATCHSET v13.2 1/7] xfs: shrink struct xfs_da_args
  ` [PATCH 1/5] xfs: remove XFS_DA_OP_REMOVE
  ` [PATCH 2/5] xfs: remove XFS_DA_OP_NOTIME
  ` [PATCH 3/5] xfs: remove xfs_da_args.attr_flags
  ` [PATCH 4/5] xfs: make attr removal an explicit operation
  ` [PATCH 5/5] xfs: rearrange xfs_da_args a bit to use less space
` [PATCHSET v13.2 2/7] xfs: improve extended attribute validation
  ` [PATCH 01/14] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
  ` [PATCH 02/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
  ` [PATCH 03/14] xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
  ` [PATCH 04/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
  ` [PATCH 05/14] xfs: fix missing check for invalid attr flags
  ` [PATCH 06/14] xfs: check shortform attr entry flags specifically
  ` [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
  ` [PATCH 08/14] xfs: use helpers to extract xattr op from opflags
  ` [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
  ` [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
  ` [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
  ` [PATCH 12/14] xfs: refactor name/length checks in xfs_attri_validate
  ` [PATCH 13/14] xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2
  ` [PATCH 14/14] xfs: enforce one namespace per attribute
` [PATCHSET v13.2 3/7] xfs: Parent Pointers
  ` [PATCH 01/31] xfs: rearrange xfs_attr_match parameters
  ` [PATCH 02/31] xfs: check the flags earlier in xfs_attr_match
  ` [PATCH 03/31] xfs: move xfs_attr_defer_add to xfs_attr_item.c
  ` [PATCH 04/31] xfs: create a separate hashname function for extended attributes
  ` [PATCH 05/31] xfs: add parent pointer support to attribute code
  ` [PATCH 06/31] xfs: define parent pointer ondisk extended attribute format
  ` [PATCH 07/31] xfs: allow xattr matching on name and value for parent pointers
  ` [PATCH 08/31] xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
  ` [PATCH 09/31] xfs: create attr log item opcodes and formats for parent pointers
  ` [PATCH 10/31] xfs: record inode generation in xattr update log intent items
  ` [PATCH 11/31] xfs: Expose init_xattrs in xfs_create_tmpfile
  ` [PATCH 12/31] xfs: add parent pointer validator functions
  ` [PATCH 13/31] xfs: extend transaction reservations for parent attributes
  ` [PATCH 14/31] xfs: create a hashname function for parent pointers
  ` [PATCH 15/31] xfs: parent pointer attribute creation
  ` [PATCH 16/31] xfs: add parent attributes to link
  ` [PATCH 17/31] xfs: add parent attributes to symlink
  ` [PATCH 18/31] xfs: remove parent pointers in unlink
  ` [PATCH 19/31] xfs: Add parent pointers to rename
  ` [PATCH 20/31] xfs: Add parent pointers to xfs_cross_rename
  ` [PATCH 21/31] xfs: don't return XFS_ATTR_PARENT attributes via listxattr
  ` [PATCH 22/31] xfs: pass the attr value to put_listent when possible
  ` [PATCH 23/31] xfs: move handle ioctl code to xfs_handle.c
  ` [PATCH 24/31] xfs: split out handle management helpers a bit
  ` [PATCH 25/31] xfs: actually check the fsid of a handle
  ` [PATCH 26/31] xfs: add parent pointer ioctls
  ` [PATCH 27/31] xfs: don't remove the attr fork when parent pointers are enabled
  ` [PATCH 28/31] xfs: add a incompat feature bit for parent pointers
  ` [PATCH 29/31] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
  ` [PATCH 30/31] xfs: drop compatibility minimum log size computations for reflink
  ` [PATCH 31/31] xfs: enable parent pointers
` [PATCHSET v13.2 4/7] xfs: scrubbing for "
  ` [PATCH 1/7] xfs: revert commit 44af6c7e59b12
  ` [PATCH 2/7] xfs: check dirents have parent pointers
  ` [PATCH 3/7] xfs: deferred scrub of dirents
  ` [PATCH 4/7] xfs: scrub parent pointers
  ` [PATCH 5/7] xfs: deferred scrub of "
  ` [PATCH 6/7] xfs: walk directory parent pointers to determine backref count
  ` [PATCH 7/7] xfs: check parent pointer xattrs when scrubbing
` [PATCHSET v13.2 5/7] xfs: online repair for parent pointers
  ` [PATCH 01/17] xfs: remove some boilerplate from xfs_attr_set
  ` [PATCH 02/17] xfs: make the reserved block permission flag explicit in xfs_attr_set
  ` [PATCH 03/17] xfs: use xfs_attr_defer_parent for calling xfs_attr_set on pptrs
  ` [PATCH 04/17] xfs: salvage parent pointers when rebuilding xattr structures
  ` [PATCH 05/17] xfs: add raw parent pointer apis to support repair
  ` [PATCH 06/17] xfs: repair directories by scanning directory parent pointers
  ` [PATCH 07/17] xfs: implement live updates for directory repairs
  ` [PATCH 08/17] xfs: replay unlocked parent pointer updates that accrue during xattr repair
  ` [PATCH 09/17] xfs: repair directory parent pointers by scanning for dirents
  ` [PATCH 10/17] xfs: implement live updates for parent pointer repairs
  ` [PATCH 11/17] xfs: remove pointless unlocked assertion
  ` [PATCH 12/17] xfs: split xfs_bmap_add_attrfork into two pieces
  ` [PATCH 13/17] xfs: add a per-leaf block callback to xchk_xattr_walk
  ` [PATCH 14/17] xfs: actually rebuild the parent pointer xattrs
  ` [PATCH 15/17] xfs: adapt the orphanage code to handle parent pointers
  ` [PATCH 16/17] xfs: repair link count of nondirectories after rebuilding "
  ` [PATCH 17/17] xfs: inode repair should ensure there's an attr fork to store "
` [PATCHSET v13.2 6/7] xfs: detect and correct directory tree problems
  ` [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
  ` [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
  ` [PATCH 3/4] xfs: report directory tree corruption in the health information
  ` [PATCH 4/4] xfs: fix corruptions in the directory tree
` [PATCHSET v13.2 7/7] xfs: vectorize scrub kernel calls
  ` [PATCH 1/4] xfs: reduce the rate of cond_resched calls inside scrub
  ` [PATCH 2/4] xfs: move xfs_ioc_scrub_metadata to scrub.c
  ` [PATCH 3/4] xfs: introduce vectored scrub mode
  ` [PATCH 4/4] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCH 3/8] drm/i915/dpio: Extract bxt_dpio_phy_regs.h
 2024-04-16  1:41 UTC  (2+ messages)

[net-next:main 17/18] drivers/net/ethernet/ti/am65-cpsw-nuss.c:478:9: warning: cast to smaller integer type 'enum am65_cpsw_tx_buf_type' from 'void *'
 2024-04-16  1:41 UTC 

[bristot:dl_server_v6_try11] [sched/fair] 1abba9e7f4: RIP:__dl_server_attach_root
 2024-04-16  1:41 UTC 

[PATCH v6 1/4] drm/xe/lrc: Add xe lrc ring tail function definitions
 2024-04-16  1:38 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for series starting with [v6,1/4] "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[Bug 218726] New: qca6390 bluetooth fails after disabling/re-enabling bluetooth
 2024-04-16  1:37 UTC  (2+ messages)
` [Bug 218726] "

[PATCH v7 1/2] drm/xe: add a new debugfs file - mmio
 2024-04-16  1:37 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [v7,1/2] "

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-16  1:37 UTC  (3+ messages)
` [PATCH net-next v2 13/15] net: "

[PATCH] erofs: set SB_NODEV sb_flags when mounting with fsid
 2024-04-16  1:36 UTC  (7+ messages)

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-16  1:35 UTC  (3+ messages)
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()

[PATCH] xarray: inline xas_descend to improve performance
 2024-04-16  1:35 UTC  (3+ messages)

[PATCH] man: fix doc, ip link does support "change"
 2024-04-16  1:32 UTC 

[PATCH] Revert "riscv: disable generation of unwind tables"
 2024-04-16  1:31 UTC  (2+ messages)

[powerpc:next-test] BUILD SUCCESS 0db880fc865ffb522141ced4bfa66c12ab1fbb70
 2024-04-16  1:30 UTC 

[PATCH i-g-t 0/3] tests/intel/xe_pm: Tests to validate vm-bind with S&R
 2024-04-16  1:29 UTC  (5+ messages)
` [PATCH i-g-t 1/3] tests/intel/xe_pm: Test validates vm-bind userptr flag with suspend and resume
` [PATCH i-g-t 2/3] tests/intel/xe_pm: Validate vm-bind prefetch "

[powerpc:fixes] BUILD SUCCESS 210cfef579260ed6c3b700e7baeae51a5e183f43
 2024-04-16  1:28 UTC 

[powerpc:merge] BUILD SUCCESS 77dff0c0552b56a696445badc84d6284395fb465
 2024-04-16  1:27 UTC 

[PATCH] mm/sparse: guard the size of mem_section is power of 2
 2024-04-16  1:25 UTC 

[bug report] WARNING: CPU: 5 PID: 679 at io_uring/io_uring.c:2835 io_ring_exit_work+0x2b6/0x2e0
 2024-04-16  1:25 UTC  (3+ messages)

[PATCH] usb: dwc3: ep0: Don't reset resource alloc flag
 2024-04-16  1:23 UTC 

[PATCH] nvmem: meson-efuse: Replacing the use of of_node_put to __free
 2024-04-16  1:17 UTC  (3+ messages)

[PATCH v3 0/9] drm: Switch from dev_err to dev_err_probe for missing DSI host error path
 2024-04-16  1:18 UTC  (5+ messages)
` [PATCH v3 4/9] drm/bridge: lt9611: Don't log an error when DSI host can't be found
` [PATCH v3 5/9] drm/bridge: lt9611uxc: "

[PATCH 0/2] soc: hisilicon: kunpeng_hccs: add dependency and enhance verification
 2024-04-16  1:17 UTC  (5+ messages)
` [PATCH 1/2] soc: hisilicon: kunpeng_hccs: Add the check for obtaining complete port attribute

[PATCH v3] drm/i915/vma: Fix UAF on reopen vs destroy race
 2024-04-16  1:16 UTC  (2+ messages)

[PATCH v2 0/4] drm/edid & drm/i915: vendor and product id logging improvements
 2024-04-16  1:13 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for drm/edid & drm/i915: vendor and product id logging improvements (rev3)

[PATCH 0/3] LNL GSC FW support
 2024-04-16  1:11 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

[PATCH v2 0/4] Implement vendor resets for PSCI SYSTEM_RESET2
 2024-04-16  1:11 UTC  (7+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: Add PSCI SYSTEM_RESET2 types for qcm6490-idp

[PATCH v4 00/30] NT synchronization primitive driver
 2024-04-16  1:08 UTC  (28+ messages)
` [PATCH v4 01/27] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v4 03/27] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v4 04/27] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v4 05/27] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v4 06/27] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v4 07/27] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v4 08/27] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v4 09/27] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v4 10/27] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v4 11/27] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v4 12/27] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v4 13/27] ntsync: Introduce alertable waits
` [PATCH v4 14/27] selftests: ntsync: Add some tests for semaphore state
` [PATCH v4 15/27] selftests: ntsync: Add some tests for mutex state
` [PATCH v4 16/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v4 17/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v4 18/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v4 19/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v4 20/27] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v4 21/27] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v4 22/27] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v4 23/27] selftests: ntsync: Add tests for alertable waits
` [PATCH v4 24/27] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v4 25/27] selftests: ntsync: Add a stress test for contended waits
` [PATCH v4 26/27] maintainers: Add an entry for ntsync
` [PATCH v4 27/27] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH v2] ARM: dts: bcm2835: Enable 3D rendering through V3D
 2024-04-16  1:02 UTC  (4+ messages)

Linux man-pages PDF book
 2024-04-16  1:02 UTC  (4+ messages)

[PATCHBOMB v3] xfsprogs: everything headed towards 6.9
 2024-04-16  1:02 UTC  (20+ messages)
` [PATCHSET 1/4] xfsprogs: bug fixes for 6.8
  ` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
  ` [PATCH 2/5] xfs_db: improve number extraction in getbitval
  ` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
  ` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
  ` [PATCH 5/5] xfs_io: add linux madvise advice codes
` [PATCHSET 2/4] libxfs: sync with 6.9
  ` [PATCH 088/111] libxfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 089/111] libxfs: add xfile support
  ` [PATCH 090/111] libxfs: partition memfd files to avoid using too many fds
  ` [PATCH 091/111] xfs: teach buftargs to maintain their own buffer hashtable
  ` [PATCH 092/111] libxfs: support in-memory buffer cache targets
` [PATCHSET v30.3 3/4] xfsprogs: bmap log intent cleanups
  ` [PATCH 1/4] libxfs: remove kmem_alloc, kmem_zalloc, and kmem_free
  ` [PATCH 2/4] libxfs: add a bi_entry helper
  ` [PATCH 3/4] libxfs: reuse xfs_bmap_update_cancel_item
  ` [PATCH 4/4] libxfs: add a xattr_entry helper
` [PATCHSET v30.3 4/4] xfs_repair: minor fixes
  ` [PATCH 1/1] xfs_repair: check num before bplist[num]

[f2fs-dev] [PATCH v3] f2fs: zone: don't block IO if there is remained open zone
 2024-04-16  0:59 UTC  (8+ messages)

[PATCH v2] erofs-utils: dump: print filesystem blocksize
 2024-04-16  0:52 UTC  (2+ messages)

[PATCH] dm: core: put device mapper block device synchronously
 2024-04-16  0:56 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-16  0:55 UTC  (5+ messages)
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions

[PATCH v3 0/7] Enable device atomics with a VM bind flag
 2024-04-16  0:55 UTC  (3+ messages)
` [PATCH v3 4/7] drm/xe: Move vm bind bo validation to a helper function

[PATCH 0/2] crypto: ecdh & ecc: Fix private key byte ordering issues
 2024-04-16  0:51 UTC  (4+ messages)
` [PATCH 1/2] crypto: ecdh - Pass private key in proper byte order to check valid key


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.