Linux kernel -stable discussions
 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.1.19
Date: Sun, 21 Jul 2019 15:49:00 +0200	[thread overview]
Message-ID: <20190721134900.GA23372@kroah.com> (raw)

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

I'm announcing the release of the 5.1.19 kernel.

All users of the 5.1 kernel series must upgrade.

The updated 5.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.1.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/arc/kernel/unwind.c                                      |    9 
 arch/arm/boot/dts/gemini-dlink-dns-313.dts                    |    2 
 arch/arm/boot/dts/imx6ul.dtsi                                 |    8 
 arch/arm/boot/dts/meson8.dtsi                                 |    5 
 arch/arm/boot/dts/meson8b.dtsi                                |   10 -
 arch/arm/mach-omap2/prm3xxx.c                                 |    2 
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi                |   18 -
 arch/s390/include/asm/facility.h                              |   21 +-
 arch/x86/entry/entry_32.S                                     |   24 ++
 arch/x86/entry/entry_64.S                                     |   30 ++-
 arch/x86/include/asm/hw_irq.h                                 |    5 
 arch/x86/kernel/apic/apic.c                                   |   36 ++-
 arch/x86/kernel/apic/io_apic.c                                |   46 ++++
 arch/x86/kernel/apic/vector.c                                 |    4 
 arch/x86/kernel/head64.c                                      |   20 +-
 arch/x86/kernel/idt.c                                         |    3 
 arch/x86/kernel/irq.c                                         |    2 
 arch/x86/platform/efi/quirks.c                                |    2 
 drivers/base/cacheinfo.c                                      |    3 
 drivers/base/firmware_loader/fallback.c                       |    2 
 drivers/clk/ti/clkctrl.c                                      |    7 
 drivers/crypto/nx/nx-842-powernv.c                            |    8 
 drivers/crypto/talitos.c                                      |   99 ++++------
 drivers/crypto/talitos.h                                      |   30 +++
 drivers/firmware/efi/efi-bgrt.c                               |    5 
 drivers/hid/hid-ids.h                                         |    3 
 drivers/hid/hid-multitouch.c                                  |    4 
 drivers/hid/hid-quirks.c                                      |    1 
 drivers/hid/hid-uclogic-core.c                                |    2 
 drivers/hid/hid-uclogic-params.c                              |    2 
 drivers/input/mouse/synaptics.c                               |    1 
 drivers/irqchip/irq-csky-mpintc.c                             |   15 +
 drivers/irqchip/irq-gic-v3-its.c                              |   35 ++-
 drivers/md/dm-table.c                                         |    2 
 drivers/md/dm-verity-target.c                                 |    4 
 drivers/net/ethernet/emulex/benet/be_ethtool.c                |   28 ++
 drivers/net/ethernet/intel/e1000e/netdev.c                    |   21 +-
 drivers/net/ethernet/sis/sis900.c                             |   16 -
 drivers/net/ppp/ppp_mppe.c                                    |    1 
 drivers/pinctrl/mediatek/mtk-eint.c                           |   34 +--
 drivers/pinctrl/pinctrl-mcp23s08.c                            |    8 
 drivers/pinctrl/pinctrl-ocelot.c                              |   18 +
 drivers/s390/cio/qdio_setup.c                                 |    2 
 drivers/s390/cio/qdio_thinint.c                               |    5 
 fs/afs/callback.c                                             |    4 
 fs/afs/internal.h                                             |    2 
 fs/afs/volume.c                                               |    1 
 include/linux/cpuhotplug.h                                    |    1 
 include/linux/kernel.h                                        |    3 
 include/uapi/linux/nilfs2_ondisk.h                            |   24 +-
 kernel/cpu.c                                                  |    3 
 kernel/events/core.c                                          |    2 
 kernel/fork.c                                                 |    6 
 kernel/irq/autoprobe.c                                        |    6 
 kernel/irq/chip.c                                             |    6 
 kernel/irq/cpuhotplug.c                                       |    2 
 kernel/irq/internals.h                                        |    5 
 kernel/irq/manage.c                                           |   90 ++++++---
 mm/oom_kill.c                                                 |   12 -
 tools/testing/selftests/powerpc/mm/.gitignore                 |    3 
 tools/testing/selftests/powerpc/mm/Makefile                   |    4 
 tools/testing/selftests/powerpc/mm/large_vm_fork_separation.c |   87 ++++++++
 63 files changed, 609 insertions(+), 257 deletions(-)

Alexandre Belloni (2):
      pinctrl: ocelot: fix gpio direction for pins after 31
      pinctrl: ocelot: fix pinmuxing for pins after 31

Andrea Arcangeli (1):
      fork,memcg: alloc_thread_stack_node needs to set tsk->stack

Arnd Bergmann (2):
      ARM: omap2: remove incorrect __init annotation
      ARC: hide unused function unw_hdr_alloc

Christophe Leroy (2):
      crypto: talitos - move struct talitos_edesc into talitos.h
      crypto: talitos - fix hash on SEC1.

Cole Rogers (1):
      Input: synaptics - enable SMBUS on T480 thinkpad trackpad

Colin Ian King (1):
      x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz

David Howells (1):
      afs: Fix uninitialised spinlock afs_volume::cb_break_lock

Eiichi Tsukata (1):
      cpu/hotplug: Fix out-of-bounds read when setting fail state

Greg Kroah-Hartman (1):
      Linux 5.1.19

Guo Ren (1):
      irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus

Hans de Goede (1):
      efi/bgrt: Drop BGRT status field reserved bits check

Haren Myneni (1):
      crypto/NX: Set receive window credits to max number of CRBs in RxFIFO

Heiko Carstens (1):
      s390: fix stfle zero padding

Heyi Guo (1):
      irqchip/gic-v3-its: Fix command queue pointer comparison bug

James Morse (1):
      drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT

Jerome Marchand (1):
      dm table: don't copy from a NULL pointer in realloc_argv()

Jiri Slaby (1):
      x86/entry/32: Fix ENDPROC of common_spurious

Julian Wiedmann (2):
      s390/qdio: (re-)initialize tiqdio list entries
      s390/qdio: don't touch the dsci in tiqdio_add_input_queues()

Kai-Heng Feng (1):
      HID: multitouch: Add pointstick support for ALPS Touchpad

Kirill A. Shutemov (2):
      x86/boot/64: Fix crash if kernel image crosses page table boundary
      x86/boot/64: Add missing fixup_pointer() for next_early_pgt access

Konstantin Khlebnikov (2):
      Revert "e1000e: fix cyclic resets at link up with active tx"
      e1000e: start network tx queue only when link is up

Kyle Godbey (1):
      HID: uclogic: Add support for Huion HS64 tablet

Linus Walleij (1):
      ARM: dts: gemini Fix up DNS-313 compatible string

Martin Blumenstingl (2):
      ARM: dts: meson8: fix GPU interrupts and drop an undocumented property
      ARM: dts: meson8b: fix the operating voltage of the Mali GPU

Masahiro Yamada (1):
      nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header

Michael Ellerman (1):
      selftests/powerpc: Add test of fork with mapping above 512TB

Milan Broz (1):
      dm verity: use message limit for data block corruption message

Nicolas Boichat (2):
      pinctrl: mediatek: Ignore interrupts that are wake only during resume
      pinctrl: mediatek: Update cur_mask in mask/mask ops

Oleksandr Natalenko (1):
      HID: chicony: add another quirk for PixArt mouse

Peter Zijlstra (1):
      perf/core: Fix perf_sample_regs_user() mm check

Petr Oros (1):
      be2net: fix link failure after ethtool offline test

Phil Reid (1):
      pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order

Qian Cai (1):
      x86/efi: fix a -Wtype-limits compilation warning

Ran Wang (1):
      arm64: dts: ls1028a: Fix CPU idle fail.

Sergej Benilov (1):
      sis900: fix TX completion

Sven Van Asbroeck (1):
      firmware: improve LSM/IMA security behaviour

Sébastien Szymanski (1):
      ARM: dts: imx6ul: fix PWM[1-4] interrupts

Takashi Iwai (1):
      ppp: mppe: Add softdep to arc4

Thomas Gleixner (6):
      genirq: Delay deactivation in free_irq()
      genirq: Fix misleading synchronize_irq() documentation
      genirq: Add optional hardware synchronization for shutdown
      x86/ioapic: Implement irq_get_irqchip_state() callback
      x86/irq: Handle spurious interrupt after shutdown gracefully
      x86/irq: Seperate unused system vectors from spurious entry again

Tony Lindgren (1):
      clk: ti: clkctrl: Fix returning uninitialized data

Vinod Koul (1):
      linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL

Yafang Shao (1):
      mm/oom_kill.c: fix uninitialized oc->constraint


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

             reply	other threads:[~2019-07-21 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21 13:49 Greg KH [this message]
2019-07-21 13:49 ` Linux 5.1.19 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=20190721134900.GA23372@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox