-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greg, could you release 3.12.17 for me, please? Thanks. === The following changes since commit acbf4c08b347d3a405319212aa6c9f85ea3edfab: Linux 3.12.16 (2014-03-31 14:23:22 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git tags/v3.12.17 for you to fetch changes up to 2acf1c25b979aaae983bfd7c0c4dd04b31ccfc01: Linux 3.12.17 (2014-04-03 10:32:32 +0200) - ---------------------------------------------------------------- This is the 3.12.17 stable release - ---------------------------------------------------------------- Al Viro (1): make prepend_name() work correctly when called with negative *buflen Alexander Aring (1): nfs: fix dead code of ipv6_addr_scope Andy Adamson (2): SUNRPC: do not fail gss proc NULL calls with EACCES NFSv4.1 free slot before resending I/O to MDS Artem Fetishev (1): x86: fix boot on uniprocessor systems Benjamin Tissoires (1): Input: synaptics - add manual min/max quirk Bockholdt Arne (1): intel_idle: Fixed C6 state on Avoton/Rangeley processors Christoph Hellwig (3): nfs: fix size updates for aio writes nfs: defer inode_dio_done call until size update is done nfs: increment i_dio_count for reads, too Daniel Borkmann (1): netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages Daniel Vetter (1): drm/i915: Undo gtt scratch pte unmapping again David Howells (2): X.509: struct x509_certificate needs struct tm declaring FS-Cache: Handle removal of unadded object to the fscache_object_list rb tree David Rientjes (1): mm: close PageTail race David Vrabel (1): Revert "xen: properly account for _PAGE_NUMA during xen pte translations" Dmitry Torokhov (1): Input: mousedev - fix race when creating mixed device Dongmao Zhang (1): dlm: set zero linger time on sctp socket Hans de Goede (2): Input: synaptics - add manual min/max quirk for ThinkPad X240 Input: cypress_ps2 - don't report as a button pads J. Bruce Fields (1): nfs: use IS_ROOT not DCACHE_DISCONNECTED James Ralston (1): i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH Jeff Layton (2): NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATING Jeff Mahoney (1): drm/nouveau: make vga_switcheroo code depend on VGA_SWITCHEROO Jiri Slaby (1): Linux 3.12.17 Len Brown (1): intel_idle: Support Intel Atom Processor C2000 Product Family Martin Schwidefsky (1): s390/time,vdso: fix clock_gettime for CLOCK_MONOTONIC Michal Kubecek (1): ipvs: fix AF assignment in ip_vs_conn_new() Olaf Hering (1): fbmem: really support wildcard video=options for all fbdev drivers Oliver Neukum (1): crypto: sha256_ssse3 - also test for BMI2 Ping Cheng (1): Input: wacom - add support for three new Intuos Pro devices Scott Wood (1): i2c: cpm: Fix build by adding of_address.h and of_irq.h Takashi Iwai (1): ALSA: hda - Fix inconsistent Mic mute LED Theodore Ts'o (1): ext4: atomically set inode->i_flags in ext4_set_inode_flags() Thomas Petazzoni (2): net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE net: mvneta: fix usage as a module on RGMII configurations Toshi Kani (1): arch/x86/mm/srat: Skip NUMA_NO_NODE while parsing SLIT Trond Myklebust (2): NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery NFS: Fix races in nfs_revalidate_mapping Wei Liu (1): xen/balloon: flush persistent kmaps in correct position Weston Andros Adamson (1): pnfs: fix BUG in filelayout_recover_commit_reqs Documentation/i2c/busses/i2c-i801 | 1 + Makefile | 2 +- arch/s390/kernel/vdso32/clock_gettime.S | 9 +--- arch/s390/kernel/vdso64/clock_gettime.S | 6 +-- arch/x86/crypto/sha256_ssse3_glue.c | 2 +- arch/x86/include/asm/pgtable.h | 14 +------ arch/x86/include/asm/topology.h | 3 +- arch/x86/mm/srat.c | 16 ++++++-- arch/x86/xen/mmu.c | 4 +- crypto/asymmetric_keys/x509_parser.h | 1 + drivers/block/aoe/aoecmd.c | 4 +- drivers/gpu/drm/i915/i915_gem_gtt.c | 2 +- drivers/gpu/drm/nouveau/nouveau_acpi.c | 6 +++ drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-cpm.c | 2 + drivers/i2c/busses/i2c-i801.c | 3 ++ drivers/idle/intel_idle.c | 24 ++++++++++- drivers/input/mouse/cypress_ps2.c | 1 - drivers/input/mouse/synaptics.c | 55 +++++++++++++++++++++++++ drivers/input/mousedev.c | 73 +++++++++++++++++++-------------- drivers/input/tablet/wacom_sys.c | 10 ++++- drivers/input/tablet/wacom_wac.c | 61 ++++++++++++++++++++------- drivers/input/tablet/wacom_wac.h | 3 ++ drivers/net/ethernet/marvell/mvneta.c | 43 ++++--------------- drivers/vfio/vfio_iommu_type1.c | 4 +- drivers/video/fbmem.c | 3 ++ drivers/xen/balloon.c | 24 ++++++++--- fs/dcache.c | 4 +- fs/dlm/lowcomms.c | 8 ++++ fs/ext4/inode.c | 15 ++++--- fs/fscache/object-list.c | 5 +++ fs/fscache/object.c | 3 ++ fs/nfs/dir.c | 21 ++++++++-- fs/nfs/direct.c | 38 +++++++++++------ fs/nfs/inode.c | 51 +++++++++++++++++++---- fs/nfs/nfs4_fs.h | 1 + fs/nfs/nfs4filelayout.c | 18 +++++--- fs/nfs/nfs4filelayoutdev.c | 2 +- fs/nfs/nfs4proc.c | 12 +++++- fs/nfs/nfstrace.h | 1 + fs/nfs/write.c | 7 +++- fs/proc/page.c | 2 +- include/linux/bitops.h | 15 +++++++ include/linux/huge_mm.h | 18 -------- include/linux/mm.h | 14 ++++++- include/linux/nfs_fs.h | 1 + mm/ksm.c | 2 +- mm/memory-failure.c | 2 +- mm/page_alloc.c | 4 +- mm/swap.c | 4 +- net/netfilter/ipvs/ip_vs_conn.c | 8 ++-- net/netfilter/nf_conntrack_proto_dccp.c | 6 +-- net/sunrpc/auth_gss/auth_gss.c | 2 +- sound/pci/hda/hda_generic.c | 8 ++-- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/patch_conexant.c | 3 +- sound/pci/hda/patch_realtek.c | 9 ++-- sound/pci/hda/patch_sigmatel.c | 27 +++++++----- 58 files changed, 470 insertions(+), 219 deletions(-) - -- js suse labs -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJTQmyyAAoJEL0lsQQGtHBJYhIP/RkAvdIAO7KUo2dBoa06E2Yf zbWBieEfd+1BZbZ7iwsXOwNIkEEg0neP8Z2a5eH8tzIFjqzD+KaXlgPSExuXI2mC vde0EX+Ctd4tR452/fESWOeYU46Ck7PJrtdKjSqXFnTpqU7gOno2G+SrY+R1pXlS Vw7JT7yaQ3S+/2kHK+L41D7ubR/8PvkcxJGLp76yIvnhfoMikD8V/ns1B8R/K0uv blx2W86Z63Axbdwd+zf5wv+QiutqqtmfvPrvmP9ahibg5vkiN2E0eAEE7zo5xMbM pG0AZrz16mu1s3zOqfwtwVBzOdGMF5GfS9HKOM6tQRlPkiT5bAF5g7wlUMXcZx1C 7LYuZrTaEJ9q1XqdBboY1v0IB4h+f9fP+HYjn943cBmiDM7+4PIkfy/GPY94aHJn HUNly8OiAQh8BJm3lYk8eStoRo6crMwZ9iOrlQl2NqLZwJoJ7ZodaVyEDuGzjUZG xCdKPEGs9bXS0DbJuyI0PIWTgf5c6xK8wp85MzpTdDghjJVKuvT1+EDq0eQzuU4X HVK5OE2FmMalFerNg/wFGjqf0jvxzl0dMDGcx5HISqpPZh4IVgM3LTWeEiPJ4aUA 4N+q7YUYmoKAn/JeaKijn1oILN3F8maBz8lImVjJbZvduzGUvSXJyrdXiUaImD6q /sSd3HPndemYXjLfow6T =CDQh -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html