All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-25 20:37:39 to 2023-10-25 21:31:00 UTC [more...]

[PATCH] net: tls: Fix possible NULL-pointer dereference in tls_decrypt_device() and tls_decrypt_sw()
 2023-10-25 21:30 UTC  (7+ messages)

[PATCH v3 0/6] Delay VERW
 2023-10-25 21:30 UTC  (10+ messages)
` [PATCH v3 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v3 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v3 3/6] x86/entry_32: "
` [PATCH v3 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v3 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v3 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH] scsi: sd: Introduce manage_shutdown device flag
 2023-10-25 21:30 UTC  (3+ messages)

[PATCH 00/13] Introduce support for multiqueue (MQ) in
 2023-10-25 21:29 UTC  (4+ messages)
` [PATCH 12/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver

[PATCH v2 0/5] net/ena: v2.8.0 driver release
 2023-10-25 21:30 UTC  (3+ messages)
` [PATCH v2 1/5] net/ena: hal upgrade

[Buildroot] [PATCH 1/1] package/qt5webengine: don't use system ICU libraries
 2023-10-25 21:29 UTC 

[PATCH] clocksource: disable irq when holding watchdog_lock
 2023-10-25 21:28 UTC  (11+ messages)

[linux-5.4 test] 183523: tolerable trouble: fail/pass/starved - PUSHED
 2023-10-25 21:26 UTC 

[LTP] [PATCH v8 0/4] Improve ioctl02.c
 2023-10-25 21:26 UTC  (2+ messages)

[PATCH 2/3] crypto: ccp - Use psp_tee_alloc_buffer() and psp_tee_free_buffer()
 2023-10-25 21:26 UTC  (3+ messages)

[PATCH v6 00/28] Generic line based metadata support, internal pads
 2023-10-25 21:17 UTC  (20+ messages)
` [PATCH v6 01/28] media: mc: Add INTERNAL pad flag
` [PATCH v6 13/28] media: v4l: subdev: Add a function to lock two sub-device states, use it
` [PATCH v6 14/28] media: v4l: subdev: Move G_ROUTING handling below S_ROUTING
` [PATCH v6 18/28] media: uapi: Allow a larger number of routes than there's room for
` [PATCH v6 20/28] media: uapi: v4l: subdev: Enable streams API

[PATCH 5.10 000/226] 5.10.198-rc1 review
 2023-10-25 21:26 UTC  (15+ messages)
  ` renesas_sdhi problems in 5.10-stable was "

[PATCH net-next 00/19] Netfilter updates for net-next
 2023-10-25 21:25 UTC  (20+ messages)
` [PATCH net-next 01/19] netfilter: nft_set_rbtree: rename gc deactivate+erase function
` [PATCH net-next 02/19] netfilter: nft_set_rbtree: prefer sync gc to async worker
` [PATCH net-next 03/19] netfilter: nf_tables: Open-code audit log call in nf_tables_getrule()
` [PATCH net-next 04/19] netfilter: nf_tables: Introduce nf_tables_getrule_single()
` [PATCH net-next 05/19] netfilter: nf_tables: Add locking for NFT_MSG_GETRULE_RESET requests
` [PATCH net-next 06/19] br_netfilter: use single forward hook for ip and arp
` [PATCH net-next 07/19] netfilter: conntrack: switch connlabels to atomic_t
` [PATCH net-next 08/19] netfilter: nf_tables: Drop pointless memset in nf_tables_dump_obj
` [PATCH net-next 09/19] netfilter: nf_tables: Unconditionally allocate nft_obj_filter
` [PATCH net-next 10/19] netfilter: nf_tables: A better name for nft_obj_filter
` [PATCH net-next 11/19] netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
` [PATCH net-next 12/19] netfilter: nf_tables: nft_obj_filter fits into cb->ctx
` [PATCH net-next 13/19] netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
` [PATCH net-next 14/19] netfilter: nft_set_pipapo: no need to call pipapo_deactivate() from flush
` [PATCH net-next 15/19] netfilter: nf_tables: set backend .flush always succeeds
` [PATCH net-next 16/19] netfilter: nf_tables: expose opaque set element as struct nft_elem_priv
` [PATCH net-next 17/19] netfilter: nf_tables: shrink memory consumption of set elements
` [PATCH net-next 18/19] netfilter: nf_tables: set->ops->insert returns opaque set element in case of EEXIST
` [PATCH net-next 19/19] netfilter: nf_tables: Carry reset boolean in nft_set_dump_ctx

[PATCH 0/4] media: i2c: imx214: Extend with sensor size and firmware information
 2023-10-25 21:26 UTC  (4+ messages)
` [PATCH 4/4] media: i2c: imx214: Add sensor's pixel matrix size

[QEMU][PATCHv2 0/8] Xen: support grant mappings
 2023-10-25 21:24 UTC  (9+ messages)
` [QEMU][PATCHv2 1/8] xen: when unplugging emulated devices skip virtio devices
` [QEMU][PATCHv2 2/8] softmmu: physmem: Split ram_block_add()
` [QEMU][PATCHv2 3/8] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCHv2 4/8] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCHv2 5/8] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCHv2 6/8] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCHv2 7/8] xen: add map and unmap callbacks for grant region
` [QEMU][PATCHv2 8/8] hw: arm: Add grant mapping

[PATCH bpf-next v4 0/7] Add bpf programmable net device
 2023-10-25 21:24 UTC  (3+ messages)
` [PATCH bpf-next v4 1/7] netkit, bpf: "

[LTP] [PATCH] syscalls/rename10: Test long file name too
 2023-10-25 21:05 UTC  (2+ messages)

[PATCH v4 1/1] efi_loader: expose the device-tree file name
 2023-10-25 21:22 UTC  (9+ messages)

[PATCH net-next v7 0/7] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-10-25 21:21 UTC  (8+ messages)
` [PATCH net-next v7 5/7] ARM64: dts: marvell: Fix some common switch mistakes

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-10-25 21:20 UTC  (12+ messages)
` [PATCH v7 2/4] riscv: Checksum header

[PATCH] i2c:octeon:Add block-mode r/w
 2023-10-25 21:20 UTC  (4+ messages)

[GIT PULL] soc: ti: Driver updates for v6.7
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: arm for v6.7 (#1)
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL] ARM: dts: samsung: Second round for v6.7
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL 1/2] Broadcom devicetree changes for 6.7
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL] arm64: dts: ti: K3: Second round of updates for v6.7
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL] Rockchip dts64 changes for 6.7 #2
 2023-10-25 21:20 UTC  (2+ messages)

[GIT PULL] More Qualcomm driver updates for v6.7
 2023-10-25 21:20 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2023-10-25 21:20 UTC 

linux-next: duplicate patch in the devicetree tree
 2023-10-25 21:19 UTC 

KTODO automated TODO lists
 2023-10-25 21:19 UTC  (13+ messages)

[PATCH net] hv_netvsc: fix race of netvsc and VF register_netdevice
 2023-10-25 21:16 UTC 

Balance on 5-disk RAID1 put all data on 2 disks, leaving the rest empty
 2023-10-25 21:15 UTC  (3+ messages)

[XEN PATCH v2 00/10] address violations of MISRA C:2012 Directive 4.10
 2023-10-25 21:12 UTC  (18+ messages)

ANN: kernel git branches and process changes
 2023-10-25 21:11 UTC 

[Intel-wired-lan] [PATCH net-next v5 0/6] ice: Add basic E830 support
 2023-10-25 21:11 UTC  (19+ messages)
` [Intel-wired-lan] [PATCH net-next v5 1/6] ice: Add E830 device IDs, MAC type and registers
` [Intel-wired-lan] [PATCH net-next v5 2/6] ice: Add 200G speed/phy type use
` [Intel-wired-lan] [PATCH net-next v5 3/6] ice: Add ice_get_link_status_datalen
` [Intel-wired-lan] [PATCH net-next v5 4/6] ice: Add support for E830 DDP package segment
` [Intel-wired-lan] [PATCH net-next v5 5/6] ice: Remove redundant zeroing of the fields
` [Intel-wired-lan] [PATCH net-next v5 6/6] ice: Hook up 4 E830 devices by adding their IDs

[PATCH] smbios: arm64: Allow table to be written at a fixed addr
 2023-10-25 21:09 UTC  (11+ messages)

[Intel-xe] [PATCH v3 0/5] drm/xe: Clear-media HuC support for MTL
 2023-10-25 21:09 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Clear-media HuC support for MTL (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[Intel-xe] [PATCH 0/3] Some eviction fixes
 2023-10-25 21:06 UTC  (6+ messages)
` [Intel-xe] [PATCH 2/3] drm/xe/bo: consider dma-resv fences for clear job
` [Intel-xe] [PATCH 3/3] drm/xe/bo: sync kernel fences for KMD buffers
` [Intel-xe] ✓ CI.BAT: success for Some eviction fixes

[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 21:06 UTC  (6+ messages)
` [PATCH v6 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v6 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH 0/3] fanotify support for btrfs sub-volumes
 2023-10-25 21:06 UTC  (3+ messages)

[PATCH] x86/resctrl: mba_MBps: Fall back to total b/w if local b/w unavailable
 2023-10-25 21:06 UTC  (7+ messages)

[PATCH v6 00/23] Make Pixman an optional dependency
 2023-10-25 21:05 UTC  (9+ messages)
` [PATCH v6 12/23] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v6 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v6 21/23] hw/sm501: allow compiling without PIXMAN
` [PATCH v6 22/23] hw/display: make ATI_VGA depend on PIXMAN

[PATCH] kernel.bbclass: Use strip utility used for kernel build in do_package
 2023-10-25 21:05 UTC  (3+ messages)
  ` [OE-core] "

[PATCH v2 0/3] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350
 2023-10-25 21:03 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add prefix for OLogic, Inc
` [PATCH v2 2/3] dt-bindings: arm64: dts: mediatek: Add ologic,pumpkin-i350 board
` [PATCH v2 3/3] arm64: dts: mediatek: Add device tree for MT8365-based Pumpkin i350

PIC probing code from e179f6914152 failing
 2023-10-25 21:04 UTC  (9+ messages)
              ` [PATCH] x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibility,

git diagnose in non git directory results in core dump
 2023-10-25 21:01 UTC  (2+ messages)

[PATCH for-4.19 v2] docs/arm: Document where Xen should be loaded in memory
 2023-10-25 21:01 UTC  (5+ messages)

[nf-next PATCH v3 0/3] Add locking for NFT_MSG_GETOBJ_RESET requests
 2023-10-25 21:00 UTC  (6+ messages)
` [nf-next PATCH v3 1/3] netfilter: nf_tables: Audit log dump reset after the fact
` [nf-next PATCH v3 3/3] netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests

Possible runqemu release note for Nanbield
 2023-10-25 20:58 UTC 

[RFC PATCH 00/22] vPMU bugfixes and support for PMUv5
 2023-10-25 20:59 UTC  (3+ messages)
` [RFC PATCH 22/22] x86/AMD: add IRPerf support

git bugreport with invalid CLI argument does not report error
 2023-10-25 20:59 UTC 

[PATCH v4 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 20:58 UTC  (7+ messages)
` [PATCH v4 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles

[Intel-gfx] [topic/core-for-CI][PATCH 0/2] Drop some unnecessary patches
 2023-10-25 20:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

Generalise the usage of exclude-list.json
 2023-10-25 20:56 UTC  (3+ messages)

[PATCH 0/3] Add getrandom() fallback, cleanup headers
 2023-10-25 20:57 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/4] DP DSC min/max src bpc fixes
 2023-10-25 20:56 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 0/4] rk3588 PCIe improvements
 2023-10-25 20:55 UTC  (7+ messages)
` [PATCH v2 3/4] dt-bindings: PCI: dwc: rockchip: Add dma properties

[PATCH] cxl/region: Fix cxl_region_rwsem lock held when returning to user space
 2023-10-25 20:55 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:6.6-dango 7046/7095] drivers/mtd/mtdsplit/mtdsplit_fit.c:303: undefined reference to `fdt_path_offset'
 2023-10-25 20:55 UTC 

[for-4.19][PATCH] build: Allow setting KBUILD_DEFCONFIG in the environment
 2023-10-25 20:54 UTC  (7+ messages)

[PATCH 5/6] drm/amdgpu: Add new macro WREG32_RLC_XCC (v2)
 2023-10-25 20:52 UTC  (6+ messages)
` [PATCH 1/5] drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3
  ` [PATCH 2/5] drm/amdgpu: Add xcc instance parameter to *REG32_SOC15_IP_NO_KIQ (v2)
  ` [PATCH 3/5] drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v3)
  ` [PATCH 4/5] drm/amdgpu: Add xcc_inst param to amdgpu_virt_kiq_reg_write_reg_wait (v2)
  ` [PATCH 5/5] drm/amdgpu: Change WREG32_RLC to WREG32_SOC15_RLC where inst != 0

[PATCH v2 0/6] DRM driver for verisilicon
 2023-10-25 19:28 UTC  (3+ messages)
` [PATCH v2 5/6] drm/vs: Add KMS crtc&plane

[PATCH] freevxfs: derive f_fsid from bdev->bd_dev
 2023-10-25 20:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/qt5webengine-chromium: fix python3.11 build errors
 2023-10-25 20:52 UTC 

[PATCH v3 0/7] ptype matching support in mlx5
 2023-10-25 20:51 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] net/mlx5: add support for ptype match in hardware steering
  ` [PATCH v4 2/4] net/mlx5/hws: add support for fragmented ptype match
  ` [PATCH v4 3/4] doc: add PMD ptype item limitations
  ` [PATCH v4 4/4] doc: add packet type matching item to release notes

[PATCH 0/2] x86: ucode and CPU Kconfig
 2023-10-25 20:51 UTC  (3+ messages)
` [PATCH 1/2] x86/ucode: Move vendor specifics back out of early_microcode_init()

[Buildroot] [Bug 15826] New: nodejs modules with native extensions fail to install
 2023-10-25 20:50 UTC  (2+ messages)
` [Buildroot] [Bug 15826] "

git diagnose with invalid CLI argument does not report error
 2023-10-25 20:49 UTC 

[PATCH RFC 0/6] fs,block: yield devices
 2023-10-25 20:46 UTC  (3+ messages)

[PATCH v2] um: time-travel: fix time corruption
 2023-10-25 20:45 UTC 

stable/linux-5.4.y baseline: 153 runs, 2 regressions (v5.4.259)
 2023-10-25 20:43 UTC 

[RFC PATCH] tcg: allow a target to request canonicalization of SUBI to ADDI
 2023-10-25 20:42 UTC  (2+ messages)

[Buildroot] [Bug 15823] New: Installing nodejs modules with native extensions fails on first run
 2023-10-25 20:43 UTC  (2+ messages)
` [Buildroot] [Bug 15823] "

[PATCH] um: time-travel: fix time going backwards
 2023-10-25 20:41 UTC  (8+ messages)

[PATCH] net/mlx5/hws: fix integrity bits level
 2023-10-25 20:41 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS bb07d80d4dee5f29612d68125a6197e106398e2d
 2023-10-25 20:40 UTC 

[powerpc:merge] BUILD SUCCESS 4d121328397f83465b6c1f60c5fad93bda9bc90e
 2023-10-25 20:38 UTC 

[PATCH] net/mlx5/hws: remove csum check from L3 ok check
 2023-10-25 20:39 UTC 

[PATCH net-next v6 0/7] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-10-25 20:38 UTC  (7+ messages)
` [PATCH net-next v6 1/7] dt-bindings: net: dsa: Require ports or ethernet-ports

[Intel-gfx] [PATCH] file, i915: fix file reference for mmap_singleton()
 2023-10-25 20:38 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
  ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for file, i915: fix file reference for mmap_singleton()y

[PATCH 0/4] clk: qcom: Introduce clocks drivers for SC8380XP
 2023-10-25 20:38 UTC  (3+ messages)
` [PATCH 4/4] clk: qcom: rpmh: Add support for SC8380XP rpmh clocks


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.