mirror-linux/drivers/media/platform
Linus Torvalds ed1b409137 hardening updates for v6.19-rc1
- string: Add missing kernel-doc return descriptions (Kriish Sharma)
 
 - Update some mis-typed allocations
 
 - Enable GCC diagnostic context for value-tracking warnings
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRSPkdeREjth1dHnSE2KwveOeQkuwUCaS9E5QAKCRA2KwveOeQk
 u5lYAQDEXFBD3+X+k9LNuPS/FLpz5sEI0SOI4lD8xDEjhtmygAD+LVV8yRf6ajPA
 5O2f4hbKnP5+4XHwSiG+CV7QpAgHHwo=
 =6GEw
 -----END PGP SIGNATURE-----

Merge tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening updates from Kees Cook:

 - string: Add missing kernel-doc return descriptions (Kriish Sharma)

 - Update some mis-typed allocations

   These correct some accidentally wrong types used in allocations (that
   didn't affect the resulting size) that never got picked up from the
   batch I sent a few months ago.

 - Enable GCC diagnostic context for value-tracking warnings

   This results in better GCC diagnostics for the value range tracking,
   so we can get better visibility into where those values are coming
   from when we get out-of-bounds warnings at compile time.

* tag 'hardening-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  kbuild: Enable GCC diagnostic context for value-tracking warnings
  string: Add missing kernel-doc return descriptions
  media: iris: Cast iris_hfi_gen2_get_instance() allocation type
  drm/plane: Remove const qualifier from plane->modifiers allocation type
  comedi: Adjust range_table_list allocation type
2025-12-05 09:11:02 -08:00
..
allegro-dvt media: allegro: fix race conditions in channel handling 2025-10-20 09:23:17 +02:00
amlogic media: v4l2-isp: Rename block_info to block_type_info 2025-11-14 15:48:49 +01:00
amphion media: Use of_reserved_mem_region_to_resource() for "memory-region" 2025-11-06 11:18:09 +01:00
arm media: mali-c55: Mark pm handlers as __maybe_unused 2025-11-15 10:24:14 +01:00
aspeed media: aspeed: Allow to capture from SoC display (GFX) 2025-08-29 11:04:02 +02:00
atmel media: atmel-isi: use devm_kmemdup_array() 2025-04-25 15:14:33 +02:00
broadcom media: bcm2835-unicam: Fix for possible dummy buffer overrun 2024-12-19 12:50:18 +01:00
cadence [GIT PULL for v6.18] media updates 2025-10-02 13:13:26 -07:00
chips-media media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata() 2025-10-17 11:31:16 +02:00
imagination media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata() 2025-10-17 11:31:16 +02:00
intel
marvell media: update Hans Verkuil's email address 2025-09-09 15:59:02 +02:00
mediatek media: mediatek: vcodec: Fix a reference leak in mtk_vcodec_fw_vpu_init() 2025-10-20 09:23:17 +02:00
microchip
nuvoton media: nuvoton: npcm-video: Prevent returning unsupported resolutions 2025-04-25 15:14:33 +02:00
nvidia media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata() 2025-10-17 11:31:16 +02:00
nxp media: imx-mipi-csis: Support active data lanes differing from maximum 2025-11-13 10:57:52 +01:00
qcom hardening updates for v6.19-rc1 2025-12-05 09:11:02 -08:00
raspberrypi [GIT PULL for v6.18] media updates 2025-10-02 13:13:26 -07:00
renesas media: platform: Add Renesas Input Video Control block driver 2025-11-14 15:48:49 +01:00
rockchip media: rockchip: rkcif: add support for rk3568 vicap mipi capture 2025-11-15 12:40:33 +01:00
samsung media: exynos4-is: fimc-lite: drop unused module alias 2025-11-03 15:58:42 +01:00
st media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata() 2025-10-17 11:31:16 +02:00
sunxi media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata() 2025-10-17 11:31:16 +02:00
synopsys media: synopsys: hdmirx: media: Remove redundant ternary operators 2025-10-14 15:07:36 +02:00
ti media: vpif_display: fix section mismatch 2025-11-03 15:58:42 +01:00
verisilicon media: verisilicon: Protect G2 HEVC decoder against invalid DPB index 2025-10-20 09:23:17 +02:00
via
xilinx media: Wrap file->private_data access with a helper function 2025-08-13 08:33:23 +02:00
Kconfig media: mali-c55: Add Mali-C55 ISP driver 2025-11-14 15:48:49 +01:00
Makefile media: mali-c55: Add Mali-C55 ISP driver 2025-11-14 15:48:49 +01:00
m2m-deinterlace.c media: m2m-deinterlace: Drop unneeded v4l2_m2m_get_vq() NULL check 2025-10-17 11:31:14 +02:00
video-mux.c