linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 3.2.28
@ 2012-08-20 13:04 Ben Hutchings
  2012-08-20 13:05 ` Ben Hutchings
  2012-08-31 23:02 ` rcu_bh stalls on 3.2.28 Henrique de Moraes Holschuh
  0 siblings, 2 replies; 6+ messages in thread
From: Ben Hutchings @ 2012-08-20 13:04 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, Jiri Slaby, stable; +Cc: lwn

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

I'm announcing the release of the 3.2.28 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.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

Ben.

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

 Makefile                                      |    2 +-
 arch/arm/configs/mxs_defconfig                |    1 -
 arch/arm/mach-pxa/raumfeld.c                  |    2 +-
 arch/s390/kernel/compat_linux.c               |    2 -
 arch/s390/kernel/compat_wrapper.S             |    4 +-
 arch/x86/kvm/vmx.c                            |    1 +
 drivers/gpu/drm/i915/i915_drv.h               |    7 +--
 drivers/gpu/drm/i915/i915_gem.c               |   23 ++++++++
 drivers/gpu/drm/i915/intel_ringbuffer.c       |   37 +++++--------
 drivers/gpu/drm/radeon/evergreen.c            |   71 ++++---------------------
 drivers/gpu/drm/radeon/ni.c                   |   14 +++--
 drivers/gpu/drm/radeon/radeon_asic.h          |    8 +--
 drivers/gpu/drm/radeon/rv515.c                |   13 -----
 drivers/input/touchscreen/eeti_ts.c           |   21 +++++---
 drivers/mfd/ezx-pcap.c                        |    2 +-
 drivers/net/caif/caif_serial.c                |    3 ++
 drivers/net/ethernet/broadcom/bnx2.c          |    6 +--
 drivers/net/ethernet/intel/e1000/e1000_main.c |   10 ++--
 drivers/net/ethernet/intel/e1000e/82571.c     |    4 +-
 drivers/net/tun.c                             |    6 ++-
 drivers/net/usb/kaweth.c                      |    2 +-
 drivers/net/wireless/ath/ath9k/hw.c           |    1 +
 drivers/net/wireless/ath/ath9k/hw.h           |    1 +
 drivers/net/wireless/ath/ath9k/pci.c          |    1 +
 drivers/net/wireless/iwlwifi/iwl-agn-rs.c     |   13 +++--
 drivers/net/wireless/rt2x00/rt61pci.c         |    3 +-
 drivers/net/wireless/rtlwifi/usb.c            |   14 +++--
 drivers/net/wireless/rtlwifi/wifi.h           |    1 +
 fs/hfsplus/wrapper.c                          |    2 +-
 include/linux/input/eeti_ts.h                 |    1 +
 include/linux/mfd/ezx-pcap.h                  |    1 +
 net/caif/caif_dev.c                           |    2 +-
 net/core/rtnetlink.c                          |    8 ++-
 net/ipv4/cipso_ipv4.c                         |    6 ++-
 net/ipv4/tcp.c                                |    5 +-
 net/ipv4/tcp_input.c                          |    4 +-
 net/mac80211/mesh.c                           |    1 +
 net/sched/sch_sfb.c                           |    2 +
 net/sctp/input.c                              |    7 +--
 net/sctp/socket.c                             |   12 ++++-
 net/wanrouter/wanmain.c                       |   51 ++++++++----------
 net/wireless/core.c                           |    5 ++
 net/wireless/core.h                           |    1 +
 net/wireless/util.c                           |    2 +-
 sound/pci/hda/patch_conexant.c                |    1 -
 sound/pci/hda/patch_realtek.c                 |    7 ++-
 46 files changed, 193 insertions(+), 198 deletions(-)

Alan Cox (3):
      sch_sfb: Fix missing NULL check
      caif: fix NULL pointer check
      wanmain: comparing array with NULL

Alex Deucher (2):
      drm/radeon: fix bank tiling parameters on evergreen
      drm/radeon: fix bank tiling parameters on cayman

Arnd Bergmann (2):
      ARM: pxa: remove irq_to_gpio from ezx-pcap driver
      Input: eeti_ts: pass gpio value instead of IRQ

Ben Hutchings (1):
      Linux 3.2.28

Dan Carpenter (1):
      USB: kaweth.c: use GFP_ATOMIC under spin_lock

Daniel Drake (1):
      cfg80211: process pending events when unregistering net device

Daniel Vetter (2):
      drm/i915: fixup seqno allocation logic for lazy_request
      drm/i915: correctly order the ring init sequence

David Henningsson (2):
      ALSA: hda - remove quirk for Dell Vostro 1015
      ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo Ideapad

Dean Nelson (1):
      e1000: add dropped DMA receive enable back in for WoL

Felix Kaechele (1):
      ALSA: hda - add dock support for Thinkpad X230

Hangbin Liu (1):
      tcp: Add TCP_USER_TIMEOUT negative value check

Heiko Carstens (2):
      s390/compat: fix compat wrappers for process_vm system calls
      s390/compat: fix mmap compat system calls

Janne Kalliomäki (1):
      hfsplus: fix overflow in sector calculations in hfsplus_submit_bio

Jerome Glisse (1):
      drm/radeon: do not reenable crtc after moving vram start address

Jiri Benc (1):
      net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handling

Jiri Kosina (1):
      tcp: perform DMA to userspace only if there is a task waiting for it

Johannes Berg (2):
      mac80211: cancel mesh path timer
      iwlwifi: disable greenfield transmissions as a workaround

Larry Finger (1):
      rtlwifi: rtl8192cu: Change buffer allocation for synchronous reads

Marek Vasut (1):
      ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig

Mathias Krause (1):
      net/tun: fix ioctl() based info leaks

Michael Chan (1):
      bnx2: Fix bug in bnx2_free_tx_skbs().

Mohammed Shafi Shajakhan (1):
      ath9k: Add PID/VID support for AR1111

Neil Horman (1):
      sctp: Fix list corruption resulting from freeing an association on a list

Paul Moore (1):
      cipso: don't follow a NULL pointer when setsockopt() is called

Philipp A. Mohrenweiser (1):
      ALSA: hda - add dock support for Thinkpad T430s

Sean Paul (1):
      drm/i915: Add wait_for in init_ring_common

Sjur Brændeland (1):
      caif: Fix access to freed pernet memory

Stanislaw Gruszka (1):
      rt61pci: fix NULL pointer dereference in config_lna_gain

Stefan Bader (1):
      KVM: VMX: Advertise CPU_BASED_RDPMC_EXITING for nested guests

Tushar Dave (1):
      e1000e: NIC goes up and immediately goes down



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-09 18:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-20 13:04 Linux 3.2.28 Ben Hutchings
2012-08-20 13:05 ` Ben Hutchings
2012-08-31 23:02 ` rcu_bh stalls on 3.2.28 Henrique de Moraes Holschuh
2012-09-03  6:05   ` Michael Wang
2012-09-03 17:24     ` Henrique de Moraes Holschuh
2012-09-09 18:12   ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).