messages from 2023-11-15 06:32:29 to 2023-11-15 07:32:01 UTC [more...]
next/master baseline: 372 runs, 29 regressions (next-20231115)
2023-11-15 7:31 UTC
[OE-Core][PATCH v3 0/4] recipetool: Add handler to create go recipes
2023-11-15 7:30 UTC (3+ messages)
[PATCH v3 0/8] Add powernv10 I2C devices and tests
2023-11-15 7:28 UTC (3+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
Architecture did not match
2023-11-15 7:29 UTC (3+ messages)
` [yocto] "
[PATCH v2 0/3] lib: sbi: Add sub-regions check for sanitizing domain
2023-11-15 7:28 UTC (4+ messages)
` [PATCH v2 3/3] lib: sbi: Add regions merging when sanitizing domain region
[PATCH v2 0/3] dt-bindings: connector: usb: provide bindings for altmodes
2023-11-15 7:27 UTC (3+ messages)
` [PATCH v2 2/3] usb: typec: change altmode SVID to u16 entry
[PATCH v2 0/6] drm/msm: DSI DSC video mode fixes
2023-11-15 7:26 UTC (6+ messages)
` [PATCH v2 2/6] drm/msm/dsi: set video mode widebus enable bit when widebus is enabled
u-boot fails to build on sparc64 due redefinition of 'struct termio'
2023-11-15 7:26 UTC
[meta-networking][master][PATCHv3] civetweb: Added license change reason
2023-11-15 7:24 UTC (2+ messages)
[PATCH v5 0/3] Disable fair tag sharing for UFS devices
2023-11-15 7:24 UTC (3+ messages)
` [PATCH v5 2/3] scsi: core: Support disabling fair tag sharing
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-11-15 7:15 UTC (71+ messages)
` [PATCH v3 01/70] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 11/70] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 12/70] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v3 15/70] target/i386: Parse TDX vm type
` [PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v3 17/70] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default
` [PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v3 30/70] i386/tdx: Validate TD attributes
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency
` [PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v3 35/70] i386/tdx: Make memory type private by default
` [PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup
` [PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM
` [PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v3 45/70] i386/tdx: Setup the TD HOB list
` [PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 48/70] i386/tdx: register TDVF as private memory
` [PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v3 50/70] i386/tdx: Finalize TDX VM
` [PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
` [PATCH v3 54/70] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA
` [PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs
` [PATCH v3 61/70] i386/tdx: Disable PIC "
` [PATCH v3 62/70] i386/tdx: Don't allow system reset "
` [PATCH v3 63/70] i386/tdx: LMCE is not supported for TDX
` [PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v3 70/70] docs: Add TDX documentation
[V14 0/8] arm64/perf: Enable branch stack sampling
2023-11-15 7:22 UTC (5+ messages)
` [V14 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
[PATCH 0/2] Fix invalid wait context of set_track_prepare()
2023-11-15 8:21 UTC (3+ messages)
` [PATCH 1/2] Revert "mm/kmemleak: move the initialisation of object to __link_object"
` [PATCH 2/2] mm/kmemleak: move set_track_prepare() outside raw_spinlocks
[meta-multimedia][master][PATCHv3] libupnp: upgrade 1.14.6 -> 1.14.18
2023-11-15 7:21 UTC
[f2fs-dev] [PATCH] f2fs_io: add list/setattr command
2023-11-15 7:21 UTC (3+ messages)
` [f2fs-dev] [PATCH v2] "
[PATCH v2] EDAC/versal: Fix the read of the num_rows
2023-11-15 7:20 UTC
[PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
2023-11-15 7:20 UTC (3+ messages)
` [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
[PATCH] mm/pgtable: return null if no ptl in __pte_offset_map_lock
2023-11-15 6:55 UTC
Unable to run arm 64 binary on arm64 machine
2023-11-15 7:19 UTC
[meta-gnome][PATCH] gtksourceview4: Upgrade 4.8.2 -> 4.8.4
2023-11-15 7:19 UTC (2+ messages)
[meta-oe][PATCH] emlog: ignore CVE-2022-3968 & CVE-2023-43291
2023-11-15 7:19 UTC (2+ messages)
[meta-python][PATCH 1/5] python3-pillow: Upgrade 10.0.1 -> 10.1.0
2023-11-15 7:19 UTC (2+ messages)
[meta-gnome][PATCH] gnome-control-center: Add rdepends
2023-11-15 7:19 UTC (2+ messages)
[meta-networking][PATCH] system-config-printer: Add cups to rdepends
2023-11-15 7:19 UTC (2+ messages)
[oe] [PATCH] Revert "protobuf: stage protoc binary to sysroot"
2023-11-15 7:19 UTC (3+ messages)
` [meta-oe][PATCH] protobuf: stage protoc binary to sysroot
[meta-oe][PATCH] dlt-daemon: cherry-pick another upstream-proposed patch
2023-11-15 7:19 UTC (2+ messages)
[meta-python][PATCH 1/3] python3-file-magic: add recipe
2023-11-15 7:19 UTC (2+ messages)
[PATCH v6 00/25] Enable CET Virtualization
2023-11-15 7:18 UTC (3+ messages)
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
[PATCH 00/21] replace strtok with strtok_r
2023-11-15 7:17 UTC (4+ messages)
` [PATCH v3 00/22] replace strtok with reentrant version
` [PATCH v3 10/22] eal: "
` [EXT] "
[PATCH] crypto: x86/sm2 -add Zhaoxin SM2 algorithm implementation
2023-11-15 7:17 UTC (2+ messages)
` [PATCH v2] "
[PATCH net] macvlan: Don't propagate promisc change to lower dev in passthru
2023-11-15 7:16 UTC (2+ messages)
[PATCH] dt-bindings: phy: Document sm8450 pcie phys as having 4 clocks
2023-11-15 7:15 UTC (3+ messages)
[f2fs-dev] [PATCH 1/2] Revert "f2fs-tools: do not support user-space cache"
2023-11-15 7:15 UTC (4+ messages)
` [f2fs-dev] [PATCH 2/2] fsck.f2fs: fix cache offset for multiple partitions
RAID1 possible data corruption following a write failure to superblock
2023-11-15 7:15 UTC (4+ messages)
[PATCH] lib: sbi: Improved atomic bit operations
2023-11-15 7:15 UTC
[PATCH trivial 00/21] spelling fixes for 8.2
2023-11-15 7:15 UTC (23+ messages)
` [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary
` [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized
` [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly
` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
` [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume
` [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining
` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
` [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate
` [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
[PATCH v1] ufs: core: clear cmd if abort success in mcq mode
2023-11-15 7:14 UTC
[syzbot] WARNING: refcount bug in p9_client_walk
2023-11-15 7:06 UTC
[PATCH 0/7] Miscellaneous error message improvements
2023-11-15 7:13 UTC (8+ messages)
` [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages
` [PATCH 7/7] target/i386/cpu: Improve error message for property "vendor"
[igt-dev] [i-g-t 0/5] Fix the usage of Rendercopy in KMS tests
2023-11-15 7:03 UTC (6+ messages)
` [igt-dev] [i-g-t 1/5] tests/intel/kms_fbt: Use blitter as a default draw method
` [igt-dev] [i-g-t 2/5] tests/intel/kms_fbt: Fill fb region with requested "
` [igt-dev] [i-g-t 3/5] tests/intel/kms_dirtyfb: Use blitter as a default "
` [igt-dev] [i-g-t 4/5] tests/intel/kms_dirtyfb: Use blitter if rendercopy isn't present
` [igt-dev] [i-g-t 5/5] tests/intel/kms_dirtyfb: Restructure dynamic subtests
[PATCH] toos:leds: Fix printf format string in uledmon.c
2023-11-15 7:11 UTC
[PATCH] rpm: pm: enable PM_RPM_EXCEPTION config flag
2023-11-15 7:08 UTC (5+ messages)
[PATCH v7 net-next 0/5] Analyze and Reorganize core Networking Structs to optimize cacheline consumption
2023-11-15 7:07 UTC (4+ messages)
` [PATCH v7 net-next 1/5] Documentations: Analyze heavily used Networking related structs
[PATCH AUTOSEL 6.5 1/6] ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings
2023-11-15 7:07 UTC (3+ messages)
` [PATCH AUTOSEL 6.5 2/6] drm/qxl: prevent memory leak
` [Spice-devel] "
[PATCH v2 0/6] mtd: spi-nor: introduce die erase
2023-11-15 7:06 UTC (22+ messages)
` [PATCH v2 2/6] mtd: spi-nor: add erase die (chip) capability
[PATCH] USB: serial: option: modify Fibocom to DELL custom modem FM101R-GL
2023-11-15 7:05 UTC (2+ messages)
[PATCH v3 0/7] dts: Port scatter suite over
2023-11-15 7:04 UTC (3+ messages)
` [PATCH v3 1/7] dts: Add scatter test suite
[Intel-xe] [PATCH v3 0/9] Intel_fbdev.c refactoring
2023-11-15 7:03 UTC (16+ messages)
` [Intel-xe] [PATCH v3 1/9] Revert "FIXME: drm/i915/display: Allow fbdev to allocate stolen memory"
` [Intel-xe] [PATCH v3 2/9] fixup! FIXME: drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH v3 3/9] drm/i915/display: split i915 specific code from intel_fbdev
` [Intel-xe] [PATCH v3 4/9] fixup! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v3 5/9] "
` [Intel-xe] [PATCH v3 6/9] "
` [Intel-xe] [PATCH v3 7/9] "
` [Intel-xe] [PATCH v3 8/9] "
` [Intel-xe] [PATCH v3 9/9] drm/i915/display: use intel_bo_to_drm_bo in intel_fbdev
` [Intel-xe] ✓ CI.Patch_applied: success for Intel_fbdev.c refactoring (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
Patch : drivers/md/dm-verity-target.c
2023-11-15 7:01 UTC (7+ messages)
[PATCH] Add function parameter 'xcc_mask' not described in 'amdgpu_vm_flush_compute_tlb'
2023-11-15 7:01 UTC (2+ messages)
[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
2023-11-15 5:55 UTC (4+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM
[PATCH 1/1] clocksource/timer-risc: Add riscv_clock_shutdown callback
2023-11-15 7:00 UTC (3+ messages)
[PATCH v2 00/12] Multiple cleanup patches for the UFS driver
2023-11-15 6:57 UTC (3+ messages)
` [PATCH v2 09/12] scsi: ufs: Simplify ufshcd_abort_all()
[igt-dev] [PATCH i-g-t v3 0/2] Add dg1 compute pipeline
2023-11-15 6:58 UTC (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for Add dg1 compute pipeline (rev4)
` [igt-dev] ✓ Fi.CI.BAT: "
[kmsxx] [PATCH] testpat: Fix memory mapping in threaded drawing
2023-11-15 6:57 UTC (2+ messages)
[Intel-gfx] [RFC 0/3] Implement CMRR Support
2023-11-15 6:57 UTC (5+ messages)
` [Intel-gfx] [RFC 1/3] drm/i915: Define and compute Transcoder CMRR registers
` [Intel-gfx] [RFC 2/3] drm/i915: Add Enable/Disable for CMRR based on VRR state
` [Intel-gfx] [RFC 3/3] drm/i915: Compute CMRR and calculate vtotal
[RFC 0/4] Introduce unbalance proactive reclaim
2023-11-15 6:52 UTC (17+ messages)
[PATCH V3 0/2] Add rs485 support to uartps driver
2023-11-15 6:50 UTC (5+ messages)
` [PATCH V3 2/2] tty: serial: uartps: "
[Intel-wired-lan] [PATCH iwl-net] ice: Fix VF Reset paths when interface in a failed over aggregate
2023-11-15 6:43 UTC (2+ messages)
[PATCH 1/2] dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issues
2023-11-15 6:50 UTC (5+ messages)
[PATCH v17 000/116] KVM TDX basic feature support
2023-11-15 6:49 UTC (3+ messages)
` [PATCH v17 071/116] KVM: TDX: handle vcpu migration over logical processor
[PATCH RFC 0/8] A possible proposal for intergating dmabuf to page pool
2023-11-15 6:46 UTC (8+ messages)
` [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider
[PATCH] perf/tests:coresight:remove unused variables
2023-11-15 6:42 UTC
[PATCH] remote-curl: avoid hang if curl asks for more data after eof
2023-11-15 6:44 UTC (3+ messages)
` [PATCH v2 5/5] http: reset CURLOPT_POSTFIELDSIZE_LARGE between requests
[syzbot] [wireless?] [net?] WARNING in ieee80211_rfkill_poll
2023-11-15 6:44 UTC
[OE-core][dunfell][PATCH v3] libx11: Fix for CVE-2023-43785 CVE-2023-43786 and CVE-2023-43787
2023-11-15 6:43 UTC
[v4 0/3] Reduce TLB flushes under some specific conditions
2023-11-15 6:43 UTC (3+ messages)
[ovmf test] 183758: all pass - PUSHED
2023-11-15 6:40 UTC
[Buildroot] [autobuild.buildroot.net] Daily results for 2023-11-14
2023-11-15 6:38 UTC
[PATCH] test/py: i2c: Add tests for i2c command
2023-11-15 6:38 UTC
[PATCH] MAINTAINERS: Fully cover target/i386/*
2023-11-15 6:35 UTC (2+ messages)
[PATCH v4 0/5] powerpc/smp: Topology and shared processor optimizations
2023-11-15 6:35 UTC (3+ messages)
` [PATCH v4 1/5] powerpc/smp: Enable Asym packing for cores on shared processor
[PATCH 1/2] console: provide best-effort clk_get_for_console helper
2023-11-15 6:34 UTC (9+ messages)
[igt-dev] [PATCH i-g-t 0/2] add new subtests for dark screen detection
2023-11-15 6:42 UTC (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/igt_debugfs: added helper to enable/disable "
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_pipe_crc_basic: added new subtest for darkscreen detection
[syzbot] [dri?] WARNING in drm_gem_object_handle_put_unlocked
2023-11-15 6:33 UTC (2+ messages)
` [syzbot] Test
[meta-multimedia][master][PATCHv3] libopenmpt: Added license change reason and dropped md5sum
2023-11-15 6:32 UTC
[syzbot] [wireless?] [net?] WARNING in ieee80211_rfkill_poll
2023-11-15 6:33 UTC (2+ messages)
` [syzbot] Test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.