LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 12:22:14 to 2024-05-07 13:39:31 UTC [more...]

[PATCH] dmabuf: fix dmabuf file poll uaf issue
 2024-05-07 13:39 UTC  (11+ messages)

[PATCH 00/20] drm/bridge: tc358775: proper bridge bringup and code cleanup
 2024-05-07 13:39 UTC  (4+ messages)
` [PATCH 01/20] drm/bridge: add dsi_lp11_notify mechanism

[PATCH] ASoC: qcom: audioreach: Correct mapping of back speakers
 2024-05-07 13:39 UTC  (2+ messages)

[RFC v1 0/5] Add Bananapi R3 Mini
 2024-05-07 13:36 UTC  (9+ messages)
` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi R3 Mini

Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
 2024-05-07 13:34 UTC  (6+ messages)

[PATCH] md: Revert "md: Fix overflow in is_mddev_idle"
 2024-05-07 13:34 UTC  (2+ messages)

[PATCH v2 00/27] context_tracking, rcu: Spring cleaning renaming
 2024-05-07 13:32 UTC  (5+ messages)
` [PATCH v2 16/27] rcu: Rename rcu_dynticks_snap() into rcu_watching_snap()
` [PATCH v2 17/27] rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_in_eqs()

[PATCH v3] block/ioctl: prefer different overflow check
 2024-05-07 13:32 UTC  (2+ messages)

[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
 2024-05-07 13:32 UTC  (8+ messages)

[PATCH 1/1] bcachefs: Move BCACHEFS_STATFS_MAGIC to UAPI magic.h
 2024-05-07 13:34 UTC  (2+ messages)

[PATCH v2 -next] mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
 2024-05-07 13:31 UTC  (3+ messages)

[PATCH v4 0/3] KVM/x86: Enhancements to static calls
 2024-05-07 13:31 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v4 2/3] KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
` [PATCH v4 3/3] KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_ops

[PATCH v3 -next] mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
 2024-05-07 13:23 UTC 

WARNING in fuse_request_end
 2024-05-07 13:29 UTC  (2+ messages)

[PATCH v2 0/3] hwmon: (emc1403) Various improvements
 2024-05-07 13:29 UTC  (5+ messages)

[PATCH v2 0/4] Fix and cleanups to page-writeback
 2024-05-07 13:28 UTC  (5+ messages)
` [PATCH v2 2/4] mm: correct calculation of wb's bg_thresh in cgroup domain

[PATCH] io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
 2024-05-07 13:28 UTC  (5+ messages)

[PATCH v2 net-next 00/15] locking: Introduce nested-BH locking
 2024-05-07 13:27 UTC  (6+ messages)
` [PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT

[PATCH 0/4] ASoC: qcom: x1e80100: Correct channel mapping
 2024-05-07 13:25 UTC  (7+ messages)
` [PATCH 1/4] ASoC: Constify channel mapping array arguments in set_channel_map()
` [PATCH 2/4] ASoC: qcom: q6dsp: Implement proper channel mapping in Audioreach
` [PATCH 4/4] ASoC: qcom: x1e80100: Correct channel mapping

[PATCH v1 1/1] spi: pxa2xx: Drop the stale entry in documentation TOC
 2024-05-07 13:21 UTC  (2+ messages)

[PATCH RFC bpf-next 0/8] Implement generic bpf_async cb
 2024-05-07 13:19 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/8] bpf: ignore sleepable prog parameter for kfuncs
` [PATCH RFC bpf-next 2/8] bpf: add kfunc_meta parameter to push_callback_call()
` [PATCH RFC bpf-next 3/8] bpf: implement __async and __s_async kfunc suffixes
` [PATCH RFC bpf-next 4/8] bpf: typedef a type for the bpf_wq callbacks
` [PATCH RFC bpf-next 5/8] selftests/bpf: rely on wq_callback_fn_t
` [PATCH RFC bpf-next 6/8] bpf: remove one special case of is_bpf_wq_set_callback_impl_kfunc
` [PATCH RFC bpf-next 7/8] bpf: implement __aux kfunc argument suffix to fetch prog_aux
` [PATCH RFC bpf-next 8/8] bpf: rely on __aux suffix for bpf_wq_set_callback_impl

[PATCH] fs/proc: fix softlockup in __read_vmcore
 2024-05-07 13:18 UTC 

[PATCH v13 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-05-07 13:17 UTC  (29+ messages)
` [PATCH v13 01/28] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v13 02/28] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v13 03/28] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v13 04/28] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v13 05/28] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v13 06/28] drm/tests: Add output bpc tests
` [PATCH v13 07/28] drm/connector: hdmi: Add support for output format
` [PATCH v13 08/28] drm/tests: Add output formats tests
` [PATCH v13 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v13 10/28] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v13 11/28] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v13 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v13 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v13 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v13 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v13 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v13 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v13 18/28] drm/tests: Add tests for "
` [PATCH v13 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v13 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v13 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v13 22/28] drm/tests: Add infoframes test
` [PATCH v13 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v13 24/28] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v13 25/28] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v13 26/28] drm/vc4: tests: Convert to plane creation helper
` [PATCH v13 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v13 28/28] drm/sun4i: hdmi: "

[PATCH 00/18] media: Fix the last set of coccinelle warnings
 2024-05-07 13:18 UTC  (19+ messages)
` [PATCH 01/18] media: allegro: nal-hevc: Refactor nal_hevc_sub_layer_hrd_parameters
` [PATCH 02/18] media: xilinx: Refactor struct xvip_dma
` [PATCH 03/18] media: dvb-frontend/mxl5xx: Refactor struct MBIN_FILE_T
` [PATCH 04/18] media: dvb-frontend/mxl5xx: Use flex array for MBIN_SEGMENT_T
` [PATCH 05/18] media: pci: cx18: Use flex arrays for struct cx18_scb
` [PATCH 06/18] media: siano: Refactor struct sms_msg_data
` [PATCH 07/18] media: siano: Remove unused structures
` [PATCH 08/18] media: siano: Use flex arrays for sms_firmware
` [PATCH 09/18] media: venus: Remove unused structs
` [PATCH 10/18] media: venus: Use flex array for hfi_session_release_buffer_pkt
` [PATCH 11/18] media: venus: Refactor struct hfi_uncompressed_plane_info
` [PATCH 12/18] media: venus: Refactor struct hfi_session_get_property_pkt
` [PATCH 13/18] media: venus: Refactor struct hfi_uncompressed_format_supported
` [PATCH 14/18] media: venus: Refactor hfi_session_empty_buffer_uncompressed_plane0_pkt
` [PATCH 15/18] media: venus: Refactor hfi_session_empty_buffer_compressed_pkt
` [PATCH 16/18] media: venus: Refactor hfi_sys_get_property_pkt
` [PATCH 17/18] media: venus: Refactor hfi_session_fill_buffer_pkt
` [PATCH 18/18] media: venus: Refactor hfi_buffer_alloc_mode_supported

[PATCH] HID: kye: Change Device Usage from Puck to Mouse
 2024-05-07 13:18 UTC  (4+ messages)

linux-next: build warning after merge of the spi tree
 2024-05-07 13:16 UTC  (2+ messages)

[PATCH 1/2] Documentation: hyperv: Update spelling and fix typo
 2024-05-07 13:16 UTC  (2+ messages)
` [PATCH 2/2] Documentation: hyperv: Improve synic and interrupt handling description

[PATCH] watchdog: LENOVO_SE10_WDT should depend on X86 && DMI
 2024-05-07 13:16 UTC  (2+ messages)

[PATCH v7 0/1] usb: serial: add support for CH348
 2024-05-07 13:15 UTC  (2+ messages)
` [PATCH 1/1 v7] "

[syzbot] [net?] INFO: rcu detected stall in sock_write_iter (3)
 2024-05-07 13:14 UTC  (3+ messages)

arm64: defconfig: gcc-8: failed: AttributeError: module 'argparse' has no attribute 'BooleanOptionalAction'
 2024-05-07 13:13 UTC  (2+ messages)

[PATCH 0/9] A fix and some cleanups to jbd2
 2024-05-07 13:13 UTC  (9+ messages)
` [PATCH 3/9] jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer
` [PATCH 4/9] jbd2: move repeat tag around to remove a repeat check of b_frozen_data
` [PATCH 5/9] jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer
` [PATCH 6/9] jbd2: use bh_in instead of jh2bh(jh_in) to simplify code

[PATCH net-next v2] lib: Allow for the DIM library to be modular
 2024-05-07 13:13 UTC  (2+ messages)

[PATCH net v2] net/smc: fix neighbour and rtable leak in smc_ib_find_route()
 2024-05-07 13:12 UTC  (2+ messages)

[PATCH v2 0/8] irqchip/stm32-exti: split MCU and MPU code, allow module build
 2024-05-07 13:10 UTC  (9+ messages)
` [PATCH v2 1/8] irqchip/stm32-exti: add CONFIG_STM32MP_EXTI
` [PATCH v2 2/8] ARM: stm32: use different EXTI driver on ARMv7m and ARMv7a
` [PATCH v2 3/8] arm64: Kconfig: select STM32MP_EXTI on STM32 platforms
` [PATCH v2 4/8] irqchip/stm32-exti: split MCU and MPU code
` [PATCH v2 5/8] irqchip/stm32mp-exti: rename internal symbols
` [PATCH v2 6/8] irqchip/stm32mp-exti: allow build as module
` [PATCH v2 7/8] ARM: stm32: allow build irq-stm32mp-exti driver "
` [PATCH v2 8/8] arm64: Kconfig: "

[PATCH v4 0/5] PCI: controller: Move to agnostic GPIO API
 2024-05-07 13:12 UTC  (3+ messages)

[syzbot] [dri?] [media?] inconsistent lock state in valid_state (2)
 2024-05-07 13:09 UTC  (3+ messages)
` [PATCH] dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
  ` [Linaro-mm-sig] "

[PATCH net-next v2 0/4] net: route: improve route hinting
 2024-05-07 13:08 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: route: expire rt if the dst it holds is expired
` [PATCH net-next v2 2/4] net: dst_cache: add input_dst_cache API
` [PATCH net-next v2 3/4] net: route: always compile dst_cache
` [PATCH net-next v2 4/4] net: route: replace route hints with input_dst_cache

[PATCH v2 0/5] mips: bmips: improve handling of RAC and CBR addr
 2024-05-07 13:07 UTC  (3+ messages)
` [PATCH v2 3/5] dt-bindings: mips: brcm: Document brcm,bmips-cbr-reg property

[PATCH v14 0/4] add clock controller of qca8386/qca8084
 2024-05-07 13:05 UTC  (5+ messages)
` [PATCH v14 1/4] clk: qcom: branch: Add clk_branch2_prepare_ops
` [PATCH v14 2/4] dt-bindings: clock: add qca8386/qca8084 clock and reset definitions
` [PATCH v14 3/4] clk: qcom: common: commonize qcom_cc_really_probe
` [PATCH v14 4/4] clk: qcom: add clock controller driver for qca8386/qca8084

[PATCH] cpufreq: intel_pstate: fix struct cpudata::epp_cached kernel-doc
 2024-05-07 13:05 UTC  (2+ messages)

[PATCH v4 0/3] ALSA: hda/tas2781: Add tas2781 driver for SPI
 2024-05-07 13:05 UTC  (5+ messages)
` [PATCH v4 1/3] ALSA: hda/tas2781: Add tas2781 hda driver based on SPI

[PATCH 2/2] Loongarch:Support loongarch avec
 2024-05-07 12:59 UTC 

[PATCH] uapi: stddef.h: Provide UAPI macros for __counted_by_{le, be}
 2024-05-07 12:58 UTC  (2+ messages)

[PATCH v2 00/12] Introduce STM32 DMA3 support
 2024-05-07 12:54 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v2 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH v2 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation
` [PATCH v2 04/12] dt-bindings: dma: Document STM32 DMA3 controller bindings
` [PATCH v2 05/12] dmaengine: Add STM32 DMA3 support
` [PATCH v2 06/12] dmaengine: stm32-dma3: add DMA_CYCLIC capability
` [PATCH v2 07/12] dmaengine: stm32-dma3: add DMA_MEMCPY capability
` [PATCH v2 08/12] dmaengine: stm32-dma3: add device_pause and device_resume ops
` [PATCH v2 09/12] dmaengine: stm32-dma3: improve residue granularity
` [PATCH v2 10/12] dmaengine: add channel device name to channel registration
` [PATCH v2 11/12] dmaengine: stm32-dma3: defer channel registration to specify channel name
` [PATCH v2 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251

[PATCH v4 0/5] Remove onstack cpumask var for sparc
 2024-05-07 12:56 UTC  (2+ messages)

[PATCH v6 0/3] implement OA2_CRED_INHERIT flag for openat2()
 2024-05-07 12:48 UTC  (5+ messages)

[PATCH v2] sched: Consolidate cpufreq updates
 2024-05-07 12:53 UTC  (4+ messages)

[PATCH v2 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl)
 2024-05-07 12:51 UTC  (3+ messages)
` [PATCH v2 03/11] dt-bindings: soc: mobileye: add EyeQ OLB system controller

[RFC PATCH v3 0/6] Uclamp sum aggregation
 2024-05-07 12:50 UTC  (7+ messages)
` [RFC PATCH v3 1/6] Revert "sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0"
` [RFC PATCH v3 2/6] sched/uclamp: Track a new util_avg_bias signal
` [RFC PATCH v3 3/6] sched/fair: Use util biases for utilization and frequency
` [RFC PATCH v3 4/6] sched/uclamp: Remove all uclamp bucket logic
` [RFC PATCH v3 5/6] sched/uclamp: Simplify uclamp_eff_value()
` [RFC PATCH v3 6/6] Propagate negative bias

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-07 12:47 UTC  (2+ messages)

[PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
 2024-05-07 12:44 UTC  (11+ messages)

[PATCH 0/3] ASoC: samsung: midas-audio: Add GPIO-based headset jack detection
 2024-05-07 12:44 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: samsung: exynos4212-tab3: Fix headset mic, add "

[PATCH 0/3] Small changes for Rockchip NVMEM drivers
 2024-05-07 12:42 UTC  (5+ messages)
` [PATCH 1/3] nvmem: rockchip-otp: set add_legacy_fixed_of_cells config option
` [PATCH 2/3] nvmem: rockchip-otp: Set type to OTP
` [PATCH 3/3] nvmem: rockchip-efuse: set "

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-05-07 12:40 UTC  (12+ messages)

[PATCH net-next] netdevice: define and allocate &net_device _properly_
 2024-05-07 12:39 UTC 

[PATCH v2 0/2] riscv: make image compression configurable
 2024-05-07 12:34 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH 00/12] Introduce STM32 DMA3 support
 2024-05-07 12:37 UTC  (4+ messages)
` [PATCH 05/12] dmaengine: Add "

[PATCH] Input: goodix-berlin - Add sysfs interface for reading and writing touch IC registers
 2024-05-07 12:38 UTC  (5+ messages)

[RESEND PATCH] mm: align larger anonymous mappings on THP boundaries
 2024-05-07 12:36 UTC  (17+ messages)

[PATCH v6 0/5] add debugfs to hisilicon migration driver
 2024-05-07 12:35 UTC  (5+ messages)
` [PATCH v6 2/5] hisi_acc_vfio_pci: modify the register location of the XQC address

[RFC PATCH 00/11] Introduce Tegra register config settings
 2024-05-07 12:35 UTC  (3+ messages)
` [RFC PATCH 04/11] i2c: dt-bindings: configuration settings

linux-next: build failure after merge of the v4l-dvb-next tree
 2024-05-07 12:35 UTC  (3+ messages)
` [PATCH v2 1/1] media: intel/ipu6: explicitly include vmalloc.h
` [RESEND PATCH "

[PATCH 0/1] *** Rename KLP_* to KLP_TRANSITION_* ***
 2024-05-07 12:34 UTC  (3+ messages)
` [PATCH 1/1] livepatch: Rename KLP_* to KLP_TRANSITION_*

[PATCH] MIPS: Implement ieee754 NAN2008 emulation mode
 2024-05-07 12:34 UTC 

[PATCH v4 0/4] arm64/mm: Enable userfaultfd write-protect
 2024-05-07 12:34 UTC  (4+ messages)
` [PATCH v4 1/4] arm64/mm: generalize PMD_PRESENT_INVALID for all levels

[PATCH 0/6] s390: Unify IUCV device allocation
 2024-05-07 12:32 UTC  (2+ messages)

[PATCH v2 2/2] e1000e: fix link fluctuations problem
 2024-05-07 12:31 UTC  (2+ messages)

[PATCH v5 0/3] sched/fair: allow disabling sched_balance_newidle with sched_relax_domain_level
 2024-05-07 12:15 UTC  (3+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] sched/debug: dump domains' level

[PATCH v2] can: m_can: don't enable transceiver when probing
 2024-05-07 12:29 UTC  (2+ messages)

[PATCH] riscv, bpf: Fix typo in comment
 2024-05-07 12:29 UTC  (2+ messages)

[PATCH v2 1/2] e1000e: let the sleep codes run every time
 2024-05-07 12:29 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH printk v5 00/30] wire up write_atomic() printing
 2024-05-07 12:26 UTC  (3+ messages)
` [PATCH printk v5 05/30] printk: nbcon: Add detailed doc for write_atomic()

[PATCH net v2 1/2] net: ethernet: mediatek: split tx and rx fields in mtk_soc_data struct
 2024-05-07 12:25 UTC  (2+ messages)
` [PATCH net v2 2/2] net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986

[PATCH v4 0/1] ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7
 2024-05-07 12:23 UTC  (2+ messages)

[PATCH] bug: Improve comment
 2024-05-07 12:22 UTC  (3+ messages)

[PATCH 1/2] docs: Add advanced extended IRQ model description
 2024-05-07 12:22 UTC 

[PATCH 0/5] arm64: ti: Add TPS6287 nodes
 2024-05-07 12:21 UTC  (6+ messages)
` [PATCH 1/5] regulator: dt-bindings: Unify compatible
` [PATCH 2/5] drivers: regulator: tps6287x: "
` [PATCH 3/5] arm64: boot: dts: ti: k3-am68-sk-base-board: Add LP8733 and TPS6287 nodes
` [PATCH 4/5] arm64: boot: dts: ti: k3-am69-sk: Add TPS62873 node
` [PATCH 5/5] arm64: boot: dts: ti: k3-j784s4-evm: "

[PATCH] staging:rtl8192e:fixes unnecessary braces
 2024-05-07 12:13 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).