All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux 3.4.98
@ 2014-07-09 19:36 Greg KH
  2014-07-09 19:36 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2014-07-09 19:36 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

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

I'm announcing the release of the 3.4.98 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-omap2/mux.c                  |    6 +-
 arch/powerpc/kernel/exceptions-64s.S       |    2 
 arch/powerpc/kernel/lparcfg.c              |   24 ++++-----
 arch/powerpc/kernel/setup_64.c             |    2 
 arch/powerpc/kernel/sysfs.c                |   18 ++++++-
 arch/powerpc/kernel/time.c                 |    4 -
 arch/powerpc/kernel/traps.c                |   10 ++++
 arch/powerpc/lib/checksum_64.S             |   54 ++++++++++++++++------
 arch/x86/include/asm/kvm_host.h            |    4 -
 drivers/acpi/video.c                       |   16 ++++++
 drivers/acpi/video_detect.c                |   45 ++++++++++++++++++
 drivers/gpu/drm/radeon/atombios_crtc.c     |   48 ++++++++++---------
 drivers/gpu/drm/radeon/atombios_encoders.c |    5 +-
 drivers/gpu/drm/radeon/radeon_connectors.c |    2 
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c         |    1 
 drivers/md/md.c                            |   13 +++++
 drivers/mtd/nand/pxa3xx_nand.c             |    4 -
 drivers/net/wireless/b43/xmit.c            |   10 ++--
 drivers/net/wireless/rt2x00/rt2500pci.c    |    7 ++
 drivers/net/wireless/rt2x00/rt2x00.h       |    1 
 drivers/net/wireless/rt2x00/rt2x00dev.c    |   24 ++++++++-
 drivers/net/wireless/rt2x00/rt2x00mac.c    |    2 
 drivers/scsi/ibmvscsi/ibmvscsi.c           |    3 -
 drivers/scsi/sym53c8xx_2/sym_hipd.c        |    4 +
 drivers/staging/bcm/InterfaceInit.c        |    4 +
 drivers/staging/bcm/InterfaceInit.h        |    5 +-
 drivers/staging/comedi/comedi_fops.c       |   25 ++++++----
 drivers/staging/comedi/drivers/das08.c     |    2 
 drivers/staging/wlags49_h2/wl_priv.c       |    9 ++-
 drivers/usb/gadget/f_fs.c                  |   12 ++--
 drivers/usb/host/xhci-ring.c               |    2 
 drivers/usb/host/xhci.c                    |   10 ++--
 drivers/usb/serial/ftdi_sio.c              |    7 ++
 drivers/usb/serial/option.c                |   26 ++++++++--
 fs/cifs/cifs_unicode.c                     |    7 +-
 fs/nfsd/nfs4proc.c                         |    9 ---
 fs/nfsd/nfs4xdr.c                          |   13 ++++-
 include/linux/usb.h                        |   16 ++++++
 include/net/bluetooth/hci_core.h           |    1 
 mm/hugetlb.c                               |   71 +++++++++++++++++------------
 mm/mempolicy.c                             |   53 +++++++++------------
 net/bluetooth/hci_conn.c                   |   16 ------
 net/bluetooth/hci_event.c                  |    7 ++
 net/mac80211/debugfs_netdev.c              |    6 --
 tools/usb/ffs-test.c                       |    4 -
 46 files changed, 413 insertions(+), 203 deletions(-)

Alex Deucher (3):
      drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi
      drm/radeon: fix typo in radeon_connector_is_dp12_capable()
      drm/radeon/atom: fix dithering on certain panels

Alex Hung (1):
      ACPI video: ignore BIOS initial backlight value for HP 1000

Anton Blanchard (1):
      powerpc/pseries: Duplicate dtl entries sometimes sent to userspace

Arik Nemtsov (1):
      mac80211: don't check netdev state for debugfs read/write

Bastian Triller (1):
      ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist

Benjamin Herrenschmidt (1):
      powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisor

Bjørn Mork (2):
      USB: add USB_DEVICE_INTERFACE_CLASS macro
      usb: option: add/modify Olivetti Olicard modems

Brian King (1):
      ibmvscsi: Abort init sequence during error recovery

Chen Gang (2):
      powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondaries
      powerpc/pseries/lparcfg: Fix possible overflow are more than 1026

Corentin Chary (1):
      acpi/video_detect: blacklist samsung x360

Dan Carpenter (1):
      staging: wlags49_h2: buffer overflow setting station name

David R. Piegdon (1):
      ARM: OMAP2+: Fix parser-bug in platform muxing code

Greg Kroah-Hartman (1):
      Linux 3.4.98

Gustavo Maciel Dias Vieira (1):
      ACPI video: ignore BIOS backlight value for HP dm4

Hugh Dickins (1):
      mm: fix crashes from mbind() merging vmas

Ian Abbott (2):
      staging: comedi: das08: Correct AI encoding for das08jr-16-ao
      staging: comedi: fix a race between do_cmd_ioctl() and read/write

J. Bruce Fields (1):
      nfsd: fix rare symlink decoding bug

Johan Hedberg (1):
      Bluetooth: Fix SSP acceptor just-works confirmation without MITM

Johan Hovold (1):
      USB: ftdi_sio: fix null deref at port probe

Kevin McKinney (2):
      Staging: bcm: Create and initialize new device id in InterfaceInit
      Staging: bcm: Add two products and remove an existing product.

Lan Tianyu (1):
      ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist

Madhavan Srinivasan (1):
      powerpc/sysfs: Disable writing to PURR in guest mode

Mathias Nyman (1):
      xhci: correct burst count field for isoc transfers on 1.0 xhci hosts

Michal Nazarewicz (2):
      usb: gadget: f_fs: fix NULL pointer dereference when there are no strings
      tools: ffs-test: fix header values endianess

Mikulas Patocka (1):
      sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue

Nadav Amit (1):
      KVM: x86: Increase the number of fixed MTRR regs to 10

Naoya Horiguchi (1):
      hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry

NeilBrown (1):
      md: flush writes before starting a recovery.

Oliver Neukum (1):
      USB: option: add device ID for SpeedUp SU9800 usb 3g modem

Paolo Bonzini (1):
      KVM: x86: preserve the high 32-bits of the PAT register

Paul E. McKenney (1):
      powerpc: Restore registers on error exit from csum_partial_copy_generic()

Paul Mackerras (1):
      powerpc: Fix emulation of illegal instructions on PowerNV platform

Rafał Miłecki (1):
      b43: fix frequency reported on G-PHY with /new/ firmware

Stanislaw Gruszka (2):
      rt2x00: disable TKIP on USB
      rt2x00: fix rfkill regression on rt2500pci

Steve French (1):
      CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option

Syam Sidhardhan (1):
      Bluetooth: Remove unused hci_le_ltk_reply()

Thomas Hellstrom (1):
      drm/vmwgfx: Fix incorrect write to read-only register v2:

Thomas Petazzoni (1):
      mtd: pxa3xx_nand: make the driver work on big-endian systems

Wang, Yu (1):
      xhci: Fix runtime suspended xhci from blocking system suspend.


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

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

end of thread, other threads:[~2014-07-09 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-09 19:36 Linux 3.4.98 Greg KH
2014-07-09 19:36 ` Greg KH

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.