All of lore.kernel.org
 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.21
Date: Mon, 3 Dec 2012 13:54:12 -0800	[thread overview]
Message-ID: <20121203215412.GA5178@kroah.com> (raw)

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

I'm announcing the release of the 3.4.21 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

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

 Documentation/dvb/get_dvb_firmware               |    2 
 Makefile                                         |    2 
 arch/arm/plat-omap/counter_32k.c                 |   21 +++--
 arch/parisc/kernel/signal32.c                    |    6 -
 arch/parisc/kernel/sys_parisc.c                  |    2 
 arch/powerpc/platforms/pseries/eeh_driver.c      |   95 +++++++++++++++++------
 arch/sparc/kernel/signal_64.c                    |    4 
 arch/x86/boot/compressed/eboot.c                 |    2 
 arch/x86/include/asm/ptrace.h                    |   15 ---
 arch/x86/kernel/microcode_amd.c                  |    4 
 arch/x86/kernel/ptrace.c                         |   28 ++++++
 arch/x86/kvm/cpuid.h                             |    3 
 arch/x86/kvm/x86.c                               |    3 
 block/scsi_ioctl.c                               |    5 -
 drivers/ata/sata_svw.c                           |   35 ++++++++
 drivers/base/power/qos.c                         |    2 
 drivers/block/nvme.c                             |    2 
 drivers/gpu/drm/radeon/radeon_agp.c              |    5 -
 drivers/isdn/gigaset/bas-gigaset.c               |   19 +++-
 drivers/leds/leds-lp5521.c                       |   12 +-
 drivers/md/dm.c                                  |    8 +
 drivers/md/md.c                                  |   11 +-
 drivers/md/raid10.c                              |    2 
 drivers/mmc/host/sdhci-s3c.c                     |    2 
 drivers/mtd/devices/slram.c                      |    2 
 drivers/mtd/ofpart.c                             |    2 
 drivers/net/can/usb/peak_usb/pcan_usb.c          |    8 +
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c      |    8 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_common.c  |    1 
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |    1 
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    |    2 
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h    |    1 
 drivers/net/wireless/ipw2x00/ipw2200.c           |    2 
 drivers/net/wireless/iwlwifi/iwl-6000.c          |   33 +++++--
 drivers/net/wireless/mwifiex/cmdevt.c            |   11 +-
 drivers/net/wireless/mwifiex/sdio.c              |   11 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c      |    1 
 drivers/net/wireless/rtlwifi/rtl8192se/phy.c     |    3 
 drivers/nfc/pn533.c                              |   16 +--
 drivers/scsi/aha152x.c                           |    4 
 drivers/scsi/isci/request.c                      |    2 
 drivers/scsi/mvsas/mv_sas.c                      |    1 
 drivers/usb/serial/mct_u232.c                    |   14 +--
 fs/jbd/transaction.c                             |    2 
 fs/jffs2/file.c                                  |   39 +++++----
 fs/ubifs/dir.c                                   |    2 
 include/drm/drm_pciids.h                         |    1 
 kernel/futex.c                                   |   18 ++++
 kernel/time/timekeeping.c                        |    2 
 kernel/watchdog.c                                |    4 
 lib/mpi/longlong.h                               |   19 ++++
 net/bluetooth/l2cap_core.c                       |   14 +--
 net/can/bcm.c                                    |    3 
 net/mac80211/ibss.c                              |    8 -
 net/nfc/llcp/llcp.c                              |    2 
 sound/pci/hda/patch_cirrus.c                     |    1 
 sound/pci/hda/patch_realtek.c                    |    4 
 sound/usb/caiaq/device.c                         |    2 
 sound/usb/midi.c                                 |    8 +
 59 files changed, 392 insertions(+), 150 deletions(-)

Al Viro (2):
      PARISC: fix user-triggerable panic on parisc
      sparc64: not any error from do_sigaltstack() should fail rt_sigreturn()

Albert Pool (1):
      rtlwifi: rtl8192cu: Add new USB ID

Alex Deucher (1):
      drm/radeon: add new SI pci id

Alexandre Pereira da Silva (1):
      UBIFS: fix compilation warning

Bing Zhao (2):
      mwifiex: report error to MMC core if we cannot suspend
      mwifiex: fix system hang issue in cmd timeout error case

Boris Ostrovsky (1):
      x86, microcode, AMD: Add support for family 16h processors

Chuansheng Liu (1):
      watchdog: using u64 in get_sample_period()

Clemens Ladisch (1):
      ALSA: ua101, usx2y: fix broken MIDI output

Colin Cross (1):
      ARM: OMAP: counter: add locking to read_persistent_clock

Dan Carpenter (3):
      drivers/leds/leds-lp5521.c: fix lp5521_read() error handling
      mvsas: remove unused variable in mvs_task_exec()
      timekeeping: Cast raw_interval to u64 to avoid shift overflow

Daniel Mack (1):
      ALSA: snd-usb-caiaq: initialize card pointer

Darren Hart (1):
      futex: avoid wake_futex() for a PI futex_q

David Henningsson (2):
      ALSA: hda - Cirrus: Correctly clear line_out_pins when moving to speaker
      ALSA: hda - Add support for Realtek ALC292

David Milburn (1):
      sata_svw: check DMA start bit before reset

Duncan Roe (1):
      ALSA: hda - Fix missing beep on ASUS X43U notebook

Gavin Shan (1):
      powerpc/eeh: Lock module while handling EEH event

Greg Kroah-Hartman (1):
      Linux 3.4.21

Guennadi Liakhovetski (1):
      PM / QoS: fix wrong error-checking condition

Jaehoon Chung (1):
      mmc: sdhci-s3c: fix the wrong number of max bus clocks

James Bottomley (1):
      PARISC: fix virtual aliasing issue in get_shared_area()

Jan Kara (2):
      jbd: Fix lock ordering bug in journal_unmap_buffer()
      scsi: Silence unnecessary warnings about ioctl to partition

Jens Axboe (1):
      dm: fix deadlock with request based dm and queue request_fn recursion

Jiri Engelthaler (1):
      mtd: slram: invalid checking of absolute end address

Johan Hovold (1):
      USB: mct_u232: fix broken close

Johannes Berg (1):
      iwlwifi: fix 6000 series channel switch command

Kailang Yang (1):
      ALSA: hda - Add new codec ALC283 ALC290 support

Keith Busch (1):
      NVMe: Fix uninitialized iod compiler warning

Krzysztof Wilczynski (1):
      scsi: aha152x: Fix sparse warning and make printing pointer address more portable.

Larry Finger (1):
      rtlwifi: rtl8192se: Fix gcc 4.7.x warning

Maciej Patelczyk (1):
      SCSI: isci: copy fis 0x34 response into proper buffer

Manuel Lauss (1):
      MPI: Fix compilation on MIPS with GCC 4.4 and newer

Matt Fleming (1):
      x86, efi: Fix processor-specific memcpy() build error

Mauro Carvalho Chehab (1):
      get_dvb_firmware: fix download site for tda10046 firmware

NeilBrown (1):
      md/raid10: decrement correct pending counter when writing to replacement.

Oliver Hartkopp (2):
      can: peak_usb: fix hwtstamp assignment
      can: bcm: initialize ifindex for timeouts without previous frame reception

Paul Bolle (1):
      radeon: add AGPMode 1 quirk for RV250

Petr Matousek (1):
      KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)

Robert Richter (1):
      x86-32: Fix invalid stack address while in softirq

Sachin Kamat (1):
      mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions()

Simon Wunderlich (1):
      mac80211: deinitialize ibss-internals after emptiness check

Stanislav Yakovlev (1):
      net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()

Szymon Janc (2):
      Bluetooth: Fix using uninitialized option in RFCMode
      NFC: pn533: Fix use after free

Thierry Escande (1):
      NFC: Fix nfc_llcp_local chained list insertion

Thomas Betker (1):
      jffs2: Fix lock acquisition order bug in jffs2_write_begin

Tilman Schmidt (1):
      bas_gigaset: fix pre_reset handling

Waldemar Rymarkiewicz (1):
      NFC: pn533: Fix mem leak in pn533_in_dep_link_up

joshua.a.hay@intel.com (1):
      ixgbe: add support for X540-AT1

majianpeng (2):
      md: Reassigned the parameters if read_seqretry returned true in func md_is_badblock.
      md: Avoid write invalid address if read_seqretry returned true.


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

             reply	other threads:[~2012-12-03 21:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-03 21:54 Greg KH [this message]
2012-12-03 21:54 ` Linux 3.4.21 Greg KH
2012-12-04 22:30 ` g.esp
2012-12-06 18:39   ` Greg KH
2012-12-06 18:39     ` 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=20121203215412.GA5178@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.