messages from 2026-08-06 12:42:25 to 2026-08-06 13:19:36 UTC [more...]
[PATCH V4 00/14] i3c: Support IBI-based system wakeup
2026-08-06 13:18 UTC (18+ messages)
` [PATCH V4 01/14] i3c: master: Fix recursive locking during device registration
` [PATCH V4 02/14] i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()
` [PATCH V4 03/14] i3c: master: Do not treat master device as a duplicate target
` [PATCH V4 04/14] i3c: master: Fix use-after-free of master->this
` [PATCH V4 05/14] i3c: Make dev->desc locking assumptions explicit
` [PATCH V4 06/14] i3c: master: Fix potential UAF in i3c_device_uevent()
` [PATCH V4 07/14] i3c: master: Fix potential UAF in i3c_device_match()
` [PATCH V4 08/14] i3c: master: Support IBI-based wakeup capability
` [PATCH V4 09/14] i3c: master: Report wakeup events for IBIs
[PATCH v4] sched/fair: Prefer fully idle cores for NOHZ balancing
2026-08-06 13:18 UTC (3+ messages)
[bug report] net: udp_tunnel_nic: reference count leak during network namespace migration
2026-08-06 13:18 UTC (2+ messages)
[PATCH 0/2] firmware: xilinx: Feature check improvements
2026-08-06 13:18 UTC (2+ messages)
[PATCH 00/31] ASoC: Use auto-cleanup for firmware loading
2026-08-06 13:18 UTC (6+ messages)
` [PATCH 31/31] ASoC: SOF: "
[PATCH] CI: install python-cryptography for world build
2026-08-06 13:17 UTC (3+ messages)
[PATCH v6 2/2] drm/bridge: add support for lontium lt9211c bridge
2026-08-06 13:17 UTC (9+ messages)
` [PATCH 0/7] Fixes for lt9211c
` [PATCH 1/7] drm/bridge: lt9211: drop delayed work
` [PATCH 2/7] drm/bridge: lt9211: fix regmap_write error handling
` [PATCH 3/7] drm/bridge: lt9211: use regmap_write_bits
` [PATCH 4/7] drm/bridge: lt9211: reuse lt9211_configure_timing in lt9211c_configure_timing
` [PATCH 5/7] drm/bridge: lt9211: combine equal branches
` [PATCH 6/7] drm/bridge: lt9211: use devm_drm_bridge_add and drop lt9211_remove
` [PATCH 7/7] drm/bridge: lt9211: Enable DSI burst mode for LT9211C
[PATCH v3] iommu/tegra241-cmdqv: Reject a VCMDQ base above the 48-bit hardware limit
2026-08-06 13:17 UTC (3+ messages)
[PATCH v3] ntfs: validate non-resident attribute offsets
2026-08-06 13:17 UTC (2+ messages)
[PATCH] platform/x86: thinkpad_acpi: Use bool for str_supported() parameter
2026-08-06 13:15 UTC
[PATCH] arm64: mm: fix accidental linear mapping of no-map reserved memory
2026-08-06 13:16 UTC (4+ messages)
[PATCH 0/1] address one of sashiko pre-existing issues
2026-08-06 13:16 UTC (4+ messages)
` [PATCH 1/1] KVM: s390: Fix memory corruption by not reinjecting CK machine checks
` [PATCH on master] "
[PATCH 0/7] rockchip: fix boot from SDMMC on RK3576
2026-08-06 13:09 UTC (3+ messages)
` [PATCH 1/7] rockchip: mkimage: Split size_and_off and size_and_nimage
[PATCH 0/2] hwmon: add Axiado AX3000 and AX3005 PWM fan support
2026-08-06 13:16 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: add Axiado AX3000 and AX3005 PWM fan controller
[PATCH v2] nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3
2026-08-06 13:13 UTC
[PATCH v2] mfd: iqs62x: reject zero-length firmware records
2026-08-06 13:16 UTC (2+ messages)
` (subset) "
[PATCH] apparmor: fix cred UAF caused by begin_current_label_crit_section()
2026-08-06 13:14 UTC (6+ messages)
[PATCH v2 0/1] drm: use drm_warn() in validate_blend_mode_for_alpha_formats()
2026-08-06 13:14 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] media: redrat3: fix use-after-free in rc_dev_uevent()
2026-08-06 13:13 UTC (4+ messages)
[GIT PULL] OP-TEE fix for v7.2
2026-08-06 13:12 UTC (2+ messages)
[PATCH] s390/cpum_cf: Handle CPU hotplug add and delete
2026-08-06 13:11 UTC
[PATCH net-next v2 0/2] dpll: use pin owner's dpll ref for pin-level set callbacks
2026-08-06 13:11 UTC (6+ messages)
` [PATCH net-next v2 1/2] dpll: zl3073x: update all DPLL channels on ref_sync_set
` [PATCH net-next v2 2/2] dpll: use pin owner's dpll ref for pin-level attribute setting
[PATCH] hwmon: (yogafan) Add support for new Lenovo models
2026-08-06 13:11 UTC
[PATCH net] s390/ism: Fix UAF of sba and ieq during ism_dev_exit()
2026-08-06 13:11 UTC (2+ messages)
linux-next: manual merge of the pm tree with the risc-v tree
2026-08-06 13:11 UTC
[PATCH 6.12.y-cip 0/7] Document RZ/G3L I2C, WDT and SSI
2026-08-06 13:10 UTC (2+ messages)
[PATCHES v3 0/12] perf jitdump: Input validation hardening
2026-08-06 13:10 UTC (23+ messages)
` [PATCH 01/12] perf jitdump: Fix extended header read that always fails
` [PATCH 02/12] perf jitdump: Fix debug_data and unwinding_data leaks
` [PATCH 03/12] perf jitdump: Validate code_size against total_size in code load
` [PATCH 04/12] perf jitdump: Prevent integer underflow in debug info size calculation
` [PATCH 05/12] perf jitdump: Bounds-check debug entry byte-swap loop
` [PATCH 06/12] perf jitdump: Check snprintf return before computing header size
` [PATCH 07/12] perf jitdump: Fix funlockfile on unlocked stream in jit_open() error path
` [PATCH 08/12] perf jitdump: Free event in jit_repipe_code_move()
` [PATCH 10/12] perf jitdump: Validate debug entries on native (non-swap) path
` [PATCH 11/12] perf jitdump: Validate sym string NUL-termination in code load
` [PATCH 12/12] perf jitdump: Validate unwinding sizes against record payload
[PATCH v2 0/2] Documentation: html: show sections in the sidebar
2026-08-06 13:10 UTC (4+ messages)
[PATCH master 1/3] test: kvx: add Labgrid env YAML for generic_defconfig
2026-08-06 13:08 UTC (2+ messages)
[PATCH 0/2] s390/block: Enable CONTEXT_ANALYSIS
2026-08-06 13:09 UTC (6+ messages)
` [PATCH 1/2] s390/dasd: Add __context_unsafe() attribute to various functions
` [PATCH 2/2] s390/block: Enable CONTEXT_ANALYSIS
[PATCH v6 0/2] drm/xe/sysctrl: Add helpers to query application
2026-08-06 13:09 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[PATCH] u-boot: always use GCC to build
2026-08-06 13:07 UTC (3+ messages)
` [OE-core] "
[PATCH] efi: payload: gracefully handle OOM in initrd allocation
2026-08-06 13:07 UTC (2+ messages)
[PATCH net v2] macvlan: require lower-netns admin for shared port settings
2026-08-06 13:08 UTC (2+ messages)
[PATCH v2] mfd: rave-sp: validate received frame payload lengths
2026-08-06 13:08 UTC (2+ messages)
` (subset) "
[PATCH] nilfs2: suppress false positive WARN_ONs for sufile after an FS error
2026-08-06 13:07 UTC (3+ messages)
[PATCH v2 0/3] CPM6 Channel Separation Support
2026-08-06 13:06 UTC (17+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Make Xilinx Macros Dev Name Agnostic
` [PATCH v2 2/3] dmaengine: dw-edma: Enable Chan Separation via VSEC
[PATCH 0/6] crypto: Add __cleanup functions for zeroizing aes_cmac_key & aes_cmac_ctx
2026-08-06 13:06 UTC (7+ messages)
` [PATCH 3/6] net/tcp-ao: clear the aes_cmac_key when done
` [PATCH 4/6] Bluetooth: SMP: "
[PATCH] fixup! sandbox: enable keytoc in hosttools_defconfig
2026-08-06 13:04 UTC (2+ messages)
[PATCH 0/3] rust: dma: add the single-buffer streaming DMA API
2026-08-06 13:06 UTC (3+ messages)
` [PATCH 2/3] rust: dma: add abstraction for "
[PATCH] fixup! net: designware_eqs: set upper 32bit address for DMA descriptors to support 64-bit addressing
2026-08-06 13:04 UTC (2+ messages)
[PATCH 0/2] Improve logging on missing uclass
2026-08-06 13:05 UTC (3+ messages)
` [PATCH 1/2] dm: improve logging for "
` [PATCH 2/2] initcall: display error code on error
[PATCH wireless-next] wifi: nl80211: add support to configure 6 GHz non-HT duplicate transmission
2026-08-06 13:05 UTC (3+ messages)
[PATCH 1/1] efi: avoid video ghosting in EFI app
2026-08-06 13:04 UTC (4+ messages)
colibri_vf: CONFIG_TEXT_BASE and the Toradex eBoot flashing path
2026-08-06 12:48 UTC
[PATCH 0/2] vf610: fix GPIO output and console input
2026-08-06 12:48 UTC (3+ messages)
` [PATCH 1/2] gpio: vybrid: read and write the GPIO block, not the PORT block
` [PATCH 2/2] serial: lpuart: test the receive flag, not the FIFO counter
[PATCH v3 0/7] riscv: sophgo: Use upstream devicetrees for CV18xx boards
2026-08-06 12:45 UTC (9+ messages)
` [PATCH v3 1/7] clk: sophgo: cv1800b: Add SoC-specific compatible strings
` [PATCH v3 2/7] mmc: cv1800b: Add SG2002 compatible string
` [PATCH v3 3/7] riscv: licheerv_nano: Enable hardware system reset
` [PATCH v3 4/7] riscv: milkv_duo: Use upstream devicetree
` [PATCH v3 5/7] riscv: licheerv_nano: "
` [PATCH v3 6/7] riscv: dts: sophgo: Drop local CV18xx devicetrees
` [PATCH v3 7/7] clk: sophgo: cv1800b: Drop legacy compatible string
[BUG] VFIO on POWER9 / QEMU fails to allocate 32-bit DMA
2026-08-06 5:27 UTC (2+ messages)
[Intel-wired-lan] [PATCH iwl-net v3] ixgbevf: fix link speed reporting for Hyper-V E610 VFs
2026-08-06 13:04 UTC (2+ messages)
[security] Report of possible heap overflow in U-Boot EFI TCG2 boot loader (ANT-2026-CBSBSFG8)
2026-08-06 12:18 UTC
[security] Report of possible heap overflow in U-Boot's Android bootmeth before any AVB verification (ANT-2026-ZWED60S8)
2026-08-06 12:22 UTC
[security] Report of possible heap buffer overflow in U-Boot EFI image verification under Secure Boot (ANT-2026-R09Q9YM0)
2026-08-06 12:15 UTC
[PATCH] sched/fair: Let sync wakeups target the waker's core
2026-08-06 13:03 UTC (2+ messages)
[PATCH] iio: flow: slf3s: restart measurement if VDD disable fails
2026-08-06 13:05 UTC (4+ messages)
[PATCH] mfd: sm501: Fix potential memory leaks during remove
2026-08-06 13:04 UTC (2+ messages)
` (subset) "
Content idea for Git
2026-08-06 13:04 UTC
drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_cmd.c:315 ras_cmd_get_batch_trace_records() error: buffer overflow 'output_data->records' 300 <= 2147483646
2026-08-06 13:03 UTC
[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-08-06 13:03 UTC (15+ messages)
` [PATCH v5 3/4] perf/arm64: "
[PATCH] mmc: core: Cancel SDIO IRQ work before freeing host
2026-08-06 13:02 UTC
[PATCH v2 0/5] LoongArch: KVM: Add separate vmid support
2026-08-06 13:03 UTC (5+ messages)
` [PATCH v2 5/5] LoongArch: KVM: Enable separate vmid feature
[PATCH 0/3] Add driver for Invensense ICM42370P accelerometer
2026-08-06 13:03 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: Add InvenSense ICM-42370-p accelerometer
` [PATCH 2/3] iio: accel: Add support for ICM42370P
` [PATCH 3/3] iio: accel: icm42370: Add FIFO buffer functionality
[PATCH RESEND] kselftest/arm64: Fix abi test compilation errors
2026-08-06 13:03 UTC (2+ messages)
[PATCH] media: v4l2-common: add Y12 and YUV24 to v4l2_format_info()
2026-08-06 13:02 UTC
[PATCH] clk: mediatek: fix memory leak on module removal
2026-08-06 13:02 UTC (2+ messages)
[PATCH bpf] bpf: Fix pending_pos walk on 32-bit ring position wrap
2026-08-06 13:02 UTC
[PATCH net] net/dibs: Fix UAF of dmb_clientid_arr after dibs_dev_del()
2026-08-06 13:02 UTC (2+ messages)
[PATCH 1/2] RDMA/cxgb4: Cancel reg_work before freeing device on remove
2026-08-06 13:01 UTC (2+ messages)
` [PATCH 2/2] RDMA/cxgb4: Free debugfs on registration failure
[PATCH v3] ARM: module.lds: fix unwind metadata for merged .text sections
2026-08-06 13:02 UTC (2+ messages)
[PATCH] net: designware: eqos: keep virtual RX buffer address around
2026-08-06 13:00 UTC
[PATCH 0/2] xfs: fix a couple sparse chunk alloc problems
2026-08-06 13:01 UTC (6+ messages)
` [PATCH 2/2] xfs: consistent low ag space behavior for sparse inode chunk allocs
[PATCH v1] clk: samsung: Don't include <linux/mod_devicetable.h>
2026-08-06 13:00 UTC
[PATCH net] net: phy: mediatek: fix TX blink masks using the RX bits
2026-08-06 13:00 UTC (2+ messages)
[PATCH v3] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
2026-08-06 13:00 UTC (11+ messages)
[PATCH bluetooth 0/4] Bluetooth: fix cmd_sync payload lifetimes on the cancel path
2026-08-06 12:59 UTC (5+ messages)
` [PATCH bluetooth 1/4] Bluetooth: hci_conn: fix the SCO setup context lifetime
` [PATCH bluetooth 2/4] Bluetooth: hci_sync: free the advertising instance on the failure and cancel paths
` [PATCH bluetooth 3/4] Bluetooth: MGMT: free the mesh send cancel command when it is cancelled
` [PATCH bluetooth 4/4] Bluetooth: MGMT: free the HCI "
[PATCH] hw/arm/aspeed: avoid sign mismatch on sscanf for uart property
2026-08-06 12:59 UTC (2+ messages)
[PATCH -next v3] thunderbolt: Add quirk to reset host interface on DMA path teardown for AMD USB4 routers
2026-08-06 12:59 UTC
[syzbot] [trace?] KASAN: slab-use-after-free Read in ring_buffer_iter_advance
2026-08-06 12:58 UTC (2+ messages)
[PATCH v5] serial: coreboot: Accept DBG2 subtype 0x12
2026-08-06 12:58 UTC (2+ messages)
[PATCH v4] vsock: use sock_error() to consume sk_err after a failed connect
2026-08-06 12:57 UTC (4+ messages)
[PATCH v2] cpufreq: schedutil: Fix rate limit overflow
2026-08-06 12:56 UTC (2+ messages)
[PULL] drm-xe-fixes
2026-08-06 12:55 UTC
[PATCH 0/4] rtc: pcf2127: add support for battery low voltage detection
2026-08-06 12:55 UTC (7+ messages)
` [PATCH 2/4] rtc: pcf2127: add pcf2127_pwrmng_get/set
` [PATCH 3/4] rtc: add battery low voltage detection feature
` [PATCH 4/4] rtc: pcf2127: support battery low voltage detection function
[PATCH v6 0/3] Add support for the MTU3 upstream devicetree binding
2026-08-06 12:54 UTC (4+ messages)
` [PATCH v6 1/3] doc: usb: remove obsolete MediaTek MTU3 bindings
` [PATCH v6 2/3] usb: mtu3: support the upstream devicetree binding
` [PATCH v6 3/3] usb: mtu3: add SPL gadget support
[PATCH 00/16] selftests/mm: improve khugepaged coverage
2026-08-06 12:54 UTC (4+ messages)
` [PATCH 16/16] selftests/mm: skip khugepaged shmem cases without a PMD page cache folio
[PATCH v3 0/6] R-Car X5H CPG/MDLC support
2026-08-06 12:53 UTC (5+ messages)
` [PATCH v3 4/6] pmdomain: renesas: Add R-Car X5H MDLC driver
[PATCH 1/4] libtool: strip build system triplet from installed libtool script
2026-08-06 12:53 UTC (3+ messages)
` [PATCH 4/4] bitbake.conf, rust-common.bbclass: include RUST_BUILD_SYS in the task hash
` [OE-core] "
[PATCH v1 0/8] tests/functional/arm/test_aspeed: Update ASPEED SDK v11.03
2026-08-06 12:52 UTC (2+ messages)
[PATCH 1/1] block: rename bi_bvec_done
2026-08-06 12:52 UTC (2+ messages)
[PATCH 0/6] dmaengine: zynqmp_dma: Fix error paths and follow-up cleanups
2026-08-06 12:51 UTC (7+ messages)
` [PATCH 1/6] dmaengine: zynqmp_dma: Fix alloc_chan_resources error cleanup
` [PATCH 2/6] dmaengine: zynqmp_dma: Fix chan probe error handling
` [PATCH 5/6] dmaengine: zynqmp_dma: Reject zero-length memcpy transfers
[PATCH 00/12] Upstream some more Git for Windows' patches
2026-08-06 12:50 UTC (4+ messages)
` [PATCH 08/12] mingw: rely on MSYS2's metadata instead of hard-coding it
[PATCH] leds: lp5860: fix init error-path locking
2026-08-06 12:48 UTC (3+ messages)
[PATCH v5 00/13] HID: iio: Introduce devm_ APIs for HID sensors
2026-08-06 12:48 UTC (5+ messages)
` [PATCH v5 12/13] iio: position: hid-sensor-custom-intel-hinge: convert probe and teardown to devm-managed resources
` [PATCH v5 13/13] iio: pressure: hid-sensor-press: "
[GIT PULL] arm64: AMD/Xilinx DT changes for v7.3
2026-08-06 12:48 UTC
[PATCH v2] rseq: fix hard lockup on granted time slice extension
2026-08-06 12:48 UTC (2+ messages)
` [tip: core/urgent] entry/rseq: Fix "
[GIT PULL] cpufreq/arm updates for 7.3
2026-08-06 12:47 UTC (2+ messages)
[PATCH v2] linux-user/sh4: Deliver SIGILL on invalid instruction
2026-08-06 12:46 UTC (2+ messages)
[GIT PULL] OPP updates 7.3
2026-08-06 12:46 UTC (2+ messages)
[PATCH] nvme-tcp: fix usage of page_frag_cache
2026-08-06 12:46 UTC (2+ messages)
[PATCH v4 0/4] LoongArch bpf kptr xchg inline support
2026-08-06 12:46 UTC (3+ messages)
` [PATCH v4 4/4] selftests/bpf: Add kptr-xchg benchmark
[PATCH v3] drm/xe: Fix a bug in pc_adjust_freq_bounds()
2026-08-06 12:45 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe: Fix a bug in pc_adjust_freq_bounds() (rev3)
[PATCH v2 0/5] perf/arm-cmn: Support CMN S3 r2
2026-08-06 12:45 UTC (3+ messages)
[PATCH v2] kconfig: fix submenu rendering of negative dependencies
2026-08-06 12:38 UTC (3+ messages)
[PATCH net v3 0/2] mptcp: fix request migration ownership
2026-08-06 12:43 UTC (2+ messages)
b43: multiple parens bugs and double CORDIC_FIXED
2026-08-06 12:34 UTC (2+ messages)
[PATCH net 0/2] net: dsa: b53: fix 8021q uppers on standalone ports
2026-08-06 12:43 UTC (5+ messages)
` [PATCH net 1/2] net: dsa: let drivers offload "
[PATCH] python3: upgrade 3.14.6 -> 3.14.7
2026-08-06 12:42 UTC
[PATCH v2 0/5] Make the SDK section not specific to the eSDK
2026-08-06 8:48 UTC (5+ messages)
` [PATCH v2 4/5] sdk-manual: rename the section to remove "extensible"
` [docs] "
` [PATCH v2 5/5] sdk-manual/intro.rst: detail differences between standard and extensible sysroots
` [docs] "
[PATCH] ref-manual: add uboot-extlinux-config class documentation
2026-08-06 9:54 UTC (2+ messages)
` [docs] "
[PATCH 0/5] Make the SDK section not specific to the eSDK
2026-08-06 8:44 UTC (5+ messages)
` [PATCH 5/5] sdk-manual/intro.rst: detail differences between standard and extensible sysroots
` [docs] "
[meta-rockchip] [PATCH] rock-5b-plus: add
2026-08-06 8:56 UTC (2+ messages)
` [yocto-patches] "
[PATCH] ref-manual/variables.rst: document the QB_DEFAULT_BIOS variable
2026-08-06 9:07 UTC (2+ messages)
` [docs] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.