All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-02 18:44:53 to 2025-11-02 22:56:30 UTC [more...]

[PATCH v2 1/3] hw/hppa: Enable LASI i82596 network on 715 machine
 2025-11-02 22:55 UTC  (8+ messages)

[PATCH] power: supply: Add SC8541 charger drivers
 2025-11-02 22:55 UTC  (2+ messages)

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

[PATCH RESEND v2 0/3] target/arm/kvm: Improve memory error handling
 2025-11-02 22:51 UTC  (7+ messages)
` [PATCH RESEND v2 1/3] acpi/ghes: Extend acpi_ghes_memory_errors() to support multiple CPERs

i2c issues in 6.18 on R4, but not r4pro (both mt7988 with i2c-mux on i2c2)
 2025-11-02 22:49 UTC  (5+ messages)

[Buildroot] [PATCH v2] package/brltty: bump to version 6.8
 2025-11-02 22:49 UTC  (2+ messages)

[PATCH] fs: touch up predicts in putname()
 2025-11-02 22:42 UTC  (6+ messages)

[PATCH 1/2] gpio: fxl6408: Add optional reset gpio control
 2025-11-02 22:35 UTC  (3+ messages)

[PATCH v2] iio: imu: bmi270: fix dev_err_probe error msg
 2025-11-02 22:30 UTC 

[PATCH 0/8] btrfs-progs: fscrypt updates
 2025-11-02 22:26 UTC  (3+ messages)
` [PATCH 5/8] btrfs-progs: interpret encrypted file extents

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

[PATCH] drm/tegra: Enable cmu for Tegra186 and Tegra194
 2025-11-02 22:24 UTC 

[anolis-intel-cloud:devel-5.10 16/16] mm/sparse-vmemmap.c:310:8: warning: variable 'entry' is used uninitialized whenever 'if' condition is false
 2025-11-02 22:25 UTC 

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

[PATCH] rust: devres: fix private intra-doc link
 2025-11-02 22:20 UTC  (2+ messages)

[PATCH] rust: condvar: fix broken intra-doc link
 2025-11-02 22:20 UTC  (2+ messages)

[PATCH v3 0/2] iio: proximity: update Lidar-lite v2 and create v3
 2025-11-02 22:10 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: proximity: Remove Lidar-lite-v2 from trivial
` [PATCH v3 2/2] dt-bindings: iio: proximity: Add Lidar-lite-v2 and v3

[PATCH] fix after-code Doxygen comments
 2025-11-02 22:14 UTC 

[PATCH v5 1/2] arm64: dts: qcom: rubikpi3: Add qcs6490-rubikpi3 board dts
 2025-11-02 22:13 UTC  (3+ messages)

[PATCH 1/1] NFSD: don't start nfsd if sv_permsocks is empty
 2025-11-02 22:11 UTC  (5+ messages)

[PATCH v2 00/10] can: netlink: add CAN XL
 2025-11-02 22:11 UTC  (3+ messages)

[paulmck-rcu:next.2025.11.01a] BUILD SUCCESS 2fd20521e6f8bafcc753efc9d0cb7f4c34378038
 2025-11-02 22:09 UTC 

[paulmck-rcu:dev.2025.10.31a] BUILD SUCCESS 44c59cb7d5c41cafd3e46b7d538db0530aef2324
 2025-11-02 22:09 UTC 

[syzbot] [bcachefs?] INFO: task hung in bch2_mark_pagecache_reserved (3)
 2025-11-02 22:04 UTC  (2+ messages)

[PATCH RFC 0/3] can: calc_bittiming: add sample point calculation for PWM encoding
 2025-11-02 22:01 UTC  (4+ messages)
` [PATCH RFC 1/3] can: calc_bittiming: get rid of the incorrect "nominal" word
` [PATCH RFC 2/3] can: calc_bittiming: add can_calc_sample_point_nrz()
` [PATCH RFC 3/3] can: calc_bittiming: add can_calc_sample_point_pwm()

vmlinux.o: warning: objtool: elf_update: invalid section alignment
 2025-11-02 22:01 UTC  (2+ messages)

linux-next: manual merge of the vfs-brauner tree with the btrfs tree
 2025-11-02 21:58 UTC 

[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 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

[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  (7+ messages)
` [PATCH v2 3/3] cpufreq: qcom-nvmem: add compatible fallback for ipq806x for "

[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)

[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  (2+ 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  (7+ messages)
` [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

[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


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.