Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 3.4.84
Date: Sun, 23 Mar 2014 21:59:02 -0700	[thread overview]
Message-ID: <20140324045902.GA25974@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6231 bytes --]

I'm announcing the release of the 3.4.84 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y
and can be browsed at the normal kernel.org git web browser:
	http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                             |    2 -
 arch/arm/mach-sa1100/include/mach/collie.h           |    2 +
 arch/powerpc/kernel/reloc_64.S                       |    1 
 arch/x86/kernel/quirks.c                             |    2 -
 arch/x86/kvm/svm.c                                   |    6 ++--
 drivers/ata/libata-core.c                            |    1 
 drivers/firewire/core-device.c                       |   22 ++++++++++-----
 drivers/firewire/net.c                               |    6 ++--
 drivers/firewire/sbp2.c                              |   17 +++++++++--
 drivers/gpu/drm/radeon/atombios_encoders.c           |    2 -
 drivers/gpu/drm/ttm/ttm_bo.c                         |    8 +++--
 drivers/net/can/flexcan.c                            |    4 ++
 drivers/net/ethernet/broadcom/tg3.c                  |    3 --
 drivers/net/ethernet/broadcom/tg3.h                  |    6 +++-
 drivers/net/virtio_net.c                             |    3 +-
 drivers/net/vmxnet3/vmxnet3_drv.c                    |   19 +++++++++----
 drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h |    4 +-
 drivers/net/wireless/mwifiex/11n.c                   |    3 --
 drivers/scsi/isci/host.h                             |    5 +--
 drivers/scsi/isci/port_config.c                      |    7 ----
 drivers/scsi/isci/task.c                             |    2 -
 drivers/scsi/qla2xxx/qla_def.h                       |    3 --
 drivers/scsi/storvsc_drv.c                           |    3 ++
 fs/btrfs/compression.c                               |    2 +
 fs/nfs/delegation.c                                  |   11 ++++---
 fs/ocfs2/file.c                                      |    8 ++---
 fs/ocfs2/quota_global.c                              |   27 +++++++++++--------
 fs/ocfs2/quota_local.c                               |    4 --
 fs/proc/base.c                                       |    1 
 include/linux/firewire.h                             |    1 
 include/linux/jiffies.h                              |    8 ++---
 include/linux/tracepoint.h                           |    6 ++++
 kernel/cpuset.c                                      |    2 -
 kernel/irq/manage.c                                  |    3 --
 kernel/sched/fair.c                                  |    8 ++---
 kernel/trace/trace_events.c                          |   10 +++++++
 kernel/tracepoint.c                                  |    7 ++++
 net/mac80211/sta_info.c                              |    4 ++
 net/mac80211/sta_info.h                              |    7 ++--
 net/mac80211/tx.c                                    |   15 ++++++++++
 net/sctp/sm_statefuns.c                              |    7 ++++
 sound/pci/oxygen/xonar_dg.c                          |   12 +++++++-
 sound/usb/mixer.c                                    |    1 
 43 files changed, 186 insertions(+), 89 deletions(-)

Al Viro (1):
      ocfs2 syncs the wrong range...

Ales Novak (1):
      SCSI: storvsc: NULL pointer dereference fix

Alex Deucher (1):
      drm/radeon/atom: select the proper number of lanes in transmitter setup

Amitkumar Karwar (1):
      mwifiex: copy AP's HT capability info correctly

Anton Blanchard (1):
      powerpc: Align p_dyn, p_rela and p_st symbols

Arnd Bergmann (1):
      vmxnet3: fix building without CONFIG_PCI_MSI

Artem Fetishev (1):
      fs/proc/base.c: fix GPF in /proc/$PID/map_files

Chuansheng Liu (1):
      genirq: Remove racy waitqueue_active check

Dan Williams (1):
      SCSI: isci: fix reset timeout handling

Daniel Borkmann (1):
      net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capable

Daniel J Blueman (1):
      x86/amd/numa: Fix northbridge quirk to assign correct NUMA node

Emmanuel Grumbach (1):
      mac80211: fix AP powersave TX vs. wakeup race

Filipe David Borba Manana (1):
      Btrfs: fix data corruption when reading/updating compressed extents

George McCollister (1):
      sched: Fix double normalization of vruntime

Giridhar Malavali (1):
      SCSI: qla2xxx: Poll during initialization for ISP25xx and ISP83xx

Greg Kroah-Hartman (1):
      Linux 3.4.84

Jan Kara (1):
      ocfs2: fix quota file corruption

Jason Wang (1):
      virtio-net: alloc big buffers also when guest can receive UFO

Li Zefan (1):
      cpuset: fix a race condition in __cpuset_node_allowed_softwall()

Linus Walleij (1):
      ARM: 7991/1: sa1100: fix compile problem on Collie

Lukasz Dorau (1):
      SCSI: isci: correct erroneous for_each_isci_host macro

Marc Kleine-Budde (1):
      can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails

Michael Chan (1):
      tg3: Don't check undefined error bits in RXBD

Michele Baldessari (1):
      libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001)

Neil Horman (1):
      vmxnet3: fix netpoll race condition

Paul E. McKenney (1):
      jiffies: Avoid undefined behavior from signed overflow

Radim Krčmář (1):
      KVM: SVM: fix cr8 intercept window

Rob Clark (1):
      drm/ttm: don't oops if no invalidate_caches()

Roman Volkov (2):
      ALSA: oxygen: Xonar DG(X): capture from I2S channel 1, not 2
      ALSA: oxygen: modify adjust_dg_dac_routing function

Stefan Richter (1):
      firewire: net: fix use after free

Steven Rostedt (Red Hat) (1):
      tracing: Do not add event files for modules that fail tracepoints

Sujith Manoharan (1):
      ath9k: Fix ETSI compliance for AR9462 2.0

Takashi Iwai (1):
      ALSA: usb-audio: Add quirk for Logitech Webcam C500

Tejun Heo (1):
      firewire: don't use PREPARE_DELAYED_WORK

Trond Myklebust (1):
      NFS: Fix a delegation callback race


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

             reply	other threads:[~2014-03-24  4:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-24  4:59 Greg KH [this message]
2014-03-24  4:59 ` Linux 3.4.84 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140324045902.GA25974@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox