All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-29 23:10:01 to 2023-08-29 23:45:55 UTC [more...]

[PATCH 0/22] YAUPS: Yet Another Unused Parameter Series
 2023-08-29 23:45 UTC  (12+ messages)
` [PATCH 02/22] sequencer: mark repository argument as unused
` [PATCH v2 0/22] Yet Another Unused Parameter Series
  ` [PATCH v2 01/22] sequencer: use repository parameter in short_commit_name()
  ` [PATCH v2 02/22] sequencer: mark repository argument as unused
  ` [PATCH v2 03/22] ref-filter: mark unused parameters in parser callbacks
  ` [PATCH v2 04/22] pack-bitmap: mark unused parameters in show_object callback
  ` [PATCH v2 05/22] worktree: mark unused parameters in each_ref_fn callback
  ` [PATCH v2 06/22] commit-graph: mark unused data parameters in generation callbacks
  ` [PATCH v2 07/22] ls-tree: mark unused parameter in callback

[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
 2023-08-29 23:44 UTC  (10+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] x86/resctrl: Prepare for new domain scope
  ` [PATCH v5 2/8] x86/resctrl: Prepare for different scope for control/monitor operations
  ` [PATCH v5 3/8] x86/resctrl: Split the rdt_domain structure
  ` [PATCH v5 4/8] x86/resctrl: Add node-scope to the options for feature scope
  ` [PATCH v5 5/8] x86/resctrl: Introduce snc_nodes_per_l3_cache
  ` [PATCH v5 6/8] x86/resctrl: Sub NUMA Cluster detection and enable
  ` [PATCH v5 7/8] x86/resctrl: Update documentation with Sub-NUMA cluster changes
  ` [PATCH v5 8/8] selftests/resctrl: Adjust effective L3 cache size when SNC enabled

[GIT PULL] Smack patches for 6.6
 2023-08-29 23:44 UTC 

[Intel-gfx] [PATCH] drm/i915/psr: Apply Wa_14015648006 for all display 14 steppings
 2023-08-29 23:44 UTC  (2+ messages)

[Bug 217769] New: XFS crash on mount on kernels >= 6.1
 2023-08-29 23:42 UTC  (4+ messages)
` [Bug 217769] "

ZDI-CAN-22042: New Vulnerability Report
 2023-08-29 23:42 UTC  (2+ messages)

Data corruption with XFS on Debian 11 and 12 under heavy load
 2023-08-29 23:41 UTC  (2+ messages)

[PATCH 1/2] nvme-tcp: auth success1 msg always includes resp
 2023-08-29 23:37 UTC  (3+ messages)

[RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
 2023-08-29 23:39 UTC  (2+ messages)

[PATCH RFC] init: fix -Wmissing-variable-declarations warning
 2023-08-29 23:38 UTC 

[PATCH v2 0/5] tcg patch queue
 2023-08-29 23:37 UTC  (2+ messages)
` [PULL "

[GIT PULL] LSM patches for v6.6
 2023-08-29 23:37 UTC 

[PATCH v2] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
 2023-08-29 23:35 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/1] drm/i915/gt: Wait longer for tasks in migrate selftest
 2023-08-29 23:33 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Wait longer for tasks in migrate selftest (rev2)

[igt-dev] [PATCH i-g-t] tests/xe add invalid va access tests
 2023-08-29 23:32 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/xe add invalid va access tests (rev2)

[PATCH 0/2] riscv: fix --enable-debug in riscv-to-apply.next
 2023-08-29 23:30 UTC  (5+ messages)
` [PATCH 2/2] hw/riscv/virt.c: fix non-KVM --enable-debug build

[Intel-xe] [PATCH] fixup! drm/xe/guc: Report submission version of GuC firmware
 2023-08-29 23:30 UTC 

[PATCH 00/32] bsd-user: Implement freebsd process related system calls
 2023-08-29 21:34 UTC  (59+ messages)
` [PATCH 01/32] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics
` [PATCH 02/32] bsd-user: Implement procctl(2) system call
` [PATCH 03/32] bsd-user: Implement host_to_target_siginfo
` [PATCH 04/32] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PATCH 06/32] bsd-user: Add bsd-proc.c to meson.build
` [PATCH 08/32] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH 09/32] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PATCH 10/32] bsd-user: Implement host_to_target_waitstatus conversion
` [PATCH 11/32] bsd-user: Get number of cpus
` [PATCH 12/32] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH 13/32] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH 14/32] bsd-user: Implement getrusage(2)
` [PATCH 16/32] bsd-user: Implement several get/set system calls:
` [PATCH 17/32] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PATCH 18/32] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PATCH 19/32] bsd-user: Implement getpriority(2) and setpriority(2)
` [PATCH 20/32] bsd-user: Add freebsd/os-proc.c to meson.build
` [PATCH 21/32] bsd-user: Implement get_filename_from_fd
` [PATCH 22/32] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH 23/32] bsd-user: Implement t2h procctl control request commands and h2t reaper status struct conversion
` [PATCH 25/32] bsd-user: Implement procctl(2) system call
` [PATCH 26/32] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PATCH 27/32] bsd-user: Implement wait4(2) and wait6(2) "
` [PATCH 28/32] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH 29/32] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PATCH 31/32] bsd-user: Implement rfork(2) system call
` [PATCH 32/32] bsd-user: Implement pdfork(2) "

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-08-29 22:02 UTC  (19+ messages)
` [PATCH v5 01/20] tests/docker: Update docker-loongarch-cross toolchain
` [PATCH v5 02/20] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v5 03/20] linux-user: Tidy loader_exec
` [PATCH v5 04/20] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v5 05/20] linux-user: Use ImageSource in load_elf_image
` [PATCH v5 06/20] linux-user: Use ImageSource in load_symbols
` [PATCH v5 07/20] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v5 08/20] linux-user: Load vdso image if available
` [PATCH v5 09/20] linux-user: Add gen-vdso tool
` [PATCH v5 12/20] linux-user/x86_64: Add vdso
` [PATCH v5 13/20] linux-user/aarch64: "
` [PATCH v5 14/20] linux-user/arm: "
` [PATCH v5 15/20] linux-user/hppa: "
` [PATCH v5 16/20] linux-user/riscv: "
` [PATCH v5 17/20] linux-user/loongarch64: "
` [PATCH v5 18/20] linux-user/ppc: "
` [PATCH v5 19/20] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD
` [PATCH v5 20/20] linux-user/s390x: Add vdso

cip-gitlab/ci/pavel/linux-test build: 185 builds: 6 failed, 179 passed, 10 errors, 11 warnings (v5.10.191-cip38-2-g05fb42f86d06a)
 2023-08-29 23:29 UTC 

[linuxppc:next-test 85/129] arch/powerpc/xmon/xmon.c:489:12: error: stack frame size (2160) exceeds limit (2048) in 'xmon_core'
 2023-08-29 23:29 UTC  (5+ messages)

[PATCH v8 00/12] Add VIRTIO sound card
 2023-08-29 19:33 UTC  (9+ messages)
` [PATCH v8 04/12] virtio-sound: set PCM stream parameters
` [PATCH v8 05/12] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v8 07/12] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PATCH v8 08/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE

linux-next: manual merge of the net-next tree with the powerpc tree
 2023-08-29 23:28 UTC  (3+ messages)

alauda_check_media() doubts
 2023-08-29 23:28 UTC  (4+ messages)

[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-29 20:29 UTC  (8+ messages)
` [PATCH v2 1/4] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PATCH v2 2/4] nbd: drop unused nbd_start_negotiate() "
` [PATCH v2 4/4] io: follow coroutine AioContext in qio_channel_yield()

PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
 2023-08-29 20:46 UTC  (11+ messages)

[PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features
 2023-08-29 23:23 UTC  (13+ messages)
` [PATCH v5 01/12] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
` [PATCH v5 02/12] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v5 03/12] target/arm: Add feature detection for FEAT_Pauth2 and extensions
` [PATCH v5 04/12] target/arm: Don't change pauth features when changing algorithm
` [PATCH v5 05/12] target/arm: Implement FEAT_PACQARMA3
` [PATCH v5 06/12] target/arm: Implement FEAT_EPAC
` [PATCH v5 07/12] target/arm: Implement FEAT_Pauth2
` [PATCH v5 08/12] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v5 09/12] target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE
` [PATCH v5 10/12] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS
` [PATCH v5 11/12] linux-user/aarch64: Fix normal SIGILL si_code
` [PATCH v5 12/12] linux-user/aarch64: Add ESR signal frame for PACFAIL

[PATCH 5.15 00/89] 5.15.129-rc1 review
 2023-08-29 23:26 UTC  (2+ messages)

[PATCH V4 00/11] fix migration of suspended runstate
 2023-08-29 18:18 UTC  (11+ messages)
` [PATCH V4 02/11] migration: preserve "
` [PATCH V4 03/11] migration: add runstate function
` [PATCH V4 04/11] migration: preserve suspended for snapshot
` [PATCH V4 05/11] migration: preserve suspended for bg_migration
` [PATCH V4 06/11] migration: preserve cpu ticks if suspended
` [PATCH V4 07/11] tests/qtest: migration events
` [PATCH V4 08/11] tests/qtest: option to suspend during migration
` [PATCH V4 09/11] tests/qtest: precopy migration with suspend
` [PATCH V4 10/11] tests/qtest: postcopy "
` [PATCH V4 11/11] tests/qtest: background "

[Intel-xe] [PATCH] drm/xe: Enable scratch page when page fault is enabled
 2023-08-29 23:27 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Enable scratch page when page fault is enabled (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
 2023-08-29 18:51 UTC  (2+ messages)

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-29 22:20 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] vhost-user: Fix lost reconnect
  ` [PATCH v2 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[LTP] [PATCH v4] clone3: Add clone3's clone_args cgroup
 2023-08-29 23:26 UTC  (5+ messages)
` [LTP] [PATCH v5] "
  ` [LTP] [PATCH v6] "

[brauner-vfs:b4/vfs-super-mtd 51/51] ERROR: modpost: "sget_dev" [drivers/mtd/mtd.ko] undefined!
 2023-08-29 23:23 UTC 

[PATCH] smb: propagate error code of extract_sharename()
 2023-08-29 23:23 UTC  (2+ messages)

[PATCH 0/9] migration: Better error handling in rp thread, allow failures in recover
 2023-08-29 21:42 UTC  (7+ messages)
` [PATCH 2/9] migration: Let migrate_set_error() take ownership
` [PATCH 3/9] migration: Introduce migrate_has_error()
` [PATCH 4/9] migration: Refactor error handling in source return path
` [PATCH 5/9] migration: Deliver return path file error to migrate state too
` [PATCH 6/9] qemufile: Always return a verbose error
` [PATCH 7/9] migration: Remember num of ramblocks to sync during recovery

[PATCH v3 00/12] gdbstub and testing fixes for 8.2 (pre-PR)
 2023-08-29 22:20 UTC  (7+ messages)
` [PATCH v3 03/12] tests/tcg: remove quoting for info output
` [PATCH v3 06/12] tests: remove test-gdbstub.py
` [PATCH v3 10/12] gdbstub: refactor get_feature_xml

[PATCH v2 00/48] tcg patch queue
 2023-08-29 18:26 UTC  (4+ messages)

[PULL 0/4] tcg patch queue
 2023-08-29 18:27 UTC  (2+ messages)

[PATCH 00/10] configure cleanups for QEMU 8.2
 2023-08-29 18:48 UTC  (9+ messages)
` [PATCH 03/10] configure: remove HOST_CC
` [PATCH 04/10] configure: create native file with contents of $host_cc
` [PATCH 05/10] meson: compile bundled device trees

[RFC PATCH] xfs: load uncached unlinked inodes into memory on demand
 2023-08-29 23:20 UTC 

[PATCH v9 00/16] PCI devices passthrough on Arm, part 3
 2023-08-29 23:19 UTC  (17+ messages)
` [PATCH v9 01/16] pci: introduce per-domain PCI rwlock
` [PATCH v9 02/16] vpci: use per-domain PCI lock to protect vpci structure
` [PATCH v9 03/16] vpci: restrict unhandled read/write operations for guests
` [PATCH v9 06/16] vpci/header: implement guest BAR register handlers
` [PATCH v9 05/16] vpci/header: rework exit path in init_bars
` [PATCH v9 07/16] rangeset: add RANGESETF_no_print flag
` [PATCH v9 04/16] vpci: add hooks for PCI device assign/de-assign
` [PATCH v9 10/16] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v9 09/16] vpci/header: program p2m with guest BAR view
` [PATCH v9 08/16] vpci/header: handle p2m range sets per BAR
` [PATCH v9 11/16] vpci/header: reset the command register when adding devices
` [PATCH v9 14/16] xen/arm: account IO handlers for emulated PCI MSI-X
` [PATCH v9 13/16] xen/arm: translate virtual PCI bus topology for guests
` [PATCH v9 12/16] vpci: add initial support for virtual PCI bus topology
` [PATCH v9 16/16] xen/arm: vpci: permit access to guest vpci space
` [PATCH v9 15/16] xen/arm: vpci: check guest range

Retiring Review Club
 2023-08-29 23:18 UTC 

[PATCH v3 0/1] Add add-maintainer.py script
 2023-08-29 23:16 UTC  (9+ messages)
` [PATCH v3 1/1] scripts: Add add-maintainer.py

[PATCH 00/15] bloom: changed-path Bloom filters v2
 2023-08-29 23:16 UTC  (2+ messages)

[PATCHSET 0/2] fstests: io_uring tweaks
 2023-08-29 23:15 UTC  (3+ messages)
` [PATCH 1/2] generic/61[67]: support SOAK_DURATION
` [PATCH 2/2] generic: only enable io_uring in fsstress explicitly

[RFC PATCH] mm/damon/core: add a tracepoint for damos apply target regions
 2023-08-29 23:16 UTC  (2+ messages)

[RFC] IMA Log Snapshotting Design Proposal
 2023-08-29 23:15 UTC  (12+ messages)

[PATCH v11 00/15] Integrate EFI capsule tasks into U-Boot's build flow
 2023-08-29 23:15 UTC  (2+ messages)

[PATCH 0/3] iommu/arm-smmu-v3: Reduce latency in __arm_smmu_tlb_inv_range()
 2023-08-29 23:14 UTC  (8+ messages)
` [PATCH 3/3] iommu/arm-smmu-v3: Add a max_tlbi_ops for __arm_smmu_tlb_inv_range()

[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-29 18:27 UTC  (5+ messages)
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration

[PULL 00/36] 2023q3 bsd user patches
 2023-08-29 18:38 UTC  (4+ messages)

[PATCHSET 0/1] xfs: fix EFI recovery livelocks
 2023-08-29 23:11 UTC  (2+ messages)
` [PATCH 1/1] xfs: reserve less log space when recovering log intent items

[PATCHSET v2 0/2] fstests: fix ro mounting with unknown rocompat features
 2023-08-29 23:09 UTC  (3+ messages)
` [PATCH 1/2] xfs/270: actually test file readability
` [PATCH 2/2] xfs/270: actually test log recovery with unknown rocompat features

[PATCHSET v2 0/2] xfs: fix ro mounting with unknown rocompat features
 2023-08-29 23:09 UTC  (3+ messages)
` [PATCH 1/2] xfs: allow inode inactivation during a ro mount log recovery
` [PATCH 2/2] xfs: fix log recovery when unknown rocompat bits are set


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.