All of lore.kernel.org
 help / color / mirror / Atom feed
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 5.0.5
Date: Wed, 27 Mar 2019 23:58:02 +0900	[thread overview]
Message-ID: <20190327145802.GA8107@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 7850 bytes --]

I'm announcing the release of the 5.0.5 kernel.

All users of the 5.0 kernel series must upgrade.

The updated 5.0.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.0.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/security.c                |   23 +---
 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/clocksource/timer-riscv.c             |    5 
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c         |    2 
 drivers/gpu/drm/vkms/vkms_crtc.c              |    1 
 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/iommu/iova.c                          |    5 
 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/alcor.c                      |   25 +++-
 drivers/mmc/host/mxcmmc.c                     |   16 ---
 drivers/mmc/host/pxamci.c                     |    2 
 drivers/mmc/host/renesas_sdhi_core.c          |    8 +
 drivers/net/ethernet/mellanox/mlx5/core/qp.c  |   66 +++++++------
 drivers/scsi/ibmvscsi/ibmvscsi.c              |   23 +++-
 drivers/scsi/qla2xxx/qla_init.c               |    7 +
 drivers/scsi/scsi_lib.c                       |    6 -
 fs/aio.c                                      |   72 +++++---------
 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 
 include/linux/fs.h                            |    8 +
 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                     |   14 +-
 tools/objtool/check.c                         |    3 
 tools/perf/util/probe-event.c                 |    6 -
 54 files changed, 469 insertions(+), 303 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 (1):
      mmc: pxamci: fix enum type confusion

Atish Patra (1):
      clocksource/drivers/riscv: Fix clocksource mask

Bart Van Assche (1):
      scsi: core: Avoid that a kernel warning appears during system resume

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()

Christian König (1):
      drm/amdgpu: fix invalid use of change_bit

Daniel Drake (1):
      mmc: alcor: fix DMA reads

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 5.0.5

Hans Verkuil (1):
      media: v4l2-ctrls.c/uvc: zero v4l2_event

Hui Wang (2):
      ALSA: hda - Don't trigger jackpoll_work in azx_resume
      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()

Linus Torvalds (1):
      aio: simplify - and fix - fget/fput for io_submit()

Lukas Czerner (1):
      ext4: fix data corruption caused by unaligned direct AIO

Michael Ellerman (2):
      powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
      powerpc/security: Fix spectre_v2 reporting

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

Quinn Tran (1):
      scsi: qla2xxx: Fix FC-AL connection target discovery

Rasmus Villemoes (1):
      irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp

Robert Richter (1):
      iommu/iova: Fix tracking of recently failed iova address

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

Tetsuo Handa (1):
      drm/vkms: Fix flush_work() without INIT_WORK().

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

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.

Yishai Hadas (1):
      net/mlx5: Fix DCT creation bad flow

zhangyi (F) (1):
      ext4: brelse all indirect buffer in ext4_ind_remove_space()


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-03-27 18:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-27 14:58 Greg KH [this message]
2019-03-27 14:58 ` Linux 5.0.5 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=20190327145802.GA8107@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.