All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org,
	lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Re: Linux 5.2.2
Date: Mon, 22 Jul 2019 02:08:07 +0530	[thread overview]
Message-ID: <20190721203803.GA7362@Gentoo> (raw)
In-Reply-To: <20190721134918.GA23461@kroah.com>

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


Thanks, a bunch Greg!

On 15:49 Sun 21 Jul , Greg KH wrote:
>I'm announcing the release of the 5.2.2 kernel.
>
>All users of the 5.2 kernel series must upgrade.
>
>The updated 5.2.y git tree can be found at:
>	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.2.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/s390/include/asm/facility.h           |   21 ++++--
> arch/s390/include/asm/sclp.h               |    1
> arch/s390/kernel/ipl.c                     |    7 --
> 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                |   33 ++++++---
> arch/x86/kernel/apic/io_apic.c             |   46 +++++++++++++
> arch/x86/kernel/apic/vector.c              |    4 -
> arch/x86/kernel/idt.c                      |    3
> arch/x86/kernel/irq.c                      |    2
> drivers/base/cacheinfo.c                   |    3
> drivers/base/firmware_loader/fallback.c    |    2
> drivers/crypto/nx/nx-842-powernv.c         |    8 +-
> drivers/crypto/talitos.c                   |   99 ++++++++++++-----------------
> drivers/crypto/talitos.h                   |   30 ++++++++
> drivers/input/mouse/synaptics.c            |    1
> drivers/net/ethernet/intel/e1000e/netdev.c |   21 +++---
> drivers/s390/char/sclp_early.c             |    1
> drivers/s390/cio/qdio_setup.c              |    2
> drivers/s390/cio/qdio_thinint.c            |    5 -
> include/linux/cpuhotplug.h                 |    1
> include/uapi/linux/nilfs2_ondisk.h         |   24 +++----
> 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 ++++++++++++++++++++------
> 30 files changed, 341 insertions(+), 152 deletions(-)
>
>Arnd Bergmann (1):
>      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
>
>Greg Kroah-Hartman (1):
>      Linux 5.2.2
>
>Haren Myneni (1):
>      crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
>
>Heiko Carstens (1):
>      s390: fix stfle zero padding
>
>James Morse (1):
>      drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
>
>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()
>
>Konstantin Khlebnikov (2):
>      Revert "e1000e: fix cyclic resets at link up with active tx"
>      e1000e: start network tx queue only when link is up
>
>Masahiro Yamada (1):
>      nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
>
>Philipp Rudo (1):
>      s390/ipl: Fix detection of has_secure attribute
>
>Sven Van Asbroeck (1):
>      firmware: improve LSM/IMA security behaviour
>
>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
>



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

      parent reply	other threads:[~2019-07-21 20:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-21 13:49 Linux 5.2.2 Greg KH
2019-07-21 13:49 ` Greg KH
2019-07-21 20:38 ` Bhaskar Chowdhury [this message]

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=20190721203803.GA7362@Gentoo \
    --to=unixbhaskar@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.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.