mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
- 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 |
||
|---|---|---|
| .. | ||
| allegro-dvt | ||
| amlogic | ||
| amphion | ||
| arm | ||
| aspeed | ||
| atmel | ||
| broadcom | ||
| cadence | ||
| chips-media | ||
| imagination | ||
| intel | ||
| marvell | ||
| mediatek | ||
| microchip | ||
| nuvoton | ||
| nvidia | ||
| nxp | ||
| qcom | ||
| raspberrypi | ||
| renesas | ||
| rockchip | ||
| samsung | ||
| st | ||
| sunxi | ||
| synopsys | ||
| ti | ||
| verisilicon | ||
| via | ||
| xilinx | ||
| Kconfig | ||
| m2m-deinterlace.c | ||
| Makefile | ||
| video-mux.c | ||