From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439AbbGFP3r (ORCPT ); Mon, 6 Jul 2015 11:29:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54112 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbbGFP3n (ORCPT ); Mon, 6 Jul 2015 11:29:43 -0400 Date: Mon, 6 Jul 2015 08:29:43 -0700 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.83 Message-ID: <20150706152943.GA20599@kroah.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm announcing the release of the 3.10.83 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/arm/mach-dove/common.c | 2=20 arch/arm/mach-imx/clk-imx6q.c | 2=20 arch/arm/mach-kirkwood/common.c | 2=20 arch/arm/mach-mv78xx0/common.c | 4=20 arch/arm/mach-mvebu/armada-370-xp.c | 3=20 arch/arm/mach-mvebu/coherency.c | 15 +++ arch/arm/mach-mvebu/coherency.h | 1=20 arch/arm/mach-orion5x/common.c | 2=20 arch/x86/Kconfig | 2=20 arch/x86/kernel/microcode_intel_early.c | 2=20 arch/x86/kvm/svm.c | 8 + drivers/acpi/acpica/acmacros.h | 10 -- drivers/acpi/acpica/dsopcode.c | 4=20 drivers/acpi/acpica/evregion.c | 2=20 drivers/acpi/acpica/exdump.c | 4=20 drivers/acpi/acpica/exfldio.c | 10 -- drivers/acpi/acpica/exregion.c | 8 - drivers/acpi/acpica/hwvalid.c | 16 +-- drivers/acpi/acpica/nsdump.c | 12 +- drivers/acpi/acpica/tbutils.c | 20 +--- drivers/acpi/acpica/utaddress.c | 24 ++-- drivers/bus/mvebu-mbus.c | 5 - drivers/edac/sb_edac.c | 38 ++++--- drivers/scsi/hpsa.c | 42 +++++--- fs/btrfs/ctree.c | 2=20 fs/btrfs/ctree.h | 5 + fs/btrfs/dir-item.c | 10 -- fs/btrfs/xattr.c | 159 ++++++++++++++++++++-------= ----- fs/dcache.c | 16 +-- fs/exec.c | 76 +++++++++------ fs/file_table.c | 148 ++-------------------------= -- fs/internal.h | 3=20 fs/open.c | 2=20 fs/super.c | 23 ---- include/linux/fs.h | 15 --- include/linux/mbus.h | 2=20 include/linux/sched.h | 8 - include/net/ip6_fib.h | 2=20 kernel/ptrace.c | 2=20 net/ipv4/xfrm4_policy.c | 2=20 net/ipv6/ip6_fib.c | 25 ++--- net/ipv6/ndisc.c | 4=20 net/ipv6/route.c | 8 - net/ipv6/xfrm6_policy.c | 2=20 net/netfilter/nfnetlink_cthelper.c | 7 + 46 files changed, 344 insertions(+), 417 deletions(-) Al Viro (1): get rid of s_files and files_lock Bandan Das (1): KVM: nSVM: Check for NRIPS support before updating control field Chen Gang (1): netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warnin= gs Filipe Manana (1): Btrfs: make xattr replace operations atomic Greg Kroah-Hartman (1): Linux 3.10.83 Greg Ungerer (1): bus: mvebu: pass the coherency availability information at init time Ian Wilson (1): netfilter: Zero the tuple in nfnl_cthelper_parse_tuple() Jann Horn (1): fs: take i_mutex during prepare_binprm for set[ug]id executables Jari Ruusu (1): d_walk() might skip too much Jim Snow (1): sb_edac: Fix erroneous bytes->gigabytes conversion Konrad Rzeszutek Wilk (1): config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected Lv Zheng (2): ACPICA: Utilities: Cleanup to convert physical address printing forma= ts. ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx h= elpers. Mark Grondona (1): __ptrace_may_access() should not deny sub-threads Michal Kube=C4=8Dek (2): ipv6: prevent fib6_run_gc() contention ipv6: update ip6_rt_last_gc every time GC is run Oleg Nesterov (2): fput: turn "list_head delayed_fput_list" into llist_head include/linux/sched.h: don't use task->pid/tgid in same_thread_group/= has_group_leader_pid Quentin Casasnovas (1): x86/microcode/intel: Guard against stack overflow in the loader Sebastien Szymanski (1): ARM: clk-imx6q: refine sata's parent Steffen Klassert (1): xfrm: Increase the garbage collector threshold Tomas Henzl (2): hpsa: refine the pci enable/disable handling hpsa: add missing pci_set_master in kdump path --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVmp7kAAoJEDjbvchgkmk+xlgQAKc/pXyRr6/p+/1KjpLrHSoJ ZTuuIFfCoUU/L6KpnhUh41LWL7q1vgm44YYqBS3FlU2b6qUfJfM1mCz1s0j6ruN9 E/JpfEzx5+NRxZem5pmeup1HJsr3TbiJMa005iag/8NmE5lGk82hfPhe4nSRmAM2 conAA7r09pV2XVvOBemutytj4i9GtKZ5lnH8+jJz5EPQma4GRE4WmhWQ/7BbIZ0k Triiz9cYCdQ+6H5fB5xUEVLRzsMnHValmDNbcgg00HEYFugDDzOWBxORXqMtjuTh 0lpLrocPXvHlM8lh8vbXWGejgY7c+AcyW3phg6pNl57jTzVU+RSqo1cxiBz+7fVm r5H4Vz6ysftq4BK2NFmRJj8K6h8MZ/xyYyt/Pa55QbrHM7N5RGhWWrnSfWXHxy70 FlCO8FRbExAC2TR1JpRrgxC9OhRZxMOpSw8PKFlBLoLy0uzUhziVkCW4MxRrb5Yo bBgvZtG76FNMDz0h2iHJKoZK7jHMwxeWZ3uORuBGV6yLtw/Ygt+8WRyRdJP/GRt5 nLYOFmkAPTrcA1AqZM2GFzeUGI2O9tuvWXf52GEbcKyHPFZLMhicqHH95lP+Ky+/ GEHhiAbfisfJ0FAz0PuxSyyjHpobATSl2nqHpvwxJTX4sBAQnVQiwURhWo8P67zC MkpqjFqfi2SbqDIJnWw1 =+rUI -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv--