mbox series

[5.10,0/3] Fix for CVE-2022-4269

Message ID 20230516190040.636627-1-dragos.panait@windriver.com
Headers show
Series Fix for CVE-2022-4269 | expand

Message

Dragos-Marian Panait May 16, 2023, 7 p.m. UTC
The following commits are needed to fix CVE-2022-4269:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa6d639930ee5cd3f932cc314f3407f07a06582d
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=78dcdffe0418ac8f3f057f26fe71ccf4d8ed851f
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ca22da2fbd693b54dc8e3b7b54ccc9f7e9ba3640

Davide Caratti (2):
  net/sched: act_mirred: better wording on protection against excessive
    stack growth
  act_mirred: use the backlog for nested calls to mirred ingress

wenxu (1):
  net/sched: act_mirred: refactor the handle of xmit

 include/net/sch_generic.h                     |  5 --
 net/sched/act_mirred.c                        | 44 +++++++++++------
 .../selftests/net/forwarding/tc_actions.sh    | 48 ++++++++++++++++++-
 3 files changed, 77 insertions(+), 20 deletions(-)


base-commit: f1b32fda06d2cfb8eea9680b0ba7a8b0d5b81eeb

Comments

Greg Kroah-Hartman May 26, 2023, 6:27 p.m. UTC | #1
On Tue, May 16, 2023 at 10:00:37PM +0300, Dragos-Marian Panait wrote:
> The following commits are needed to fix CVE-2022-4269:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa6d639930ee5cd3f932cc314f3407f07a06582d
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=78dcdffe0418ac8f3f057f26fe71ccf4d8ed851f
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ca22da2fbd693b54dc8e3b7b54ccc9f7e9ba3640

All now queued up, thanks.

greg k-h