All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-01 10:57:10 to 2025-12-01 11:27:38 UTC [more...]

[PATCH 5.4 000/187] 5.4.302-rc1 review
 2025-12-01 11:22 UTC  (48+ messages)
` [PATCH 5.4 001/187] net/sched: sch_qfq: Fix null-deref in agg_dequeue
` [PATCH 5.4 002/187] x86/bugs: Fix reporting of LFENCE retpoline
` [PATCH 5.4 003/187] btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
` [PATCH 5.4 004/187] net: usb: asix_devices: Check return value of usbnet_get_endpoints
` [PATCH 5.4 005/187] fbdev: atyfb: Check if pll_ops->init_pll failed
` [PATCH 5.4 006/187] ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
` [PATCH 5.4 007/187] fbdev: bitblit: bound-check glyph index in bit_putcs*
` [PATCH 5.4 008/187] fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
` [PATCH 5.4 009/187] fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
` [PATCH 5.4 010/187] ASoC: qdsp6: q6asm: do not sleep while atomic
` [PATCH 5.4 011/187] wifi: ath10k: Fix memory leak on unsupported WMI command
` [PATCH 5.4 012/187] usbnet: Prevents free active kevent
` [PATCH 5.4 013/187] drm/etnaviv: fix flush sequence logic
` [PATCH 5.4 014/187] regmap: slimbus: fix bus_context pointer in regmap init calls
` [PATCH 5.4 015/187] net: phy: dp83867: Disable EEE support as not implemented
` [PATCH 5.4 016/187] wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
` [PATCH 5.4 017/187] x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID
` [PATCH 5.4 018/187] net: ravb: Enforce descriptor type ordering
` [PATCH 5.4 019/187] devcoredump: Fix circular locking dependency with devcd->mutex
` [PATCH 5.4 020/187] can: gs_usb: increase max interface to U8_MAX
` [PATCH 5.4 021/187] serial: 8250_dw: Use devm_clk_get_optional() to get the input clock
` [PATCH 5.4 022/187] serial: 8250_dw: Use devm_add_action_or_reset()
` [PATCH 5.4 023/187] serial: 8250_dw: handle reset control deassert error
` [PATCH 5.4 024/187] usb: gadget: f_fs: Fix epfile null pointer access after ep enable
` [PATCH 5.4 025/187] soc: qcom: smem: Fix endian-unaware access of num_entries
` [PATCH 5.4 026/187] spi: loopback-test: Dont use %pK through printk
` [PATCH 5.4 027/187] bpf: "
` [PATCH 5.4 028/187] mmc: host: renesas_sdhi: Fix the actual clock
` [PATCH 5.4 029/187] memstick: Add timeout to prevent indefinite waiting
` [PATCH 5.4 030/187] ACPI: video: force native for Lenovo 82K8
` [PATCH 5.4 031/187] selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
` [PATCH 5.4 032/187] cpufreq/longhaul: handle NULL policy in longhaul_exit
` [PATCH 5.4 033/187] arc: Fix __fls() const-foldability via __builtin_clzl()
` [PATCH 5.4 034/187] irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment
` [PATCH 5.4 035/187] mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
` [PATCH 5.4 036/187] ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()
` [PATCH 5.4 037/187] tee: allow a driver to allocate a tee_device without a pool
` [PATCH 5.4 038/187] video: backlight: lp855x_bl: Set correct EPROM start for LP8556
` [PATCH 5.4 039/187] clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel
` [PATCH 5.4 040/187] uprobe: Do not emulate/sstep original instruction when ip is changed
` [PATCH 5.4 041/187] hwmon: (dell-smm) Add support for Dell OptiPlex 7040
` [PATCH 5.4 042/187] tools/cpupower: Fix incorrect size in cpuidle_state_disable()
` [PATCH 5.4 043/187] tools/power x86_energy_perf_policy: Enhance HWP enable
` [PATCH 5.4 045/187] mfd: stmpe: Remove IRQ domain upon removal
` [PATCH 5.4 054/187] x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
` [PATCH 5.4 055/187] powerpc/eeh: Use result of error_detected() in uevent
` [PATCH 5.4 056/187] bridge: Redirect to backup port when port is administratively down

FAILED: patch "[PATCH] mptcp: Fix proto fallback detection with BPF" failed to apply to 5.15-stable tree
 2025-12-01 11:27 UTC  (2+ messages)
` [PATCH 5.15.y] mptcp: Fix proto fallback detection with BPF

[RFC 00/24] audio: add GStreamer backend
 2025-12-01 11:23 UTC  (25+ messages)
` [RFC 01/24] rust: patch thiserror to work with meson
` [RFC 02/24] audio: remove obsolete/obscure functions
` [RFC 03/24] audio/dbus: make "dbus" the default backend when using -display dbus
` [RFC 04/24] qemu-options.hx: clarify default audio backend selection
` [RFC 05/24] audio: introduce AudioDriver
` [RFC 06/24] audio: simplify audio_init()
` [RFC 07/24] audio: move object creation to audio_driver_init()
` [RFC 08/24] audio: add QOM module-objects for each backend
` [RFC 09/24] audio: remove set_dbus_server from audio_driver
` [RFC 10/24] audio: lookup "audio-" object types, and realize them
` [RFC 11/24] audio: switch to module-object, drop audio driver registration
` [RFC 12/24] module: remove audio module support
` [RFC 13/24] audio: keep a strong reference on the backend
` [RFC 14/24] audio: make list type declaration private
` [RFC 15/24] audio: make create_pdos() private
` [RFC 16/24] replay: remove dependency on audio/
` [RFC 17/24] audio: make all the backend-specific APIs take the be
` [RFC 18/24] audio: make AudioBackend truely abstract
` [RFC 19/24] audio: split AudioBackend
` [RFC 20/24] audio: AUD_ -> audio_be_
` [RFC 21/24] audio-be: add common pre-conditions
` [RFC 22/24] audio-be: add some state trace
` [RFC 23/24] audio: split AudioDriver code in audio-driver.c
` [RFC 24/24] WIP: rust/audio: add GStreamer backend

[Buildroot] [PATCH] package/yq: add new package
 2025-12-01 11:26 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/2] "
  ` [Buildroot] [PATCH v2 2/2] package/yq: bump to 4.49.2

[linux-next:master 13169/13171] Warning: drivers/crypto/ccp/sev-dev-tio.c:249 #define TIO_DEV_DISCONNECT_FLAG_FORCE BIT(0); error: Cannot parse struct or union!
 2025-12-01 11:26 UTC 

[PATCH 0/4] remoteproc: qcom: Fix devm_ioremap_resource_wc() checking
 2025-12-01 11:26 UTC  (2+ messages)

[PATCH V2 0/4] x86/insn: perf tools: Add AVX-512 support to the instruction decoder
 2025-12-01 11:25 UTC  (4+ messages)
` [PATCH V2 2/4] x86/insn: "

[GIT PULL] x86 core updates for v6.16
 2025-12-01 11:25 UTC 

[PATCH] sched_ext: Fix incorrect sched_class settings for per-cpu migration tasks
 2025-12-01 11:25 UTC 

[f2fs-dev] [PATCH v1] mkfs.f2fs: fix incorrect start_sector detection due to typo in HDIO_GETGEO macro check
 2025-12-01 11:24 UTC  (2+ messages)
` [f2fs-dev] [RFT PATCH] resize.f2fs: fix start_sector not starting from 0

[PATCH v4 0/3] Fix bio chain related issues
 2025-12-01 11:25 UTC  (4+ messages)
` [PATCH v4 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH 0/2] refs: allow setting the reference directory
 2025-12-01 11:24 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] refs: support obtaining ref_store for given dir
  ` [PATCH v3 2/2] refs: add GIT_REF_URI to specify reference backend and directory

FAILED: patch "[PATCH] mptcp: Fix proto fallback detection with BPF" failed to apply to 6.1-stable tree
 2025-12-01 11:23 UTC  (4+ messages)
` [PATCH 6.1.y] mptcp: Fix proto fallback detection with BPF

[PATCH 0/8] Move PSR/Panel Replay sink data into intel_connector
 2025-12-01 11:23 UTC  (8+ messages)
` [PATCH 5/8] drm/i915/psr: Clear pr_dpcd as well on disconnect
` [PATCH 7/8] drm/i915/psr: Move sink PSR and Panel Replay booleans to intel_connector
` [PATCH 8/8] drm/i915/psr: Move sink_sync_latency "

[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
 2025-12-01 11:22 UTC  (20+ messages)
` [PATCH 01/19] coresight: trbe: Use helpers for checking errata
` [PATCH 02/19] coresight: trbe: Remove redundant disable operation
` [PATCH 03/19] coresight: trbe: Remove buffer disabling in trbe_handle_overflow()
` [PATCH 04/19] coresight: trbe: Remove set_trbe_disabled() from the enable flow
` [PATCH 05/19] coresight: trbe: Refactor status clearing
` [PATCH 06/19] coresight: trbe: Refactor syndrome decoding
` [PATCH 07/19] coresight: trbe: Refactor AUX flag setting
` [PATCH 08/19] coresight: trbe: Use PERF_AUX_FLAG_PARTIAL instead of PERF_AUX_FLAG_COLLISION
` [PATCH 09/19] coresight: trbe: Add fault action argument to trbe_handle_overflow()
` [PATCH 10/19] coresight: trbe: Always check fault action when updating buffer
` [PATCH 11/19] coresight: trbe: Apply overwrite erratum for only wrap event
` [PATCH 12/19] coresight: trbe: Calculate size for buffer wrapping
` [PATCH 13/19] coresight: trbe: Remove misleading comment
` [PATCH 14/19] coresight: trbe: Refactor compute_trbe_buffer_limit()
` [PATCH 15/19] coresight: trbe: Add static key for bypassing trigger mode
` [PATCH 16/19] coresight: trbe: Support "
` [PATCH 17/19] coresight: trbe: Enable circle mode for snapshot
` [PATCH 18/19] coresight: trbe: Add kunit tests
` [PATCH 19/19] perf: cs-etm: Set watermark for AUX trace

[PATCH v2 00/11] ntfsplus: ntfs filesystem remake
 2025-12-01 11:22 UTC  (6+ messages)
` [PATCH v2 01/11] ntfsplus: in-memory, on-disk structures and headers

[PATCH] x86/kexec: Add a sanity check on previous kernel's ima kexec buffer
 2025-12-01 11:22 UTC  (2+ messages)

[GIT PULL] x86/build change for v6.19
 2025-12-01 11:22 UTC 

[PATCH v5] dma-buf: add some tracepoints to debug
 2025-12-01 11:21 UTC 

[PATCH 1/2] remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regs
 2025-12-01 11:21 UTC  (3+ messages)
` [PATCH 2/2] remoteproc: qcom_q6v5_wcss: use optional reset for wcss_q6_bcr_reset

[meta-python][PATCH 1/3] python3-gast: Upgrade 0.6.0 -> 0.7.0
 2025-12-01 11:20 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-toolz: Upgrade 1.0.0 -> 1.1.0
` [meta-python][PATCH 3/3] python3-zeroconf: Upgrade 0.147.2 -> 0.148.0

[PATCH v7 0/7] Introduce movable pages for Hyper-V guests
 2025-12-01 11:20 UTC  (7+ messages)
` [PATCH v7 1/7] Drivers: hv: Refactor and rename memory region handling functions
` [PATCH v7 2/7] Drivers: hv: Centralize guest memory region destruction
` [PATCH v7 3/7] Drivers: hv: Move region management to mshv_regions.c

[PATCH v6 0/2] LED: Add basic LP5860 LED matrix driver
 2025-12-01 11:19 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: leds: add lp5860 LED controller
` [PATCH v6 2/2] leds: add support for TI LP5860 LED driver chip

[PATCH mptcp-net] mptcp: fallback earlier on simult connection
 2025-12-01 11:19 UTC  (4+ messages)

[RFC PATCH] tests/functional/s390x: Add reverse debugging test for s390x
 2025-12-01 11:17 UTC  (9+ messages)

[PATCH V3 6.19/scsi-queue] scsi: target: core: Add emulation for REPORT_IDENTIFYING_INFORMATION
 2025-12-01 11:18 UTC  (2+ messages)

[GIT PULL] x86/apic changes for v6.19
 2025-12-01 11:17 UTC 

[PATCH 1/2] erofs-utils: lib: oci: fix a corner-case in `ocierofs_parse_ref()`
 2025-12-01 11:15 UTC  (4+ messages)
` [PATCH 2/2] erofs-utils: lib: oci: allow HTTP connections to registry

[PATCH] ASoC: cs-amp-lib: Revert use of __free(kfree) back to normal C cleanup
 2025-12-01 11:14 UTC 

[BUG] Missing backport for commit b441cf3f8c4b ("xfrm: delete x->tunnel as we delete x")
 2025-12-01 11:14 UTC  (2+ messages)

[PATCH i-g-t v2 0/3] tests/panthor: Add more tests
 2025-12-01 11:14 UTC  (3+ messages)
` [PATCH i-g-t v2 2/3] tests/panthor: Add a test to make sure the buffer is zeroed at alloc time

[PATCH] arm64: dts: qcom: oneplus-enchilada: Specify i2c4 clock frequency
 2025-12-01 11:13 UTC  (2+ messages)

[GIT PULL] Scheduler changes for v6.19
 2025-12-01 11:13 UTC 

[PATCH] net: stmmac: Modify the judgment condition of "tx_avail" from 1 to 2
 2025-12-01 11:13 UTC  (2+ messages)

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-12-01 11:12 UTC  (10+ messages)
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug

[PATCH] arch: arm: mach-socfpga: Fix non-Agilex targets
 2025-12-01 11:11 UTC  (5+ messages)

[PATCH V6] netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_max sysctl
 2025-12-01 11:08 UTC  (2+ messages)

[PATCH v3 0/8] Add RZ/G3E GPT support
 2025-12-01 11:09 UTC  (7+ messages)
` [PATCH v3 3/8] pwm: rzg2l-gpt: Add prescale_pow_of_two_mult_factor variable to struct rzg2l_gpt_info
` [PATCH v3 6/8] pwm: rzg2l-gpt: Add suspend/resume support

[PATCH 1/4] Documentation: migration-guides: don't warn about migration-master
 2025-12-01 11:09 UTC  (2+ messages)

[PATCH v4 0/5] drm/amdgpu: add UMA carveout tuning interfaces
 2025-12-01 11:08 UTC  (6+ messages)
` [PATCH v4 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v4 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v4 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v4 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v4 5/5] Documentation/amdgpu: Add UMA carveout details

Linux 6.17.10
 2025-12-01 11:09 UTC  (2+ messages)

Linux 6.12.60
 2025-12-01 11:09 UTC  (2+ messages)

Linux 6.6.118
 2025-12-01 11:09 UTC  (2+ messages)

[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
 2025-12-01 11:08 UTC  (4+ messages)

[PATCH 0/4] Enable USB on i.MX8ULP EVK
 2025-12-01 11:07 UTC  (7+ messages)
` [PATCH v1 1/4] ehci-mx6: Add powerup_fixup implementation
    ` 回复: "
` [PATCH v1 4/4] imx8ulp: dst: Enable USB controller at 0x29920000 in host mode
    ` 回复: "

[syzbot] [overlayfs?] WARNING in fast_dput
 2025-12-01 11:07 UTC  (5+ messages)

[PATCH] powerpc/64s/radix/kfence: map __kfence_pool at page granularity
 2025-12-01 11:07 UTC  (4+ messages)

[PATCH v2 1/2] net: arp: collect context into new struct pending_arp
 2025-12-01 11:06 UTC  (2+ messages)

[PATCH V2 6.19/scsi-queue] scsi: target: core: Add emulation for REPORT_IDENTIFYING_INFORMATION
 2025-12-01 11:06 UTC  (3+ messages)

[OE-core][PATCH V4 1/2] rootfs-postcommands.bbclass: fix echo + '\n' in 'no password' banner
 2025-12-01 11:05 UTC  (3+ messages)
` [OE-core][PATCH V4 2/2] rootfs-postcommands.bbclass: fix adding "

[PATCH] ARM: mmu: set up vectors prior to full MMU setup
 2025-12-01 11:04 UTC  (2+ messages)

[PATCH] soundwire: qcom: Use guard to avoid mixing cleanup and goto
 2025-12-01 11:04 UTC  (3+ messages)

[PATCH v2 0/3] scripts: imx: imx-usb-loader: fix mingw compilation
 2025-12-01 11:03 UTC  (4+ messages)
` [PATCH v2 2/3] scripts: imx: add pread implementation for mingw target

Linux kernel 6.17.10 released
 2025-12-01 11:00 UTC 

[PATCH v4 00/10] arm: k3: j784s4: Add PCIe boot support
 2025-12-01 11:01 UTC  (11+ messages)
` [PATCH v4 01/10] arm: mach-k3: j784s4: Update SoC autogen data to enable PCIe boot
` [PATCH v4 02/10] phy: cadence: Add config to enable Cadence Torrent PHY at SPL stage
` [PATCH v4 03/10] phy: ti: Add config to enable J721E WIZ SERDES wrapper "
` [PATCH v4 04/10] configs: j784s4_evm_r5_defconfig: Enable configs for PCIe boot
` [PATCH v4 05/10] configs: j784s4_evm_a72_defconfig: "
` [PATCH v4 06/10] configs: am69_sk_r5_defconfig: Disable PCIe boot configs
` [PATCH v4 07/10] configs: am69_sk_a72_defconfig: "
` [PATCH v4 08/10] configs: j742s2_evm_r5_defconfig: "
` [PATCH v4 09/10] configs: j742s2_evm_a72_defconfig: "
` [PATCH v4 10/10] docs: board: ti: j784s4_evm: Add PCIe boot documentation

[PATCH v8 0/2] ASoC: rt5575: Add the codec driver for the ALC5575
 2025-12-01 10:59 UTC  (3+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] ASoC: dt-bindings: realtek,rt5575: add bindings for ALC5575

[PATCH] drm/amdgpu: Allow direct CPU drawing of DRM panic on APUs
 2025-12-01 11:02 UTC  (3+ messages)

[PATCH net-next v3 0/4] A series of minor optimizations of the bonding module
 2025-12-01 11:01 UTC  (6+ messages)
` [PATCH net-next v3 1/4] net: bonding: use workqueue to make sure peer notify updated in lacp mode

[PATCH v1 2/2] imx8ulp_evk: Switch to use devicetree imported from Linux kernel release
 2025-12-01 11:00 UTC 

Preemption of userspace PCI device model
 2025-12-01 11:00 UTC 

[PATCH] iio: inkern: Use namespaced exports
 2025-12-01 10:59 UTC  (2+ messages)

[BUG] Recursive locking deadlock in hfsplus
 2025-12-01 10:51 UTC 

[PATCH V1 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
 2025-12-01 10:58 UTC  (8+ messages)
` [PATCH V1 2/3] ALSA: hda: add bus callback for address translation

Linux kernel 6.12.60 released
 2025-12-01 10:55 UTC 

[PATCH v1 1/2] imx8ulp_evk: Move environment variables to .env file
 2025-12-01 10:56 UTC 

[PATCH v2] sched/core: avoid calling select_task_rq cb if bound to one CPU for exec
 2025-12-01 10:55 UTC 

[PATCH v3 0/3] ALSA: hda: add CIX IPBLOQ HDA controller support
 2025-12-01 10:57 UTC  (3+ messages)
` [PATCH v3 1/3] ALSA: hda: dt-bindings: "
` [PATCH v3 3/3] ALSA: hda: "


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.