All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-23 21:33:34 to 2026-06-23 22:47:44 UTC [more...]

[PATCH v1 00/30] Comments applied to dp_link_caps
 2026-06-23 22:46 UTC  (17+ messages)
` [PATCH v1 01/30] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH v1 02/30] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH v1 03/30] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH v1 04/30] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH v1 05/30] drm/i915/dp_link_caps: Move forced link param "
` [PATCH v1 06/30] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH v1 07/30] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH v1 08/30] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH v1 09/30] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH v1 10/30] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH v1 11/30] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH v1 12/30] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH v1 13/30] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH v1 14/30] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH v1 15/30] drm/i915/dp_link_caps: Add helper to print all supported link rates
` [PATCH v1 18/30] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct

[PATCH v9 0/6] Introduce cold reset recovery method
 2026-06-23 22:47 UTC  (3+ messages)
` [PATCH v9 5/6] drm/xe: Suppress Surprise Link Down on device

[PATCH bpf-next v7 00/11] bpf: Introduce global percpu data
 2026-06-23 22:46 UTC  (13+ messages)
` [PATCH bpf-next v7 02/11] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn
` [PATCH bpf-next v7 04/11] bpf: Introduce global percpu data
` [PATCH bpf-next v7 05/11] libbpf: Probe percpu data feature
` [PATCH bpf-next v7 06/11] libbpf: Add support for global percpu data
` [PATCH bpf-next v7 07/11] bpftool: Generate skeleton "
` [PATCH bpf-next v7 09/11] selftests/bpf: Add test to verify accessing rdonly percpu_array

[PATCH v1 00/13] perf python: Fix python extension bugs and memory leaks
 2026-06-23 22:44 UTC  (13+ messages)
` [PATCH v1 04/13] perf python: Fix memory leak in pyrf_evlist__get_pollfd
` [PATCH v1 05/13] perf synthetic-events: Fix uninitialized pthread_join
` [PATCH v1 08/13] perf python: Check counts_values size in set_values
` [PATCH v1 09/13] perf python: Validate CPU and thread maps in pyrf_evsel__open
` [PATCH v1 11/13] perf python: Zero initialize perf_data in pyrf_data__init
` [PATCH v1 13/13] perf python: Fix MetricGroup return type in perf.pyi

[RFC PATCH 1/2] dts: update parsing for cryptodev latency
 2026-06-23 22:44 UTC  (3+ messages)
` [PATCH v1 "

[PATCH bpf-next v2 0/2] bpf: Reject MEM_ALLOC BTF accesses past bounds
 2026-06-23 22:41 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reject MEM_ALLOC BTF accesses past object bounds

[lpieralisi:cca/temp-in-place-conversion 10/102] arch/arm64/kernel/rmi.c:371:8: warning: variable 'ret' is used uninitialized whenever switch case is taken
 2026-06-23 22:39 UTC 

[PATCH 0/6] drm/i915: Clean up GPIO pin stuff
 2026-06-23 22:38 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: Clean up GPIO pin stuff (rev2)

[PATCH] btrfs: send: fix is_current_inode_path() to avoid path resets for common prefixes
 2026-06-23 22:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/7 nft v3] src: add tunnel template support
 2026-06-23 22:37 UTC  (5+ messages)
` [PATCH 3/7 nft v3] src: add tunnel statement and expression support

[PATCH 0/5] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-06-23 22:35 UTC  (6+ messages)
` [PATCH 1/5] btrfs: factor init_extent_buffer from __alloc_extent_buffer
` [PATCH 2/5] btrfs: add struct btrfs_eb_prealloc
` [PATCH 3/5] btrfs: enable unlocked NOFAIL retry for eb allocations
` [PATCH 4/5] btrfs: probe with GFP_NOWAIT for tree block readahead
` [PATCH 5/5] btrfs: use GFP_NOWAIT when inhibiting eb writeback

[RFC PATCH 00/12] drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
 2026-06-23 22:36 UTC  (15+ messages)
` [RFC PATCH 01/12] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [RFC PATCH 02/12] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [RFC PATCH 03/12] drm/ttm: Support defragmentation moves
` [RFC PATCH 04/12] drm/ttm: Add fault injection for beneficial-order allocation failures
` [RFC PATCH 05/12] drm/xe: Track BOs backed at a sub-optimal page order
` [RFC PATCH 06/12] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [RFC PATCH 07/12] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [RFC PATCH 08/12] drm/xe: Handle defrag moves in xe_bo_move()
` [RFC PATCH 09/12] drm/xe: Add a page defragmentation worker
` [RFC PATCH 10/12] drm/xe: Add defrag GT stats
` [RFC PATCH 11/12] drm/xe: Add DRM_XE_DEBUG_DEFRAG Kconfig option for debugging memory fragmentation
` [RFC PATCH 12/12] drm/xe: Add Kconfig.profile options for BO defrag configuration
` ✗ CI.checkpatch: warning for drm/ttm, drm/xe: Page defragmentation for sub-optimally backed BOs
` ✓ CI.KUnit: success "

[PATCH 4/4] kvm: svm: Support KVM_SEV_SNP_PAGE_TYPE_VMSA at SNP_LAUNCH_UPDATE
 2026-06-23 22:35 UTC  (14+ messages)
              ` [EXTERNAL] "

[PATCH RFC 0/8] clk: sunxi-ng: Add support for Allwinner A733 CCU and PRCM
 2026-06-23 22:35 UTC  (4+ messages)
` [PATCH RFC 5/8] clk: sunxi-ng: a733: Add bus clocks support

[PATCH v1] dts: update dts check format script and resolve errors
 2026-06-23 22:34 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] nouveau/instmem: use iomapping interface for instmem handling
 2026-06-23 22:33 UTC 

[PATCH net] nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
 2026-06-23 22:33 UTC  (3+ messages)

No Community Call today
 2026-06-23 22:29 UTC 

[PATCH dwarves v8 0/5] pahole: Encode true signatures in kernel BTF
 2026-06-23 22:29 UTC  (6+ messages)
` [PATCH dwarves v8 1/5] dwarf_loader: Detect aggregate ABI register usage and clang compiler
` [PATCH dwarves v8 2/5] dwarf_loader: Collect per-parameter information
` [PATCH dwarves v8 3/5] dwarf_loader: Analyze per-parameter information for true signatures
` [PATCH dwarves v8 4/5] btf_encoder: Emit true function signatures
` [PATCH dwarves v8 5/5] tests: Add BTF true_signature encoding tests

[PATCH] nvme: bound the freeze drain in passthrough commands
 2026-06-23 22:28 UTC  (3+ messages)

[PATCH bpf v9 0/8] powerpc/bpf: address missing verifier selftest coverage
 2026-06-23 23:14 UTC  (7+ messages)
` [PATCH bpf v9 6/8] selftest/bpf: Add tailcall verifier selftest for powerpc64
` [PATCH bpf v9 7/8] powerpc/bpf: fix buffer overflow in JIT for large BPF programs
` [PATCH bpf v9 8/8] powerpc64/bpf: fix percpu private stack leak on JIT failure

[PATCH net v3 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-23 22:28 UTC  (3+ messages)
` [PATCH net v3 1/2] iov_iter: export iov_iter_restore

[OE-core][scarthgap v2 00/41] Patch review
 2026-06-23 22:26 UTC  (42+ messages)
` [OE-core][scarthgap v2 01/41] pseudo: Update to version 1.9.8
` [OE-core][scarthgap v2 02/41] openssh: fix CVE-2026-35386
` [OE-core][scarthgap v2 03/41] tiff: fix CVE-2026-4775
` [OE-core][scarthgap v2 04/41] go: fix CVE-2025-58183
` [OE-core][scarthgap v2 05/41] go: fix CVE-2026-25679
` [OE-core][scarthgap v2 06/41] go: fix CVE-2026-32288
` [OE-core][scarthgap v2 07/41] binutils: Fix CVE-2025-69644
` [OE-core][scarthgap v2 08/41] python3: Fix CVE-2026-3644 and CVE-2026-0672
` [OE-core][scarthgap v2 09/41] python3: Fix CVE-2026-4519 and CVE-2026-4786
` [OE-core][scarthgap v2 10/41] python3: Fix CVE-2026-6019
` [OE-core][scarthgap v2 11/41] python3: Fix CVE-2025-13462
` [OE-core][scarthgap v2 12/41] qemu: Fix CVE-2024-6519
` [OE-core][scarthgap v2 13/41] dpkg: Fix CVE-2026-2219
` [OE-core][scarthgap v2 14/41] libsolv: fix CVE-2026-9150
` [OE-core][scarthgap v2 15/41] openssl: upgrade 3.5.6 -> 3.5.7
` [OE-core][scarthgap v2 16/41] libinput: fix for CVE-2026-50292
` [OE-core][scarthgap v2 17/41] gdb: backport a patch to fix static_assert in recent GCC
` [OE-core][scarthgap v2 18/41] oeqa/core/runner: stub addDuration in OETestResult
` [OE-core][scarthgap v2 19/41] classes/gtk-icon-cache: fix libdir passed to the postrm intercept
` [OE-core][scarthgap v2 20/41] python3: CVE-2026-3087 not applicable
` [OE-core][scarthgap v2 21/41] bzip2: set CVE_PRODUCT
` [OE-core][scarthgap v2 22/41] apr-util: Add CVE_PRODUCT to support product name
` [OE-core][scarthgap v2 23/41] apr: "
` [OE-core][scarthgap v2 24/41] go-binary-native: set status for CVE-2026-39836
` [OE-core][scarthgap v2 25/41] go: "
` [OE-core][scarthgap v2 26/41] rust,libstd-rs: set status for CVE-2024-3566
` [OE-core][scarthgap v2 27/41] oeqa/runtime/parselogs: update pci BAR ignore for kernel 6.10
` [OE-core][scarthgap v2 28/41] linux-yocto/6.6: update to v6.6.129
` [OE-core][scarthgap v2 29/41] linux-yocto/6.6: update to v6.6.130
` [OE-core][scarthgap v2 30/41] linux-yocto/6.6: update to v6.6.132
` [OE-core][scarthgap v2 31/41] linux-yocto/6.6: update to v6.6.134
` [OE-core][scarthgap v2 32/41] linux-yocto/6.6: update to v6.6.135
` [OE-core][scarthgap v2 33/41] linux-yocto/6.6: update to v6.6.136
` [OE-core][scarthgap v2 34/41] linux-yocto/6.6: update to v6.6.137
` [OE-core][scarthgap v2 35/41] linux-yocto/6.6: update to v6.6.138
` [OE-core][scarthgap v2 36/41] linux-yocto/6.6: update to v6.6.140
` [OE-core][scarthgap v2 37/41] linux-yocto/6.6: update to v6.6.141
` [OE-core][scarthgap v2 38/41] linux-yocto/6.6: update to v6.6.142
` [OE-core][scarthgap v2 39/41] lttng-modules: Fix trace_hrtimer_start build failure
` [OE-core][scarthgap v2 40/41] linux-yocto/6.6: genericarm64 fix configuration audit warning
` [OE-core][scarthgap v2 41/41] linux-yocto/6.6: address ltp hang

[PATCH bpf-next v2 00/15] bpf: A common way to attach struct_ops to a cgroup
 2026-06-23 22:25 UTC  (5+ messages)
` [PATCH bpf-next v2 03/15] bpf: Add bpf_struct_ops accessor helpers
` [PATCH bpf-next v2 08/15] bpf: Add a few bpf_cgroup_array_* helper functions

[PATCH net] nfc: nci: fix uninit-value in nci_core_init_rsp_packet()
 2026-06-23 22:24 UTC 

[PATCH] fs: Free any excess xarray nodes in clear_inode()
 2026-06-23 22:23 UTC  (2+ messages)

[Bug 221569] New: Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kerenel
 2026-06-23 22:22 UTC  (2+ messages)
` [Bug 221569] "

[RFC PATCH v3 0/3] seccomp: non-cooperative pinned-memfd argument redirect
 2026-06-23 22:21 UTC  (7+ messages)
` [RFC PATCH v3 2/3] seccomp: add kernel-installed pinned-memfd redirect

[rockchip][PATCH 0/2] rk3576: rock-4d: initial support
 2026-06-23 22:20 UTC  (4+ messages)
` [rockchip][PATCH 2/2] rock-4d: add "
  ` [yocto-patches] "

[PATCH net 00/14] Netfilter fixes for net
 2026-06-23 22:15 UTC  (15+ messages)
` [PATCH net 01/14] netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()
` [PATCH net 02/14] netfilter: nf_conncount: prevent connlimit drops for early confirmed ct
` [PATCH net 03/14] netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()
` [PATCH net 04/14] netfilter: x_tables.h: fix all kernel-doc warnings
` [PATCH net 05/14] netfilter: nft_synproxy: stop bypassing the priv->info snapshot
` [PATCH net 06/14] selftests: netfilter: conntrack_sctp_collision.sh: Introduce SCTP INIT collision test
` [PATCH net 07/14] netfilter: nft_compat: ebtables emulation must reject non-bridge targets
` [PATCH net 08/14] selftests: nft_queue.sh: add a bridge queue test
` [PATCH net 09/14] netfilter: ctnetlink: do not allow to reset helper on existing conntrack
` [PATCH net 10/14] netfilter: conntrack: add deprecation warnings for irc and pptp trackers
` [PATCH net 11/14] netfilter: nf_conntrack_expect: store master_tuple in expectation
` [PATCH net 12/14] netfilter: nf_conntrack_expect: run expectation eviction with no helper
` [PATCH net 13/14] netfilter: nft_ct: expectation timeouts are passed in milliseconds
` [PATCH net 14/14] netfilter: nf_conntrack_helper: cap maximum number of expectation at helper registration

[PATCH v7] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-06-23 22:15 UTC 

[LTP] [PATCH] swapping01.c: use .needs_abi_bits = 64
 2026-06-23 22:14 UTC  (2+ messages)
` [LTP] "

[PATCH v3 00/13] perf tests: Robustness and performance improvements
 2026-06-23 22:13 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 09/13] perf tests: Fix flakiness in branch stack sampling tests
  ` [PATCH v4 10/13] perf tests: Speed up off-cpu profiling tests
  ` [PATCH v4 11/13] perf tests: Speed up lock contention analysis shell test

s2io: driver still in use - please reconsider removal
 2026-06-23 22:11 UTC  (3+ messages)

[PATCH i-g-t] tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests
 2026-06-23 22:10 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH][v2] vfio/type1: Sanitize user-supplied inputs to prevent undefined __ffs() behavior
 2026-06-23 22:11 UTC  (2+ messages)

[PATCH v3 0/3] staging: media: atomisp: use kvmalloc_objs() and drop redundant OOM messages
 2026-06-23 22:09 UTC  (4+ messages)
` [PATCH v3 1/3] staging: media: atomisp: use kvmalloc_objs() in make_histogram()
` [PATCH v3 2/3] staging: media: atomisp: use kvmalloc_objs() for overflow-safe allocation
` [PATCH v3 3/3] staging: media: atomisp: drop redundant out-of-memory messages

[PATCH v5 0/7] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-06-23 22:10 UTC  (6+ messages)
` [PATCH v5 4/7] fuse: {io-uring} Allow reduced number of ring queues

[PATCH v4 0/2] bootdev: few fixes for automatic boot
 2026-06-23 22:08 UTC  (4+ messages)
` [PATCH v4 2/2] test: bootdev: scan with a broken high-priority device

[PATCH 0/7] um: skas: harden the seccomp userspace stub
 2026-06-23 22:08 UTC  (3+ messages)

[PATCH] staging: sm750fb: rename variables to avoid CamelCase
 2026-06-23 22:06 UTC 

[PATCH 0/3] Support onsemi's FD5121 multiphase digital controller
 2026-06-23 22:07 UTC  (3+ messages)
` [PATCH 3/3] hwmon: (pmbus/fd5121): Add support FD5121, FD5123 and FD5125

[PATCH v5 0/2] bootdev: few fixes for automatic boot
 2026-06-23 22:06 UTC  (3+ messages)
` [PATCH v5 1/2] bootdev: scan boot devices at each priority level
` [PATCH v5 2/2] test: bootdev: scan with a broken high-priority device

[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
 2026-06-23 22:06 UTC  (4+ messages)

[PATCH] net/af_xdp: add Rx metadata and dynamic timestamping support
 2026-06-23 22:06 UTC  (2+ messages)

[PATCH 2/2] linux-user/xtensa: save/restore FP registers across signal delivery
 2026-06-23 22:04 UTC  (3+ messages)

[ANNOUNCE] isar-cip-core v1.12-rc1
 2026-06-23 22:05 UTC 

[PATCH cifs-utils] mount.cifs: fix const correctness in parse_options
 2026-06-23 22:05 UTC  (2+ messages)

[PATCH v6 0/2] mm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-06-23 22:01 UTC  (6+ messages)
` [PATCH v6 1/2] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers

[PATCH] cifs.upcall: fix compiler warning with -Wvla
 2026-06-23 22:01 UTC  (2+ messages)

[PATCH RFC] dt-bindings: sound: Convert cirrus,cs35l36 to DT schema
 2026-06-23 22:00 UTC  (4+ messages)

[PATCH 0/2] amd_iommu: Fix Coverity issues from 11.1 pull request
 2026-06-23 21:57 UTC  (5+ messages)
` [PATCH 2/2] amd_iommu: Fully initialize XT interrupt message state

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-23 21:58 UTC  (13+ messages)

[PATCH v2 0/6] perf kvm: A small update in the default arch event
 2026-06-23 21:57 UTC  (5+ messages)
` [PATCH v2 4/6] perf kvm: Do not copy filename string
` [PATCH v2 6/6] perf test: Simplify perf kvm record/report tests

[PATCH bpf-next v2 00/17] Redesign Verification Errors
 2026-06-23 21:57 UTC  (3+ messages)
` [PATCH bpf-next v2 04/17] bpf: Prune verifier diagnostics on backtracking

[PATCH v4 0/2] vfio/pci: add vfio-pci ATS control property
 2026-06-23 21:54 UTC  (3+ messages)
` [PATCH v4 2/2] vfio/pci: Add ats property

[PATCH bpf-next v4 1/2] bpf: Reject offset refcount acquire arguments
 2026-06-23 21:52 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] bpf: Reject offset refcount acquire arguments
 2026-06-23 21:50 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Cover refcount acquire node offsets

[PATCH net v2] net: ti: icssg: Fix XSK zero copy TX during application wakeup
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net] veth: fix NAPI leak in XDP enable error path
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net] net: do not acquire dev->tx_global_lock in netdev_watchdog_up()
 2026-06-23 21:50 UTC  (2+ messages)

[PATCH net v2] net: dsa: sja1105: round up PTP perout pin duration
 2026-06-23 21:50 UTC  (2+ messages)

[hare-scsi-devel:configfs-ns.v3 5/12] s390-linux-ld: fs/configfs/dir.c:1972: undefined reference to `init_net'
 2026-06-23 21:48 UTC 

[PATCH V4 0/4] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-06-23 21:48 UTC  (6+ messages)
` [PATCH V4 3/4] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[PATCH] x86/boot/compressed: Disable jump tables for clang
 2026-06-23 21:47 UTC 

[PATCH] x86: Avoid divide by 0 in amd_smn_init()
 2026-06-23 21:35 UTC  (2+ messages)

[PATCH v3 1/2] tools/bpf/bpftool: Reset vmlinux BTF after map commands
 2026-06-23 21:45 UTC  (4+ messages)
` [PATCH v3 2/2] tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands

[PATCH] i2c: mediatek: fix WRRD for SoCs without auto_restart option
 2026-06-23 21:40 UTC  (2+ messages)

[PATCH v2 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
 2026-06-23 21:39 UTC  (3+ messages)
` [PATCH v2 5/5] riscv: dts: spacemit: improve RTL8211F PHY configuration on "

[OE-core][wrynose 00/36] Pull request (cover letter only)
 2026-06-23 21:38 UTC 

drivers/pinctrl/nuvoton/pinctrl-ma35.c:316 ma35_gpio_get_mode() warn: subtract is higher precedence than shift
 2026-06-23 21:37 UTC 

[PATCH v5] drm/i915: Refactor generic_handle_irq_safe() error messages
 2026-06-23 21:37 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v2 3/4] drm/ssd130x: Add SSD135X_FAMILY and SSD1351 support
 2026-06-23 21:34 UTC  (2+ messages)

[PATCH pynfs v3 00/26] nfs4.1: add some directory delegation testcases
 2026-06-23 21:33 UTC  (2+ messages)

[PATCH i-g-t v2 0/3] tests/kms_setmode: Convert to igt_display atomic API
 2026-06-23 21:33 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/kms_setmode: Convert to igt_display atomic API (rev2)


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.