From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.19.32
Date: Wed, 27 Mar 2019 23:57:40 +0900 [thread overview]
Message-ID: <20190327145740.GA8072@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 6949 bytes --]
I'm announcing the release of the 4.19.32 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.y
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary
thanks,
greg k-h
------------
Makefile | 2
arch/mips/include/asm/jump_label.h | 8 -
arch/mips/kernel/vmlinux.lds.S | 12 +-
arch/mips/loongson64/lemote-2f/irq.c | 2
arch/powerpc/include/asm/vdso_datapage.h | 8 -
arch/powerpc/kernel/vdso64/gettimeofday.S | 4
arch/x86/include/asm/unwind.h | 6 +
arch/x86/kernel/unwind_frame.c | 25 ++++
arch/x86/kernel/unwind_orc.c | 17 +++
drivers/block/loop.c | 2
drivers/bluetooth/h4_recv.h | 4
drivers/bluetooth/hci_h4.c | 4
drivers/bluetooth/hci_ldisc.c | 24 ++--
drivers/gpu/drm/drm_mode_object.c | 5
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 12 --
drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 2
drivers/infiniband/core/cma.c | 13 ++
drivers/iommu/amd_iommu.c | 7 +
drivers/irqchip/irq-gic-v3-its.c | 2
drivers/media/usb/uvc/uvc_ctrl.c | 2
drivers/media/v4l2-core/v4l2-ctrls.c | 2
drivers/mmc/host/mxcmmc.c | 16 ---
drivers/mmc/host/pxamci.c | 2
drivers/mmc/host/renesas_sdhi_core.c | 8 +
drivers/power/supply/charger-manager.c | 3
drivers/scsi/ibmvscsi/ibmvscsi.c | 23 +++-
fs/cifs/smb2pdu.c | 11 +-
fs/ext4/ext4_jbd2.h | 2
fs/ext4/file.c | 2
fs/ext4/indirect.c | 12 +-
fs/f2fs/segment.c | 43 ++++++--
fs/udf/truncate.c | 3
include/linux/ceph/libceph.h | 2
kernel/futex.c | 4
kernel/locking/lockdep.c | 3
net/bluetooth/hci_sock.c | 3
net/bridge/netfilter/ebtables.c | 131 +++++++-------------------
net/ceph/ceph_common.c | 18 +++
net/ceph/mon_client.c | 9 +
sound/ac97/bus.c | 2
sound/firewire/motu/motu.c | 20 +--
sound/pci/hda/hda_codec.c | 57 ++++++++++-
sound/pci/hda/hda_intel.c | 6 -
sound/pci/hda/patch_ca0132.c | 2
sound/x86/intel_hdmi_audio.c | 1
tools/objtool/check.c | 3
tools/perf/util/probe-event.c | 6 -
47 files changed, 353 insertions(+), 202 deletions(-)
Adrian Hunter (1):
perf probe: Fix getting the kernel map
Alexander Shiyan (1):
mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
Archer Yan (1):
MIPS: Fix kernel crash for R6 in jump label branch function
Arnd Bergmann (2):
mmc: pxamci: fix enum type confusion
ALSA: hda/ca0132 - make pci_iounmap() call conditional
Baolin Wang (1):
power: supply: charger-manager: Fix incorrect return value
Chao Yu (1):
f2fs: fix to avoid deadlock of atomic file operations
Chen Jie (1):
futex: Ensure that futex address is aligned in handle_futex_death()
Chris Wilson (1):
drm: Reorder set_property_atomic to avoid returning with an active ww_ctx
Deepak Rawat (1):
drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
Dongli Zhang (1):
loop: access lo_backing_file only when the loop device is Lo_bound
Florian Westphal (1):
netfilter: ebtables: remove BUGPRINT messages
Greg Kroah-Hartman (1):
Linux 4.19.32
Hans Verkuil (1):
media: v4l2-ctrls.c/uvc: zero v4l2_event
Hui Wang (1):
ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
Ilya Dryomov (1):
libceph: wait for latest osdmap in ceph_monc_blacklist_add()
Jan Kara (1):
udf: Fix crash on IO error during truncate
Jann Horn (2):
x86/unwind: Handle NULL pointer calls better in frame unwinder
x86/unwind: Add hardcoded ORC entry for NULL
Jaroslav Kysela (1):
ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
Jeremy Cline (1):
Bluetooth: hci_ldisc: Initialize hci_dev before open()
Jiufei Xue (1):
ext4: fix NULL pointer dereference while journal is aborted
Josh Poimboeuf (1):
objtool: Move objtool_file struct off the stack
Kefeng Wang (1):
Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto()
Lukas Czerner (1):
ext4: fix data corruption caused by unaligned direct AIO
Michael Ellerman (1):
powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
Myungho Jung (3):
Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
Bluetooth: Fix decrementing reference count twice in releasing socket
RDMA/cma: Rollback source IP address if failing to acquire device
Rasmus Villemoes (1):
irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
Ronnie Sahlberg (1):
cifs: allow guest mounts to work for smb3.11
Stanislaw Gruszka (1):
iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
Steve French (1):
SMB3: Fix SMB3.1.1 guest mounts to Samba
Takashi Iwai (2):
ALSA: ac97: Fix of-node refcount unbalance
ALSA: hda - Record the current power state before suspend/resume calls
Takashi Sakamoto (1):
ALSA: firewire-motu: use 'version' field of unit directory to identify model
Thomas Zimmermann (1):
drm/vmwgfx: Don't double-free the mode stored in par->set_mode
Tyrel Datwyler (2):
scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
scsi: ibmvscsi: Fix empty event pool access during host removal
Ville Syrjälä (1):
ALSA: x86: Fix runtime PM for hdmi-lpe-audio
Waiman Long (1):
locking/lockdep: Add debug_locks check in __lock_downgrade()
Wolfram Sang (1):
mmc: renesas_sdhi: limit block count to 16 bit for old revisions
Yasha Cherikovsky (1):
MIPS: Ensure ELF appended dtb is relocated
Yifeng Li (1):
mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
zhangyi (F) (1):
ext4: brelse all indirect buffer in ext4_ind_remove_space()
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2019-03-27 18:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-27 14:57 Greg KH [this message]
2019-03-27 14:57 ` Linux 4.19.32 Greg KH
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=20190327145740.GA8072@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.