From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:40942 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754153AbdLTJ7s (ORCPT ); Wed, 20 Dec 2017 04:59:48 -0500 Date: Wed, 20 Dec 2017 10:59:50 +0100 From: Greg KH To: linux-kernel@vger.kernel.org, Andrew Morton , torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, Jiri Slaby Subject: Linux 3.18.89 Message-ID: <20171220095950.GB24285@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.18.89 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-3.18.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=3Dlinux/kernel/git/stable/linux-stable.git;a=3Dsu= mmary thanks, greg k-h ------------ Makefile | 2=20 arch/blackfin/Kconfig | 7 +- arch/blackfin/Kconfig.debug | 1=20 arch/openrisc/include/asm/uaccess.h | 2=20 arch/powerpc/platforms/powernv/opal-async.c | 6 - arch/powerpc/platforms/powernv/setup.c | 2=20 arch/powerpc/sysdev/ipic.c | 4 - arch/x86/crypto/salsa20_glue.c | 7 -- crypto/hmac.c | 6 + crypto/salsa20_generic.c | 7 -- crypto/shash.c | 5 - drivers/bus/arm-ccn.c | 1=20 drivers/clk/tegra/clk-tegra30.c | 2=20 drivers/dma/dmaengine.c | 2=20 drivers/gpu/drm/radeon/si_dpm.c | 10 +++ drivers/input/serio/i8042-x86ia64io.h | 7 ++ drivers/md/bcache/request.c | 6 + drivers/md/bcache/super.c | 6 + drivers/md/raid5.c | 5 + drivers/net/ethernet/broadcom/genet/bcmgenet.c | 79 ++++++++++++++++++++= +---- drivers/net/ethernet/broadcom/genet/bcmgenet.h | 10 ++- drivers/net/macvlan.c | 2=20 drivers/net/ppp/ppp_generic.c | 1=20 drivers/net/wimax/i2400m/usb.c | 3=20 drivers/net/wireless/ath/ath9k/tx99.c | 5 + drivers/pci/pcie/pme.c | 5 + drivers/pci/remove.c | 2=20 drivers/pinctrl/Kconfig | 3=20 drivers/scsi/bfa/bfad_debugfs.c | 5 - drivers/scsi/scsi_devinfo.c | 2=20 drivers/target/iscsi/iscsi_target.c | 3=20 drivers/target/iscsi/iscsi_target_configfs.c | 3=20 drivers/target/target_core_alua.c | 8 -- drivers/target/target_core_file.c | 4 + drivers/target/target_core_pr.c | 4 - drivers/thermal/step_wise.c | 11 +-- drivers/usb/core/config.c | 4 - drivers/usb/host/xhci-mem.c | 15 +++- drivers/usb/musb/da8xx.c | 10 ++- drivers/usb/phy/phy-isp1301.c | 7 ++ drivers/usb/storage/unusual_devs.h | 7 ++ drivers/usb/storage/unusual_uas.h | 7 ++ drivers/usb/usbip/stub_tx.c | 7 ++ drivers/video/fbdev/au1200fb.c | 7 +- drivers/video/fbdev/controlfb.h | 2=20 drivers/video/fbdev/udlfb.c | 10 +-- fs/afs/file.c | 1=20 fs/afs/fsclient.c | 20 +++--- fs/afs/inode.c | 4 - fs/afs/internal.h | 1=20 fs/afs/security.c | 7 +- fs/afs/write.c | 32 ++++++++-- fs/autofs4/waitq.c | 1=20 fs/btrfs/inode.c | 14 ++++ fs/ext4/namei.c | 4 + fs/gfs2/file.c | 4 - fs/nfs/nfs4client.c | 4 - fs/nfsd/nfssvc.c | 30 ++++----- fs/proc/proc_tty.c | 3=20 fs/udf/super.c | 2=20 fs/xfs/xfs_log_recover.c | 2=20 include/crypto/internal/hash.h | 8 ++ include/linux/mman.h | 3=20 kernel/sched/deadline.c | 8 +- net/core/dev.c | 1=20 net/mac80211/mesh.c | 2=20 security/keys/request_key.c | 4 + tools/perf/util/symbol.c | 2=20 68 files changed, 343 insertions(+), 128 deletions(-) Alan Stern (1): USB: core: prevent malicious bNumInterfaces overflow Alex Deucher (2): drm/radeon/si: add dpm quirk for Oland drm/radeon: reinstate oland workaround for sclk Alex Williamson (1): PCI: Detach driver before procfs & sysfs teardown on device remove Alexander Duyck (1): macvlan: Only deliver one copy of the frame to the macvlan interface Bart Van Assche (1): target/iscsi: Fix a race condition in iscsit_add_reject_from_cmd() Bin Liu (1): usb: musb: da8xx: fix babble condition handling Bob Peterson (1): GFS2: Take inode off order_write list when setting jdata flag Brian Foster (1): xfs: fix log block underflow during recovery cycle verification Chandan Rajendra (1): ext4: fix crash when a directory's i_size is too small Christophe JAILLET (2): video: fbdev: au1200fb: Release some resources if a memory allocation= fails video: fbdev: au1200fb: Return an error code if a memory allocation f= ails Christophe Leroy (1): powerpc/ipic: Fix status get and status clear Dan Carpenter (1): scsi: bfa: integer overflow in debugfs Daniel Borkmann (1): perf symbols: Fix symbols__fixup_end heuristic for corner cases Daniel Lezcano (1): thermal/drivers/step_wise: Fix temperature regulation misbehavior David Howells (6): KEYS: Don't permit request_key() to construct a new keyring afs: Fix missing put_page() afs: Flush outstanding writes when an fd is closed afs: Fix the maths in afs_fs_store_data() afs: Fix page leak in afs_write_begin() afs: Fix afs_kill_pages() David Jeffery (1): Don't leak a key reference if request_key() tries to use a revoked ke= yring David Kozub (1): USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567= ID Dmitry Torokhov (1): Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux list Doug Berger (3): net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB values net: bcmgenet: correct MIB access of UniMAC RUNT counters net: bcmgenet: Power up the internal PHY before probing the MII Eric Biggers (2): crypto: hmac - require that the underlying hash algorithm is unkeyed crypto: salsa20 - fix blkcipher_walk API usage Gao Feng (1): ppp: Destroy the mutex when cleanup Geert Uytterhoeven (1): fbdev: controlfb: Add missing modes to fix out of bounds access Greg Kroah-Hartman (1): Linux 3.18.89 Ilan peer (1): mac80211: Fix addition of mesh configuration element Jan Kara (2): mm: Handle 0 flags in _calc_vm_trans() macro udf: Avoid overflow when session starts at large offset Javier Martinez Canillas (1): usb: phy: isp1301: Add OF device ID table Jiang Yi (1): target/file: Do not return error for UNMAP if length is zero Johan Hovold (1): net: wimax/i2400m: fix NULL-deref at probe Kurt Garloff (1): scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entry Ladislav Michl (1): video: udlfb: Fix read EDID timeout Liang Chen (1): bcache: explicitly destroy mutex while exiting Linus Walleij (1): pinctrl: adi2: Fix Kconfig build problem Marc Dionne (3): afs: Populate group ID from vnode status afs: Adjust mode bits processing afs: Populate and use client modification time Mathias Nyman (1): xhci: Don't add a virt_dev to the devs array before it's fully alloca= ted Matthias Kaehlcke (1): dmaengine: Fix array index out of bounds warning in __get_unmap_pool() Miaoqing Pan (1): ath9k: fix tx99 potential info leak Micha=C5=82 Miros=C5=82aw (1): clk: tegra: Fix cclk_lp divisor register Mike Christie (1): target: Use system workqueue for ALUA transitions NeilBrown (4): autofs: fix careless error in recent commit NFSD: fix nfsd_minorversion(.., NFSD_AVAIL) NFSD: fix nfsd_reset_versions for NFSv4. raid5: Set R5_Expanded on parity devices as well as data. Olga Kornievskaia (1): NFSv4.1 respect server's max size in CREATE_SESSION Qiang (1): PCI/PME: Handle invalid data when reading Root Status Shriya (1): powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo Shuah Khan (1): usbip: fix stub_send_ret_submit() vulnerability to null transfer_buff= er Stafford Horne (1): openrisc: fix issue handling 8 byte get_user calls Steven Rostedt (VMware) (1): sched/deadline: Use deadline instead of period when calculating overf= low Suzuki K Poulose (1): arm-ccn: perf: Prevent module unload while PMU is in use Vlad Yasevich (1): net: Resend IGMP memberships upon peer notification. William A. Kennington III (1): powerpc/opal: Fix EBUSY bug in acquiring tokens Zygo Blaxell (1): btrfs: add missing memset while reading compressed inline extents nixiaoming (1): tty fix oops when rmmod 8250 tang.junhui (1): bcache: fix wrong cache_misses statistics tangwenji (2): iscsi-target: fix memory leak in lio_target_tiqn_addtpg() target:fix condition return in core_pr_dump_initiator_port() --d6Gm4EdcadzBjdND Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAlo6NJMACgkQONu9yGCS aT7xHQ/6Ar44h9vUNwIAvgIrL3ZXiT4f6OlSSrpmnwMNdIZuURVcRZNkT+beH8FZ 6kPLOPOlfU3PbCZkG6wFFGGLdr+htyE6FCOueE5roN/EoGvw7vIsjmkBEsgnhqJ2 OP0oVIxnKZEYNstUmmxBYN/E5XPZMAwUAoAUso+N1r2tX9YvJ3YEVRsFtPG9FE9E qWacwWAy1yTLXCXjdofYcxG0qkPH+IbU12C2I7MtdrjmYOSVmFRByyTJoiCe/tsv USDt3h4/7r3T81EO194ipOmwZb90m3CRQMh3fLSYVaAvTlzPJt2oO33c0/qfU+pg FUQwgtIjWdQSTliGEsFuyl+9/lb/sxoY6cLJJ2eb8Vy9NrZbnOUCUDXWVmAQqoO2 cwl676Z/LyUlRxWHMhYUuf5JA20M4OlbWzVW7Mou6N7uZnqFVkaKnagLvycHCztb wQd2/M/dkfcOLjLpDGz+y3QfNNuBlFCoRTtfL/q/58r/CbYdDVQtph2TlvYUy1Wq 0O14Og32ogdRJNf17E6MJxKguT7kaHO+AzCbdIwEHfnHLTwho4NQwPFbx/TtcQ2J 64y9ruOpt9dI1LsNTBRrkDf86X8i2LOi3LVWnPPkqhCiosLb0QolkuUgnEm3xhzX Xjq1vVVwBvWFIdp9rOu3TQpuzQyWCuBL5InSOnviliHSqwztr1Y= =aNFG -----END PGP SIGNATURE----- --d6Gm4EdcadzBjdND--