linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 3.8.8
@ 2013-04-17  6:50 Greg KH
  2013-04-17  6:50 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2013-04-17  6:50 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, torvalds, stable; +Cc: lwn, Jiri Slaby

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

I'm announcing the release of the 3.8.8 kernel.

All users of the 3.8 kernel series must upgrade.

The updated 3.8.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.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/boot/dts/kirkwood-iomega_ix2_200.dts            |   14 
 arch/arm/mach-imx/clk-imx35.c                            |    1 
 arch/x86/include/asm/paravirt.h                          |    5 
 arch/x86/include/asm/paravirt_types.h                    |    2 
 arch/x86/include/asm/tlb.h                               |    2 
 arch/x86/kernel/paravirt.c                               |   25 -
 arch/x86/lguest/boot.c                                   |    1 
 arch/x86/mm/fault.c                                      |    6 
 arch/x86/mm/pgtable.c                                    |    7 
 arch/x86/xen/mmu.c                                       |    1 
 drivers/dma/omap-dma.c                                   |   20 
 drivers/gpio/gpiolib-of.c                                |    5 
 drivers/gpu/drm/udl/udl_connector.c                      |    4 
 drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c    |  369 +++++----------
 drivers/net/wireless/brcm80211/brcmsmac/phy/phytbl_lcn.c |   64 +-
 drivers/scsi/libsas/sas_expander.c                       |   12 
 drivers/target/target_core_alua.c                        |    3 
 drivers/tty/tty_ldisc.c                                  |   10 
 fs/cifs/connect.c                                        |   16 
 fs/gfs2/file.c                                           |    5 
 fs/gfs2/rgrp.c                                           |    2 
 fs/inode.c                                               |    2 
 include/asm-generic/tlb.h                                |    7 
 include/linux/ftrace.h                                   |    3 
 ipc/msg.c                                                |    1 
 kernel/sched/clock.c                                     |   26 +
 kernel/sys.c                                             |    3 
 kernel/trace/ftrace.c                                    |   37 -
 kernel/trace/trace_stack.c                               |    2 
 lib/kobject.c                                            |    9 
 mm/memory.c                                              |    1 
 sound/soc/codecs/wm5102.c                                |    2 
 sound/soc/codecs/wm8903.c                                |    2 
 sound/soc/soc-core.c                                     |    2 
 sound/usb/mixer_quirks.c                                 |    4 
 sound/usb/quirks.c                                       |    2 
 37 files changed, 335 insertions(+), 344 deletions(-)

Alban Bedel (1):
      ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running

Boris Ostrovsky (1):
      x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal

Dave Airlie (1):
      udl: handle EDID failure properly.

Dave Hansen (1):
      x86-32: Fix possible incomplete TLB invalidate with PAE pagetables

Eldad Zack (1):
      ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*

Greg Kroah-Hartman (1):
      Linux 3.8.8

Haojian Zhuang (1):
      gpio: fix wrong checking condition for gpio range

Huacai Chen (1):
      PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()

John W. Linville (1):
      Revert "brcmsmac: support 4313iPA"

Joonyoung Shim (1):
      ASoC: core: Fix to check return value of snd_soc_update_bits_locked()

Linus Torvalds (1):
      kobject: fix kset_find_obj() race with concurrent last kobject_put()

Lukasz Dorau (1):
      SCSI: libsas: fix handling vacant phy in sas_set_ex_phy()

Mark Brown (1):
      ASoC: wm5102: Correct lookup of arizona struct in SYSCLK event

Markus Pargmann (1):
      ARM: imx35 Bugfix admux clock

Namhyung Kim (2):
      tracing: Fix double free when function profile init failed
      tracing: Fix possible NULL pointer dereferences

Nicholas Bellinger (1):
      target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs

Nigel Roberts (1):
      ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED

Peter Ujfalusi (1):
      dmaengine: omap-dma: Start DMA without delay for cyclic channels

Sachin Prabhu (1):
      cifs: Allow passwords which begin with a delimitor

Samu Kallio (1):
      x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates

Sebastian Andrzej Siewior (1):
      tty: don't deadlock while flushing workqueue

Stanislav Kinsbursky (1):
      ipc: set msg back to -EAGAIN if copy wasn't performed

Steven Rostedt (Red Hat) (1):
      ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section

Steven Whitehouse (1):
      GFS2: Fix unlock of fcntl locks during withdrawn state

Suleiman Souhlal (1):
      vfs: Revert spurious fix to spinning prevention in prune_icache_sb

Thomas Gleixner (1):
      sched_clock: Prevent 64bit inatomicity on 32bit systems

Wei Yongjun (1):
      GFS2: return error if malloc failed in gfs2_rs_alloc()


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

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

end of thread, other threads:[~2013-04-17  6:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-17  6:50 Linux 3.8.8 Greg KH
2013-04-17  6:50 ` Greg KH

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).