All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-07-16 14:01:55 to 2025-07-16 14:51:21 UTC [more...]

[TEST REGRESSION] stable-rc/linux-6.12.y: kselftest.seccomp.seccomp_seccomp_benchmark_per-filter_last_2_diff_per-filter_filters_4 on bcm2837-rpi-3-b-plus
 2025-07-16 14:51 UTC  (4+ messages)

[PATCH liburing v3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:51 UTC  (2+ messages)

[PATCH next] drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()
 2025-07-16 14:50 UTC  (2+ messages)

[PATCH i-g-t v3] tests/kms_content_protection: Add a test for HDCP-MST with suspend resume
 2025-07-16 14:50 UTC  (2+ messages)

[PATCH v2 net] net: bridge: Do not offload IGMP/MLD messages
 2025-07-16 14:50 UTC  (4+ messages)

[syzbot] [input?] [usb?] UBSAN: shift-out-of-bounds in s32ton (2)
 2025-07-16 14:50 UTC  (4+ messages)

[PATCH 0/3] drm/i915: i915_gem_execbuffer.c minor improved
 2025-07-16 14:48 UTC  (12+ messages)
` [PATCH 1/3] drm/i915: Refactor eb_relocate_vma for clarity
` [PATCH 2/3] drm/i915: Add braces around the else block in clflush_write32()
` [PATCH 3/3] drm/i915: Replaced hardcoded value 4095 with PAGE_SIZE - 1

[PATCH] pci/controller: Use dev_fwnode()
 2025-07-16 14:49 UTC  (2+ messages)

[PATCH 0/3] commit: convert pop_most_recent_commit() to prio_queue
 2025-07-16 14:49 UTC  (4+ messages)

[PATCH v2 1/3] staging: rtl8723bs: remove unnecessary comment separator lines
 2025-07-16 14:49 UTC  (2+ messages)

[GIT PULL] [PATCH 0/9] Locking changes for v6.17
 2025-07-16 14:48 UTC  (10+ messages)
` [PATCH 1/9] spi: spi-nxp-fspi: Check return value of devm_mutex_init()
` [PATCH 2/9] leds: lp8860: "
` [PATCH 3/9] locking/mutex: Mark devm_mutex_init() as __must_check
` [PATCH 4/9] rust: sync: Add #[must_use] to Lock::try_lock()
` [PATCH 5/9] locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLE
` [PATCH 6/9] locking/lockdep: Avoid struct return in lock_stats()
` [PATCH 7/9] locking/lockdep: Change 'static const' variables to enum values
` [PATCH 8/9] locking/mutex: Remove redundant #ifdefs
` [PATCH 9/9] lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization

[PATCH] drm/sched: Consolidate drm_sched_job_timedout
 2025-07-16 14:48 UTC 

[PATCH] hwmon: max31827: use sysfs_emit() in temp1_resolution_show()
 2025-07-16 14:48 UTC  (2+ messages)

[PATCH] spirv-llvm-translator: drop tag from the SRC_URI
 2025-07-16 14:47 UTC 

[PATCH v6 00/19] amd-cppc CPU Performance Scaling Driver
 2025-07-16 14:47 UTC  (5+ messages)
` [PATCH v6 03/19] tools: optimize cpufreq average freq print
` [PATCH v6 04/19] x86/cpufreq: continue looping other than -EBUSY or successful return

[PATCH] hwmon: ltc4282: convert from round_rate() to determine_rate()
 2025-07-16 14:47 UTC  (2+ messages)

[PATCH] drm/sched: Avoid double re-lock on the job free path
 2025-07-16 14:46 UTC  (5+ messages)

[tip:x86/cleanups] BUILD SUCCESS 7f2b41ac3f29f682cde113f1d0b4b43d261902fe
 2025-07-16 14:46 UTC 

[PATCH net-next v4 00/19] add basic PSP encryption for TCP connections
 2025-07-16 14:45 UTC  (20+ messages)
` [PATCH net-next v4 01/19] psp: add documentation
` [PATCH net-next v4 02/19] psp: base PSP device support
` [PATCH net-next v4 03/19] net: modify core data structures for PSP datapath support
` [PATCH net-next v4 04/19] tcp: add datapath logic for PSP with inline key exchange
` [PATCH net-next v4 05/19] psp: add op for rotation of device key
` [PATCH net-next v4 06/19] net: move sk_validate_xmit_skb() to net/core/dev.c
` [PATCH net-next v4 07/19] net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
` [PATCH net-next v4 08/19] net: psp: add socket security association code
` [PATCH net-next v4 09/19] net: psp: update the TCP MSS to reflect PSP packet overhead
` [PATCH net-next v4 10/19] psp: track generations of device key
` [PATCH net-next v4 11/19] net/mlx5e: Support PSP offload functionality
` [PATCH net-next v4 12/19] net/mlx5e: Implement PSP operations .assoc_add and .assoc_del
` [PATCH net-next v4 13/19] psp: provide encapsulation helper for drivers
` [PATCH net-next v4 14/19] net/mlx5e: Implement PSP Tx data path
` [PATCH net-next v4 15/19] net/mlx5e: Add PSP steering in local NIC RX
` [PATCH net-next v4 16/19] net/mlx5e: Configure PSP Rx flow steering rules
` [PATCH net-next v4 17/19] psp: provide decapsulation and receive helper for drivers
` [PATCH net-next v4 18/19] net/mlx5e: Add Rx data path offload
` [PATCH net-next v4 19/19] net/mlx5e: Implement PSP key_rotate operation

[PATCH v4 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-07-16 14:46 UTC  (3+ messages)
` [PATCH v4 2/2] media: i2c: add ov2735 image "

[PATCH v7 0/6] rust: add support for request_irq
 2025-07-16 14:45 UTC  (4+ messages)
` [PATCH v7 2/6] rust: irq: add flags module

[PATCH] hwmon: (corsair-psu) add support for HX1200i Series 2025
 2025-07-16 14:45 UTC  (2+ messages)

[PATCH v2 0/5] CI test with PREEMPT_RT
 2025-07-16 14:45 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for CI test with PREEMPT_RT (rev3)
` ✓ CI.KUnit: success "

[PATCH 0/9] Introducing firmware late binding
 2025-07-16 14:45 UTC  (7+ messages)
` [PATCH 2/9] mei: late_bind: add late binding component driver

[libnftnl PATCH v2] utils: Add helpers for interface name wildcards
 2025-07-16 14:45 UTC  (7+ messages)

[syzbot] [usb?] INFO: task hung in uevent_show (2)
 2025-07-16 14:45 UTC  (15+ messages)
        ` [PATCH] media: imon: make send_packet() more robust
                      ` [PATCH v2] "

[PATCH 0/6] dt-bindings: hwmon: Add undocumented compatibles
 2025-07-16 14:45 UTC  (11+ messages)
` [PATCH 2/6] dt-bindings: hwmon: ti,lm87: Add adi,adm1024 compatible
` [PATCH 3/6] dt-bindings: hwmon: lltc,ltc2978: Add lltc,ltc713 compatible
` [PATCH 4/6] dt-bindings: hwmon: maxim,max20730: Add maxim,max20710 compatible
` [PATCH 5/6] dt-bindings: hwmon: pmbus: ti,ucd90320: Add missing compatibles
` [PATCH 6/6] dt-bindings: trivial-devices: Add undocumented hwmon devices

[PATCH] checkpolicy: Allow attribute assignment to attributes
 2025-07-16 14:16 UTC  (2+ messages)
` [PATCH] secilc: Add test for "

[PATCH] rockchip: spl-boot-order: Defer probe of boot device
 2025-07-16 14:44 UTC  (6+ messages)

[meta-ti][master][PATCH] ti-kernel-fitimage: Add ti-secdev
 2025-07-16 14:42 UTC  (3+ messages)

[PATCH v9 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-07-16 14:42 UTC  (3+ messages)

[PATCH] mailmap: fix entries with many aliases
 2025-07-16 14:41 UTC 

[PATCH v2] nvmem: layouts: u-boot-env: remove crc32 endianness conversion
 2025-07-16 14:42 UTC 

[PATCH] mm: Update MAINTAINERS entry for HMM
 2025-07-16 14:41 UTC  (2+ messages)

[PATCH] SubmittingPatches: allow non-real name contributions
 2025-07-16 14:41 UTC  (3+ messages)
` [PATCH v2] "

[oe][meta-oe][kirkstone][PATCH 1/1] poppler: fix CVE-2025-52886
 2025-07-16 14:40 UTC 

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-16 14:40 UTC  (6+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline

[PATCH v3 0/4] for-each-ref: introduce seeking functionality via '--start-after'
 2025-07-16 14:40 UTC  (7+ messages)
` [PATCH v3 3/4] refs: selectively set prefix in the seek functions

[PATCH][next] hwmon: w83627ehf: make the read-only arrays 'bit' static const
 2025-07-16 14:40 UTC  (2+ messages)

[PATCH] x86: Prefer d->max_vcpus to dom0_max_vcpus()
 2025-07-16 14:39 UTC  (2+ messages)

[openeuler:OLK-6.6 2519/2519] kernel/cgroup/ifs.c:400:6: warning: variable 'start' set but not used
 2025-07-16 14:38 UTC 

[PATCH] pNFS: fix uninitialized pointer access
 2025-07-16 14:38 UTC 

[PATCH net] tls: always refresh the queue when reading sock
 2025-07-16 14:38 UTC 

[PATCH] tracing/osnoise: Fix crash in timerlat_dump_stack()
 2025-07-16 14:36 UTC 

[PATCH v3 00/17] rv: Add monitors to validate task switch
 2025-07-16 14:38 UTC  (8+ messages)
` [PATCH v3 12/17] sched: Adapt sched tracepoints for RV task model

[PATCH] fs: Remove obsolete logic in i_size_read/write
 2025-07-16 14:38 UTC  (7+ messages)

[PATCH v3 0/6] binder: Set up KUnit tests for alloc
 2025-07-16 14:37 UTC  (9+ messages)
` [PATCH v3 1/6] binder: Fix selftest page indexing
` [PATCH v3 2/6] binder: Store lru freelist in binder_alloc
` [PATCH v3 3/6] kunit: test: Export kunit_attach_mm()
` [PATCH v3 4/6] binder: Scaffolding for binder_alloc KUnit tests

[PATCH] regulator: rt6160: Add rt6166 vout min_uV setting for compatible
 2025-07-16 14:37 UTC  (2+ messages)

[PATCH v2 1/1] arm64: dts: rockchip: rk3528: Add CPU frequency scaling support
 2025-07-16 14:30 UTC  (3+ messages)

[PATCH 0/5] ASoC: codecs: wcd93xxx: remove code duplication
 2025-07-16 14:36 UTC  (4+ messages)
` [PATCH 4/5] ASoC: codecs: wcd939x: move to using dev_get_regmap

[PATCH 0/7] hw/i386/amd_iommu: Cleanups and fixes
 2025-07-16 14:27 UTC  (3+ messages)
` [PATCH 4/7] hw/i386/amd_iommu: Support MMIO writes to the status register

[PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers
 2025-07-16 14:35 UTC  (10+ messages)

[PATCH v4 1/2] dt-bindings: microsoft: Add vmbus message-connection-id property
 2025-07-16 14:35 UTC  (3+ messages)

[PATCH v2 0/4] Retire SDM845-cheza devboards
 2025-07-16 14:22 UTC  (9+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: Remove sdm845-cheza boards
` [PATCH v2 2/4] dt-bindings: arm: qcom: Remove sdm845-cheza
` [PATCH v2 3/4] dt-bindings: arm-smmu: Remove sdm845-cheza specific entry
` [PATCH v2 4/4] MAINTAINERS: Remove sdm845-cheza device trees

[Buildroot] [PATCH 1/2] package/network-manager: bump version to 1.52.1
 2025-07-16 14:32 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/network-manager: set "nft" path if BR2_PACKAGE_NFTABLES=y

[PATCH] strbuf: add compound literal test balloon
 2025-07-16 14:32 UTC  (6+ messages)

[PATCH 00/10] Run with UBSan in GHA
 2025-07-16 14:32 UTC  (6+ messages)
` [PATCH v4 00/22] "
  ` [PATCH v4 08/22] hash: fix unaligned access in predictable RSS
  ` [PATCH v4 18/22] net: fix IPv4 macro with highest bit

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-16 14:32 UTC  (9+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders

[PATCH v2 0/8] iio: imu: new inv_icm45600 driver
 2025-07-16 14:31 UTC  (6+ messages)
` [PATCH v2 1/8] dt-bindings: iio: imu: Add inv_icm45600

[PATCH V2 0/4] Add support for VIP
 2025-07-16 14:23 UTC  (7+ messages)
` [PATCH V2 2/4] Revert "media: platform: ti: Remove unused vpdma_update_dma_addr"
` [PATCH V2 3/4] dt-bindings: media: ti: vpe: Add bindings for Video Input Port
` [PATCH V2 4/4] media: ti-vpe: Add the VIP driver

Sector size changes creating filesystem problems
 2025-07-16 14:30 UTC 

[PATCH net-next V5 0/5] net: netdevsim: hook in XDP handling
 2025-07-16 14:30 UTC  (2+ messages)

[PATCH 0/1] spdx3: Export kernel configuration as build parameters in SPDX output
 2025-07-16 14:30 UTC  (6+ messages)
` [PATCH 1/1] spdx3: Add optional kernel configuration export to build_parameter for virtual/kernel
  ` [OE-core] "

[PATCH] efivarfs: Suppress false-positive kmemleak warning for sfi
 2025-07-16 14:30 UTC  (8+ messages)

[PATCH] drm/i915/dp: Fallback to DSC for HDR content if needed
 2025-07-16 14:30 UTC  (3+ messages)

[PATCH liburing v2 0/3] Bring back `CONFIG_HAVE_MEMFD_CREATE` to fix Android build error
 2025-07-16 14:30 UTC  (4+ messages)

[PATCH v2 0/6] futex: Use RCU-based per-CPU reference counting
 2025-07-16 14:29 UTC  (5+ messages)

[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
 2025-07-16 14:29 UTC  (8+ messages)
` [PATCH v7 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v7 7/7] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[PATCH v2 00/10] clk: add support for Airoha AN7583 clock
 2025-07-16 14:29 UTC  (5+ messages)
` [PATCH v2 06/10] dt-bindings: clock: airoha: Document new property airoha,chip-scu

[PATCH v2] io_uring/net: Support multishot receive len cap
 2025-07-16 14:28 UTC  (2+ messages)

[GSOC PATCH] commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
 2025-07-16 14:28 UTC  (3+ messages)
` [GSOC PATCH v5 0/2] commit: improve behaviour of core.commentChar=auto for comments in commit messages

[PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
 2025-07-16 14:27 UTC  (13+ messages)

[bluetooth-next:master] BUILD SUCCESS 6f40d15c70bc6ff0e35f2db1d5bc9f2240eb5d82
 2025-07-16 14:27 UTC 

[PATCH v6 0/9] drm/xe/vf: Post-migration recovery of queues and jobs
 2025-07-16 14:27 UTC  (5+ messages)
` [PATCH v6 7/9] drm/xe/vf: Post migration, repopulate ring area for pending request
` [PATCH v6 9/9] drm/xe/vf: Rebase exec queue parallel commands during migration recovery

[PATCH v5 00/22] x86: strict separation of startup code
 2025-07-16 14:27 UTC  (2+ messages)

[PATCH] sched/ext: Suppress warning in __this_cpu_write() by disabling preemption
 2025-07-16 14:26 UTC  (5+ messages)

[PATCH net v2 0/2] selftests: mptcp: connect: cover alt modes
 2025-07-16 14:26 UTC  (3+ messages)

[PATCH] drm/sched: Remove optimization that causes hang when killing dependent jobs
 2025-07-16 14:24 UTC  (12+ messages)

[PATCH v2 1/1] serial: 8250_ce4100: Fix CONFIG_SERIAL_8250=n build
 2025-07-16 14:23 UTC 

[PATCH 6.1 00/89] 6.1.146-rc2 review
 2025-07-16 14:23 UTC  (2+ messages)

[PATCH v6 i-g-t 0/6] Replace intel_sysfs_debugfs
 2025-07-16 14:23 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] net: appletalk: Fix use-after-free in AARP proxy probe
 2025-07-16 14:22 UTC  (2+ messages)

[isar-cip-core][PATCH] linux-cip: Update to 5.10.239-cip62 and 6.1.145-cip44
 2025-07-16 14:21 UTC 

[PATCH i-g-t v3 00/41] VKMS configfs tests
 2025-07-16 14:20 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for VKMS configfs tests (rev6)

[PATCH] drm/sched: Fix a race in DRM_GPU_SCHED_STAT_NO_HANG test
 2025-07-16 14:19 UTC  (7+ messages)

[PATCH net-next V2 0/6] net/mlx5: misc changes 2025-07-16
 2025-07-16 14:17 UTC  (7+ messages)
` [PATCH net-next V2 1/6] net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
` [PATCH net-next V2 2/6] net/mlx5e: fix kdoc warning on eswitch.h
` [PATCH net-next V2 3/6] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net-next V2 4/6] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next V2 5/6] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next V2 6/6] net/mlx5e: Remove duplicate mkey from SHAMPO header

[PATCH 0/2] Introduce helper for display workarounds and add Wa_16025573575
 2025-07-16 14:18 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/display_wa: Add helpers to check wa

[PATCH 1/1] bus: mhi: host: pci_generic: Add Telit FN990B40 modem support
 2025-07-16 14:15 UTC  (2+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS WITH WARNING cc43eea3e1ef99ea4a5057e7b6bfcd9ed8e2a1d0
 2025-07-16 14:14 UTC 

[PATCH v2 1/3] arm64: dts: qcom: sm8250-xiaomi-pipa: Drop nonexistent pm8009 pmic
 2025-07-16 14:10 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: sm8250-xiaomi-pipa: Drop unused bq27z561
` [PATCH v2 3/3] arm64: dts: sm8250-xiaomi-pipa: Update battery info

[PATCH 5.4 000/144] 5.4.296-rc2 review
 2025-07-16 14:14 UTC 

[PATCH 6.15 000/192] 6.15.7-rc1 review
 2025-07-16 14:13 UTC  (2+ messages)

[PATCH v7 0/9] LKMM generic atomics in Rust
 2025-07-16 14:13 UTC  (10+ messages)
` [PATCH v7 6/9] rust: sync: atomic: Add the framework of arithmetic operations

[PATCH v13 0/1]vhost: Add support of kthread API
 2025-07-16 14:12 UTC  (2+ messages)

[PATCH 00/11] [PULL REQUEST] Intel IOMMU updates for v6.17
 2025-07-16 14:12 UTC  (3+ messages)
` [PATCH 02/11] iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes

[PATCH v2] Bluetooth: coredump: Use tmp buffer with dev_coredumpv
 2025-07-16 14:11 UTC  (2+ messages)

[PATCH v2] lib/xxhash: Remove unused functions
 2025-07-16 14:11 UTC  (2+ messages)

[oe-core][master][walnascar][PATCH 1/1] gnutls: upgrade 3.8.9 -> 3.8.10
 2025-07-16 14:10 UTC 

[PATCH 5.10 000/208] 5.10.240-rc1 review
 2025-07-16 14:10 UTC  (7+ messages)
` [PATCH 5.10 022/208] USB: usbtmc: Add USBTMC_IOCTL_GET_STB

[PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space
 2025-07-16 14:10 UTC  (6+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS e59827643e13ded96e02ae9ce1b97a2f8185edad
 2025-07-16 14:10 UTC 

[PATCH 5.4 000/148] 5.4.296-rc1 review
 2025-07-16 14:10 UTC  (4+ messages)

[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
 2025-07-16 14:04 UTC  (6+ messages)
` [GSoC RFC PATCH v4 0/4] repo: "
  ` [GSoC RFC PATCH v4 2/4] repo: add the field references.format

[PATCH i-g-t] tests/kms_async_flips: Replace hard coded modifiers with async modifiers
 2025-07-16 14:09 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH v2] x86/sev: Improve handling of writes to intercepted TSC MSRs
 2025-07-16 14:07 UTC  (3+ messages)

[RFC] drm/amdgpu/sdma5.2: Avoid latencies caused by the powergating workaround
 2025-07-16 14:06 UTC  (11+ messages)

[PATCH v2 net-next] ipv6: mcast: Simplify mld_clear_{report|query}()
 2025-07-16 14:05 UTC  (2+ messages)

[PATCH RFC 0/2] RFC: bracket prefixes
 2025-07-16 14:04 UTC  (6+ messages)
` [PATCH RFC 1/2] Fix usage of PATCH in prefixes
` [PATCH RFC 2/2] send-receive: accept bracket-prefix before '[PATCH'

[PATCH 0/3] x86: Overhaul of vendor/family/model logic to support DMR
 2025-07-16 14:01 UTC  (4+ messages)
` [PATCH 3/3] x86/vtd: Switch model check to VFM


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.