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.7.4
Date: Mon, 21 Jan 2013 11:54:20 -0800	[thread overview]
Message-ID: <20130121195420.GA6534@kroah.com> (raw)

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

I'm announcing the release of the 3.7.4 kernel.

All users of the 3.7 kernel series must upgrade.

The updated 3.7.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.7.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/arm64/include/asm/pgtable.h             |   16 +++--
 arch/s390/include/asm/timex.h                |   28 +++++++++
 arch/s390/kernel/time.c                      |    2 
 arch/s390/kvm/interrupt.c                    |    2 
 arch/sh/include/asm/elf.h                    |    4 -
 arch/x86/kernel/entry_32.S                   |    1 
 arch/x86/kernel/setup.c                      |   78 +++++++++++++++++++++++++++
 drivers/base/firmware_class.c                |    2 
 drivers/gpu/drm/radeon/r600_cs.c             |    6 +-
 drivers/gpu/drm/radeon/radeon_cs.c           |    5 +
 drivers/iommu/intel-iommu.c                  |   31 ++++++++++
 drivers/net/ethernet/intel/igb/igb_main.c    |   22 +++++--
 drivers/staging/vt6656/bssdb.h               |    1 
 drivers/staging/vt6656/int.h                 |    1 
 drivers/staging/vt6656/iocmd.h               |   33 +++++------
 drivers/staging/vt6656/iowpa.h               |    8 +-
 drivers/staging/wlan-ng/prism2mgmt.c         |    2 
 drivers/target/target_core_device.c          |    1 
 drivers/target/target_core_fabric_configfs.c |   12 ++++
 drivers/target/target_core_tpg.c             |    1 
 drivers/target/target_core_transport.c       |   11 ++-
 drivers/target/tcm_fc/tfc_sess.c             |   12 +++-
 drivers/tty/pty.c                            |    2 
 drivers/tty/serial/8250/8250.c               |   11 +++
 drivers/tty/serial/8250/8250.h               |    1 
 drivers/tty/serial/8250/8250_dw.c            |    2 
 drivers/tty/serial/8250/8250_pci.c           |   38 +++++++++++++
 drivers/tty/serial/ifx6x60.c                 |    1 
 drivers/tty/serial/mxs-auart.c               |    4 +
 drivers/tty/serial/vt8500_serial.c           |    2 
 drivers/usb/chipidea/host.c                  |    3 +
 drivers/usb/serial/io_ti.c                   |    3 +
 drivers/usb/serial/option.c                  |    9 ++-
 drivers/xen/grant-table.c                    |   48 ++++++++++------
 fs/ext4/inode.c                              |    2 
 include/target/target_core_base.h            |    4 +
 include/uapi/linux/serial_core.h             |    4 +
 sound/pci/hda/patch_hdmi.c                   |    2 
 sound/usb/quirks.c                           |    8 +-
 40 files changed, 341 insertions(+), 84 deletions(-)

Ben Hutchings (1):
      staging: vt6656: Fix inconsistent structure packing

Bjørn Mork (2):
      USB: option: add TP-LINK HSUPA Modem MA180
      USB: option: blacklist network interface on ONDA MT8205 4G LTE

David Henningsson (1):
      ALSA: usb - fix race in creation of M-Audio Fast track pro driver

Eric Sandeen (1):
      ext4: init pagevec in ext4_da_block_invalidatepages

Fabio Estevam (1):
      usb: chipidea: Allow disabling streaming not only in udc mode

Frediano Ziglio (1):
      xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.

Greg Kroah-Hartman (1):
      Linux 3.7.4

Hannes Reinecke (1):
      target: use correct sense code for LUN communication failure

Heiko Carstens (1):
      s390/time: fix sched_clock() overflow

Ilija Hadzic (2):
      drm/radeon: fix NULL pointer dereference in UMS mode
      drm/radeon: fix a bogus kfree

Jesse Barnes (1):
      x86/Sandy Bridge: reserve pages when integrated graphics is present

Jiri Slaby (1):
      pty: return EINVAL for TIOCGPTN for BSD ptys

Luciano Coelho (1):
      firmware: make sure the fw file size is not 0

Mark Rustad (2):
      tcm_fc: Do not indicate retry capability to initiators
      tcm_fc: Do not report target role when target is not defined

Matt Wilson (1):
      xen/grant-table: correctly initialize grant table version 1

Maxime Ripard (1):
      tty: 8250_dw: Fix inverted arguments to serial_out in IRQ handler

Nicholas Bellinger (1):
      target: Add link_magic for fabric allow_link destination target_items

Roland Dreier (3):
      target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEs
      target: Fix use-after-free in LUN RESET handling
      target: Release se_cmd when LUN lookup fails for TMR

Stefan Assmann (1):
      igb: release already assigned MSI-X interrupts if setup fails

Steffen Trumtrar (1):
      mxs: uart: fix setting RTS from software

Stephen Hurd (1):
      8250/16?50: Add support for Broadcom TruManage redirected serial port

Takashi Iwai (1):
      ALSA: hda/hdmi - Work around "alsactl restore" errors

Thomas Schwinge (1):
      sh: Fix FDPIC binary loader

Tom Mingarelli (1):
      intel-iommu: Prevent devices with RMRRs from being placed into SI Domain

Tormod Volden (1):
      staging: wlan-ng: Fix clamping of returned SSID length

Wei Yongjun (1):
      tty: serial: vt8500: fix return value check in vt8500_serial_probe()

Will Deacon (1):
      arm64: mm: only wrprotect clean ptes if they are present

Wolfgang Frisch (1):
      USB: io_ti: Fix NULL dereference in chase_port()

chao bi (1):
      serial:ifx6x60:Delete SPI timer when shut down port


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

             reply	other threads:[~2013-01-21 19:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21 19:54 Greg KH [this message]
2013-01-21 19:54 ` Linux 3.7.4 Greg KH
     [not found] ` <kdq4sd$g3c$1@ger.gmane.org>
2013-01-24  2:24   ` Greg KH
2013-01-24  2:24     ` Greg KH
2013-01-24  2:37     ` Sven Köhler
2013-01-24  2:37       ` Sven Köhler
2013-01-24 18:17       ` Greg KH
2013-01-24 18:17         ` 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=20130121195420.GA6534@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.