All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-16 18:37:09 to 2026-08-16 20:44:51 UTC [more...]

[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
 2026-08-16 20:44 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: make sure allocation in arch_bpf_trampoline_size() is writable

[PATCH 0/5] iio: adc: ti-ads112c14: add filter support
 2026-08-16 20:44 UTC  (4+ messages)
` [PATCH 1/5] iio: adc: ti-ads112c14: support external clock

[PATCH] platform/x86: int3472: add HP Spectre handshake delay
 2026-08-16 20:42 UTC 

[PATCH 0/4] lib/textsearch: fix ts_bm resume offset, add tests, two small cleanups
 2026-08-16 20:37 UTC  (3+ messages)
` [PATCH 1/4] lib/ts_bm: advance state->offset past the reported match

[PATCH 0/4] drm/vc4: Reset the V3D block through the reset controller
 2026-08-16 20:35 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: display: bcm2835-v3d: Add an optional reset line
` [PATCH 4/4] ARM: dts: bcm2835: Add the V3D "

[Buildroot] [PATCH 1/5] package/containerd: security bump version to 2.0.11
 2026-08-16 20:32 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/docker-engine: security bump to version 28.5.2
` [Buildroot] [PATCH 3/5] package/docker-compose: bump to version 2.40.3
` [Buildroot] [PATCH 4/5] package/docker-cli: bump version to 28.5.2
` [Buildroot] [PATCH 5/5] package/runc: security bump version to 1.3.6

[Buildroot] [PATCH 1/1] package/linux-firmware: bump version to 20260810
 2026-08-16 20:29 UTC 

[RFC v4 0/2] Realtime workqueues and panthor realtime submission
 2026-08-16 20:29 UTC  (4+ messages)
` [RFC v4 1/2] workqueue: Add support for real-time workers

[PATCH v3 0/3] iio: adc: ti-ads112c14: continuous mode support
 2026-08-16 20:26 UTC  (3+ messages)
` [PATCH v3 3/3] iio: adc: ti-ads112c14: add "

[PATCH v7 08/10] accel/rocket: add RK3576 NPU (RKNN) support
 2026-08-16 20:25 UTC  (8+ messages)

ntfs_inode_attr_pread(pos<0) can dereference bad pointer
 2026-08-16 20:24 UTC 

[PATCH v3 00/49] Make HMP optional (and later standalone)
 2026-08-16 20:23 UTC  (54+ messages)
` [PATCH v3 01/49] vl: fix -monitor none prefix matching
` [PATCH v3 02/49] hmp: remove 'vcpu' argument from trace-event help
` [PATCH v3 03/49] hmp: fix snapshot_blkdev argument type
` [PATCH v3 04/49] target/i386: decouple cpu_x86_inject_mce() from Monitor
` [PATCH v3 05/49] target/i386: return an error for invalid CPU in hmp_mce()
` [PATCH v3 06/49] system: move gpa2hva() to system memory unit
` [PATCH v3 07/49] system: decouple qmp_inject_nmi() from Monitor
` [PATCH v3 08/49] monitor: move HMP-only fields from Monitor to MonitorHMP
` [PATCH v3 09/49] tests/functional: use query-version QMP command instead of HMP
` [PATCH v3 10/49] net/qapi: add x-query-usernet command
` [PATCH v3 11/49] python, tests: switch usernet queries from HMP to QMP
` [PATCH v3 12/49] tests/qtest/pnv: drop unnecessary -serial mon:stdio
` [PATCH v3 13/49] tests/qtest/qmp-test: don't depend on human-monitor-command
` [PATCH v3 14/49] tests/qtest/numa-test: replace HMP "info numa" with QMP query-cpus-fast
` [PATCH v3 15/49] tests/qtest/cdrom-test: replace HMP "info block" with QMP query-block
` [PATCH v3 16/49] tests/qtest/device-introspect-test: fix test without HMP
` [PATCH v3 17/49] tests/qemu-iotests/205: fix race in assertExportNotFound
` [PATCH v3 18/49] net: add x-query-network QMP command
` [PATCH v3 19/49] tests/qtest/netdev-socket: replace HMP with x-query-network QMP
` [PATCH v3 20/49] qemu-io: propagate errors through Error API instead of printf
` [PATCH v3 21/49] block: add x-qemu-io QMP command
` [PATCH v3 22/49] qtest: add qemu-io command to the qtest protocol
` [PATCH v3 23/49] qtest/ide-test: convert to use qtest qemu-io command
` [PATCH v3 24/49] tests/qemu-iotests: add qmp_qemu_io()
` [PATCH v3 25/49] tests/qemu-iotests: convert pause/resume_drive() to QMP
` [PATCH v3 26/49] build-sys: add 'hmp' option
` [PATCH v3 27/49] monitor: reject readline monitor when HMP is disabled
` [PATCH v3 28/49] system: guard HMP initialization paths with CONFIG_HMP
` [PATCH v3 29/49] tests: skip HMP-dependent tests when HMP is disabled
` [PATCH v3 30/49] monitor: isolate HMP declarations in hmp.h
` [PATCH v3 31/49] monitor: change HMPCommand cmd to take MonitorHMP
` [PATCH v3 32/49] monitor: make hmp_handle_error() "
` [PATCH v3 33/49] monitor: add monitor_cur_hmp() helper
` [PATCH v3 34/49] qemu-print: switch to use monitor_cur_hmp()
` [PATCH v3 35/49] error-report: "
` [PATCH v3 36/49] monitor: tighten monitor_set_cpu()/get_cpu()
` [PATCH v3 37/49] monitor: tighten monitor_printf*()
` [PATCH v3 38/49] hexagon: make dump_mmu() take MonitorHMP
` [PATCH v3 39/49] qdev-monitor: make print_dev() callback "
` [PATCH v3 40/49] qapi: make HMP-specific schema entries conditional on CONFIG_HMP
` [PATCH v3 41/49] Guard HMP command implementations with CONFIG_HMP
` [PATCH v3 42/49] target: guard MonitorDef tables "
` [PATCH v3 43/49] hw: guard BusClass::print_dev "
` [PATCH v3 44/49] hexagon: condition HMP-specific code
` [PATCH v3 45/49] build-sys: make HMP source files conditional on have_hmp
` [PATCH v3 46/49] stubs: split monitor-core stubs into separate compilation units
` [PATCH v3 47/49] monitor: move monitor_hmp_print*() functions to hmp.c
` [PATCH v3 48/49] monitor: move HMP-specific to monitor-hmp-internal.h
` [PATCH v3 49/49] gitlab: --disable-hmp in build-without-defaults

[PATCHv2] MAINTAINERS: update entry for socfpga dwmac and gmii/sgmii
 2026-08-16 20:21 UTC  (2+ messages)

[PATCHSET v12 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-08-16 20:20 UTC  (3+ messages)
` [PATCH 02/17] sched/core: Dequeue waking proxy donors before reset

[Buildroot] [PATCH] package/mesa3d: add intel-virtio host native context config
 2026-08-16 20:18 UTC  (2+ messages)

[PATCH rtw-next] wifi: rtw88: usb: send broadcast/multicast via the AC queues
 2026-08-16 20:15 UTC  (5+ messages)

[PATCH 0/3] iio: adc: ade9000: series of probe and channel fixes
 2026-08-16 20:14 UTC  (2+ messages)

[PATCH net v2] net/sched: add get_fill_size callbacks for actions missing them
 2026-08-16 20:13 UTC 

[PATCH v2] i2c: xiic: restore runtime PM teardown in remove to fix clk WARN flood
 2026-08-16 20:11 UTC  (3+ messages)

On <asm/termbits.h> and <asm/termios.h> usage in man pages
 2026-08-16 20:11 UTC  (6+ messages)

[PATCH v4] staging: iio: frequency: ad9832/ad9834: add comment explaining do_div usage
 2026-08-16 20:09 UTC  (3+ messages)

[PATCH bpf-next v2 1/6] bpf: Keep fault protection when merging pointer types
 2026-08-16 20:06 UTC  (9+ messages)
` [PATCH bpf-next v2 2/6] bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatch
` [PATCH bpf-next v2 3/6] bpf: Reject a store through a fault prone pointer
` [PATCH bpf-next v2 4/6] bpf: Rewrite any fault prone load out of a mem or btf_id pointer

[pci:controller/mediatek-gen3 1/2] arch/arm64/boot/dts/airoha/en7581-evb.dtb: pcie@1fc00000 (airoha,en7581-pcie): reg: [[0, 532676608, 0, 5744]] is too short
 2026-08-16 20:04 UTC 

[PATCH 0/1] tests/intel/xe_exec_capture: Add coredump decode validation subtests
 2026-08-16 20:04 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2] Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
 2026-08-16 20:05 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v4 0/3] Add Sharp GP2AP070S Proximity Driver and enable it in Galaxy J6 (j6lte)
 2026-08-16 20:04 UTC  (2+ messages)

[PATCH] python3-numpy: fix CVE_PRODUCT
 2026-08-16 20:03 UTC 

[moderation/CI] Re: Add EXT4_STATE_MAY_INLINE_DATA check in ext4_readdir
 2026-08-16 20:03 UTC  (2+ messages)

[PATCH 0/4] drm/imagination: Add async VM_BIND with sparse mappings
 2026-08-16 20:03 UTC  (9+ messages)
` [PATCH 1/4] drm/imagination: Fix the vm_bo split mappings are linked to
` [PATCH 2/4] drm/imagination: Switch the GPUVM to immediate mode
` [PATCH 3/4] drm/imagination: Add async VM_BIND ioctl
` [PATCH 4/4] drm/imagination: Add sparse mappings to VM_BIND

[PATCH] usb: pci-quirks: always assert xHCI OS ownership
 2026-08-16 20:03 UTC  (3+ messages)

[PATCH] wpa-supplicant: Use wpa_supplicant.conf from ${S}
 2026-08-16 20:00 UTC 

[BUG] HID: i2c-hid: ELAN 04F3:30FD touchpad reset race causes -EREMOTEIO on HP Pavilion Gaming 15-ec1xxx
 2026-08-16 19:57 UTC  (4+ messages)

[Buildroot] [PATCH 1/4] package/gensio: bump version to 3.0.4
 2026-08-16 19:56 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] package/gensio: add udev optional dependency
` [Buildroot] [PATCH 3/4] package/gensio: add portaudio "
` [Buildroot] [PATCH 4/4] package/ser2net: bump version to 4.6.8

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-08-16 19:56 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] dt-bindings: crypto: rockchip: Add RK356x/RK3588 crypto engine binding
  ` [PATCH v3 2/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader driver
  ` [PATCH v3 3/4] arm64: dts: rockchip: Add crypto node to rk356x-base
  ` [PATCH v3 4/4] arm64: dts: rockchip: Add crypto node to rk3588-base

[PATCH v2 0/3] sparc32: allow a kernel loaded away from the start of RAM
 2026-08-16 19:54 UTC  (3+ messages)
` [PATCH v2 2/3] sparc32: derive phys_base from the PAGE_OFFSET mapping

[soc:board-remove 155/217] drivers/regulator/max8925-regulator.c:22:9: error: redeclaration of enumerator 'MAX8925_ID_SD1'
 2026-08-16 19:49 UTC 

[RFC] um: an arm64 subarch for User Mode Linux
 2026-08-16 19:46 UTC  (2+ messages)

[PATCH v3 00/14] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-08-16 19:46 UTC  (9+ messages)
` [PATCH v3 05/14] iio: adc: Add AD7768 and AD7768-4 core support
` [PATCH v3 06/14] iio: adc: ad7768: Add configurable sampling modes
` [PATCH v3 07/14] iio: adc: ad7768: Add calibration controls
` [PATCH v3 09/14] iio: adc: ad7768: Add VCM regulator support

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-16 19:43 UTC  (3+ messages)

[PATCH] media: i2c: imx471: return 0 for V4L2_SEL_TGT_CROP
 2026-08-16 19:42 UTC 

[PATCH 00/14] devtool: ide-sdk: robust attach-mode debugging and test cleanup
 2026-08-16 19:40 UTC  (15+ messages)
` [PATCH 01/14] devtool: deploy-target: pass tar -m to avoid future timestamp warnings
` [PATCH 02/14] oe-selftest: devtool deploy: use QEMU target commands
` [PATCH 03/14] oe-selftest: devtool ide-sdk: Add new test classes for ide-sdk tests
` [PATCH 04/14] devtool: ide-sdk: fix meson IntelliSense for gcc toolchain
` [PATCH 05/14] cpp-example: prevent compiler from eliminating debugger test code
` [PATCH 06/14] ccp-example: fix PID file handling
` [PATCH 07/14] devtool: ide-sdk: default to all modified recipes
` [PATCH 08/14] devtool: ide-sdk: let gdbserver reuse the shared debug server wait helper
` [PATCH 09/14] oe-selftest: devtool ide-sdk: support $ in gdbserver task command
` [PATCH 10/14] devtool: ide-sdk: attach via extended-remote
` [PATCH 11/14] oe-selftest: devtool ide-sdk: wait for gdbserver readiness
` [PATCH 12/14] oe-selftest: devtool ide-sdk: verify debugger shutdown
` [PATCH 13/14] oe-selftest: devtool ide-sdk: use qemu.run for target checks
` [PATCH 14/14] oe-selftest: devtool ide-sdk: verify attach debug workflow

red zone violation in ntfs_runlists_merge()
 2026-08-16 19:06 UTC 

[PATCH net-next v10 0/4] net: dsa: motorcomm: Add LED support
 2026-08-16 19:38 UTC  (5+ messages)
` [PATCH net-next v10 1/4] net: dsa: motorcomm: Move to subdirectory
` [PATCH net-next v10 2/4] net: dsa: motorcomm: Split SMI module
` [PATCH net-next v10 3/4] net: dsa: motorcomm: Add LED support
` [PATCH net-next v10 4/4] dt-bindings: net: dsa: yt921x: Add LEDs definition example

[PATCH] doc:it_IT: align Italian documentation in process
 2026-08-16 19:39 UTC 

[soc:board-remove 114/217] drivers/regulator/da9055-regulator.c:534:15: error: too many arguments to function 'da9055_gpio_init'
 2026-08-16 19:36 UTC 

[android-common:android15-6.6 2/2] arch/arm64/kvm/hyp_events.c:134:6: warning: no previous prototype for 'hyp_trace_init_event_early'
 2026-08-16 19:36 UTC 

[PATCH 0/2] worktree: Fix out of bounds read that causes data loss and reject invalid empty input in worktree add
 2026-08-16 19:30 UTC  (5+ messages)
` [PATCH v1.5] "

[PATCH v2 0/2] Introduce in_range_incl() inclusive range check macro
 2026-08-16 19:26 UTC  (3+ messages)
` [PATCH v2 1/2] minmax: Add in_range_inclusive() for inclusive range checks
` [PATCH v2 2/2] iio: imu: bmi270: Use in_range_inclusive() in bmi270_write_event_value()

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-16 19:25 UTC 

[PATCH] ARC: cleanup dead ARC_CANT_LLSC option in Kconfig
 2026-08-16 19:20 UTC  (3+ messages)

[GIT PULL] Rust for v7.3
 2026-08-16 19:19 UTC 

[PATCH] mesa: align x86 mesa config with LLVM graphics
 2026-08-16 19:17 UTC 

[Buildroot] [PATCH 0/8] package/sdl3*: complete the SDL3 family
 2026-08-16 19:18 UTC  (9+ messages)
` [Buildroot] [PATCH 1/8] package/plutovg: new package
` [Buildroot] [PATCH 2/8] package/plutosvg: "
` [Buildroot] [PATCH 3/8] package/sdl3: add ALSA and test program options, follow dbus
` [Buildroot] [PATCH 4/8] package/sdl3_image: bump to version 3.4.4
` [Buildroot] [PATCH 5/8] package/sdl3_ttf: do not build the samples or install man pages
` [Buildroot] [PATCH 6/8] package/sdl3_ttf: build plutosvg support when available
` [Buildroot] [PATCH 7/8] package/sdl3_mixer: new package
` [Buildroot] [PATCH 8/8] package/sdl3_net: "

[PATCH v2] nvme: skip the zoned limits update if the zone info query failed
 2026-08-16 19:17 UTC 

[PATCH] netxen: validate unified ROM directory bounds
 2026-08-16 19:14 UTC  (2+ messages)

[RFC] dmisc cgroups controller
 2026-08-16 19:10 UTC  (2+ messages)

[PATCH] nvme: reject zoned namespaces whose zone info query failed
 2026-08-16 19:07 UTC  (3+ messages)

[PATCH] arm64: dts: allwinner: sun50i-a64-olinuxino: Add RX delay
 2026-08-16 18:59 UTC  (2+ messages)

[PATCH] cachefiles: Fix OOB access in coherency trace
 2026-08-16 18:55 UTC 

[PATCH 00/21] HID: fix racy force feedback initialization via .input_configured()
 2026-08-16 18:52 UTC  (4+ messages)
` [PATCH 02/21] HID: add documentation and Coccinelle script for FF registration race
  ` [cocci] "

Add a git squash function?
 2026-08-16 18:49 UTC 

[PATCH 00/12] arm64/bti: Fix kernel BTI issues with livepatch, large kernels, toolchains
 2026-08-16 18:46 UTC  (6+ messages)
` [PATCH 02/12] arm64/module: Fix BTI exceptions caused by omitted landing pads in Clang 21

[PATCH] iommu/iova: Clear the slab cache pointers when destroying them
 2026-08-16 18:43 UTC 

arch/arm64/boot/dts/freescale/imx95-15x15-frdm.dtb: opp-500000000: opp-hz-real: b'\x00\x00\x00\x00\x1d\xcde\x00' is not of type 'object', 'integer', 'array', 'boolean', 'null'
 2026-08-16 18:43 UTC 

[PATCH] scripts/esdk-tools: remove broken link wic
 2026-08-16 18:42 UTC 

[PATCH i-g-t v3] tests/kms_plane: Skip CRC frame sequence check on MediaTek
 2026-08-16 18:41 UTC  (2+ messages)

[PATCH v2 0/5] m68k SuperVidel patches
 2026-08-16 18:37 UTC  (4+ messages)
` [PATCH v2 2/5] fbdev: Give atafb proper parent


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.