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.56
Date: Sun, 4 Aug 2013 17:38:01 +0800	[thread overview]
Message-ID: <20130804093801.GA8326@kroah.com> (raw)

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

I'm announcing the release of the 3.4.56 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/powerpc/include/asm/module.h            |    5 
 arch/powerpc/kernel/vmlinux.lds.S            |    3 
 arch/s390/include/asm/pgtable.h              |    4 
 drivers/acpi/acpi_memhotplug.c               |    1 
 drivers/ata/Kconfig                          |    2 
 drivers/ata/ata_piix.c                       |    2 
 drivers/ata/sata_inic162x.c                  |   14 ++
 drivers/block/xen-blkback/blkback.c          |   13 ++
 drivers/firewire/core-cdev.c                 |    3 
 drivers/firewire/ohci.c                      |   10 +
 drivers/gpu/drm/radeon/atom.c                |    5 
 drivers/gpu/drm/radeon/atombios_dp.c         |   43 ++++++-
 drivers/gpu/drm/radeon/radeon_combios.c      |  151 ++++++++-------------------
 drivers/md/dm-verity.c                       |    5 
 drivers/md/raid10.c                          |    8 +
 drivers/md/raid5.c                           |   15 +-
 drivers/md/raid5.h                           |    1 
 drivers/net/virtio_net.c                     |    5 
 drivers/s390/scsi/zfcp_aux.c                 |    5 
 drivers/s390/scsi/zfcp_fsf.c                 |   23 ++--
 drivers/scsi/qla2xxx/qla_iocb.c              |   11 +
 drivers/scsi/sd.c                            |   22 +--
 drivers/staging/comedi/comedi_fops.c         |    7 +
 drivers/target/iscsi/iscsi_target_configfs.c |    2 
 drivers/usb/core/hub.c                       |    9 +
 drivers/usb/dwc3/core.h                      |    4 
 drivers/usb/dwc3/gadget.c                    |    1 
 drivers/usb/host/xhci-pci.c                  |    1 
 drivers/usb/host/xhci-ring.c                 |    2 
 drivers/usb/host/xhci.c                      |   13 +-
 drivers/usb/misc/sisusbvga/sisusb.c          |    1 
 drivers/usb/serial/ftdi_sio.c                |   31 +++++
 drivers/usb/serial/ftdi_sio_ids.h            |   34 +++++-
 drivers/usb/serial/ti_usb_3410_5052.c        |    2 
 drivers/usb/storage/unusual_devs.h           |    7 +
 drivers/virtio/virtio_ring.c                 |   54 +++++++--
 drivers/xen/evtchn.c                         |   21 ---
 fs/btrfs/extent-tree.c                       |   13 ++
 fs/super.c                                   |   25 +---
 include/linux/firewire-cdev.h                |    4 
 include/linux/firewire.h                     |    1 
 include/linux/virtio.h                       |    4 
 kernel/trace/trace_syscalls.c                |    3 
 mm/page_alloc.c                              |    4 
 sound/soc/codecs/max98088.c                  |    2 
 sound/soc/codecs/wm8962.c                    |   24 ++--
 47 files changed, 387 insertions(+), 235 deletions(-)

Al Viro (1):
      livelock avoidance in sget()

Alex Deucher (3):
      drm/radeon: fix endian issues with DP handling (v3)
      drm/radeon: improve dac adjust heuristics for legacy pdac
      drm/radeon/atom: initialize more atom interpretor elements to 0

Anton Blanchard (1):
      powerpc/modules: Module CRC relocation fix causes perf issues

Chih-Chung Chang (1):
      ASoC: max98088 - fix element type of the register cache.

Clemens Ladisch (1):
      firewire: fix libdc1394/FlyCap2 iso event regression

David Vrabel (1):
      xen/evtchn: avoid a deadlock when unbinding an event channel

Ewan D. Milne (1):
      SCSI: sd: fix crash when UA received on DIF enabled device

Felipe Balbi (1):
      usb: dwc3: gadget: don't prevent gadget from being probed if we fail

George Cherian (1):
      usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0

Greg Kroah-Hartman (1):
      Linux 3.4.56

Huang Rui (1):
      usb: dwc3: fix wrong bit mask in dwc3_event_type

Ian Abbott (1):
      staging: comedi: COMEDI_CANCEL ioctl should wake up read/write

Joern Engel (1):
      iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow

Johan Hovold (1):
      USB: ti_usb_3410_5052: fix dynamic-id matching

Josef Bacik (2):
      Btrfs: fix lock leak when resuming snapshot deletion
      Btrfs: re-add root to dead root list if we stop dropping it

Jóhann B. Guðmundsson (1):
      USB: misc: Add Manhattan Hi-Speed USB DVI Converter to sisusbvga

Konrad Rzeszutek Wilk (1):
      xen/blkback: Check device permissions before allowing OP_DISCARD

Linus Torvalds (1):
      s390: move dummy io_remap_pfn_range() to asm/pgtable.h

Mark Kettenis (1):
      drm/radeon: fix combios tables on older cards

Michael S. Tsirkin (2):
      virtio: support unlocked queue poll
      virtio_net: fix race in RX VQ processing

Mikulas Patocka (1):
      dm verity: fix inability to use a few specific devices sizes

NeilBrown (2):
      md/raid5: fix interaction of 'replace' and 'recovery'.
      md/raid10: remove use-after-free bug.

Nicolin Chen (1):
      ASoC: wm8962: Remove remaining direct register cache accesses

Oleksij Rempel (1):
      xhci: fix null pointer dereference on ring_doorbell_for_active_rings

Ren Bigcren (1):
      USB: storage: Add MicroVault Flash Drive to unusual_devs

Rick Farina (Zero_Chaos) (1):
      USB: serial: ftdi_sio: add more RT Systems ftdi devices

Sarah Sharp (1):
      xhci: Avoid NULL pointer deref when host dies.

Saurav Kashyap (1):
      SCSI: qla2xxx: Properly set the tagging for commands.

Steffen Maier (1):
      zfcp: status read buffers on first adapter open with link down

Tejun Heo (1):
      libata: make it clear that sata_inic162x is experimental

Toshi Kani (1):
      ACPI / memhotplug: Fix a stale pointer in error path

Wanpeng Li (1):
      mm/memory-hotplug: fix lowmem count overflow when offline pages

William Gulland (1):
      usb: Clear both buffers when clearing a control transfer TT buffer.

Youquan Song (1):
      ata: Fix DVD not dectected at some platform with Wellsburg PCH

zhangwei(Jovi) (1):
      tracing: Fix irqs-off tag display in syscall tracing


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

             reply	other threads:[~2013-08-04  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-04  9:38 Greg KH [this message]
2013-08-04  9:38 ` Linux 3.4.56 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=20130804093801.GA8326@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.