From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755212AbbJAKKS (ORCPT ); Thu, 1 Oct 2015 06:10:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44361 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751887AbbJAKKO (ORCPT ); Thu, 1 Oct 2015 06:10:14 -0400 Date: Thu, 1 Oct 2015 12:10:10 +0200 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.10.90 Message-ID: <20151001101010.GA24662@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.10.90 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linu= x-3.10.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/arm64/Kconfig | 4 + arch/arm64/kernel/head.S | 5 + arch/arm64/kernel/signal32.c | 47 ++++++++++++---- arch/parisc/kernel/irq.c | 8 ++ arch/powerpc/include/asm/pgtable-ppc64.h | 14 ++++ arch/powerpc/include/asm/rtas.h | 1=20 arch/powerpc/kernel/rtas.c | 17 ++++++ arch/powerpc/platforms/pseries/ras.c | 3 - arch/x86/mm/init_32.c | 1=20 arch/x86/net/bpf_jit_comp.c | 7 ++ drivers/gpu/drm/radeon/radeon_combios.c | 8 ++ drivers/iio/gyro/Kconfig | 3 - drivers/infiniband/core/uverbs.h | 3 - drivers/infiniband/core/uverbs_cmd.c | 10 +++ drivers/infiniband/core/uverbs_main.c | 43 ++++++++++----- drivers/infiniband/hw/mlx4/ah.c | 6 +- drivers/infiniband/hw/mlx4/sysfs.c | 5 + drivers/isdn/gigaset/ser-gigaset.c | 11 +++ drivers/md/raid10.c | 5 + drivers/media/rc/rc-main.c | 3 - drivers/mmc/core/core.c | 6 +- drivers/net/bonding/bond_main.c | 1=20 drivers/net/ethernet/broadcom/tg3.c | 2=20 drivers/net/usb/usbnet.c | 7 +- drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1=20 drivers/vhost/scsi.c | 6 +- drivers/xen/gntdev.c | 40 +++++++------- fs/coredump.c | 38 +++++++++++-- fs/dcache.c | 9 --- fs/hfs/bnode.c | 9 +-- fs/hfs/brec.c | 20 +++---- fs/hfsplus/bnode.c | 3 - fs/nfs/nfs4proc.c | 2=20 fs/nfs/pagelist.c | 4 - include/net/ip.h | 1=20 include/net/netns/sctp.h | 1=20 include/net/sctp/structs.h | 4 + kernel/fork.c | 28 ++++++--- mm/vmscan.c | 2=20 net/bridge/br_mdb.c | 3 - net/core/datagram.c | 45 ++++++++++++++- net/core/dev.c | 29 ++++------ net/core/fib_rules.c | 14 +++- net/core/pktgen.c | 4 + net/ipv4/datagram.c | 16 ++++- net/ipv4/ip_fragment.c | 7 +- net/ipv6/datagram.c | 20 +++++-- net/ipv6/exthdrs_offload.c | 2=20 net/ipv6/ip6_gre.c | 1=20 net/ipv6/ip6_input.c | 6 +- net/ipv6/ip6mr.c | 2=20 net/mac80211/tx.c | 3 - net/netlink/af_netlink.c | 79 ++++++++++++++++-------= ----- net/rds/info.c | 2=20 net/sctp/protocol.c | 64 ++++++++++++++-------- net/sctp/socket.c | 43 +++++++++++---- net/tipc/socket.c | 1=20 sound/pci/hda/patch_realtek.c | 6 +- 59 files changed, 506 insertions(+), 231 deletions(-) Adrien Schildknecht (1): rtlwifi: rtl8192cu: Add new device ID Alexei Starovoitov (1): x86: bpf_jit: fix compilation of large bpf programs Angga (1): ipv6: Make MLD packets to only be processed locally Bob Copeland (1): mac80211: enable assoc check for mesh interfaces Christoph Hellwig (1): IB/uverbs: reject invalid or unknown opcodes Dan Carpenter (2): vhost/scsi: potential memory corruption rds: fix an integer overflow test in rds_info_getsockopt() Daniel Borkmann (1): ipv6: fix exthdrs offload registration in out_rt path David H=E4rdeman (1): rc-core: fix remove uevent generation David Vrabel (1): xen/gntdev: convert priv->lock to a mutex Edward Hyunkoo Jee (1): inet: frags: fix defragmented packet's IP header for af_packet Eric Dumazet (1): ipv6: lock socket in ip6_datagram_connect() Eric W. Biederman (2): unshare: Unsharing a thread does not require unsharing a vm vfs: Remove incorrect debugging WARN in prepend_path Eugene Shatokhin (1): usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared Florian Westphal (1): netlink: don't hold mutex in rcu callback when releasing mmapd ring Greg Kroah-Hartman (1): Linux 3.10.90 Helge Deller (1): parisc: Filter out spurious interrupts in PA-RISC irq handler Herbert Xu (3): net: Clone skb before setting peeked flag net: Fix skb csum races when peeking net: Fix skb_set_peeked use-after-free bug Hin-Tak Leung (2): hfs: fix B-tree corruption after insertion at position 0 hfs,hfsplus: cache pages correctly between bnode_create and bnode_free Jack Morgenstein (1): IB/mlx4: Forbid using sysfs to change RoCE pkeys Jaewon Kim (1): vmscan: fix increasing nr_isolated incurred by putback unevictable pa= ges Jann Horn (1): fs: if a coredump already exists, unlink and recreate with O_EXCL Jean Delvare (1): tg3: Fix temperature reporting Jeff Vander Stoep (1): arm64: kconfig: Move LIST_POISON to a safe value Jeffery Miller (1): Add radeon suspend/resume quirk for HP Compaq dc5750. Jialing Fu (1): mmc: core: fix race condition in mmc_wait_data_done Julian Anastasov (1): net: call rcu_read_lock early in process_backlog Marcelo Ricardo Leitner (2): sctp: fix ASCONF list handling sctp: fix race on protocol/netns initialization Markus Pargmann (1): Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required" Michael Ellerman (1): powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash Minfei Huang (1): x86/mm: Initialize pmd_idx in page_table_range_init_count() NeilBrown (2): NFSv4: don't set SETATTR for O_RDONLY|O_EXCL md/raid10: always set reshape_safe when initializing reshape_position. Nikolay Aleksandrov (3): bridge: mdb: zero out the local br_ip variable before use bridge: mdb: fix double add notification bonding: fix destruction of bond with devices different from arphrd_e= ther Noa Osherovich (1): IB/mlx4: Use correct SL on AH query under RoCE Oleg Nesterov (1): net: pktgen: fix race between pktgen_thread_worker() and kthread_stop= () Richard Laing (1): net/ipv6: Correct PIM6 mrt_lock handling Stephen Smalley (1): net/tipc: initialize security state for new connection socket Takashi Iwai (2): ALSA: hda - Enable headphone jack detect on old Fujitsu laptops ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437 Thomas Huth (1): powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers Tilman Schmidt (1): isdn/gigaset: reset tty->receive_room when attaching ser_gigaset Trond Myklebust (1): NFS: nfs_set_pgio_error sometimes misses errors Will Deacon (2): arm64: compat: fix vfp save/restore across signal handlers in big-end= ian arm64: head.S: initialise mdcr_el2 in el2_setup Wilson Kok (1): fib_rules: fix fib rule dumps across multiple skbs Yishai Hadas (1): IB/uverbs: Fix race between ib_uverbs_open and remove_one huaibin Wang (1): ip6_gre: release cached dst on tunnel removal --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWDQaCAAoJEDjbvchgkmk+SZEP/jdz7e8YT2S2ObLB3EUYXR1O DL+SYWD78FCNAS/h7F6/D6dLs32xHDDB+mA7PSUsLzg79zQSd1x7NuoXXun9hW1L mOnzqcckQ4Cg5aey56C5DSWNKUBU7CZ5lXVxYCVLTUjiXrRrScH79MGouJVeOfI7 zR02PAYZsfSDbmmgXNPE5bXL1eaA99qvdV35O1bFETh4qD6HubjacAHoWKDJxaMX NIMfJ7o/K4sCTDdeFH6OCcuAF+Czq+Yno/CJ/QPxeP/B3auUZpEX/rwK/lHqpxfI lBGmKc9iqwu1DltfQXi38jbcv4GsFiXXpVzo8F38n8jDUm634Cxoyf34pQ9G9RH/ ebA8aLi2C/4b7xgil61zgfJ7gTibpCi0RiO0fLuh82aPbtH99Z9K8eWY1SfY/EqP y8YPKL8etocK3z68nRaexXqR/JfawIcgGJUGHdvz1NcNi6Y+VeohSSETWqzZ/cJ6 /X9wDp92Bvfl5ac5fxyot+28wyPmw/auf+r2fiEp0rgoYePyOXr+IqeU6oBBvKkB dr1k8mIbV01YDInWNmEXzMRSnMpsvDWyV9lpBSA28PjlNy7GOSmXoU3BqqZzgLUh H0tiWBKBWloyMQYxrnXo1+v9Cb+YSEkLkuEE+E7DXnHTmAjj+LyxfjlZjpNt2ZYV aO5uUyZGN0/SgcW4WtJf =OlIn -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb--