linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 4.19.104
@ 2020-02-15  0:41 Greg KH
  2020-02-15  0:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-02-15  0:41 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

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

I'm announcing the release of the 4.19.104 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:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                    |    2 
 arch/arc/boot/dts/axs10x_mb.dtsi            |    1 
 arch/arm/boot/dts/am43xx-clocks.dtsi        |   54 +++++++++++++++
 arch/arm/boot/dts/at91sam9260.dtsi          |   12 +--
 arch/arm/boot/dts/at91sam9261.dtsi          |    6 -
 arch/arm/boot/dts/at91sam9263.dtsi          |    6 -
 arch/arm/boot/dts/at91sam9g45.dtsi          |    8 +-
 arch/arm/boot/dts/at91sam9rl.dtsi           |    8 +-
 arch/arm/boot/dts/sama5d3.dtsi              |   28 ++++----
 arch/arm/boot/dts/sama5d3_can.dtsi          |    4 -
 arch/arm/boot/dts/sama5d3_tcb1.dtsi         |    1 
 arch/arm/boot/dts/sama5d3_uart.dtsi         |    4 -
 arch/arm/mm/init.c                          |    2 
 arch/arm64/kernel/cpufeature.c              |    2 
 arch/arm64/kernel/ptrace.c                  |   21 ++++++
 arch/powerpc/platforms/pseries/iommu.c      |   43 ++++++++----
 arch/powerpc/platforms/pseries/vio.c        |    2 
 arch/x86/entry/calling.h                    |   15 ----
 arch/x86/entry/entry_32.S                   |   16 ----
 arch/x86/include/asm/frame.h                |   49 ++++++++++++++
 arch/x86/kernel/ftrace_32.S                 |    3 
 arch/x86/kernel/ftrace_64.S                 |    3 
 drivers/crypto/atmel-sha.c                  |    7 --
 drivers/crypto/axis/artpec6_crypto.c        |    2 
 drivers/gpio/gpio-zynq.c                    |   23 ++++++
 drivers/infiniband/core/addr.c              |    2 
 drivers/infiniband/core/sa_query.c          |    4 -
 drivers/infiniband/core/uverbs_main.c       |   32 ++++-----
 drivers/infiniband/hw/mlx4/main.c           |   20 ++++-
 drivers/iommu/arm-smmu-v3.c                 |    1 
 drivers/media/i2c/adv748x/adv748x.h         |    8 +-
 drivers/mtd/nand/onenand/onenand_base.c     |   82 ++++++++++++------------
 drivers/mtd/parsers/sharpslpart.c           |    4 -
 drivers/net/wireless/ath/ath10k/pci.c       |   19 +++++
 drivers/net/wireless/marvell/libertas/cfg.c |    2 
 drivers/net/wireless/marvell/mwifiex/scan.c |    7 ++
 drivers/net/wireless/marvell/mwifiex/wmm.c  |    4 +
 drivers/pci/iov.c                           |    9 +-
 drivers/pci/setup-bus.c                     |   20 ++++-
 drivers/pci/switch/switchtec.c              |    2 
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c        |    4 -
 drivers/platform/x86/intel_mid_powerbtn.c   |    5 -
 drivers/rtc/rtc-cmos.c                      |    2 
 drivers/rtc/rtc-hym8563.c                   |    2 
 drivers/scsi/megaraid/megaraid_sas_base.c   |    3 
 drivers/scsi/megaraid/megaraid_sas_fusion.c |    3 
 drivers/scsi/megaraid/megaraid_sas_fusion.h |    1 
 drivers/scsi/ufs/ufshcd.c                   |    3 
 drivers/spi/spi-mem.c                       |   54 ++++++++++++++-
 drivers/tty/serial/xilinx_uartps.c          |   17 +++--
 fs/nfs/Kconfig                              |    2 
 fs/nfs/direct.c                             |    4 -
 fs/nfs/nfs3xdr.c                            |    5 +
 fs/nfs/nfs4proc.c                           |    5 +
 fs/nfs/nfs4xdr.c                            |    5 +
 fs/nfs/pnfs_nfs.c                           |    7 --
 fs/nfs/write.c                              |   12 +++
 include/rdma/ib_verbs.h                     |    3 
 kernel/padata.c                             |    1 
 net/vmw_vsock/hyperv_transport.c            |   68 ++------------------
 sound/soc/soc-pcm.c                         |   95 ++++++++++++++++++++--------
 tools/power/acpi/Makefile.config            |    2 
 virt/kvm/arm/aarch32.c                      |   14 ++--
 virt/kvm/arm/mmu.c                          |    3 
 virt/kvm/arm/pmu.c                          |    3 
 virt/kvm/arm/vgic/vgic-its.c                |    3 
 66 files changed, 563 insertions(+), 301 deletions(-)

Alexandre Belloni (2):
      ARM: dts: at91: sama5d3: fix maximum peripheral clock rates
      ARM: dts: at91: sama5d3: define clock rate range for tcb1

Alexey Kardashevskiy (1):
      powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW

Anand Lodnoor (1):
      scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state

Andy Shevchenko (1):
      rtc: cmos: Stop using shared IRQ

Bean Huo (1):
      scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails

Boris Brezillon (1):
      spi: spi-mem: Add extra sanity checks on the op param

Brandon Maier (1):
      gpio: zynq: Report gpio direction at boot

Bryan O'Donoghue (1):
      ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe

Daniel Jordan (1):
      padata: fix null pointer deref of pd->pinst

Eric Auger (2):
      KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
      KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset

Eric Biggers (2):
      crypto: artpec6 - return correct error code for failed setkey()
      crypto: atmel-sha - fix error handling when setting hmac key

Gavin Shan (1):
      KVM: arm/arm64: Fix young bit from mmu notifier

Geert Uytterhoeven (3):
      nfs: NFS_SWAP should depend on SWAP
      spi: spi-mem: Fix inverted logic in op sanity check
      pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B

Greg Kroah-Hartman (1):
      Linux 4.19.104

Gustavo A. R. Silva (1):
      media: i2c: adv748x: Fix unsafe macros

Håkon Bugge (1):
      RDMA/netlink: Do not always generate an ACK for some netlink operations

Ingo van Lil (1):
      ARM: dts: at91: Reenable UART TX pull-ups

Jack Morgenstein (1):
      IB/mlx4: Fix memory leak in add_gid error flow

James Morse (2):
      KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
      KVM: arm: Make inject_abt32() inject an external abort instead

Jason Gunthorpe (1):
      RDMA/core: Fix locking in ib_uverbs_event_read

Jose Abreu (1):
      ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node

Logan Gunthorpe (2):
      PCI/switchtec: Fix vep_vector_number ioread width
      PCI: Don't disable bridge BARs when assigning bus resources

Michael Guralnik (1):
      RDMA/uverbs: Verify MR access flags

Mika Westerberg (1):
      platform/x86: intel_mid_powerbtn: Take a copy of ddata

Nathan Chancellor (1):
      mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock

Navid Emamdoost (1):
      PCI/IOV: Fix memory leak in pci_iov_add_virtfn()

Nicolai Stange (2):
      libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held
      libertas: make lbs_ibss_join_existing() return error code on rates overflow

Olof Johansson (1):
      ARM: 8949/1: mm: mark free_memmap as __init

Paul Kocialkowski (1):
      rtc: hym8563: Return -EINVAL if the time is known to be invalid

Peter Zijlstra (2):
      x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h
      x86/stackframe, x86/ftrace: Add pt_regs frame annotations

Qing Xu (2):
      mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
      mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()

Ranjani Sridharan (1):
      ASoC: pcm: update FE/BE trigger order based on the command

Robert Milkowski (1):
      NFSv4: try lease recovery on NFS4ERR_EXPIRED

Shameer Kolothum (1):
      iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA

Shubhrajyoti Datta (2):
      serial: uartps: Add a timeout to the tx empty wait
      serial: uartps: Move the spinlock after the read of the tx empty

Sunil Muthuswamy (1):
      hv_sock: Remove the accept port restriction

Suzuki K Poulose (2):
      arm64: cpufeature: Fix the type of no FP/SIMD capability
      arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations

Tero Kristo (1):
      ARM: dts: am43xx: add support for clkout1 clock

Trond Myklebust (2):
      NFS: Revalidate the file size on a fatal write error
      NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()

Tyrel Datwyler (1):
      powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning

YueHaibing (1):
      mtd: sharpslpart: Fix unsigned comparison to zero

Zhengyuan Liu (1):
      tools/power/acpi: fix compilation error


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-15  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15  0:41 Linux 4.19.104 Greg KH
2020-02-15  0:41 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).