All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-12 23:55:01 to 2026-09-13 02:47:48 UTC [more...]

[PATCH bpf-next v4 00/15] bpf: Support by-value struct and __int128 arguments
 2026-09-13  2:47 UTC  (6+ messages)
` [PATCH bpf-next v4 01/15] bpf: Read a kfunc's __sz argument only when it is in a register
` [PATCH bpf-next v4 11/15] bpf, arm64: Place trampoline arguments by the arm64 calling convention

[syzbot] [batman?] WARNING in batadv_iv_ogm_process_per_outif
 2026-09-13  2:47 UTC 

[PATCH v2 00/86] tcg: Generic expansion of most operations
 2026-09-13  2:38 UTC  (85+ messages)
` [PATCH v2 01/86] include/qemu: Define QEMU_ALIAS
` [PATCH v2 02/86] tcg: Use QEMU_ALIAS to define most tcg_gen_*_ptr
` [PATCH v2 03/86] tcg: Generic expansion of tcg_gen_mov_*
` [PATCH v2 04/86] tcg: Generic expansion of tcg_gen_movi_*
` [PATCH v2 05/86] tcg: Generic expansion of tcg_gen_discard_*
` [PATCH v2 06/86] tcg: Generic expansion of tcg_gen_add_*
` [PATCH v2 07/86] tcg: Generic expansion of tcg_gen_addi_*
` [PATCH v2 08/86] tcg: Generic expansion of tcg_gen_sub_*
` [PATCH v2 09/86] tcg: Generic expansion of tcg_gen_subi_*
` [PATCH v2 10/86] tcg: Generic expansion of tcg_gen_neg_*
` [PATCH v2 11/86] tcg: Generic expansion of tcg_gen_subfi_*
` [PATCH v2 12/86] tcg: Generic expansion of tcg_gen_and_*
` [PATCH v2 13/86] tcg: Generic expansion of tcg_gen_or_*
` [PATCH v2 14/86] tcg: Generic expansion of tcg_gen_xor_*
` [PATCH v2 15/86] tcg: Generic expansion of tcg_gen_shl_*
` [PATCH v2 16/86] tcg: Generic expansion of tcg_gen_shr_*
` [PATCH v2 17/86] tcg: Generic expansion of tcg_gen_sar_*
` [PATCH v2 18/86] tcg: Generic expansion of tcg_gen_mul_*
` [PATCH v2 19/86] tcg: Generic expansion of tcg_gen_shli_*
` [PATCH v2 20/86] tcg: Generic expansion of tcg_gen_shri_*
` [PATCH v2 21/86] tcg: Generic expansion of tcg_gen_sari_*
` [PATCH v2 22/86] tcg: Generic expansion of tcg_gen_andi_*
` [PATCH v2 23/86] tcg: Generic expansion of tcg_gen_ori_*
` [PATCH v2 24/86] tcg: Generic expansion of tcg_gen_xori_*
` [PATCH v2 25/86] tcg: Generic expansion of tcg_gen_muli_*
` [PATCH v2 26/86] tcg: Generic expansion of tcg_gen_not_*
` [PATCH v2 27/86] tcg: Drop division helpers
` [PATCH v2 28/86] tcg: Generic expansion of tcg_gen_div_*
` [PATCH v2 29/86] tcg: Generic expansion of tcg_gen_rem_*
` [PATCH v2 30/86] tcg: Generic expansion of tcg_gen_divu_*
` [PATCH v2 31/86] tcg: Generic expansion of tcg_gen_remu_*
` [PATCH v2 32/86] tcg: Generic expansion of tcg_gen_andc_*
` [PATCH v2 33/86] tcg: Generic expansion of tcg_gen_eqv_*
` [PATCH v2 34/86] tcg: Generic expansion of tcg_gen_nand_*
` [PATCH v2 35/86] tcg: Generic expansion of tcg_gen_nor_*
` [PATCH v2 36/86] tcg: Generic expansion of tcg_gen_orc_*
` [PATCH v2 37/86] tcg: Generic expansion of tcg_gen_brcond_*
` [PATCH v2 38/86] tcg: Generic expansion of tcg_gen_brcondi_*
` [PATCH v2 39/86] tcg: Generic expansion of tcg_gen_setcond_*
` [PATCH v2 40/86] tcg: Generic expansion of tcg_gen_setcondi_*
` [PATCH v2 41/86] tcg: Generic expansion of tcg_gen_negsetcond_*
` [PATCH v2 42/86] tcg: Generic expansion of tcg_gen_negsetcondi_*
` [PATCH v2 43/86] tcg: Generic expansion of tcg_gen_movcond_*
` [PATCH v2 44/86] tcg: Split out gen_extrl_i64_i32
` [PATCH v2 45/86] tcg: Split out gen_extu_i32_i64
` [PATCH v2 46/86] tcg: Split out gen_extrh_i64_i32
` [PATCH v2 47/86] tcg: Split out gen_ext_i32_i64
` [PATCH v2 48/86] tcg: Generic expansion of tcg_gen_clz_*
` [PATCH v2 49/86] tcg: Use signed integer for tcg_gen_{clz, ctz}i_{i32, i64}
` [PATCH v2 50/86] tcg: Generic expansion of tcg_gen_clzi_*
` [PATCH v2 51/86] tcg: Generic expansion of tcg_gen_ctpop_*
` [PATCH v2 52/86] tcg: Generic expansion of tcg_gen_ctz_*
` [PATCH v2 53/86] tcg: Generic expansion of tcg_gen_ctzi_*
` [PATCH v2 54/86] tcg: Generic expansion of tcg_gen_clrsb_*
` [PATCH v2 55/86] tcg: Generic expansion of tcg_gen_rotl_*
` [PATCH v2 56/86] tcg: Generic expansion of tcg_gen_rotr_*
` [PATCH v2 57/86] tcg: Generic expansion of tcg_gen_rotri_*
` [PATCH v2 58/86] tcg: Generic expansion of tcg_gen_rotli_*
` [PATCH v2 59/86] tcg: Generic expansion of tcg_gen_deposit_*
` [PATCH v2 60/86] tcg: Generic expansion of tcg_gen_extract_*
` [PATCH v2 61/86] tcg: Generic expansion of tcg_gen_sextract_*
` [PATCH v2 62/86] tcg: Generic expansion of tcg_gen_deposit_z_*
` [PATCH v2 63/86] tcg: Generic expansion of tcg_gen_ext8s_*
` [PATCH v2 64/86] tcg: Generic expansion of tcg_gen_ext8u_*
` [PATCH v2 65/86] tcg: Generic expansion of tcg_gen_ext16s_*
` [PATCH v2 66/86] tcg: Generic expansion of tcg_gen_ext16u_*
` [PATCH v2 67/86] tcg: Generic expansion of tcg_gen_ext_*
` [PATCH v2 68/86] tcg: Generic expansion of tcg_gen_smin_*
` [PATCH v2 69/86] tcg: Generic expansion of tcg_gen_smax_*
` [PATCH v2 70/86] tcg: Generic expansion of tcg_gen_umin_*
` [PATCH v2 71/86] tcg: Generic expansion of tcg_gen_umax_*
` [PATCH v2 72/86] tcg: Generic expansion of tcg_gen_abs_*
` [PATCH v2 73/86] tcg: Use smax in abs if available
` [PATCH v2 74/86] tcg: Generic expansion of tcg_gen_ussub_*
` [PATCH v2 75/86] tcg: Use umax in ussub if available
` [PATCH v2 76/86] tcg: Generic expansion of tcg_gen_extract2_*
` [PATCH v2 77/86] tcg: Generic expansion of tcg_gen_addcio_*
` [PATCH v2 78/86] tcg: Generic expansion of tcg_gen_add2_*
` [PATCH v2 79/86] tcg: Generic expansion of tcg_gen_sub2_*
` [PATCH v2 80/86] tcg: Generic expansion of tcg_gen_mulu2_*
` [PATCH v2 81/86] tcg: Generic expansion of tcg_gen_muls2_*
` [PATCH v2 82/86] tcg: Use unsigned for flags for bswap and revbit operations
` [PATCH v2 85/86] tcg: Generic expansion of tcg_gen_revbit8_*
` [PATCH v2 86/86] tcg: Expand missing mulu2_i64 during liveness

[PATCH v4 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-13  2:47 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: iio: light: add as7343
` [PATCH v4 2/2] iio: light: add AS7343 multi-spectral sensor driver

[PATCH v1 0/8] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
 2026-09-13  2:47 UTC  (16+ messages)
` [PATCH v1 1/8] perf test: Skip data_type_profiling when the PMU cannot record memory events
` [PATCH v1 2/8] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH v1 3/8] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH v1 4/8] perf annotate-data: Show the sample count in the data-type browser
` [PATCH v1 5/8] perf report: Add --progress option
` [PATCH v1 6/8] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH v1 7/8] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH v1 8/8] perf mem record: Request PERF_SAMPLE_CPU by default

[PATCH v3 00/11] accel/tcg: Push BQL down into per-target do_interrupt handlers
 2026-09-13  2:44 UTC  (6+ messages)
` [PATCH v3 01/11] target/arm: Call arm*_cpu_do_interrupt directly instead of via TCGCPUOps
` [PATCH v3 03/11] target/i386: Rename fake_do_interrupt to fake_user_exception
  ` [PATCH v3 02/11] target/s390x: Restrict interrupt handlers to system mode

[PATCH 0/2] wifi: rtw88: 8703b: repair the card-disable transition
 2026-09-13  2:44 UTC  (3+ messages)
` [PATCH 1/2] wifi: rtw88: 8703b: complete the card-disable to card-emulation transition

[PATCH v7 0/3] Samsung Expressatt: Camera Flash
 2026-09-13  2:45 UTC  (9+ messages)
` [PATCH v7 1/3] dt-bindings: leds: rt8515: Support single-GPIO flash ICs with vin supply
` [PATCH v7 2/3] leds: flash: "
` [PATCH v7 3/3] ARM: dts: qcom: msm8960: expressatt: Add camera flash

[PATCH v9 0/9] livepatch: Add support for scoped atomic replace
 2026-09-13  2:42 UTC  (10+ messages)
` [PATCH v9 1/9] selftests/livepatch: Clarify test module file names
` [PATCH v9 2/9] selftests/livepatch: Adapt atomic replace tests to provides/obsoletes
` [PATCH v9 3/9] livepatch: Make klp_find_func() non static
` [PATCH v9 4/9] livepatch: Call klp_init_patch_early() earlier
` [PATCH v9 5/9] livepatch: Implement provides and obsoletes for scoped atomic replace
` [PATCH v9 6/9] livepatch: Deprecate stack_order
` [PATCH v9 7/9] selftests/livepatch: Add provides/obsoletes test scenarios
` [PATCH v9 8/9] selftests/livepatch: Add state test for provides/obsoletes
` [PATCH v9 9/9] selftests/livepatch: Add function "

[PATCH] btrfs: derive f_fsid with dev_t only when temp_fsid is active
 2026-09-13  2:43 UTC  (5+ messages)

[PATCH v2] target/sparc: Enable variable page size for user-only
 2026-09-13  2:34 UTC 

+ mm-page_alloc-avoid-direct-compaction-for-costly-__gfp_noretry-allocations.patch added to mm-hotfixes-unstable branch
 2026-09-13  2:30 UTC  (2+ messages)

[PATCH] Input: sur40: prevent polling loop from stalling
 2026-09-13  2:28 UTC 

ANNOUNCE: pahole v1.32 (DWZ alt files, lots of new regression tests, BTF signatures, coverage analysis)
 2026-09-13  2:21 UTC 

[PATCH v2] rust: net: netlink: Migrate to zerocopy's IntoBytes
 2026-09-13  2:18 UTC 

[PATCH] rust: net: netlink: validate attribute length before casting to `c_int`
 2026-09-13  2:17 UTC 

[PATCH] wifi: rtw88: 8821c: Add HP single-antenna quirk
 2026-09-13  2:15 UTC  (2+ messages)

[bcachefs:master 928/1155] fs/bcachefs/data/compress.c:91:13: warning: 'bio_phys_contig' defined but not used
 2026-09-13  2:15 UTC 

[PATCH 0/3] kernfs: do less work under the kernfs_rwsem write lock
 2026-09-13  2:14 UTC  (4+ messages)
` [PATCH 1/3] kernfs: activate a new node without dropping kernfs_rwsem
` [PATCH 2/3] kernfs: allocate the new name outside kernfs_rwsem
` [PATCH 3/3] kernfs: free the old "

[PATCH] soundwire: qcom: quiesce runtime PM before removing bus
 2026-09-13  2:13 UTC 

[PATCH i-g-t v7 0/4] Add CMRR subtests
 2026-09-13  2:07 UTC  (2+ messages)
` ✓ i915.CI.Full: success for Add CMRR subtests (rev7)

[PATCH] media: cx23885: unregister DVB bus when SP2 CI setup fails
 2026-09-13  2:05 UTC 

[PATCH 6.18 0000/1518] 6.18.52-rc1 review
 2026-09-13  0:56 UTC  (3+ messages)
` [PATCH 6.18 0908/1518] perf c2c: Use perf_env e_machine rather than arch

[PATCH 00/58] Unit test framework for klp-build toolchain
 2026-09-13  1:53 UTC  (2+ messages)

[PATCH] Documentation nova: Fix bracket
 2026-09-13  1:48 UTC  (2+ messages)

[PATCH] drm/exynos: fimc: disable LCLK during cleanup
 2026-09-13  1:48 UTC  (2+ messages)

[PATCH] media: i2c: ov772x: power off sensor on ID read errors
 2026-09-13  1:43 UTC 

[PATCH] phy: broadcom: brcm-usb: unwind clocks on probe failure
 2026-09-13  1:40 UTC  (2+ messages)

[PATCH] rust: net: netlink: Migrate to zerocopy's `IntoBytes`
 2026-09-13  1:38 UTC  (2+ messages)

[PATCH v2] rust: num: document why Integer is sealed
 2026-09-13  1:38 UTC  (2+ messages)

[v2 PATCH] rhashtable: Add rhashtable_flush_and_free helper
 2026-09-13  1:34 UTC  (5+ messages)
    ` [v3 "
      ` [v4 "

[syzbot] [bridge?] WARNING: locking bug in match_held_lock
 2026-09-13  1:31 UTC 

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-13  1:26 UTC  (18+ messages)

[PATCH] usb: dwc3-am62: shut down refclk on remove
 2026-09-13  1:26 UTC 

[PATCH] tg3: clean up PHYLIB resources on probe failure
 2026-09-13  1:21 UTC 

[PATCH] drm/i915/dp: Expose sink max compressed bpp in debugfs
 2026-09-13  1:18 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/dml2_core_dcn4_calcs.c:6405:53-54: WARNING opportunity for min()
 2026-09-13  1:13 UTC 

[PATCH] net: fib_rules: add FRA_GOTO and FRA_L3MDEV to fib_rule_nlmsg_size()
 2026-09-13  1:06 UTC  (2+ messages)

[martinetd:9p-test 16/18] fs/9p/vfs_addr.c:178 v9fs_init_request() warn: missing unwind goto?
 2026-09-13  1:01 UTC 

[PATCH v2] kselftest: mm: remove exclusion of building soft-dirty test in arm64
 2026-09-13  0:52 UTC  (2+ messages)

[koverstreet-bcachefs:trace_sched_wakeup_backtrace 224/332] versioncheck: ./fs/bcachefs/util/util.c: 1030: need linux/version.h
 2026-09-13  0:51 UTC 

[PATCH v2] drm/amd/pm: defer UCLK DPM enablement on Apple Navi 14
 2026-09-13  0:50 UTC  (2+ messages)

[PATCH] smb: client: fix smbd_connection leak on cifs_get_tcp_session() error
 2026-09-13  0:45 UTC  (2+ messages)

[PATCH v2 0/2] Add support for AS7343 multi-spectral sensor
 2026-09-13  0:42 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: light: add as7343

[PATCH v2] smb: client: fix rlist race and missing initialization
 2026-09-13  0:39 UTC  (2+ messages)

[PATCH net] net: stmmac: report phc_index as -1 when no PTP clock is registered
 2026-09-13  0:35 UTC  (3+ messages)

[PATCH RFC] drivers/rufs: add Rust UFS host controller driver
 2026-09-13  0:30 UTC  (8+ messages)

[PATCH] media: em28xx: reject audio endpoint with zero packet size
 2026-09-13  0:29 UTC 

[PATCH 0/3] I3C character device driver using driver_override
 2026-09-13  0:26 UTC  (7+ messages)
` [PATCH 1/3] i3c: master: enable driver_override for I3C
` [PATCH 2/3] i3c: set i3c_xfer.actual_len in controller drivers

[GIT PULL] EDAC/urgent for v7.3-rc3
 2026-09-13  0:23 UTC 

[PATCH] smb: client: cancel reconnect work in clean_demultiplex_info()
 2026-09-13  0:16 UTC  (2+ messages)

[PATCH v12 00/14] accel/rocket: RK3576 NPU (RKNN) enablement
 2026-09-13  0:13 UTC  (6+ messages)
` [PATCH v12 03/14] accel/rocket: wait for a running IRQ handler before resetting a core

[OE-core][scarthgap 00/13] Patch review
 2026-09-13  0:12 UTC  (2+ messages)

[RFC PATCH v6] arm64: allwinner: add TrimUI Smart Pro (A133) board support
 2026-09-13  0:08 UTC  (4+ messages)
` [RFC PATCH v7] "

[PATCH RESEND v3] drm/msm: default separate_gpu_kms to auto selection
 2026-09-13  0:05 UTC  (2+ messages)

[android-common:android14-5.15 1/1] include/linux/userfaultfd_k.h:82:1: warning: control reaches end of non-void function
 2026-09-13  0:05 UTC 

[PATCH] usb: gadget: f_phonet: fix out-of-bounds read in ifname_show
 2026-09-13  0:05 UTC  (2+ messages)
` [PATCH v2] usb: gadget: f_phonet: don't call gether_get_ifname() on a non-u_ether netdev

[PATCH] ALSA: 6fire: fix OOB write from device-reported iso length
 2026-09-13  0:05 UTC 

[meta-filesystems][PATCH] tcmu-runner: Initial commit
 2026-09-13  0:04 UTC  (4+ messages)
` [oe] "

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-12 23:59 UTC  (9+ messages)
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline

[meta-oe][PATCH 1/6] openjpeg: fix run-ptest with busybox sed
 2026-09-12 23:54 UTC  (6+ messages)
` [meta-oe][PATCH 2/6] jsoncpp: "
` [meta-oe][PATCH 3/6] tbb: "
` [meta-oe][PATCH 4/6] mariadb: fix AES CBC/CTR/GCM with OpenSSL 4.0
` [meta-oe][PATCH 5/6] redis: Do not build the test modules during cross compile
` [meta-oe][PATCH 6/6] bpftrace: Keep -fcanon-prefix-map away from the build host gcc


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.