All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-02 18:00:27 to 2025-11-02 21:54:11 UTC [more...]

[PATCH v10 bpf-next 00/11] BPF indirect jumps
 2025-11-02 22:00 UTC  (17+ messages)
` [PATCH v10 bpf-next 01/11] bpf, x86: add new map type: instructions array
` [PATCH v10 bpf-next 02/11] selftests/bpf: add selftests for new insn_array map
` [PATCH v10 bpf-next 03/11] bpf: support instructions arrays with constants blinding
` [PATCH v10 bpf-next 04/11] selftests/bpf: test instructions arrays with blinding
` [PATCH v10 bpf-next 05/11] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v10 bpf-next 06/11] bpf, x86: add support for indirect jumps
` [PATCH v10 bpf-next 07/11] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v10 bpf-next 08/11] libbpf: support llvm-generated indirect jumps
` [PATCH v10 bpf-next 09/11] bpftool: Recognize insn_array map type
` [PATCH v10 bpf-next 10/11] selftests/bpf: add new verifier_gotox test
` [PATCH v10 bpf-next 11/11] selftests/bpf: add C-level selftests for indirect jumps

[PATCH v4 4/7] phy: spacemit: introduce PCIe/combo PHY
 2025-11-02 21:52 UTC  (4+ messages)

[PATCH v17 0/9] platform/x86: Add asus-armoury driver
 2025-11-02 21:53 UTC  (10+ messages)
` [PATCH v17 1/9] platform/x86: asus-wmi: export symbols used for read/write WMI
` [PATCH v17 2/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v17 3/9] platform/x86: asus-armoury: add panel_hd_mode attribute
` [PATCH v17 4/9] platform/x86: asus-armoury: add apu-mem control support
` [PATCH v17 5/9] platform/x86: asus-armoury: add core count control
` [PATCH v17 6/9] platform/x86: asus-armoury: add screen auto-brightness toggle
` [PATCH v17 7/9] platform/x86: asus-wmi: deprecate bios features
` [PATCH v17 8/9] platform/x86: asus-wmi: rename ASUS_WMI_DEVID_PPT_FPPT
` [PATCH v17 9/9] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-02 21:52 UTC  (10+ messages)
` [RESEND PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()

[PATCH] ARM: imx: Enable DFU SF on all i.MX6 DHSOM and include dfu_alt_info in env
 2025-11-02 21:45 UTC 

[PATCH 0/18] SRCU updates for v6.19
 2025-11-02 21:44 UTC  (19+ messages)
` [PATCH 01/19] srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
` [PATCH 02/19] srcu: Create an srcu_expedite_current() function
` [PATCH 03/19] rcutorture: Test srcu_expedite_current()
` [PATCH 04/19] srcu: Create a DEFINE_SRCU_FAST()
` [PATCH 06/19] rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
` [PATCH 07/19] srcu: Require special srcu_struct define/init for SRCU-fast readers
` [PATCH 08/19] srcu: Make SRCU-fast readers enforce use of SRCU-fast definition/init
` [PATCH 09/19] doc: Update for SRCU-fast definitions and initialization
` [PATCH 10/19] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
` [PATCH 11/19] rcu: Mark diagnostic functions as notrace
` [PATCH 12/19] rcutorture: Permit kvm-again.sh to re-use the build directory
` [PATCH 13/19] srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
` [PATCH 14/19] torture: Permit negative kvm.sh --kconfig numberic arguments
` [PATCH 15/19] srcu: Create an SRCU-fast-updown API
` [PATCH 16/19] rcutorture: Test SRCU-fast separately from SRCU-fast-updown
` [PATCH 17/19] srcu: Optimize SRCU-fast-updown for arm64
` [PATCH 18/19] rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
` [PATCH 19/19] rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()

[PATCH 0/5] bpf enhancements
 2025-11-02 21:42 UTC  (4+ messages)
` [PATCH v3 0/5] BPF enhancements
  ` [PATCH v3 1/5] bpf: add allocation annotations to functions

[PATCH 0/3] mfd: sprd-sc27xx: Move poweroff/reboot support to the parent MFD driver
 2025-11-02 21:41 UTC  (3+ messages)
` [PATCH 3/3] power: reset: sc27xx: Drop unused driver

[PATCH v2 00/23] mm: BPF OOM
 2025-11-02 21:36 UTC  (9+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc

[PATCH ][meta-netowrking][scarthgap] unbound: patch CVE-2024-33655 and CVE-2025-11411
 2025-11-02 21:33 UTC  (2+ messages)

[PATCH 1/2] rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
 2025-11-02 21:28 UTC  (2+ messages)
` [PATCH 2/2] rust: kbuild: workaround `rustdoc` doctests modifier bug

Invalidate Queues violate cache coherence - what for?
 2025-11-02 21:20 UTC  (4+ messages)

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-11-02 21:19 UTC  (4+ messages)

Improving inode number documentation
 2025-11-02 21:17 UTC  (4+ messages)
` [PATCH v3] man/man3/readdir.3, man/man3type/stat.3type: Improve documentation about .d_ino and .st_ino

[tip:irq/core] BUILD SUCCESS 51d0656959bcdb743232f9b530b4cca569e74e7f
 2025-11-02 21:15 UTC 

[syzbot] [fbdev?] KASAN: vmalloc-out-of-bounds Write in imageblit (6)
 2025-11-02 21:10 UTC 

[PATCH 0/3] Miscellaneous RCU updates for v6.19
 2025-11-02 21:05 UTC  (4+ messages)
` [PATCH 1/3] locktorture: Fix memory leak in param_set_cpumask()
` [PATCH 2/3] rcu: use WRITE_ONCE() for ->next and ->pprev of hlist_nulls
` [PATCH 3/3] torture: Add kvm-series.sh to test commit/scenario combination

linux-next: Signed-off-by missing for commit in the nolibc tree
 2025-11-02 21:01 UTC  (4+ messages)

[PATCH] fstests: add a new generic test case to verify direct io read
 2025-11-02 21:00 UTC  (5+ messages)

[Buildroot] [PATCH v2 1/1] package/llvm-project: bump to version 21.1.4
 2025-11-02 20:54 UTC 

FAILED: patch "[PATCH] net: phy: dp83867: Disable EEE support as not implemented" failed to apply to 5.10-stable tree
 2025-11-02 20:39 UTC  (2+ messages)
` [PATCH 5.10.y] net: phy: dp83867: Disable EEE support as not implemented

[PATCH 0/6] arm64: dts: qcom: x1e80100-vivobook-s15: add more missing features
 2025-11-02 20:34 UTC  (3+ messages)
` [PATCH 2/6] drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridge

[devsec-tsm:staging 22/27] include/linux/pci-tsm.h:170:13: error: no member named 'ide_cap' in 'struct pci_dev'
 2025-11-02 20:30 UTC 

[openeuler:OLK-6.6 3075/3075] drivers/ub/ubus/route.c:96:6: warning: no previous prototype for function 'ub_route_clear'
 2025-11-02 20:30 UTC 

FAILED: patch "[PATCH] net: phy: dp83867: Disable EEE support as not implemented" failed to apply to 5.15-stable tree
 2025-11-02 20:30 UTC  (2+ messages)
` [PATCH 5.15.y] net: phy: dp83867: Disable EEE support as not implemented

[PATCH v3 0/4] Implement hardware automatic clock gating (HWACG) for gs101
 2025-11-02 20:27 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: clock: google,gs101-clock: add samsung,sysreg property as required
` [PATCH v3 2/4] arm64: dts: exynos: gs101: add samsung,sysreg property to CMU nodes
` [PATCH v3 3/4] clk: samsung: Implement automatic clock gating mode for CMUs
` [PATCH v3 4/4] clk: samsung: gs101: Enable auto_clock_gate mode for each gs101 CMU

Linux kernel 6.18-rc4 released
 2025-11-02 20:25 UTC 

[PATCH 0/1] fs/9p: Do not open remote file with APPEND mode when writeback cache is used
 2025-11-02 20:24 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Rename vph-pwr regulator node
 2025-11-02 20:25 UTC  (2+ messages)

[PATCH v2 0/3] cpufreq: qcom: handle ipq806x with no SMEM
 2025-11-02 20:23 UTC  (8+ messages)
` [PATCH v2 3/3] cpufreq: qcom-nvmem: add compatible fallback for ipq806x for "
` (subset) [PATCH v2 0/3] cpufreq: qcom: handle ipq806x with "

[PATCH] drm/msm: fix allocation of dumb buffers for non-RGB formats
 2025-11-02 20:17 UTC 

FAILED: patch "[PATCH] mptcp: drop bogus optimization in __mptcp_check_push()" failed to apply to 5.15-stable tree
 2025-11-02 20:15 UTC  (2+ messages)
` [PATCH 5.15.y] mptcp: drop bogus optimization in __mptcp_check_push()

FAILED: patch "[PATCH] net: phy: dp83867: Disable EEE support as not implemented" failed to apply to 6.1-stable tree
 2025-11-02 20:15 UTC  (2+ messages)
` [PATCH 6.1.y] net: phy: dp83867: Disable EEE support as not implemented

FAILED: patch "[PATCH] mptcp: fix MSG_PEEK stream corruption" failed to apply to 6.17-stable tree
 2025-11-02 20:14 UTC  (3+ messages)
` [PATCH 6.17.y 1/2] mptcp: leverage skb deferral free
  ` [PATCH 6.17.y 2/2] mptcp: fix MSG_PEEK stream corruption

[PATCH v5] dt-bindings: gpio: ti,twl4030: Correct the schema $id path
 2025-11-02 20:12 UTC  (2+ messages)

vmlinux.o: warning: objtool: elf_update: invalid section alignment
 2025-11-02 20:05 UTC 

[PATCH] x86/bugs: Qualify RETBLEED_INTEL_MSG
 2025-11-02 20:11 UTC  (11+ messages)

[PATCH] dm: Remove pre-schema tag support
 2025-11-02 20:08 UTC 

[PATCH 1/1] Avoid running whilst in a deleted directory
 2025-11-02 20:06 UTC 

[syzbot] [hfs?] kernel BUG in hfs_new_inode
 2025-11-02 19:58 UTC 

[PATCH 1/1] sound: all sound devices must depend on CONFIG_SOUND
 2025-11-02 19:53 UTC  (2+ messages)

[PATCH 0/2] Add support for customizable find_distro_rootpart
 2025-11-02 19:54 UTC  (3+ messages)
` [PATCH 1/2] distro_bootcmd: "

[PATCH 0/3] fit: allow signing with only an engine_id
 2025-11-02 19:53 UTC  (7+ messages)
` [PATCH 1/3] fit: support "
` [PATCH 2/3] tools: binman: mkimage: add support for passing the engine
` [PATCH 3/3] tools: binman: fit: add support for OpenSSL engines

[PATCH 0/3] qfw/acpi: do not zero out XSDT address
 2025-11-02 19:53 UTC  (3+ messages)
` [PATCH 3/3] configs: CONFIG_CONSOLE_RECORD=y on qemu-riscv64_smode_acpi

[PATCH v3 0/7] Add display support for STM32MP25
 2025-11-02 19:53 UTC  (5+ messages)
` [PATCH v3 1/7] ofnode: support panel-timings in ofnode_decode_display_timing
    ` [Uboot-stm32] "

[PATCH v2 0/5] rsa: fix dependency, rename and relocate RSASSA PSS symbols
 2025-11-02 19:53 UTC  (5+ messages)
` [PATCH v2 2/5] boot: remove duplicate config entry for VPL_FIT
` [PATCH v2 3/5] boot: group SPL_FIT symbols together

Linux 6.18-rc4
 2025-11-02 19:50 UTC 

[openeuler:OLK-6.6 3083/3083] mm/page_alloc.c:1668:17: error: use of undeclared identifier 'MAX_PAGE_ORDER'
 2025-11-02 19:48 UTC 

[Buildroot] [git commit] package/ramspeed: remove package
 2025-11-02 19:29 UTC 

[Buildroot] [git commit] package/wpewebkit: disable internal ccache configuration
 2025-11-02 19:44 UTC 

[Buildroot] [git commit] package/webkitgtk: disable internal ccache configuration
 2025-11-02 19:44 UTC 

[Buildroot] [PATCH v1] package/wpewebkit: disable internal ccache configuration
 2025-11-02 19:45 UTC  (4+ messages)
` [Buildroot] [PATCH v1] package/webkitgtk: "

[Buildroot] [PATCH 0/4] Remove packages
 2025-11-02 19:42 UTC  (6+ messages)
` [Buildroot] [PATCH 1/4] package/ramspeed: remove package
` [Buildroot] [PATCH 2/4] package/expect: "

[DPDK/core Bug 1818] pmdinfogen warnings on Fedora 43
 2025-11-02 19:34 UTC 

Missing backport of 3c591faadd8a ("Reapply "Revert drm/amd/display: Enable Freesync Video Mode by default"") in 6.1.y stable series?
 2025-11-02 19:32 UTC  (3+ messages)

[PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
 2025-11-02 19:31 UTC  (2+ messages)
`  "

[GIT PULL] Please pull u-boot-imx-master-20251030
 2025-11-02 19:30 UTC  (2+ messages)

Pull request: u-boot-rockchip-20251101
 2025-11-02 19:30 UTC  (2+ messages)

[PATCH 0/2] platform/x86: ideapad-laptop: Add charge_types:Fast (Rapid Charge)
 2025-11-02 19:24 UTC  (4+ messages)

[PATCH 0/6] Add EDAC support for Agilex5 SoCFPGA
 2025-11-02 19:25 UTC  (5+ messages)
` [PATCH 4/6] EDAC/altera: Add IO96B ECC "

[Build #31456853] armhf build of rdma-core 61.0~202511021427+git0d977c57~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2025-11-02 19:23 UTC 

[Build #31456859] armhf build of rdma-core 61.0~202511021427+git0d977c57~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2025-11-02 19:22 UTC 

[recipe build #3966815] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-11-02 19:16 UTC 

[syzbot] [hfs?] kernel BUG in hfs_new_inode
 2025-11-02 19:22 UTC  (3+ messages)
` Forwarded:

[ANNOUNCE] 6.6.116-rt66
 2025-11-02 19:18 UTC 

[PATCH] hwmon: sy7636a: Fix sensor description
 2025-11-02 19:10 UTC  (2+ messages)

[PATCH] spi: Try to get ACPI GPIO IRQ earlier
 2025-11-02 19:09 UTC 

[PATCH] hwmon: (gpd-fan) initialize EC on driver load for Win 4
 2025-11-02 19:08 UTC  (2+ messages)

[PATCH] hwmon: (aht10) Add support for dht20
 2025-11-02 19:05 UTC  (2+ messages)

[PATCH] hwmon: (asus-ec-sensors) add ROG STRIX X870-F GAMING WIFI
 2025-11-02 19:04 UTC  (2+ messages)

[PATCH] Bluetooth: MGMT: cancel mesh send timer when hdev removed
 2025-11-02 19:03 UTC  (2+ messages)
`  "

FAILED: patch "[PATCH] cpuidle: governors: menu: Select polling state in some more" failed to apply to 6.6-stable tree
 2025-11-02 19:02 UTC  (3+ messages)
` [PATCH 6.6.y 1/2] cpuidle: governors: menu: Rearrange main loop in menu_select()
  ` [PATCH 6.6.y 2/2] cpuidle: governors: menu: Select polling state in some more cases

[PATCH v4] powerpc: Use shared font data
 2025-11-02 19:01 UTC  (4+ messages)

FAILED: patch "[PATCH] mptcp: drop bogus optimization in __mptcp_check_push()" failed to apply to 6.1-stable tree
 2025-11-02 19:00 UTC  (3+ messages)
` [PATCH 6.1.y 1/2] mptcp: change 'first' as a parameter
  ` [PATCH 6.1.y 2/2] mptcp: drop bogus optimization in __mptcp_check_push()

FAILED: patch "[PATCH] net: phy: dp83867: Disable EEE support as not implemented" failed to apply to 6.6-stable tree
 2025-11-02 18:59 UTC  (2+ messages)
` [PATCH 6.6.y] net: phy: dp83867: Disable EEE support as not implemented

[PATCH v3 0/6] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-11-02 18:58 UTC  (16+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] platform/x86: ayaneo-ec: Add hwmon support
` [PATCH v3 3/6] platform/x86: ayaneo-ec: Add charge control support
` [PATCH v3 4/6] platform/x86: ayaneo-ec: Add controller power and modules attributes
` [PATCH v3 6/6] platform/x86: ayaneo-ec: Add suspend hook

FAILED: patch "[PATCH] cpuidle: governors: menu: Select polling state in some more" failed to apply to 6.12-stable tree
 2025-11-02 18:57 UTC  (3+ messages)
` [PATCH 6.12.y 1/2] cpuidle: governors: menu: Rearrange main loop in menu_select()
  ` [PATCH 6.12.y 2/2] cpuidle: governors: menu: Select polling state in some more cases

[Buildroot] [PATCH v2] package/brltty: bump to version 6.8
 2025-11-02 18:54 UTC 

[Bug 220715] New: [REGRESSION] AMD P-State fails with "_CPC object is not present" on AMD Zen 4 between 6.10 and 6.11
 2025-11-02 18:53 UTC  (2+ messages)
` [Bug 220715] "

[Buildroot] [PATCH 1/1] package/coreutils: bump version to 9.8
 2025-11-02 18:47 UTC  (2+ messages)

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-02 18:44 UTC  (4+ messages)
` [PATCH v5 1/3] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v5 2/3] mm: handle poisoning of pfn without struct pages
` [PATCH v5 3/3] vfio/nvgrace-gpu: register device memory for poison handling

+ maintainers-add-chris-and-kairui-as-the-swap-maintainer.patch added to mm-hotfixes-unstable branch
 2025-11-02 18:44 UTC 

[PATCH] drm/imagination: Depend on power sequencing
 2025-11-02 18:41 UTC 

[syzbot] [hfs?] kernel BUG in hfs_new_inode
 2025-11-02 18:41 UTC 

[meta-oe][PATCH] mariadb: move from PTESTS_PROBLEMS list to PTESTS_SLOW
 2025-11-02 18:36 UTC 

[RFC 0/2] rust: introduce abstractions for fwctl
 2025-11-02 18:33 UTC  (3+ messages)
` [RFC 1/2] "

[PATCH] net: wireless: util: Fix uninitialized header access in cfg80211_classify8021d
 2025-11-02 18:32 UTC 

[PATCH 00/16] drm/xe: Multi Queue feature support
 2025-11-02 18:29 UTC  (7+ messages)
` [PATCH 03/16] drm/xe/multi_queue: Add GuC interface for multi queue support
` [PATCH 10/16] drm/xe/multi_queue: Set QUEUE_DRAIN_MODE for Multi Queue batches
` [PATCH 11/16] drm/xe/multi_queue: Handle CGP context error

[char-misc-next] mei: hook mei_device on class device
 2025-11-02 18:27 UTC  (6+ messages)

[Buildroot] [PATCH 0/5] package/dpdk: version bump and selectable build components
 2025-11-02 18:27 UTC  (3+ messages)
` [Buildroot] [PATCH 1/5] package/dpdk: bump to 24.11.3 version

[char-misc] mei: fix error flow in probe
 2025-11-02 18:08 UTC 

[Buildroot] [git commit] package/dpdk: bump to 24.11.3 version
 2025-11-02 18:02 UTC 

[PATCH] Fix a drop_nlink warning in minix_rename
 2025-11-02 18:25 UTC 

[PATCH 0/2] module: Tweak return and warning
 2025-11-02 18:23 UTC  (5+ messages)
` [PATCH 1/2] module: Override -EEXISTS module return
` [PATCH 2/2] module: Simplify warning on positive returns from module_init()

BCM4312 EEPROM corruption recovery help - HP Mini 110 U98Z049.00
 2025-11-02 18:07 UTC  (3+ messages)

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-02 18:16 UTC  (3+ messages)
` [PATCH v6 05/11] PCI/P2PDMA: Document DMABUF model

[openeuler:OLK-6.6 3081/3081] include/net/ip6_fib.h:279:10: error: default initialization of an object of type 'typeof (f6i->expires)' (aka 'const unsigned long') leaves the object uninitialized
 2025-11-02 18:16 UTC 

[PULL v2 0/8] Accelerators & CPU patches for 2025-11-02
 2025-11-02 18:14 UTC 

[PATCH v4 0/3] gpu: nova: add boot42 support for next-gen GPUs
 2025-11-02 18:14 UTC  (3+ messages)
` [PATCH v4 3/3] gpu: nova-core: "

[PATCH] clk: qcom: tcsrcc-glymur: Update register offsets for clock refs
 2025-11-02 18:09 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: qcom-msm8226-samsung-ms013g: add simple-framebuffer
 2025-11-02 18:09 UTC  (2+ messages)

[PATCH v2 0/5] ARM: dts: qcom: msm8960: cleanup and add missing I2C nodes
 2025-11-02 18:09 UTC  (2+ messages)

[PATCH v11 0/3] Introduce USB DT support for SM8750
 2025-11-02 18:09 UTC  (2+ messages)

[PATCH v3 0/4] Add support for Dongwoon Anatech DW9800K driver
 2025-11-02 18:09 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] arm64: dts: qcom: rename dtsi files for qcm2290, sc7280 and x1p42100
 2025-11-02 18:09 UTC  (2+ messages)

[PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
 2025-11-02 18:02 UTC  (7+ messages)
` [PATCH v6 2/3] rust: i2c: Add basic I2C driver abstractions

i2c issues in 6.18 on R4, but not r4pro (both mt7988 with i2c-mux on i2c2)
 2025-11-02 18:00 UTC  (4+ 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.