All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-04 19:02:21 to 2023-05-04 19:43:55 UTC [more...]

[PATCH AUTOSEL 6.2 01/53] wifi: ath: Silence memcpy run-time false positive warning
 2023-05-04 19:43 UTC  (2+ messages)
` [Cluster-devel] [PATCH AUTOSEL 6.2 19/53] gfs2: Fix inode height consistency check

[PATCH AUTOSEL 6.3 01/59] wifi: ath: Silence memcpy run-time false positive warning
 2023-05-04 19:41 UTC  (33+ messages)
` [PATCH AUTOSEL 6.3 02/59] wifi: ath12k: Handle lock during peer_id find
` [PATCH AUTOSEL 6.3 03/59] wifi: ath12k: PCI ops for wakeup/release MHI
` [PATCH AUTOSEL 6.3 04/59] bpf: Annotate data races in bpf_local_storage
` [PATCH AUTOSEL 6.3 05/59] wifi: brcmfmac: pcie: Provide a buffer of random bytes to the device
` [PATCH AUTOSEL 6.3 06/59] wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex
` [PATCH AUTOSEL 6.3 07/59] wifi: brcmfmac: pcie: Add IDs/properties for BCM4387
` [PATCH AUTOSEL 6.3 09/59] ext2: Check block size validity during mount
` [PATCH AUTOSEL 6.3 10/59] scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
` [PATCH AUTOSEL 6.3 11/59] scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery
` [PATCH AUTOSEL 6.3 12/59] wifi: rtw88: fix memory leak in rtw_usb_probe()
` [PATCH AUTOSEL 6.3 13/59] wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()
` [PATCH AUTOSEL 6.3 15/59] net: pasemi: Fix return type of pasemi_mac_start_tx()
` [PATCH AUTOSEL 6.3 16/59] wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work()
` [PATCH AUTOSEL 6.3 17/59] net: Catch invalid index in XPS mapping
` [PATCH AUTOSEL 6.3 19/59] scsi: target: iscsit: Free cmds before session free
` [PATCH AUTOSEL 6.3 21/59] scsi: message: mptlan: Fix use after free bug in mptlan_remove() due to race condition
` [PATCH AUTOSEL 6.3 22/59] gfs2: Fix inode height consistency check
  ` [Cluster-devel] "
` [PATCH AUTOSEL 6.3 23/59] scsi: ufs: ufs-pci: Add support for Intel Lunar Lake
` [PATCH AUTOSEL 6.3 25/59] ext4: set goal start correctly in ext4_mb_normalize_request
` [f2fs-dev] [PATCH AUTOSEL 6.3 28/59] f2fs: Fix system crash due to lack of free space in LFS
` [PATCH AUTOSEL 6.3 29/59] f2fs: fix to drop all dirty pages during umount() if cp_error is set
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH AUTOSEL 6.3 30/59] f2fs: fix to check readonly condition correctly
` [PATCH AUTOSEL 6.3 40/59] wifi: ath11k: Ignore frags from uninitialized peer in dp
` [PATCH AUTOSEL 6.3 41/59] wifi: mt76: mt7921: add Netgear AXE3000 (A8000) support
` [f2fs-dev] [PATCH AUTOSEL 6.3 43/59] f2fs: relax sanity check if checkpoint is corrupted
` [PATCH AUTOSEL 6.3 46/59] wifi: ath11k: Fix SKB corruption in REO destination ring
` [PATCH AUTOSEL 6.3 49/59] ipvs: Update width of source for ip_vs_sync_conn_options

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 19:03 UTC  (97+ messages)
` [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V2 02/38] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V2 03/38] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V2 04/38] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V2 05/38] x86/topology: Remove CPU0 hotplug option
` [patch V2 06/38] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V2 07/38] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V2 08/38] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V2 09/38] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch V2 13/38] x86/smpboot: Remove cpu_callin_mask
` [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V2 15/38] x86/smpboot: Remove wait for cpu_online()
` [patch V2 16/38] x86/xen/smp_pv: Remove wait for CPU online
` [patch V2 17/38] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V2 19/38] x86/smpboot: Switch to hotplug core state synchronization
` [patch V2 20/38] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch V2 22/38] arm64: "
` [patch V2 23/38] csky/smp: "
` [patch V2 24/38] MIPS: SMP_CPS: "
` [patch V2 25/38] parisc: "
` [patch V2 26/38] riscv: "
` [patch V2 27/38] cpu/hotplug: Remove unused state functions
` [patch V2 28/38] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V2 30/38] x86/smpboot: Enable split CPU startup
` [patch V2 31/38] x86/apic: Provide cpu_primary_thread mask
` [patch V2 32/38] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V2 33/38] x86/topology: Store extended topology leaf information
` [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch V2 35/38] x86/apic: Save the APIC virtual base address
` [patch V2 36/38] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V2 37/38] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V2 38/38] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[PATCH bpf-next 00/10] Add precision propagation for subprogs and callbacks
 2023-05-04 19:40 UTC  (9+ messages)
` [PATCH bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH bpf-next 08/10] bpf: support precision propagation in the presence of subprogs

mv88e6320: Failed to forward PTP multicast
 2023-05-04 19:40 UTC  (3+ messages)

[PATCH 0/6] x86: Fix transient build breakage with featureset additions
 2023-05-04 19:39 UTC  (7+ messages)
` [PATCH 1/6] x86/cpu-policy: Drop build time cross-checks of featureset sizes
` [PATCH 2/6] x86/cpuid: Rename NCAPINTS to X86_NR_CAPS
` [PATCH 3/6] x86/cpuid: Rename FSCAPINTS to X86_NR_FEAT
` [PATCH 4/6] x86/cpu-policy: Split cpuid-consts.h out of cpu-policy.h
` [PATCH 5/6] x86/cpu-policy: Disentangle X86_NR_FEAT and FEATURESET_NR_ENTRIES
` [PATCH 6/6] DO NOT APPLY: Example breakage

[PATCH v7 0/3] Introduce put_task_struct_atomic_sleep()
 2023-05-04 19:38 UTC  (10+ messages)
` [PATCH v7 2/3] sched/task: Add the put_task_struct_atomic_safe() function

[PATCH v5 0/7] add DSC 1.2 dpu supports
 2023-05-04 19:36 UTC  (8+ messages)
` [PATCH v5 3/7] drm/msm/dpu: add DPU_PINGPONG_DSC bits into PP_BLK and PP_BLK_TE marcos

io_uring is a regression over 16 year old aio/io_submit, 2+ decades of Microsoft NT, and *BSD circa 1997-2001
 2023-05-04 19:37 UTC  (3+ messages)

[Intel-xe] [PATCH 0/7] OOB workarounds
 2023-05-04 19:37 UTC  (5+ messages)
` [Intel-xe] [PATCH 7/7] drm/xe/guc: Port workarounds to OOB infra

[Intel-xe] [PATCH v5 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-05-04 19:35 UTC  (5+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [v5,1/2] drm/xe: Set default MOCS value for cs instructions (rev2)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

[ANN] bpf mailing list migrated
 2023-05-04 19:32 UTC 

[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
 2023-05-04 19:28 UTC  (2+ messages)

XDP redirect - ping fail
 2023-05-04 19:28 UTC  (4+ messages)
    ` XDP-REDIRECT cpu affinity

[PATCH] arm-bsp/u-boot: corstone1000: remove debug messages and fix env
 2023-05-04 19:27 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915: taint kernel when force probing unsupported devices
 2023-05-04 19:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: taint kernel when force probing unsupported devices (rev2)

Driver for rtw8723ds
 2023-05-04 19:25 UTC  (3+ messages)

Unable to TX data on VSC8531
 2023-05-04 19:25 UTC  (7+ messages)

[PATCH v1] drm/mipi-dsi: Set the fwnode for mipi_dsi_device
 2023-05-04 19:21 UTC  (7+ messages)

[Buildroot] [git commit branch/2023.02.x] package/libcurl: drop override of LD_LIBRARY_PATH
 2023-05-04 19:05 UTC 

[Buildroot] [git commit branch/2023.02.x] package/go: security bump to version 1.19.9
 2023-05-04 19:16 UTC 

[Buildroot] [git commit branch/2023.02.x] package/dnsmasq: fix CVE-2023-28450
 2023-05-04 19:18 UTC 

[Buildroot] [git commit branch/2023.02.x] package/libgtk3: fix cups backend
 2023-05-04 19:09 UTC 

[Buildroot] [git commit branch/2023.02.x] package/libgtk3: bump to version 3.24.37
 2023-05-04 19:08 UTC 

[Buildroot] [PATCH] package/dnsmasq: fix CVE-2023-28450
 2023-05-04 19:20 UTC  (2+ messages)

[xen-unstable test] 180528: tolerable FAIL - PUSHED
 2023-05-04 19:18 UTC 

[Buildroot] [PATCH 1/1] package/go: security bump to version 1.19.9
 2023-05-04 19:16 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
 2023-05-04 19:16 UTC  (5+ messages)
` [PATCH v2 4/4] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface

[PATCH 1/2] drm/amdgpu: change vm_inv_engs array based on new GFXHUB/MMHUB layout
 2023-05-04 19:15 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: adjust vmhub flush tlb iteration to fit the "

[Buildroot] [PATCH] package/libgtk3: fix cups backend
 2023-05-04 19:15 UTC  (2+ messages)

[PATCH v3 0/5] virtio-gpu cleanups and obvious definitions
 2023-05-04 19:12 UTC  (6+ messages)
` [PATCH v3 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
` [PATCH v3 2/5] hw/display/virtio-gpu-virgl: make GL device more library agnostic
` [PATCH v3 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function
` [PATCH v3 4/5] virtio: Add shared memory capability
` [PATCH v3 5/5] virtio-gpu: CONTEXT_INIT feature

[PATCH] maple_tree: Make maple state reusable after mas_empty_area()
 2023-05-04 19:10 UTC  (2+ messages)

[PATCH v4 0/7] x86/resctrl: Miscellaneous resctrl features
 2023-05-04 19:04 UTC  (13+ messages)
` [PATCH v4 1/7] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v4 2/7] x86/resctrl: Remove unnecessary rftype flags
` [PATCH v4 3/7] x86/resctrl: Rename rftype flags for consistency
` [PATCH v4 4/7] x86/resctrl: Re-arrange RFTYPE flags and add more comments
` [PATCH v4 5/7] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v4 6/7] x86/resctrl: Display CLOSID and RMID for the resctrl groups

next/master baseline: 793 runs, 82 regressions (next-20230504)
 2023-05-04 19:09 UTC 

[PATCH BlueZ] tools/test-runner: add option to start Pipewire inside the VM
 2023-05-04 19:09 UTC  (4+ messages)

[GIT PULL] perf tools changes for v6.4
 2023-05-04 19:07 UTC  (8+ messages)
    ` BPF skels in perf .Re: "

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-04 19:09 UTC  (11+ messages)

[Buildroot] [PATCH] package/libcurl: drop override of LD_LIBRARY_PATH
 2023-05-04 19:06 UTC  (2+ messages)

[RFC PATCH v7 0/8] Create common DPLL configuration API
 2023-05-04 19:04 UTC  (4+ messages)
` [RFC PATCH v7 3/8] dpll: documentation on DPLL subsystem interface

[PATCH] dt-bindings: misc: brcm,kona-smc: convert to YAML
 2023-05-04 19:02 UTC 

ssl fips self check fails with 7.2.0 on x86 TCG
 2023-05-04 19:03 UTC 

[RFC PATCH 00/11] Rust null block driver
 2023-05-04 19:02 UTC  (6+ messages)


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.