linux-kernel.vger.kernel.org archive mirror
 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 4.19.69
Date: Thu, 29 Aug 2019 13:26:30 +0200	[thread overview]
Message-ID: <20190829112630.GA24959@kroah.com> (raw)

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

I'm announcing the release of the 4.19.69 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

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

 Documentation/admin-guide/kernel-parameters.txt         |    7 
 Makefile                                                |    2 
 arch/arm/kvm/coproc.c                                   |   23 +
 arch/arm64/kvm/sys_regs.c                               |   32 +-
 arch/mips/kernel/cacheinfo.c                            |    2 
 arch/mips/kernel/i8253.c                                |    3 
 arch/powerpc/kernel/misc_64.S                           |    4 
 arch/s390/kernel/vmlinux.lds.S                          |   10 
 arch/x86/include/asm/bootparam_utils.h                  |   61 +++-
 arch/x86/include/asm/msr-index.h                        |    1 
 arch/x86/include/asm/nospec-branch.h                    |    2 
 arch/x86/kernel/apic/apic.c                             |   68 +++-
 arch/x86/kernel/cpu/amd.c                               |   66 ++++
 arch/x86/lib/cpu.c                                      |    1 
 arch/x86/power/cpu.c                                    |   86 +++++
 block/bfq-iosched.c                                     |   14 
 drivers/ata/libata-scsi.c                               |   21 +
 drivers/ata/libata-sff.c                                |    6 
 drivers/clk/socfpga/clk-periph-s10.c                    |    2 
 drivers/gpio/gpiolib.c                                  |    6 
 drivers/gpu/drm/nouveau/nvkm/subdev/i2c/aux.c           |   24 +
 drivers/gpu/drm/rockchip/analogix_dp-rockchip.c         |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c                     |    4 
 drivers/hid/hid-a4tech.c                                |   30 +-
 drivers/hid/hid-ids.h                                   |    1 
 drivers/hid/hid-quirks.c                                |    1 
 drivers/hid/hid-tmff.c                                  |   12 
 drivers/hid/wacom_wac.c                                 |    4 
 drivers/hv/channel.c                                    |    2 
 drivers/isdn/hardware/mISDN/hfcsusb.c                   |   13 
 drivers/md/dm-bufio.c                                   |    4 
 drivers/md/dm-integrity.c                               |   15 +
 drivers/md/dm-kcopyd.c                                  |    5 
 drivers/md/dm-raid.c                                    |    2 
 drivers/md/dm-table.c                                   |    5 
 drivers/md/dm-zoned-metadata.c                          |   59 +++-
 drivers/md/dm-zoned-reclaim.c                           |   44 ++-
 drivers/md/dm-zoned-target.c                            |   67 ++++
 drivers/md/dm-zoned.h                                   |   10 
 drivers/md/persistent-data/dm-btree.c                   |   31 +-
 drivers/md/persistent-data/dm-space-map-metadata.c      |    2 
 drivers/net/bonding/bond_main.c                         |    9 
 drivers/net/can/dev.c                                   |    2 
 drivers/net/can/sja1000/peak_pcmcia.c                   |    2 
 drivers/net/can/spi/mcp251x.c                           |   49 +--
 drivers/net/can/usb/peak_usb/pcan_usb_core.c            |    2 
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c         |    5 
 drivers/net/ethernet/hisilicon/hip04_eth.c              |   28 +
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c         |    6 
 drivers/net/ethernet/qlogic/qed/qed_int.c               |    2 
 drivers/net/ethernet/qlogic/qed/qed_rdma.c              |    2 
 drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c       |    4 
 drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.c     |    4 
 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c         |    2 
 drivers/net/phy/phy_led_triggers.c                      |    3 
 drivers/net/usb/qmi_wwan.c                              |    1 
 drivers/net/wireless/mac80211_hwsim.c                   |    8 
 drivers/nfc/st-nci/se.c                                 |    2 
 drivers/nfc/st21nfca/se.c                               |    2 
 fs/ceph/addr.c                                          |    5 
 fs/ceph/locks.c                                         |    3 
 fs/cifs/smb2ops.c                                       |   39 +-
 fs/nfs/fscache.c                                        |    7 
 fs/nfs/fscache.h                                        |    2 
 fs/nfs/nfs4_fs.h                                        |    3 
 fs/nfs/nfs4client.c                                     |    5 
 fs/nfs/nfs4state.c                                      |   27 +
 fs/nfs/super.c                                          |    1 
 fs/userfaultfd.c                                        |   25 -
 fs/xfs/libxfs/xfs_attr.c                                |  231 ++++++++--------
 fs/xfs/libxfs/xfs_attr.h                                |  150 ++++++++++
 fs/xfs/libxfs/xfs_bmap.c                                |   54 ++-
 fs/xfs/libxfs/xfs_bmap.h                                |    1 
 fs/xfs/libxfs/xfs_defer.c                               |   14 
 fs/xfs/xfs_attr.h                                       |  148 ----------
 fs/xfs/xfs_dquot.c                                      |   17 -
 fs/xfs/xfs_iops.c                                       |    1 
 include/trace/events/rxrpc.h                            |    6 
 kernel/irq/irqdesc.c                                    |   15 -
 mm/huge_memory.c                                        |    4 
 mm/zsmalloc.c                                           |   78 +++++
 net/bridge/netfilter/ebtables.c                         |    4 
 net/can/gw.c                                            |   48 ++-
 net/ceph/osd_client.c                                   |    9 
 net/netfilter/ipset/ip_set_bitmap_ipmac.c               |    2 
 net/netfilter/ipset/ip_set_core.c                       |    2 
 net/netfilter/ipset/ip_set_hash_ipmac.c                 |    6 
 net/rxrpc/af_rxrpc.c                                    |    4 
 net/rxrpc/ar-internal.h                                 |    6 
 net/rxrpc/input.c                                       |   16 -
 net/rxrpc/local_object.c                                |  103 ++++---
 net/rxrpc/peer_event.c                                  |    2 
 net/rxrpc/peer_object.c                                 |   18 +
 net/rxrpc/sendmsg.c                                     |    1 
 sound/soc/davinci/davinci-mcasp.c                       |   43 ++
 sound/soc/rockchip/rockchip_i2s.c                       |    5 
 sound/soc/soc-core.c                                    |    7 
 sound/soc/soc-dapm.c                                    |    8 
 tools/perf/bench/numa.c                                 |    6 
 tools/perf/builtin-ftrace.c                             |    2 
 tools/perf/pmu-events/jevents.c                         |    1 
 tools/perf/util/cpumap.c                                |    5 
 tools/testing/selftests/bpf/sendmsg6_prog.c             |    3 
 tools/testing/selftests/kvm/config                      |    3 
 tools/testing/selftests/net/forwarding/gre_multipath.sh |   28 +
 105 files changed, 1414 insertions(+), 641 deletions(-)

Aaron Armstrong Skomra (1):
      HID: wacom: correct misreported EKR ring values

Alastair D'Silva (1):
      powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB

Allison Henderson (4):
      xfs: Move fs/xfs/xfs_attr.h to fs/xfs/libxfs/xfs_attr.h
      xfs: Add helper function xfs_attr_try_sf_addname
      xfs: Add attibute set and helper functions
      xfs: Add attibute remove and helper functions

Bartosz Golaszewski (1):
      gpiolib: never report open-drain/source lines as 'input' to user-space

Bob Ham (1):
      net: usb: qmi_wwan: Add the BroadMobi BM818 card

Brian Foster (1):
      xfs: don't trip over uninitialized buffer on extent read of corrupted inode

Charles Keepax (1):
      ASoC: dapm: Fix handling of custom_stop_condition on DAPM graph walks

Cheng-Yi Chiang (1):
      ASoC: rockchip: Fix mono capture

Christophe JAILLET (1):
      net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'

Colin Ian King (1):
      drm/vmwgfx: fix memory leak when too many retries have occurred

Dan Carpenter (1):
      dm zoned: fix potential NULL dereference in dmz_do_reclaim()

Darrick J. Wong (2):
      xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT
      xfs: always rejoin held resources during defer roll

David Howells (6):
      rxrpc: Fix potential deadlock
      rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet
      rxrpc: Fix local endpoint refcounting
      rxrpc: Fix read-after-free in rxrpc_queue_local()
      rxrpc: Fix local endpoint replacement
      rxrpc: Fix local refcounting

Dexuan Cui (1):
      Drivers: hv: vmbus: Fix virt_to_hvpfn() for X86_PAE

Dinh Nguyen (1):
      clk: socfpga: stratix10: fix rate caclulationg for cnt_clks

Dmitry Fomichev (4):
      dm kcopyd: always complete failed jobs
      dm zoned: improve error handling in reclaim
      dm zoned: improve error handling in i/o map code
      dm zoned: properly handle backing device failure

Douglas Anderson (1):
      drm/rockchip: Suspend DP late

Erqi Chen (1):
      ceph: clear page dirty before invalidate page

Greg Kroah-Hartman (1):
      Linux 4.19.69

He Zhe (2):
      perf ftrace: Fix failure to set cpumask when only one cpu is present
      perf cpumap: Fix writing to illegal memory in handling cpumap mask

Henry Burns (2):
      mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely
      mm/zsmalloc.c: fix race condition in zs_destroy_pool

Ido Schimmel (2):
      selftests: forwarding: gre_multipath: Enable IPv4 forwarding
      selftests: forwarding: gre_multipath: Fix flower filters

Ilya Dryomov (1):
      libceph: fix PG split vs OSD (re)connect race

Ilya Leoshkevich (1):
      selftests/bpf: fix sendmsg6_prog on s390

Ilya Trukhanov (1):
      HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT

István Váradi (1):
      HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52

Jason Gerecke (1):
      HID: wacom: Correct distance scale for 2nd-gen Intuos devices

Jeff Layton (1):
      ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply

Jens Axboe (2):
      libata: have ata_scsi_rw_xlat() fail invalid passthrough requests
      libata: add SG safety checks in SFF pio transfers

Jia-Ju Bai (3):
      isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_chain()
      mac80211_hwsim: Fix possible null-pointer dereferences in hwsim_dump_radio_nl()
      net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_led_trigger_change_speed()

Jiangfeng Xiao (3):
      net: hisilicon: make hip04_tx_reclaim non-reentrant
      net: hisilicon: fix hip04-xmit never return TX_BUSY
      net: hisilicon: Fix dma_map_single failed on arm64

Jin Yao (1):
      perf pmu-events: Fix missing "cpu_clk_unhalted.core" event

Jiri Olsa (1):
      perf bench numa: Fix cpu0 binding

John Hubbard (2):
      x86/boot: Save fields explicitly, zero out everything else
      x86/boot: Fix boot regression caused by bootparam sanitizing

Jose Abreu (2):
      net: stmmac: Fix issues when number of Queues >= 4
      net: stmmac: tc: Do not return a fragment entry

Jozsef Kadlecsik (1):
      netfilter: ipset: Fix rename concurrency with listing

Juliana Rodrigueiro (1):
      isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack

Lyude Paul (1):
      drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUX

Marc Zyngier (2):
      KVM: arm64: Don't write junk to sysregs on reset
      KVM: arm: Don't write junk to CP15 registers on reset

Maxime Chevallier (1):
      net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links

Michael Kelley (1):
      genirq: Properly pair kobject_del() with kobject_add()

Michal Kalderon (1):
      qed: RDMA - Fix the hw_ver returned in device attributes

Mikulas Patocka (3):
      Revert "dm bufio: fix deadlock with loop device"
      dm integrity: fix a crash due to BUG_ON in __journal_read_write()
      dm table: fix invalid memory accesses with too high sector number

Naresh Kamboju (1):
      selftests: kvm: Adding config fragments

Navid Emamdoost (2):
      st21nfca_connectivity_event_received: null check the allocation
      st_nci_hci_connectivity_event_received: null check the allocation

Nicolas Saenz Julienne (1):
      HID: input: fix a4tech horizontal wheel custom usage

Oleg Nesterov (1):
      userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctx

Paolo Valente (1):
      block, bfq: handle NULL return value by bfq_init_rq()

Pavel Shilovsky (1):
      SMB3: Fix potential memory leak when processing compound chain

Peter Ujfalusi (1):
      ASoC: ti: davinci-mcasp: Correct slot_width posed constraint

Rasmus Villemoes (1):
      can: dev: call netif_carrier_off() in register_candev()

Ricard Wanderlof (1):
      ASoC: Fail card instantiation if DAI format setup fails

Sean Christopherson (1):
      x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386

Sebastien Tisserant (1):
      SMB3: Kernel oops mounting a encryptData share with CONFIG_DEBUG_VIRTUAL

Stefano Brivio (2):
      netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets too
      netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac sets

Thomas Bogendoerfer (1):
      MIPS: kernel: only use i8253 clocksource with periodic clockevent

Thomas Falcon (1):
      bonding: Force slave speed check after link state recovery for 802.3ad

Thomas Gleixner (1):
      x86/apic: Handle missing global clockevent gracefully

Tom Lendacky (1):
      x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

Trond Myklebust (2):
      NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()
      NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts

Valdis Kletnieks (1):
      x86/lib/cpu: Address missing prototypes warning

Vasily Gorbik (1):
      s390: put _stext and _etext into .text section

Vladimir Kondratiev (1):
      mips: fix cacheinfo

Vlastimil Babka (1):
      mm, page_owner: handle THP splits correctly

Wang Xiayang (3):
      can: sja1000: force the string buffer NULL-terminated
      can: peak_usb: force the string buffer NULL-terminated
      net/ethernet/qlogic/qed: force the string buffer NULL-terminated

Weitao Hou (1):
      can: mcp251x: add error check when wq alloc failed

Wenwen Wang (2):
      netfilter: ebtables: fix a memory leak bug in compat
      dm raid: add missing cleanup in raid_ctr()

YueHaibing (1):
      can: gw: Fix error path of cgw_module_init

ZhangXiaoxu (2):
      dm btree: fix order of block initialization in btree_split_beneath
      dm space map metadata: fix missing store of apply_bops() return value


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

             reply	other threads:[~2019-08-29 11:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 11:26 Greg KH [this message]
2019-08-29 11:26 ` Linux 4.19.69 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=20190829112630.GA24959@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;
as well as URLs for NNTP newsgroup(s).