From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 5.10.145
Date: Fri, 23 Sep 2022 14:47:06 +0200 [thread overview]
Message-ID: <16639372271583@kroah.com> (raw)
I'm announcing the release of the 5.10.145 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/mips/cavium-octeon/octeon-irq.c | 10 ++
arch/parisc/Kconfig | 10 ++
arch/parisc/include/asm/mmu_context.h | 7 +
arch/parisc/include/asm/page.h | 2
arch/parisc/include/asm/pgalloc.h | 76 ++++-------------
arch/parisc/include/asm/pgtable.h | 97 +++++----------------
arch/parisc/kernel/asm-offsets.c | 1
arch/parisc/kernel/cache.c | 4
arch/parisc/kernel/entry.S | 116 +++++++++++---------------
arch/parisc/mm/hugetlbpage.c | 13 --
arch/parisc/mm/init.c | 10 +-
arch/powerpc/kvm/book3s_hv.c | 32 ++++++-
arch/powerpc/kvm/booke.c | 16 +++
arch/powerpc/platforms/pseries/mobility.c | 77 ++++++++++-------
drivers/dma/bestcomm/ata.c | 2
drivers/dma/bestcomm/bestcomm.c | 22 ++--
drivers/dma/bestcomm/fec.c | 4
drivers/dma/bestcomm/gen_bd.c | 4
drivers/gpio/gpio-mpc8xxx.c | 1
drivers/gpu/drm/meson/meson_plane.c | 2
drivers/gpu/drm/meson/meson_viu.c | 2
drivers/net/dsa/mv88e6xxx/chip.c | 64 +++++++-------
drivers/net/usb/qmi_wwan.c | 1
drivers/net/wireless/mac80211_hwsim.c | 7 +
drivers/of/fdt.c | 2
drivers/parisc/ccio-dma.c | 1
drivers/pinctrl/sunxi/pinctrl-sun50i-a100-r.c | 2
drivers/platform/x86/intel-hid.c | 7 +
drivers/regulator/pfuze100-regulator.c | 2
drivers/usb/cdns3/gadget.c | 20 ----
drivers/video/fbdev/i740fb.c | 3
drivers/video/fbdev/pxa3xx-gcu.c | 2
fs/afs/misc.c | 1
fs/cifs/file.c | 3
fs/cifs/transport.c | 4
fs/nfs/super.c | 27 ++++--
include/linux/of_device.h | 5 -
kernel/cgroup/cgroup-v1.c | 2
kernel/trace/trace_preemptirq.c | 6 -
net/rxrpc/call_event.c | 2
net/rxrpc/local_object.c | 3
scripts/mksysmap | 2
sound/pci/hda/hda_tegra.c | 3
sound/pci/hda/patch_sigmatel.c | 24 +++++
sound/soc/codecs/nau8824.c | 17 ++-
tools/include/uapi/asm/errno.h | 4
47 files changed, 377 insertions(+), 347 deletions(-)
Alex Hung (1):
platform/x86/intel: hid: add quirk to support Surface Go 3
Alexander Sverdlin (1):
MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
Anatolij Gustschin (1):
dmaengine: bestcomm: fix system boot lockups
Ben Hutchings (1):
tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
David Howells (3):
rxrpc: Fix local destruction being repeated
rxrpc: Fix calc of resend age
afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
Frank Li (1):
usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests
Greg Kroah-Hartman (1):
Linux 5.10.145
Helge Deller (1):
parisc: Optimize per-pagetable spinlocks
Hyunwoo Kim (1):
video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
Johan Hovold (1):
Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"
John David Anglin (1):
parisc: Flush kernel data mapping in set_pte_at() when installing pte for user page
Laurent Vivier (1):
KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling
Michael Wu (1):
pinctrl: sunxi: Fix name for A100 R_PIO
Mohan Kumar (1):
ALSA: hda/tegra: Align BDL entry to 4KB boundary
Nathan Lynch (2):
powerpc/pseries/mobility: refactor node lookup during DT update
powerpc/pseries/mobility: ignore ibm, platform-facilities updates
Nicholas Piggin (1):
KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
Pali Rohár (2):
serial: 8250: Fix reporting real baudrate value in c_ospeed field
gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xx
Ronnie Sahlberg (1):
cifs: revalidate mapping when doing direct writes
Russell King (Oracle) (1):
net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
Sergey Shtylyov (1):
of: fdt: fix off-by-one error in unflatten_dt_nodes()
Soenke Huster (1):
wifi: mac80211_hwsim: check length for virtio packets
Stefan Metzmacher (1):
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stuart Menefy (2):
drm/meson: Correct OSD1 global alpha value
drm/meson: Fix OSD1 RGB to YCbCr coefficient
Takashi Iwai (3):
ASoC: nau8824: Fix semaphore unbalance at error paths
ALSA: hda/sigmatel: Keep power up while beep is enabled
ALSA: hda/sigmatel: Fix unused variable warning for beep power change
Tetsuo Handa (1):
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Thierry Reding (1):
of/device: Fix up of_dma_configure_id() stub
Trond Myklebust (1):
NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
Xiaolei Wang (1):
regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_probe()
Yang Yingliang (1):
parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()
Yipeng Zou (1):
tracing: hold caller_addr to hardirq_{enable,disable}_ip
Youling Tang (1):
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Zheyu Ma (1):
video: fbdev: i740fb: Error out if 'pixclock' equals zero
jerry.meng (1):
net: usb: qmi_wwan: add Quectel RM520N
next reply other threads:[~2022-09-23 12:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-23 12:47 Greg Kroah-Hartman [this message]
2022-09-23 12:47 ` Linux 5.10.145 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16639372271583@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=lwn@lwn.net \
--cc=stable@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.