All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-22 22:43:05 to 2022-07-23 01:53:46 UTC [more...]

[PATCH v3 0/7] Fix merge restore state
 2022-07-23  1:53 UTC  (16+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/7] merge-resolve: abort if index does not match HEAD
  ` [PATCH v4 3/7] merge: do not abort early if one strategy fails to handle the merge
  ` [PATCH v5 0/8] Fix merge restore state
    ` [PATCH v5 1/8] merge-ort-wrappers: make printed message match the one from recursive
    ` [PATCH v5 2/8] merge-resolve: abort if index does not match HEAD
    ` [PATCH v5 3/8] merge: abort if index does not match HEAD for trivial merges
    ` [PATCH v5 4/8] merge: do not abort early if one strategy fails to handle the merge
    ` [PATCH v5 5/8] merge: fix save_state() to work when there are stat-dirty files
    ` [PATCH v5 6/8] merge: make restore_state() restore staged state too
    ` [PATCH v5 7/8] merge: ensure we can actually restore pre-merge state

[PATCH] KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
 2022-07-23  1:30 UTC 

[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
 2022-07-23  1:27 UTC  (8+ messages)

[PATCH net] net: dsa: fix reference counting for LAG FDBs
 2022-07-23  1:24 UTC 

[PATCH v2 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-23  1:23 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
` [PATCH v2 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH v2 3/6] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v2 4/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v2 5/6] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH v2 6/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new sub-tests
 2022-07-23  1:14 UTC  (2+ messages)

[PATCH] bitbake-user-manual: Document override :append, :prepend, :remove order
 2022-07-23  1:13 UTC 

stable-rc/linux-5.15.y baseline: 173 runs, 2 regressions (v5.15.56-90-g377c0f983cd9)
 2022-07-23  1:12 UTC 

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-23  1:09 UTC  (12+ messages)
` [Intel-gfx] "

[wireless-next:main] BUILD SUCCESS fa28981b35128132aeb69a0a2ea2ff1c49bea6d9
 2022-07-23  1:07 UTC 

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-23  1:06 UTC  (6+ messages)
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans

[PATCH] fs: Call kmap_local_page() in copy_string_kernel()
 2022-07-23  1:02 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Audio keep alive timestamp cdclk divisors
 2022-07-23  1:01 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

What's cooking in git.git (Jul 2022, #07; Fri, 22)
 2022-07-23  1:01 UTC 

stable-rc/queue/5.15 baseline: 123 runs, 1 regressions (v5.15.56-89-g47b6f2de2df4e)
 2022-07-23  0:58 UTC 

[geert-renesas-devel:renesas-drivers-for-v5.21] BUILD SUCCESS 01fe1e812b5c39f5e4dceabffb0b230077da76f4
 2022-07-23  0:57 UTC 

[PATCH 0/5] CXL Region Provisioning Fixes
 2022-07-23  0:56 UTC  (6+ messages)
` [PATCH 1/5] cxl/acpi: Autoload driver for 'cxl_acpi' test devices
` [PATCH 2/5] cxl/region: Delete 'region' attribute from root decoders
` [PATCH 3/5] cxl/acpi: Minimize granularity for x1 interleaves
` [PATCH 4/5] cxl/region: Stop initializing interleave granularity
` [PATCH 5/5] cxl/region: Constrain region granularity scaling factor

[geert-renesas-drivers:renesas-clk-for-v5.21] BUILD SUCCESS 06dcb38eab915aba1185ea85498fac73e2add739
 2022-07-23  0:56 UTC 

[xen-unstable test] 171772: tolerable FAIL
 2022-07-23  0:57 UTC 

[PATCH v4 00/24] KVM: x86: Event/exception fixes and cleanups
 2022-07-23  0:51 UTC  (25+ messages)
` [PATCH v4 01/24] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH v4 02/24] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v4 03/24] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH v4 04/24] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH v4 05/24] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v4 06/24] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v4 07/24] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v4 08/24] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v4 09/24] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v4 10/24] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v4 11/24] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v4 12/24] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v4 13/24] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v4 14/24] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v4 15/24] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v4 16/24] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v4 17/24] KVM: nVMX: Add a helper to identify low-priority #DB traps
` [PATCH v4 18/24] KVM: nVMX: Document priority of all known events on Intel CPUs
` [PATCH v4 19/24] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v4 20/24] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v4 21/24] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior
` [PATCH v4 22/24] KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
` [PATCH v4 23/24] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v4 24/24] KVM: selftests: Add an x86-only test to verify nested exception queueing

[linux-nvme:nvme-5.20 6/23] ERROR: modpost: "nvme_get_opcode_str" [drivers/nvme/host/nvme.ko] undefined!
 2022-07-23  0:52 UTC 

security/keys/trusted-keys/trusted_tpm2.c:42:6: warning: mixing declarations and code is incompatible with standards before C99
 2022-07-23  0:52 UTC 

[PATCH] linux-user: Passthrough MADV_DONTNEED for certain file mappings
 2022-07-23  0:50 UTC  (2+ messages)
` [PING^2] "

KASAN: slab-out-of-bounds Read in ntfs_get_ea
 2022-07-23  0:51 UTC 

stable/linux-5.18.y baseline: 157 runs, 2 regressions (v5.18.13)
 2022-07-23  0:50 UTC 

pull request: bluetooth-next 2022-07-22
 2022-07-23  0:50 UTC  (6+ messages)

renesas/master igt-kms-rockchip: 2 runs, 10 regressions (renesas-devel-2022-07-22-v5.19-rc7)
 2022-07-23  0:41 UTC 

renesas/master v4l2-compliance on uvcvideo: 2 runs, 1 regressions (renesas-devel-2022-07-22-v5.19-rc7)
 2022-07-23  0:41 UTC 

renesas/master ltp-ipc: 18 runs, 1 regressions (renesas-devel-2022-07-22-v5.19-rc7)
 2022-07-23  0:41 UTC 

[Buildroot] [PATCH] package/crucible: Pass 'osusergo netgo' tags
 2022-07-23  0:41 UTC  (7+ messages)

Adding and using user in more than one recipe
 2022-07-23  0:37 UTC  (2+ messages)
` [yocto] "

[PATCHv6 1/4] RDMA/rxe: Fix dead lock caused by __rxe_add_to_pool interrupted by rxe_pool_get_index
 2022-07-23  0:35 UTC  (5+ messages)

[PATCH] kbuild: add dtbs_prepare target
 2022-07-23  0:33 UTC  (3+ messages)

[linux-next:master 9476/12552] drivers/pcmcia/omap_cf.c:240:11: error: call to undeclared function 'pci_remap_iospace'; ISO C99 and later do not support implicit function declarations
 2022-07-23  0:31 UTC 

[OE-core] [PATCH] rng-tools: add systemd-udev-settle wants to service
 2022-07-23  0:30 UTC  (3+ messages)
`  "

[PATCH 00/10] soc/arm64: qcom: Add LLCC BWMON on SDM845
 2022-07-23  0:29 UTC  (5+ messages)
` [PATCH 10/10] arm64: dts: qcom: sdm845: add LLCC BWMON

'git clone,' build makes user non-writable files (should be option keep user-writable)
 2022-07-23  0:25 UTC  (3+ messages)

pull request: bluetooth-next 2022-07-22
 2022-07-23  0:22 UTC 

[PATCH 0/2] KVM: selftests: Fix Clang build issues in KVM_ASM_SAFE()
 2022-07-23  0:14 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
` [PATCH 2/2] KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()

stable-rc/queue/5.18 baseline: 172 runs, 1 regressions (v5.18.13-70-gda34acf4b345)
 2022-07-23  0:05 UTC 

stable-rc/linux-5.18.y baseline: 125 runs, 1 regressions (v5.18.13-71-g4142b06492bc8)
 2022-07-22 23:56 UTC 

[PATCH v6 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-22 23:51 UTC  (9+ messages)

[PATCH net-next v3 0/7] tls: rx: decrypt from the TCP queue
 2022-07-22 23:50 UTC  (8+ messages)
` [PATCH net-next v3 1/7] tls: rx: wrap recv_pkt accesses in helpers
` [PATCH net-next v3 2/7] tls: rx: factor SW handling out of tls_rx_one_record()
` [PATCH net-next v3 3/7] tls: rx: don't free the output in case of zero-copy
` [PATCH net-next v3 4/7] tls: rx: device: keep the zero copy status with offload
` [PATCH net-next v3 5/7] tcp: allow tls to decrypt directly from the tcp rcv queue
` [PATCH net-next v3 6/7] tls: rx: device: add input CoW helper
` [PATCH net-next v3 7/7] tls: rx: do not use the standard strparser

[kvm:queue 23/35] arch/x86/kvm/mmu/mmu.c:6391:19: warning: variable 'pfn' set but not used
 2022-07-22 23:49 UTC  (2+ messages)

[PATCH v6 0/4] btrfs: sysfs: set / query btrfs chunk size
 2022-07-22 23:49 UTC  (3+ messages)
` [PATCH v6 1/4] btrfs: store chunk size in space-info struct

[PATCH 1/5] tm.3type: tfix
 2022-07-22 23:47 UTC  (7+ messages)
` [PATCH 4/5] tm.3type: describe tm_zone, tm_gmtoff
        ` man(7) DS and DE macros (was: [PATCH 4/5] tm.3type: describe tm_zone, tm_gmtoff)

subscribe
 2022-07-22 23:47 UTC 

[PATCH v2 0/2] accel/tcg: Test unaligned stores to s390x low-address-protected lowcore
 2022-07-22 23:36 UTC  (3+ messages)
` [PATCH v2 1/2] qapi: Add exit-failure PanicAction
` [PATCH v2 2/2] tests/tcg/s390x: Test unaligned accesses to lowcore

[PATCH 0/2] cat-file: support NUL-delimited input with `-z`
 2022-07-22 23:41 UTC  (4+ messages)
` [PATCH 1/2] t1006: extract --batch-command inputs to variables
` [PATCH 2/2] builtin/cat-file.c: support NUL-delimited input with `-z`

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-07-22 23:41 UTC  (7+ messages)
` [PATCH 1/5] kernel: add a new helper to execute system calls from kernel code
` [PATCH 2/5] kvm/x86: add controls to enable/disable paravirtualized system calls
` [PATCH 3/5] KVM/x86: add a new hypercall to execute host "
` [PATCH 4/5] selftests/kvm/x86_64: set rax before vmcall
` [PATCH 5/5] selftests/kvm/x86_64: add tests for KVM_HC_HOST_SYSCALL

[PATCH] drm/bridge: ti-sn65dsi86: Use dev_err_probe() to avoid polluting the log
 2022-07-22 23:41 UTC  (4+ messages)

[igt-dev] [PATCH 1/7] lib/amdgpu: increase number of resources
 2022-07-22 23:40 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [1/7] "

[PATCH net v2] Revert "tcp: change pingpong threshold to 3"
 2022-07-22 23:40 UTC  (2+ messages)

[PATCH v5 4/4] asm-generic: Add new pci.h and use it
 2022-07-22 23:37 UTC  (8+ messages)

[RFC PATCH] regulator: core: Allow for a base-load per client to come from dts
 2022-07-22 23:35 UTC  (3+ messages)

[PATCH 0/4] EDAC/intel: Some Intel EDAC driver updates
 2022-07-22 23:33 UTC  (5+ messages)
` [PATCH 1/4] EDAC/skx_common: Add ChipSelect ADXL component
` [PATCH 2/4] EDAC/i10nm: Retrieve and print retry_rd_err_log registers for HBM
` [PATCH 3/4] EDAC/i10nm: Print an extra register set of retry_rd_err_log
` [PATCH 4/4] x86/sb_edac: Add row column translation for Broadwell

Question: How to find the commits in the ancestry path of seen down to _and_ including a given topic?
 2022-07-22 23:25 UTC  (5+ messages)

[PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-07-22 23:23 UTC  (6+ messages)
` [PATCH v4 12/41] dyndbg: add DECLARE_DYNDBG_CLASSMAP
      ` [Intel-gfx] "

[filter-repo] How to reorder commits
 2022-07-22 23:18 UTC  (2+ messages)

[PATCH for-7.2 00/10] add hmp 'save-fdt' and 'info fdt' commands
 2022-07-22 23:16 UTC  (8+ messages)
` [PATCH for-7.2 01/10] hw/arm/boot.c: do not free machine->fdt in arm_load_dtb()
` [PATCH for-7.2 02/10] hw/ppc/pegasos2.c: set machine->fdt in machine_reset()
` [PATCH for-7.2 04/10] hmp, device_tree.c: introduce fdt-save

Final warning! Your data has been copied
 2022-07-22 23:01 UTC 

[PATCH 1/1] Bluetooth: Convert le_scan_disable timeout to hci_sync
 2022-07-22 23:08 UTC  (2+ messages)
` Clean-up stale/unused hci_request.c code

next/master build: 213 builds: 8 failed, 205 passed, 25 errors, 76 warnings (next-20220722)
 2022-07-22 23:04 UTC 

next/master build: 213 builds: 8 failed, 205 passed, 25 errors, 76 warnings (next-20220722)
 2022-07-22 23:04 UTC 

[kvm-unit-tests PATCH] x86: kvmclock: Fix a non-prototype function declaration
 2022-07-22 23:01 UTC 

Undelivered Mail Returned to Sender
 2022-07-22 22:50 UTC 

[PATCH] mm/hmm: fault non-owner device private entries
 2022-07-22 22:56 UTC 

[PATCH 0/5] A few cleanup and fixup patches for hugetlbfs
 2022-07-22 22:55 UTC  (5+ messages)
` [PATCH 5/5] hugetlbfs: fix confusing hugetlbfs stat

[PATCH v2] cifs: remove dead/commented code, cifsproto.h cleanup
 2022-07-22 22:49 UTC 

[Intel-gfx] [PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-22 22:50 UTC  (4+ messages)
`  "

[PATCH kernel] vfio/spapr_tce: Fix the comment
 2022-07-22 22:50 UTC  (3+ messages)

Feature request: provide a persistent IDs on a commit
 2022-07-22 22:46 UTC  (7+ messages)

[PATCH v2] ASoC: dt-bindings: atmel-i2s: Convert to json-schema
 2022-07-22 22:44 UTC  (4+ messages)

[PATCH v2 0/3] Add Broadcom STB memory controller driver
 2022-07-22 22:44 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: memory-controller: Document Broadcom STB MEMC

[PATCH 0/3] Add SFC support for Ingenic SoCs
 2022-07-22 22:44 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: SPI: Add Ingenic SFC bindings

[PATCH 0/5] KVM: VMX: PERF_GLOBAL_CTRL fixes
 2022-07-22 22:44 UTC  (6+ messages)
` [PATCH 1/5] Revert "Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control""
` [PATCH 2/5] KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU
` [PATCH 3/5] KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
` [PATCH 4/5] KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
` [PATCH 5/5] Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"

[PATCH 1/4] cifs: remove unused code
 2022-07-22 22:42 UTC  (4+ messages)
` [PATCH 2/4] cifs: standardize SPDX header comment
` [PATCH 3/4] cifs: standardize top comments format
` [PATCH 4/4] cifs: standardize authors emails to RFC5322 format


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.