On Tue, Nov 19, 2024 at 10:05:35AM +0800, Xiangyu Chen wrote: > From: Xiangyu Chen <xiangyu.chen@xxxxxxxxxxxxx> > > Following series is a backport of CVE-2024-36915 > > The fix is "nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies" > This required 1 extra commit to make sure the picks are clean: > net: add copy_safe_from_sockptr() helper > > > Eric Dumazet (2): > net: add copy_safe_from_sockptr() helper > nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies > > include/linux/sockptr.h | 25 +++++++++++++++++++++++++ > net/nfc/llcp_sock.c | 12 ++++++------ > 2 files changed, 31 insertions(+), 6 deletions(-) > > -- > 2.43.0 > > Now queued up, thanks. greg k-h