https://github.com/torvalds/linux
Revision ac8d986cbf0b0ffdbf2c707fe59cf4a71d933a18 authored by David S. Miller on 25 January 2023, 13:07:38 UTC, committed by David S. Miller on 25 January 2023, 13:07:38 UTC
Jeremy Kerr says:

====================
net: mctp: struct sock lifetime fixes

This series is a set of fixes for the sock lifetime handling in the
AF_MCTP code, fixing a uaf reported by Noam Rathaus
<noamr@ssd-disclosure.com>.

The Fixes: tags indicate the original patches affected, but some
tweaking to backport to those commits may be needed; I have a separate
branch with backports to 5.15 if that helps with stable trees.

Of course, any comments/queries most welcome.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s a9e9b78 + b98e1a0
Raw File
Tip revision: ac8d986cbf0b0ffdbf2c707fe59cf4a71d933a18 authored by David S. Miller on 25 January 2023, 13:07:38 UTC
Merge branch 'mptcp-fixes'
Tip revision: ac8d986
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top