All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-03 20:19:47 to 2025-06-03 21:49:35 UTC [more...]

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-06-03 21:45 UTC  (13+ messages)
` [PATCH v4 16/20] nova-core: Add support for VBIOS ucode extraction for boot
` [PATCH v4 17/20] gpu: nova-core: compute layout of the FRTS region
` [PATCH v4 18/20] gpu: nova-core: add types for patching firmware binaries
` [PATCH v4 19/20] gpu: nova-core: extract FWSEC from BIOS and patch it to run FWSEC-FRTS
` [PATCH v4 20/20] gpu: nova-core: load and "

[PATCH] ARM: dts: aspeed: Add device tree for Nvidia's GB200 UT3.0b platform BMC
 2025-06-03 21:45 UTC  (2+ messages)

[PULL 00/16] rust, i386 changes for 2025-06-03
 2025-06-03 21:45 UTC  (12+ messages)
` [PULL 02/16] meson: update to version 1.8.1
` [PULL 05/16] rust: add qemu-api doctests to "meson test"
` [PULL 06/16] rust: cell: remove support for running doctests with "cargo test --doc"
` [PULL 07/16] rust: use native Meson support for clippy and rustdoc
` [PULL 08/16] target/i386: Remove FRED dependency on WRMSRNS
` [PULL 09/16] target/i386: Add a new CPU feature word for CPUID.7.1.ECX
` [PULL 10/16] target/i386: Add the immediate form MSR access instruction support
` [PULL 11/16] meson: use config_base_arch for target libraries
` [PULL 13/16] i386/tdvf: Fix build on 32-bit host
` [PULL 14/16] rust: add "bits", a custom bitflags implementation
` [PULL 16/16] rust: qemu-api-macros: add from_bits and into_bits to #[derive(TryInto)]

[PATCH 0/4 v3] Make ELOG and GHES log and trace consistently
 2025-06-03 21:49 UTC  (11+ messages)
` [PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v3] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v3] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v3] ACPI: extlog: Trace CPER CXL Protocol "

[PATCH] ASoC: cs48l32: Fix a signedness bug in cs48l32_hw_params()
 2025-06-03 21:48 UTC 

[PATCH v2 0/3] Fix build issue when CONFIG_MODULES is not set
 2025-06-03 21:40 UTC  (4+ messages)
` [PATCH v2 1/3] i2c: designware: Initialize adapter name only when "
` [PATCH v2 2/3] i2c: amd-isp: Initialize unique adpater name
` [PATCH v2 3/3] platform/x86: Use i2c adapter name to fix build errors

[PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
 2025-06-03 21:46 UTC  (2+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-03 21:45 UTC  (11+ messages)
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors

[PATCH v2 bpf-next 0/4] bpf path iterator
 2025-06-03 21:44 UTC  (7+ messages)
` [PATCH v2 bpf-next 3/4] bpf: Introduce "

[PATCH 0/3] perf: generate events for BPF metadata
 2025-06-03 21:44 UTC  (5+ messages)
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs

Problems
 2025-06-03 21:44 UTC  (2+ messages)
` Solutions

[PATCH v1 0/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_*()
 2025-06-03 21:36 UTC  (4+ messages)
` [PATCH v1 1/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pmd()
` [PATCH v1 2/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pud()

RCU patches in flight
 2025-06-03 21:35 UTC  (6+ messages)

[PATCH] docs: automarkup: Mark up undocumented entities too
 2025-06-03 21:35 UTC  (5+ messages)

[PATCH 0/3] TLB flush fixes
 2025-06-03 21:33 UTC  (5+ messages)
` [PATCH 1/3] x86/mm: Fix potential overflow in user_pcid_flush_mask

PATCH v2] io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX
 2025-06-03 21:33 UTC 

[PATCH i-g-t v3 1/2] tests/amdgpu: userq skip waiting for signal fence
 2025-06-03 21:33 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [i-g-t,v3,1/2] "
` ✓ i915.CI.BAT: "

[PATCH] docs: automarkup: Remove some Sphinx 2 holdovers
 2025-06-03 21:32 UTC  (2+ messages)

[PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
 2025-06-03 21:32 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:32 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v4 2/9] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v4 3/9] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v4 4/9] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v4 5/9] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v4 6/9] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v4 7/9] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v4 8/9] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v4 9/9] bpf: Fall back to nospec for sanitization-failures

REGRESSION: armv7 build mismatched types
 2025-06-03 21:31 UTC  (5+ messages)

[RFC Patch 0/5] Make anon_vma operations testable
 2025-06-03 21:31 UTC  (12+ messages)

[PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
 2025-06-03 21:30 UTC  (4+ messages)

[openeuler:OLK-5.10 2882/2882] mm/memcontrol.c:5402:26: error: implicit declaration of function 'ksm_process_profit'
 2025-06-03 21:29 UTC 

[PATCH v3 1/1] dt-bindings: mmc: mxs-mmc: change ref to mmc-controller-common.yaml from mmc-controller.yaml
 2025-06-03 21:28 UTC  (2+ messages)

[PATCH v8 0/6] Make MIGRATE_ISOLATE a standalone bit
 2025-06-03 21:27 UTC  (3+ messages)
` [PATCH v8 6/6] mm/page_isolation: remove migratetype parameter from more functions

[PATCH] Path string from the host should not be treated as wchar_t
 2025-06-03 21:26 UTC  (3+ messages)
` [PATCH v2 0/1] Path string from the host should not be treated

[PATCH v3] meson: fix Windows build
 2025-06-03 21:24 UTC 

[PATCH bpf-next] selftests/bpf: support array presets in veristat
 2025-06-03 21:24 UTC  (2+ messages)

[PATCH] drm/amdkfd: fix mes based process evictions
 2025-06-03 21:22 UTC  (2+ messages)

[PATCH] btrfs: fix invalid inode pointer dereferences during log replay
 2025-06-03 21:21 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: a couple bug fixes for log replay
 2025-06-03 21:19 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: fix invalid inode pointer dereferences during "
` [PATCH v2 2/2] btrfs: don't silently ignore unexpected extent type when replaying log

[PATCH v3 0/2] arm: extended regions fixes
 2025-06-03 21:15 UTC  (4+ messages)
` [PATCH v3 1/2] xen/arm: exclude xen,reg from direct-map domU extended regions

[PATCH 1/2] userdiff: add support for R programming language
 2025-06-03 21:15 UTC  (4+ messages)
` [PATCH v2] "

#netdev@vger.kernel.org Offer Report June Ref : Superior SEO Services Today
 2025-06-03 21:13 UTC 

[PATCH v2 net] net: phy: clear phydev->devlink when the link is deleted
 2025-06-03 21:13 UTC  (4+ messages)

[PATCH bpf-next 0/4] bpf path iterator
 2025-06-03 21:13 UTC  (11+ messages)
` [PATCH bpf-next 3/4] bpf: Introduce "

[git bisect] rsi_usb oops
 2025-06-03 21:13 UTC 

[PATCH v4 0/3] diff: add pathspec support to --no-index
 2025-06-03 21:12 UTC  (2+ messages)

[PATCHv2] util-linux: Improve the package licenses
 2025-06-03 21:12 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 1/2] Omit an aggregation record if [u][sym|mod] translation fails
 2025-06-03 21:08 UTC 

[axboe-block:io_uring-6.16 5/5] io_uring/kbuf.c:497:13: warning: variable 'ret' set but not used
 2025-06-03 21:07 UTC 

[PATCH bpf-next v3 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-06-03 21:07 UTC  (4+ messages)
` [PATCH bpf-next v3 10/11] bpf: Allow nospec-protected var-offset stack access

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sock_get_channel
 2025-06-03 21:07 UTC 

[PATCH v2 0/4] KVM: arm64: vcpu sysreg accessor rework
 2025-06-03 21:06 UTC  (2+ messages)

[PATCH 0/3] btrfs: use refcount_t type for extent buffers and cleanups
 2025-06-03 21:05 UTC  (4+ messages)
` [PATCH 1/3] btrfs: reorganize logic at free_extent_buffer() for better readability

[PATCH] tests/intel/xe_fault_injection: Ignore *ERROR* dmesg reports
 2025-06-03 21:05 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[GIT PULL] Please pull NFS Client Updates for Linux 6.16
 2025-06-03 21:03 UTC 

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in mgmt_remove_adv_monitor_complete (3)
 2025-06-03 21:03 UTC 

[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
 2025-06-03 21:01 UTC  (4+ messages)
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present

Subject: [PATCH v2] vmbus: retrieve connection-id from DeviceTree
 2025-06-03 21:01 UTC 

[PATCH] sandbox: solve undefined reference to pthread_kill symbol
 2025-06-03 21:00 UTC  (5+ messages)

[Intel-wired-lan] [PATCH] e1000e: disregard NVM checksum on tgp when valid checksum mask is not set
 2025-06-03 21:00 UTC  (8+ messages)

[PATCH v4 1/2] Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
 2025-06-03 21:00 UTC  (3+ messages)
` [PATCH v4 2/2] Bluetooth: MGMT: Protect mgmt_pending list with its own lock
` [v4,1/2] Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-03 20:59 UTC  (3+ messages)

[RFC] rust: Upgrade 1.85.1->1.86.0
 2025-06-03 20:56 UTC  (12+ messages)
` [OE-core] "

[PATCH 0/3] Fix race condition in Devres
 2025-06-03 20:48 UTC  (4+ messages)
` [PATCH 1/3] rust: completion: implement initial abstraction
` [PATCH 2/3] rust: revocable: indicate whether `data` has been revoked already
` [PATCH 3/3] rust: devres: fix race in Devres::drop()

[PATCH] Documentation/driver-api/cxl: Introduce conventions.rst
 2025-06-03 20:54 UTC  (2+ messages)

[PATCH bpf-next] bpf: Clarify sanitize_check_bounds()
 2025-06-03 20:45 UTC 

[PATCH v3 00/36] mmc: Cleanup mmc_alloc_host() usage
 2025-06-03 20:49 UTC  (4+ messages)
` [PATCH v3 36/36] mmc: meson-mx-sdio: Use devm_mmc_alloc_host() helper

[PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
 2025-06-03 20:50 UTC  (2+ messages)

[RFC PATCH net-next v2 00/10] net: dsa: b53: fix BCM5325 support
 2025-06-03 20:48 UTC  (11+ messages)
` [RFC PATCH net-next v2 01/10] net: dsa: b53: add support for FDB operations on 5325/5365
` [RFC PATCH net-next v2 02/10] net: dsa: b53: prevent FAST_AGE access on BCM5325
` [RFC PATCH net-next v2 03/10] net: dsa: b53: prevent SWITCH_CTRL "
` [RFC PATCH net-next v2 04/10] net: dsa: b53: fix IP_MULTICAST_CTRL "
` [RFC PATCH net-next v2 05/10] net: dsa: b53: prevent DIS_LEARNING access "
` [RFC PATCH net-next v2 06/10] net: dsa: b53: prevent BRCM_HDR "
` [RFC PATCH net-next v2 07/10] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL "
` [RFC PATCH net-next v2 08/10] net: dsa: b53: fix unicast/multicast flooding "
` [RFC PATCH net-next v2 09/10] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325
` [RFC PATCH net-next v2 10/10] net: dsa: b53: ensure BCM5325 PHYs are enabled

[PATCH 04/17] KVM: arm64: Cleanup PMU includes
 2025-06-03 20:48 UTC  (2+ messages)

[PATCH 0/2] x86/vpci: two fixes
 2025-06-03 20:47 UTC  (6+ messages)
` [PATCH 2/2] x86/vpci: refuse to map BARs at position 0

[PATCH] btrfs: fix double unlock of buffer_tree xarray when releasing subpage eb
 2025-06-03 20:47 UTC  (2+ messages)

[PATCH v2] meson: fix Windows build
 2025-06-03 20:46 UTC  (5+ messages)

[RFC] separate the internal mount flags from the rest
 2025-06-03 20:47 UTC 

[PATCH] mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_ORDER_CEIL
 2025-06-03 20:46 UTC  (2+ messages)

[PATCH] notes: remove trailing whitespace from editor template
 2025-06-03 20:46 UTC  (5+ messages)

[PATCH net] net: enetc: fix the netc-lib driver build dependency
 2025-06-03 20:45 UTC  (2+ messages)

[PATCH v2] completion: Make sed command that generates config-list.h portable
 2025-06-03 20:43 UTC  (5+ messages)
` [PATCH] CodingGuidelines: document formatting required by generate-configlist.sh

[PATCH 0/2] contrib/subtree: Add -S/-gpg-sign
 2025-06-03 20:42 UTC  (3+ messages)
` [PATCH 1/2] contrib/subtree: parse using --stuck-long

[PATCH] usb: phy: tegra: Remove unused functions
 2025-06-03 20:39 UTC 

[Bug 220116] amd_pmc - Last suspend didn't reach deepest state
 2025-06-03 20:38 UTC 

[PATCH 1/2] linux/bitfield.h: import FIELD_PREP_CONST macro from Linux Kernel
 2025-06-03 20:37 UTC  (3+ messages)

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:37 UTC  (2+ messages)
` [PATCH v3 2/2] Tests for the ".emit_strings" functionality in the BTF dumper

[PATCH v2 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-06-03 20:36 UTC  (5+ messages)

[PATCH] test: Make the USDT "only enabled" test more stringent
 2025-06-03 20:35 UTC 

[GIT PULL] perf tools changes for v6.16
 2025-06-03 20:35 UTC 

[PATCH 0/4] Some more _types.h cleanups
 2025-06-03 20:34 UTC  (8+ messages)
` [PATCH 1/4] drm/xe: Move xe_root_tile_mmio() to xe_device.h
` [PATCH 2/4] drm/xe: Promote struct xe_mmio definition to own file
` [PATCH 3/4] drm/xe: Promote struct xe_tile "
` [PATCH 4/4] drm/xe: Drop unnecessary include from xe_tile.h
` ✓ CI.Patch_applied: success for Some more _types.h cleanups
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH 6.12 000/626] 6.12.31-rc1 review
 2025-06-03 20:33 UTC  (3+ messages)
` [PATCH 6.12 130/626] wifi: mwifiex: Fix HT40 bandwidth issue

[PATCH 6.12 00/55] 6.12.32-rc1 review
 2025-06-03 20:33 UTC  (2+ messages)

EXT4/JBD2 Not Fully Released device after unmount of NVMe-oF Block Device
 2025-06-03 20:32 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH v3 0/4] drm/xe/bmg: Update some WAs
 2025-06-03 20:31 UTC  (6+ messages)
` [PATCH v3 1/4] drm/xe/bmg: Update Wa_14022085890

[pci:next] BUILD SUCCESS 8fb7bccf507dcf6f5bc03bb7a7533a68c89785ff
 2025-06-03 20:32 UTC 

[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
 2025-06-03 20:32 UTC  (3+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_sock_get_channel
 2025-06-03 20:32 UTC  (2+ messages)
` [syzbot] Re: [PATCH v4 2/2] Bluetooth: MGMT: Protect mgmt_pending list with its own lock

[RFC PATCH v11 0/4] Report vfio-ap configuration changes
 2025-06-03 20:30 UTC  (7+ messages)
` [RFC PATCH v11 3/4] hw/vfio/ap: Storing event information for an AP configuration change event

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in mgmt_remove_adv_monitor_complete (3)
 2025-06-03 20:30 UTC  (2+ messages)
` [syzbot] Re: [PATCH v4 1/2] Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete

[RFC PATCH] MAINTAINERS: add mm swap section
 2025-06-03 20:29 UTC  (2+ messages)

[PATCH 6.6 000/444] 6.6.93-rc1 review
 2025-06-03 20:29 UTC  (2+ messages)

How to Customize and Build Original Raspberry Pi OS Using Yocto?
 2025-06-03 20:28 UTC  (2+ messages)
` [yocto] "

[Buildroot] [git commit] package/redis: security bump to v8.0.2
 2025-06-03 20:26 UTC 

[PATCH v3 0/5] Enable media OA
 2025-06-03 20:27 UTC  (9+ messages)
` [PATCH 1/5] drm/xe/oa/uapi: Expose media OA units
` [PATCH 2/5] drm/xe/oa: Print hwe to OA unit mapping
` [PATCH 3/5] drm/xe/oa: Introduce stream->oa_unit
` [PATCH 4/5] drm/xe/oa: Assign hwe for OAM_SAG
` [PATCH 5/5] drm/xe/oa: Enable OAM latency measurement
` ✓ CI.Patch_applied: success for Enable media OA
` ✓ CI.checkpatch: "
` ✗ CI.KUnit: failure "

[Buildroot] [git commit] package/exim: drop stale CVE-2022-3559
 2025-06-03 20:26 UTC 

[OE-core][PATCH] util-linux: fix ptest failure for musl
 2025-06-03 20:20 UTC  (2+ messages)

Need help increasing raid scan efficiency
 2025-06-03 20:27 UTC  (4+ messages)

[Buildroot] [PATCH] package/exim: drop stale CVE-2022-3559
 2025-06-03 20:27 UTC  (2+ messages)

[PATCH] selftests/timers: Fix integer overlow errors on 32 bit systems
 2025-06-03 20:27 UTC  (2+ messages)

[PATCH V8 00/43] Color Pipeline API w/ VKMS
 2025-06-03 20:26 UTC  (12+ messages)
` [PATCH V8 32/43] drm/colorop: Add 1D Curve Custom LUT type

[Buildroot] [PATCH] package/redis: security bump to v8.0.2
 2025-06-03 20:26 UTC  (2+ messages)

[PATCH 6.1 000/325] 6.1.141-rc1 review
 2025-06-03 20:26 UTC  (2+ messages)

[PATCH v3 0/7] drm/xe/vf: Post-migration recovery of queues and jobs
 2025-06-03 20:23 UTC  (7+ messages)
` [PATCH v3 4/7] drm/xe: Block reset while recovering from VF migration
` [PATCH v3 5/7] drm/xe/vf: Rebase HWSP of all contexts after migration

[PATCH V2] perf: Fix the throttle error of some clock events
 2025-06-03 20:22 UTC  (3+ messages)

[PATCH 5.15 000/207] 5.15.185-rc1 review
 2025-06-03 20:22 UTC  (2+ messages)

[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
 2025-06-03 20:21 UTC  (12+ messages)
` [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test

[PATCH 0/2] Folio pos + size cleanups
 2025-06-03 20:21 UTC  (5+ messages)
` [PATCH 1/2] btrfs: add helper folio_end()

[PATCH v6 00/17] Enable/Disable DC balance along with VRR DSB
 2025-06-03 20:20 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for Enable/Disable DC balance along with VRR DSB (rev6)

[PATCH v5 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-03 20:17 UTC  (3+ messages)
` [PATCH v5 07/10] accel/rocket: Add job submission IOCTL


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.