Linux 2781 Published by

Greg Kroah-Hartman has announced the release of Linux Kernel 5.10.49.





I'm announcing the release of the 5.10.49 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Makefile | 2
arch/hexagon/Makefile | 6 +-
arch/hexagon/include/asm/futex.h | 4 -
arch/hexagon/include/asm/timex.h | 3 -
arch/hexagon/kernel/hexagon_ksyms.c | 8 +--
arch/hexagon/kernel/ptrace.c | 4 -
arch/hexagon/lib/Makefile | 3 -
arch/hexagon/lib/divsi3.S | 67 +++++++++++++++++++++++++++++++
arch/hexagon/lib/memcpy_likely_aligned.S | 56 +++++++++++++++++++++++++
arch/hexagon/lib/modsi3.S | 46 +++++++++++++++++++++
arch/hexagon/lib/udivsi3.S | 38 +++++++++++++++++
arch/hexagon/lib/umodsi3.S | 36 ++++++++++++++++
arch/powerpc/kvm/book3s_hv.c | 4 +
drivers/media/usb/uvc/uvc_driver.c | 32 ++++++++++++++
drivers/xen/events/events_base.c | 23 ++++++++--
15 files changed, 314 insertions(+), 18 deletions(-)

Fabiano Rosas (1):
KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path

Greg Kroah-Hartman (1):
Linux 5.10.49

Juergen Gross (1):
xen/events: reset active flag for lateeoi events later

Laurent Pinchart (1):
media: uvcvideo: Support devices that report an OT as an entity source

Sid Manning (3):
Hexagon: fix build errors
Hexagon: add target builtins to kernel
Hexagon: change jumps to must-extend in futex_atomic_*