From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758305Ab2KVWVV (ORCPT ); Thu, 22 Nov 2012 17:21:21 -0500 Received: from mail.kernel.org ([198.145.19.201]:49344 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754519Ab2KVSi3 (ORCPT ); Thu, 22 Nov 2012 13:38:29 -0500 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [ 000/171] 3.4.20-stable review Date: Wed, 21 Nov 2012 16:39:06 -0800 Message-Id: <20121122004033.298367941@linuxfoundation.org> X-Mailer: git-send-email 1.8.0.197.g5a90748 User-Agent: quilt/0.60-2.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 3.4.20 release. There are 171 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat Nov 24 00:36:21 UTC 2012. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.4.20-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.4.20-rc1 Felipe Balbi Revert "serial: omap: fix software flow control" Igor Murzov ACPI video: Ignore errors after _DOD evaluation. Alex Elder ceph: avoid 32-bit page index overflow Sage Weil libceph: check for invalid mapping Yan, Zheng ceph: Fix oops when handling mdsmap that decreases max_mds Sage Weil libceph: avoid NULL kref_put when osd reset races with alloc_msg Alex Elder rbd: reset BACKOFF if unable to re-queue Alex Elder libceph: only kunmap kmapped pages Jim Schutt libceph: avoid truncation due to racing banners Sage Weil libceph: delay debugfs initialization until we learn global_id Sylvain Munaut libceph: fix crypto key null deref, memory leak Sage Weil libceph: recheck con state after allocating incoming message Sage Weil libceph: change ceph_con_in_msg_alloc convention to be less weird Sage Weil libceph: avoid dropping con mutex before fault Sage Weil libceph: verify state after retaking con lock after dispatch Sage Weil libceph: revoke mon_client messages on session restart Sage Weil libceph: fix handling of immediate socket connect failure Sage Weil libceph: clear all flags on con_close Sage Weil libceph: clean up con flags Sage Weil libceph: replace connection state bits with states Sage Weil libceph: drop unnecessary CLOSED check in socket state change callback Sage Weil libceph: close socket directly from ceph_con_close() Sage Weil libceph: drop gratuitous socket close calls in con_work Sage Weil libceph: move ceph_con_send() closed check under the con mutex Sage Weil libceph: move msgr clear_standby under con mutex protection Sage Weil libceph: fix fault locking; close socket on lossy fault Sage Weil libceph: reset connection retry on successfully negotiation Sage Weil libceph: protect ceph_con_open() with mutex Sage Weil libceph: (re)initialize bio_iter on start of message receive Sage Weil libceph: resubmit linger ops when pg mapping changes Sage Weil libceph: fix mutex coverage for ceph_con_close Sage Weil libceph: report socket read/write error message Guanjun He libceph: prevent the race of incoming work during teardown Sage Weil libceph: initialize msgpool message types Sage Weil libceph: allow sock transition from CONNECTING to CLOSED Sage Weil libceph: initialize mon_client con only once Sage Weil libceph: set peer name on con_open, not init Alex Elder libceph: add some fine ASCII art Alex Elder libceph: small changes to messenger.c Alex Elder libceph: distinguish two phases of connect sequence Alex Elder libceph: separate banner and connect writes Alex Elder libceph: define and use an explicit CONNECTED state Alex Elder libceph: clear NEGOTIATING when done Alex Elder libceph: clear CONNECTING in ceph_con_close() Alex Elder libceph: don't touch con state in con_close_socket() Alex Elder libceph: just set SOCK_CLOSED when state changes Alex Elder libceph: don't change socket state on sock event Alex Elder libceph: SOCK_CLOSED is a flag, not a state Alex Elder libceph: don't use bio_iter as a flag Alex Elder libceph: move init of bio_iter Alex Elder libceph: move init_bio_*() functions up Alex Elder libceph: don't mark footer complete before it is Alex Elder libceph: encapsulate advancing msg page Alex Elder libceph: encapsulate out message data setup Sage Weil libceph: drop ceph_con_get/put helpers and nref member Sage Weil libceph: use con get/put methods Dan Carpenter libceph: fix NULL dereference in reset_connection() Sage Weil libceph: transition socket state prior to actual connect Xi Wang libceph: fix overflow in osdmap_apply_incremental() Xi Wang libceph: fix overflow in osdmap_decode() Xi Wang libceph: fix overflow in __decode_pool_names() Alex Elder libceph: make ceph_con_revoke_message() a msg op Alex Elder libceph: make ceph_con_revoke() a msg operation Alex Elder libceph: have messages take a connection reference Alex Elder libceph: have messages point to their connection Alex Elder libceph: tweak ceph_alloc_msg() Alex Elder libceph: fully initialize connection in con_init() Alex Elder libceph: init monitor connection when opening Sage Weil libceph: drop connection refcounting for mon_client Alex Elder libceph: embed ceph connection structure in mon_client Alex Elder libceph: set CLOSED state bit in con_init Alex Elder libceph: provide osd number when creating osd Alex Elder libceph: start tracking connection socket state Alex Elder libceph: start separating connection flags from state Alex Elder libceph: embed ceph messenger structure in ceph_client Alex Elder libceph: rename kvec_reset and kvec_add functions Alex Elder libceph: rename socket callbacks Alex Elder libceph: kill bad_proto ceph connection op Alex Elder libceph: eliminate connection state "DEAD" Yan, Zheng ceph: check PG_Private flag before accessing page->private Yan, Zheng rbd: Fix ceph_snap_context size calculation Josh Durgin rbd: store snapshot id instead of index Josh Durgin rbd: protect read of snapshot sequence number Alex Elder rbd: don't hold spinlock during messenger flush Sage Weil libceph: fix messenger retry Sage Weil libceph: flush msgr queue during mon_client shutdown Yan, Zheng rbd: Clear ceph_msg->bio_iter for retransmitted message Sage Weil libceph: use con get/put ops from osd_client Alex Elder libceph: osd_client: don't drop reply reference too early Sage Weil libceph: fix pg_temp updates Sage Weil libceph: avoid unregistering osd request when not registered Alex Elder ceph: add auth buf in prepare_write_connect() Alex Elder ceph: rename prepare_connect_authorizer() Alex Elder ceph: return pointer from prepare_connect_authorizer() Alex Elder ceph: use info returned by get_authorizer Alex Elder ceph: have get_authorizer methods return pointers Alex Elder ceph: ensure auth ops are defined before use Alex Elder ceph: messenger: reduce args to create_authorizer Alex Elder ceph: define ceph_auth_handshake type Alex Elder ceph: messenger: check return from get_authorizer Alex Elder ceph: messenger: rework prepare_connect_authorizer() Alex Elder ceph: messenger: check prepare_write_connect() result Alex Elder ceph: don't set WRITE_PENDING too early Alex Elder ceph: drop msgr argument from prepare_write_connect() Alex Elder ceph: messenger: send banner in process_connect() Alex Elder ceph: messenger: reset connection kvec caller Alex Elder libceph: don't reset kvec in prepare_write_banner() Alex Elder ceph: messenger: change read_partial() to take "end" arg Alex Elder ceph: messenger: update "to" in read_partial() caller Alex Elder ceph: messenger: use read_partial() in read_partial_message() Alex Elder ceph: osd_client: fix endianness bug in osd_req_encode_op() Sage Weil crush: fix memory leak when destroying tree buckets Sage Weil crush: fix tree node weight lookup Sage Weil crush: be more tolerant of nonsensical crush maps Sage Weil crush: adjust local retry threshold Sage Weil crush: clean up types, const-ness Dave Jones selinux: fix sel_netnode_insert() suspicious rcu dereference Jan Kara reiserfs: Protect reiserfs_quota_write() with write lock Jan Kara reiserfs: Move quota calls out of write lock Jan Kara reiserfs: Protect reiserfs_quota_on() with write lock Jan Kara reiserfs: Fix lock ordering during remount Bryan Schumaker NFS: Wait for session recovery to finish before returning Daniel Vetter drm/i915: fix overlay on i830M Martin Schwidefsky s390/signal: set correct address space control Mirko Lindner sky2: Fix for interrupt handler Tim Sally eCryptfs: check for eCryptfs cipher support at mount Tyler Hicks eCryptfs: Copy up POSIX ACL and read-only flags from lower mount Jan Safrata usb: use usb_serial_put in usb_serial_probe errors Ulrich Weber netfilter: nf_nat: don't check for port change on ICMP tuples Jozsef Kadlecsik netfilter: Mark SYN/ACK packets as invalid from original direction Jozsef Kadlecsik netfilter: Validate the sequence number of dataless ACK packets as well Nathan Walp r8169: allow multicast packets on sub-8168f chipset. Cyril Brulebois r8169: Fix WoL on RTL8168d/8111d. Mojiong Qiu xen/events: fix RCU warning, or Call idle notifier after irq_enter() Michal Schmidt r8169: use unlimited DMA burst for TX Hugh Dickins tmpfs: change final i_blocks BUG to WARNING Tom Herbert net-rps: Fix brokeness causing OOO packets Jiri Pirko net: correct check in dev_addr_del() Hannes Frederic Sowa ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return value Xi Wang ipv4: avoid undefined behavior in do_ip_setsockopt() Andreas Schwab m68k: fix sigset_t accessor functions Johannes Berg wireless: allow 40 MHz on world roaming channels 12/13 Michal Hocko memcg: oom: fix totalpages calculation for memory.swappiness==0 Zhao Yakui ttm: Clear the ttm page allocated from high memory zone correctly Alex Deucher drm/radeon: fix logic error in atombios_encoders.c Dan Williams USB: option: add Alcatel X220/X500D USB IDs Dan Williams USB: option: add Novatel E362 and Dell Wireless 5800 USB IDs Heiko Carstens s390/gup: add missing TASK_SIZE check to get_user_pages_fast() Colin Cross Revert "Staging: Android alarm: IOCTL command encoding fix" Artem Bityutskiy UBIFS: introduce categorized lprops counter Artem Bityutskiy UBIFS: fix mounting problems after power cuts Misael Lopez Cruz ASoC: dapm: Use card_list during DAPM shutdown Eric Millbrandt ASoC: wm8978: pll incorrectly configured when codec is master Takashi Iwai ALSA: hda - Add a missing quirk entry for iMac 9,1 Kailang Yang ALSA: hda - Add new codec ALC668 and ALC900 (default name ALC1150) Takashi Iwai ALSA: hda - Fix invalid connections in VT1802 codec Takashi Iwai ALSA: hda - Fix empty DAC filling in patch_via.c Takashi Iwai ALSA: hda - Force to reset IEC958 status bits for AD codecs Daniel J Blueman ALSA: HDA: Fix digital microphone on CS420x Alexander Stein ALSA: hda: Cirrus: Fix coefficient index for beep configuration Jacob Keller ptp: update adjfreq callback description Jussi Kivilinna crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption Jeff Layton cifs: fix potential buffer overrun in cifs.idmap handling code Rusty Russell module: fix out-by-one error in kallsyms Eric Paris fanotify: fix missing break Huang Ying PCI/PM: Fix deadlock when unbinding device if parent in D3cold Felix Fietkau mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge Johannes Berg mac80211: don't send null data packet when not associated Arik Nemtsov mac80211: sync acccess to tx_filtered/ps_tx_buf queues Dave Chinner xfs: drop buffer io reference when a bad bio is built Takamori Yamaguchi mm: bugfix: set current->reclaim_state to NULL while returning from kswapd() ------------- Diffstat: Documentation/cgroups/memory.txt | 4 + Makefile | 4 +- arch/arm/plat-omap/include/plat/omap-serial.h | 4 +- arch/m68k/include/asm/signal.h | 6 +- arch/s390/include/asm/compat.h | 2 +- arch/s390/include/asm/ptrace.h | 4 +- arch/s390/kernel/compat_signal.c | 14 +- arch/s390/kernel/signal.c | 14 +- arch/s390/mm/gup.c | 2 +- crypto/cryptd.c | 11 +- drivers/acpi/video.c | 11 +- drivers/block/rbd.c | 37 +- drivers/gpu/drm/i915/intel_overlay.c | 14 +- drivers/gpu/drm/radeon/atombios_encoders.c | 2 +- drivers/gpu/drm/ttm/ttm_page_alloc.c | 5 +- drivers/net/ethernet/marvell/sky2.c | 4 +- drivers/net/ethernet/realtek/r8169.c | 7 +- drivers/pci/bus.c | 3 - drivers/pci/pcie/aer/aerdrv_core.c | 20 +- drivers/staging/android/android_alarm.h | 4 +- drivers/tty/serial/omap-serial.c | 12 +- drivers/usb/serial/option.c | 9 + drivers/usb/serial/usb-serial.c | 6 +- drivers/xen/events.c | 2 +- fs/ceph/addr.c | 32 +- fs/ceph/debugfs.c | 1 + fs/ceph/mds_client.c | 67 +- fs/ceph/mds_client.h | 5 +- fs/cifs/cifsacl.c | 49 +- fs/ecryptfs/main.c | 23 +- fs/nfs/nfs4proc.c | 3 +- fs/notify/fanotify/fanotify.c | 1 + fs/reiserfs/inode.c | 10 +- fs/reiserfs/stree.c | 4 + fs/reiserfs/super.c | 60 +- fs/ubifs/find.c | 12 +- fs/ubifs/lprops.c | 6 + fs/ubifs/ubifs.h | 3 + fs/xfs/xfs_buf.c | 14 +- include/linux/ceph/auth.h | 12 +- include/linux/ceph/libceph.h | 2 +- include/linux/ceph/messenger.h | 76 +- include/linux/ceph/mon_client.h | 2 +- include/linux/ceph/msgpool.h | 3 +- include/linux/ceph/osd_client.h | 13 +- include/linux/ceph/osdmap.h | 6 +- include/linux/crush/crush.h | 7 +- include/linux/crush/mapper.h | 6 +- include/linux/ptp_clock_kernel.h | 3 +- kernel/module.c | 27 +- mm/memcontrol.c | 21 +- mm/shmem.c | 2 +- mm/vmscan.c | 2 + net/ceph/auth_none.c | 15 +- net/ceph/auth_x.c | 15 +- net/ceph/ceph_common.c | 28 +- net/ceph/crush/crush.c | 14 +- net/ceph/crush/mapper.c | 66 +- net/ceph/crypto.c | 1 + net/ceph/crypto.h | 3 +- net/ceph/debugfs.c | 4 + net/ceph/messenger.c | 1103 +++++++++++++++---------- net/ceph/mon_client.c | 135 ++- net/ceph/msgpool.c | 7 +- net/ceph/osd_client.c | 175 ++-- net/ceph/osdmap.c | 44 +- net/core/dev.c | 4 +- net/core/dev_addr_lists.c | 3 +- net/ipv4/ip_sockglue.c | 35 +- net/ipv4/netfilter/nf_nat_standalone.c | 6 +- net/ipv6/ipv6_sockglue.c | 1 + net/mac80211/ieee80211_i.h | 2 + net/mac80211/sta_info.c | 11 +- net/mac80211/status.c | 9 + net/mac80211/tx.c | 9 +- net/mac80211/util.c | 2 + net/netfilter/nf_conntrack_proto_tcp.c | 29 +- net/wireless/reg.c | 5 +- security/selinux/netnode.c | 3 +- sound/pci/hda/patch_analog.c | 1 + sound/pci/hda/patch_cirrus.c | 16 +- sound/pci/hda/patch_realtek.c | 3 + sound/pci/hda/patch_via.c | 25 +- sound/soc/codecs/wm8978.c | 2 +- sound/soc/soc-dapm.c | 2 +- 85 files changed, 1506 insertions(+), 945 deletions(-)