All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-28 20:50:04 to 2023-06-28 21:51:55 UTC [more...]

[PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
 2023-06-28 21:51 UTC  (3+ messages)

[PATCH 0/7] migration: Better error handling in return path thread
 2023-06-28 21:50 UTC  (8+ messages)
` [PATCH 1/7] migration: Let migrate_set_error() take ownership
` [PATCH 2/7] migration: Introduce migrate_has_error()
` [PATCH 3/7] migration: Refactor error handling in source return path
` [PATCH 4/7] migration: Deliver return path file error to migrate state too
` [PATCH 5/7] migration: Display error in query-migrate irrelevant of status
` [PATCH 6/7] qemufile: Always return a verbose error
` [PATCH 7/7] migration: Provide explicit error message for file shutdowns

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-06-28 21:50 UTC  (13+ messages)

❌ FAIL: Test report for master (6.4.0, mainline.kernel.org-clang, 1b2c92a1)
 2023-06-28 21:50 UTC 

[PATCH 0/3 v2] btrfs-progs: dump-super: fix dump-super on aarch64
 2023-06-28 21:42 UTC  (4+ messages)
` [PATCH 3/3] btrfs-progs: dump-super: fix read beyond device size

[PATCH 0/2] KVM: selftests: Add tests for PEBS and MSR_IA32_DS_AREA
 2023-06-28 21:48 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Test consistency of setting MSR_IA32_DS_AREA

[Intel-xe] [PATCH 0/9] GPUVA with no uAPI changes
 2023-06-28 21:45 UTC  (13+ messages)
` [Intel-xe] [PATCH 1/9] drm/xe: Ban a VM if rebind worker hits an error
` [Intel-xe] [PATCH 2/9] drm/xe: Add helpers to hide struct xe_vma internals
` [Intel-xe] [PATCH 3/9] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH 4/9] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH 5/9] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH 6/9] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [Intel-xe] [PATCH 7/9] drm/xe: Remove __xe_vm_bind forward declaration
` [Intel-xe] [PATCH 8/9] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH 9/9] drm/xe: Avoid doing rebinds
` [Intel-xe] ✓ CI.Patch_applied: success for GPUVA with no uAPI changes
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[Intel-xe] [PATCH v3] drm/xe/guc: Fix h2g_write usage of GUC_CTB_MSG_MAX_LEN
 2023-06-28 21:44 UTC  (3+ messages)
`  "

[igt-dev] [PATCH i-g-t v2 0/3] Use intel_cmds_info in i915_pm_rpm
 2023-06-28 21:45 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for Use intel_cmds_info in i915_pm_rpm (rev3)

[PATCH] net: dsa: vsc73xx: fix MTU configuration
 2023-06-28 21:44 UTC  (2+ messages)

[PATCH v2] Sched/fair: Block nohz tick_stop when cfs bandwidth in use
 2023-06-28 21:42 UTC  (2+ messages)

packed_meta_blocks=1 incompatible with resize2fs?
 2023-06-28 21:41 UTC  (3+ messages)

[PATCH 4.14 00/26] 4.14.320-rc1 review
 2023-06-28 21:41 UTC  (3+ messages)
` [PATCH 4.14 19/26] fbdev: imsttfb: Release framebuffer and dealloc cmap on error path

Slowdown copying data between kernel versions 4.19 and 5.15
 2023-06-28 21:38 UTC  (2+ messages)

[PATCH] luks2: Add support for LUKS2 in (proc)/luks_script
 2023-06-28 21:35 UTC  (3+ messages)

Patch "x86/smp: Cure kexec() vs. mwait_play_dead() breakage" has been added to the 4.14-stable tree
 2023-06-28 21:34 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net v2] igc: Prevent garbled TX queue with XDP ZEROCOPY
 2023-06-28 21:34 UTC  (3+ messages)

Reunbreak the MEM_ENCRYPT build
 2023-06-28 21:33 UTC  (3+ messages)

[PATCH v6 00/20] target/riscv, KVM: fixes and enhancements
 2023-06-28 21:30 UTC  (21+ messages)
` [PATCH v6 01/20] target/riscv: skip features setup for KVM CPUs
` [PATCH v6 02/20] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v6 03/20] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v6 04/20] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v6 05/20] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v6 06/20] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v6 07/20] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v6 08/20] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v6 09/20] linux-headers: Update to v6.4-rc1
` [PATCH v6 10/20] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v6 11/20] target/riscv/cpu: add misa_ext_info_arr[]
` [PATCH v6 12/20] target/riscv: add KVM specific MISA properties
` [PATCH v6 13/20] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v6 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v6 15/20] target/riscv/cpu.c: add satp_mode properties earlier
` [PATCH v6 16/20] target/riscv/cpu.c: remove priv_ver check from riscv_isa_string_ext()
` [PATCH v6 17/20] target/riscv/cpu.c: create KVM mock properties
` [PATCH v6 18/20] target/riscv: update multi-letter extension KVM properties
` [PATCH v6 19/20] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v6 20/20] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH] linux-yocto/5.4: cfg: fix DECNET configuration warning
 2023-06-28 21:33 UTC 

[PATCH] platform/x86: wmi: add Positivo WMI key driver
 2023-06-28 21:40 UTC  (3+ messages)

[PATCH v3 0/4] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-06-28 21:30 UTC  (9+ messages)
` [PATCH v3 1/4] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v3 2/4] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v3 3/4] KVM: selftests: Check if event filter meets expectations on fixed counters
` [PATCH v3 4/4] KVM: selftests: Test gp event filters don't affect fixed event filters

[igt-dev] [PATCH 1/2] tests/amdgpu: add bo tests
 2023-06-28 21:30 UTC  (4+ messages)
` [igt-dev] [PATCH 2/2] tests/amdgpu: add sync object tests

[igt-dev] [PATCH i-g-t 0/4] Include intel_blt funtions to blitter path for igt_fb.c
 2023-06-28 21:30 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Include intel_blt funtions to blitter path for igt_fb.c (rev4)

[PATCH] t4205: correctly test %(describe:abbrev=...)
 2023-06-28 21:30 UTC  (2+ messages)

[PATCH] docs: networking: Update codeaurora references for rmnet
 2023-06-28 21:27 UTC  (2+ messages)

[Question] Luks container mounted on multiple devices via network
 2023-06-28 21:27 UTC 

[PATCH 2/4] regulator: Introduce Qualcomm REFGEN regulator driver
 2023-06-28 21:25 UTC  (3+ messages)

[ovmf test] 181630: all pass - PUSHED
 2023-06-28 21:26 UTC 

[PATCH 1/3] drm/nouveau/disp: fix HDMI on gt215+
 2023-06-28 21:22 UTC  (9+ messages)
` [Nouveau] "
` [PATCH 2/3] drm/nouveau/disp: drop unused argument in nv50_dp_mode_valid
  ` [Nouveau] "
` [PATCH 3/3] drm/nouveau/disp: verify mode on atomic_check
  ` [Nouveau] "

[PATCH] MAINTAINERS: Remove Liam Mark from DMA-BUF HEAPS FRAMEWORK
 2023-06-28 21:20 UTC  (4+ messages)

[PATCH 0/5] Upstream debugger feature for GFX v9.4.3
 2023-06-28 21:23 UTC  (6+ messages)
` [PATCH 1/5] drm/amdgpu: add debugger support for GC v9.4.3
` [PATCH 2/5] drm/amdkfd: add multi-process debugging "
` [PATCH 3/5] drm/amdkfd: restore debugger additional info for gfx v9_4_3
` [PATCH 4/5] drm/amdkfd: add xcc instance for debugger APIs
` [PATCH 5/5] drm/amdkfd: enable watch points globally for gfx943

[xen-unstable-smoke test] 181629: tolerable all pass - PUSHED
 2023-06-28 21:23 UTC 

What's cooking in git.git (Jun 2023, #07; Tue, 27)
 2023-06-28 21:18 UTC  (4+ messages)
` cw/header-compat-util-shuffle (was Re: What's cooking in git.git (Jun 2023, #07; Tue, 27))

[PATCH] sched/core: Use empty mask to reset cpumasks in sched_setaffinity()
 2023-06-28 21:16 UTC 

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-06-28 21:17 UTC  (8+ messages)
` [RFC PATCH 1/2] Add C TAP harness

[PATCH RFC 0/5] hci_conn and ISO concurrency fixes
 2023-06-28 21:17 UTC  (9+ messages)
` [PATCH RFC 1/5] Bluetooth: hci_conn: add hci_conn_is_alive

[GIT PULL] bcachefs
 2023-06-28 21:17 UTC  (16+ messages)

[PATCH v12 00/22] TDX host kernel support
 2023-06-28 21:16 UTC  (6+ messages)
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP

[PATCH 0/2 v2] btrfs-progs: tests: fix no acl support
 2023-06-28 21:10 UTC  (2+ messages)

[PATCH v4 0/3] add ISI support for iMX93
 2023-06-28 21:16 UTC  (5+ messages)
` [PATCH v4 2/3] media: nxp: imx8-isi: move i.MX8 gasket configuration to an ops structure
` [PATCH v4 3/3] media: nxp: imx8-isi: add ISI support for i.MX93

[RFC PATCH 0/8] Introduce Git Standard Library
 2023-06-28 21:15 UTC  (8+ messages)
` [RFC PATCH 6/8] pager: remove pager_in_use()
` [RFC PATCH 7/8] git-std-lib: introduce git standard library

[PATCH 00/10][next] scsi: aacraid: Replace one-element arrays with flexible-array members
 2023-06-28 21:15 UTC  (11+ messages)
` [PATCH 02/10][next] scsi: aacraid: Use struct_size() helper in aac_get_safw_ciss_luns()
` [PATCH 05/10][next] scsi: aacraid: Replace one-element array with flexible-array member in struct sgmapraw
` [PATCH 06/10][next] scsi: aacraid: Use struct_size() helper in code related to "
` [PATCH 08/10][next] scsi: aacraid: Replace one-element array with flexible-array member in struct sgmap

[dm-devel] [RFC PATCH v10 00/17] Integrity Policy Enforcement LSM (IPE)
 2023-06-28 21:09 UTC  (36+ messages)
`  "
` [dm-devel] [RFC PATCH v10 01/17] security: add ipe lsm
  `  "
` [dm-devel] [RFC PATCH v10 02/17] ipe: add policy parser
  `  "
` [dm-devel] [RFC PATCH v10 03/17] ipe: add evaluation loop
  `  "
` [dm-devel] [RFC PATCH v10 04/17] ipe: add LSM hooks on execution and kernel read
  `  "
` [dm-devel] [RFC PATCH v10 05/17] ipe: introduce 'boot_verified' as a trust provider
  `  "
` [dm-devel] [RFC PATCH v10 06/17] security: add new securityfs delete function
  `  "
` [dm-devel] [RFC PATCH v10 07/17] ipe: add userspace interface
  `  "
` [dm-devel] [RFC PATCH v10 08/17] uapi|audit|ipe: add ipe auditing support
  `  "
` [dm-devel] [RFC PATCH v10 09/17] ipe: add permissive toggle
  `  "
` [dm-devel] [RFC PATCH v10 10/17] block|security: add LSM blob to block_device
  `  "
` [dm-devel] [RFC PATCH v10 11/17] dm-verity: consume root hash digest and signature data via LSM hook
  `  "
` [dm-devel] [RFC PATCH v10 12/17] ipe: add support for dm-verity as a trust provider
  `  "
` [dm-devel] [RFC PATCH v10 13/17] fsverity: consume builtin signature via LSM hook
  `  "
` [dm-devel] [RFC PATCH v10 14/17] ipe: enable support for fs-verity as a trust provider
  `  "
` [dm-devel] [RFC PATCH v10 15/17] scripts: add boot policy generation program
  `  "
` [dm-devel] [RFC PATCH v10 16/17] ipe: kunit test for parser
  `  "
` [dm-devel] [RFC PATCH v10 17/17] documentation: add ipe documentation
  `  "

[Intel-wired-lan] [RFC PATCH v9 00/10] Create common DPLL configuration API
 2023-06-28 21:11 UTC  (4+ messages)
` [Intel-wired-lan] [RFC PATCH v9 01/10] dpll: documentation on DPLL subsystem interface
  `  "

[GIT PULL] SPI updates for v6.5
 2023-06-28 21:09 UTC  (2+ messages)

[PATCH v2 0/2] vfio/migration: Make VFIO migration non-experimental
 2023-06-28 21:14 UTC  (2+ messages)

[PATCH 1/1] thermal: sysfs: avoid actual readings from sysfs
 2023-06-28 21:10 UTC  (11+ messages)

[Question] report a race condition between CPU hotplug state machine and hrtimer 'sched_cfs_period_timer' for cfs bandwidth throttling
 2023-06-28 21:09 UTC  (7+ messages)

[PATCH] usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc
 2023-06-28 21:10 UTC  (4+ messages)

[GIT PULL] regmap updates for v6.5
 2023-06-28 21:09 UTC  (2+ messages)

[GIT PULL] regulator updates for v6.5
 2023-06-28 21:09 UTC  (2+ messages)

[GIT PULL] mtd: Changes for 6.5-rc1
 2023-06-28 21:09 UTC  (3+ messages)

[GIT PULL] MMC and MEMSTICK updates for v6.5
 2023-06-28 21:09 UTC  (2+ messages)

[PATCH] ptest-runner: Pull in sync fix to improve log warnings
 2023-06-28 21:10 UTC  (3+ messages)
` [OE-core] "

[PATCH v8 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-06-28 21:08 UTC  (5+ messages)
` [PATCH v8 2/5] staging: vc04_services: vchiq_arm: Register vchiq_bus_type

[igt-dev] [PATCH 1/2] tests/amdgpu: add bo tests
 2023-06-28 21:07 UTC  (2+ messages)

[PATCH net] ionic: remove WARN_ON to prevent panic_on_warn
 2023-06-28 21:06 UTC 

[igt-dev] [PATCH i-g-t 1/8] tests/amdgpu/amd_freesync_video_mode: Adjust indents and spacing
 2023-06-28 21:06 UTC  (3+ messages)

[PATCH v2 0/8] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-06-28 21:05 UTC  (8+ messages)
` [PATCH v2 3/8] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v2 6/8] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v2 7/8] KVM: selftests: Test Intel supported fixed counters bit mask

[PATCH] usb: xhci-mtk: set the dma max_seg_size
 2023-06-28 21:04 UTC  (4+ messages)

[PATCH kdumpid 0/3] Prevent segfault on missing disassembler
 2023-06-28 21:03 UTC  (4+ messages)
` [PATCH kdumpid 1/3] cdefs.sh: require bash
` [PATCH kdumpid 2/3] Use -lz unconditionally
` [PATCH kdumpid 3/3] Gracefully handle missing dissasembler function

KMSAN: uninit-value in aes_encrypt (4)
 2023-06-28 21:03 UTC  (4+ messages)
` [net/tls] "
  ` [PATCH] net: tls: enable __GFP_ZERO upon tls_init()

[PATCH v2 2/3] rteval: fixed comments
 2023-06-28 21:01 UTC  (2+ messages)

[PATCH v4 bpf-next 00/22] xsk: multi-buffer support
 2023-06-28 21:02 UTC  (10+ messages)
` [PATCH v4 bpf-next 15/22] xsk: add multi-buffer documentation

Touchpad lost sync at byte 6
 2023-06-28 21:00 UTC 

[PATCH] mm/slub: disable slab merging in the default configuration
 2023-06-28 20:59 UTC  (2+ messages)

[PATCH net] nfp: clean mc addresses in application firmware when driver exits
 2023-06-28 20:59 UTC  (2+ messages)

[broonie-ci:filemf5lkb 2/4] drivers/regulator/raa215300.c:55: undefined reference to `clk_unregister_fixed_rate'
 2023-06-28 20:53 UTC 

[PATCH V2 0/2] Add GPIO interrupt support for Amlogic-C3 SoCs
 2023-06-28 20:52 UTC  (9+ messages)
` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add "
` [PATCH V2 2/2] irqchip: "

[linux-next:master 12532/12731] riscv32-linux-ld: section .data LMA [01b96000,02229567] overlaps section .text LMA [001205fc,0320080d]
 2023-06-28 20:52 UTC 

[PATCH v1 0/6] arm64: dts: meson: a1: introduce several peripheral IPs
 2023-06-28 20:51 UTC  (7+ messages)
` [PATCH v1 1/6] arm64: dts: meson: a1: introduce PLL and Peripherals clk controllers

[Intel-gfx] [PATCH v2] drm/edid: Add quirk for OSVR HDK 2.0
 2023-06-28 20:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/edid: Add quirk for OSVR HDK 2.0 (rev2)

[PATCH 1/4] smb: client: fix parsing of source mount option
 2023-06-28 20:50 UTC  (4+ messages)
` [PATCH 2/4] smb: client: fix shared DFS root mounts with different prefixes


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.