public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [ 3.5.y.z extended stable ] Linux 3.5.7.11 stable review
@ 2013-04-18  9:15 Luis Henriques
  2013-04-18  9:15 ` [PATCH 01/72] ASoC: imx-ssi: Fix occasional AC97 reset failure Luis Henriques
                   ` (71 more replies)
  0 siblings, 72 replies; 77+ messages in thread
From: Luis Henriques @ 2013-04-18  9:15 UTC (permalink / raw)
  To: linux-kernel, stable, kernel-team; +Cc: Luis Henriques

I am announcing the review cycle for the 3.5.7.11 stable release. This new
release contains 72 patches, which are posted as a response to this
message. They are also available at the following repository:

git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review

If there are any problems, or if anything is missing, please answer to
this or to any of the followup patches. Note that any answer should be
made at maximum in 3 days, after that the final release of 3.5.7.11 will be
made.

For more information about the 3.5.y.z extended stable tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Included below are the diffstat and shortlog for this release.

-Luis

-- 
 arch/alpha/kernel/sys_nautilus.c              |  5 ++
 arch/arm/mach-at91/include/mach/at91_rtc.h    |  1 +
 arch/arm/mm/proc-arm920.S                     |  2 +-
 arch/arm/mm/proc-arm926.S                     |  2 +-
 arch/arm/mm/proc-mohawk.S                     |  2 +-
 arch/arm/mm/proc-sa1100.S                     |  2 +-
 arch/arm/mm/proc-v6.S                         |  2 +-
 arch/arm/mm/proc-xsc3.S                       |  2 +-
 arch/arm/mm/proc-xscale.S                     |  2 +-
 arch/powerpc/platforms/pseries/lpar.c         |  8 +++-
 arch/x86/boot/compressed/Makefile             |  5 +-
 arch/x86/include/asm/kvm_host.h               |  4 +-
 arch/x86/include/asm/paravirt.h               |  5 +-
 arch/x86/include/asm/paravirt_types.h         |  2 +
 arch/x86/include/asm/syscall.h                |  4 +-
 arch/x86/kernel/paravirt.c                    | 25 +++++-----
 arch/x86/kvm/x86.c                            | 41 +++++++---------
 arch/x86/lguest/boot.c                        |  1 +
 arch/x86/mm/fault.c                           |  6 ++-
 arch/x86/xen/mmu.c                            |  1 +
 block/blk-sysfs.c                             |  2 +
 crypto/gcm.c                                  | 17 +++++--
 drivers/ata/ata_piix.c                        | 13 ++++-
 drivers/ata/libata-core.c                     |  4 ++
 drivers/bluetooth/ath3k.c                     | 14 ++++++
 drivers/bluetooth/btusb.c                     |  7 +++
 drivers/eisa/pci_eisa.c                       | 67 ++++++++++++++++++--------
 drivers/firmware/Kconfig                      | 18 +++++++
 drivers/firmware/efivars.c                    | 69 ++++++++++-----------------
 drivers/gpu/drm/i915/i915_gem_gtt.c           |  2 +-
 drivers/gpu/drm/i915/intel_display.c          | 41 ++++++++++++++++
 drivers/gpu/drm/mgag200/mgag200_mode.c        | 13 ++---
 drivers/gpu/drm/udl/udl_connector.c           |  4 ++
 drivers/gpu/vga/vga_switcheroo.c              |  3 ++
 drivers/hwspinlock/hwspinlock_core.c          |  2 +
 drivers/mtd/mtdchar.c                         | 48 ++++++++++++++++---
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  7 ++-
 drivers/net/ethernet/realtek/r8169.c          | 28 +++++++++--
 drivers/net/wireless/mwifiex/cfg80211.c       |  3 +-
 drivers/net/wireless/rt2x00/rt2x00pci.c       |  4 +-
 drivers/platform/x86/msi-wmi.c                |  4 +-
 drivers/remoteproc/Kconfig                    |  2 +-
 drivers/remoteproc/remoteproc_core.c          |  4 +-
 drivers/rtc/rtc-at91rm9200.c                  | 50 ++++++++-----------
 drivers/scsi/libsas/sas_expander.c            | 12 +++++
 drivers/spi/spi-mpc512x-psc.c                 |  2 +-
 drivers/spi/spi-s3c64xx.c                     | 41 +++++++++-------
 drivers/target/target_core_alua.c             |  3 ++
 drivers/video/console/fbcon.c                 | 11 +++--
 drivers/video/fbmem.c                         |  2 +
 fs/btrfs/tree-log.c                           | 48 ++++++++++++++++---
 fs/cifs/connect.c                             | 16 +++++--
 fs/gfs2/file.c                                |  5 +-
 fs/inode.c                                    |  2 +-
 include/linux/ata.h                           |  2 +-
 include/linux/ftrace.h                        |  3 +-
 include/linux/kref.h                          | 21 ++++++++
 include/linux/libata.h                        |  1 +
 include/linux/preempt.h                       | 22 +++++----
 include/linux/spinlock_up.h                   | 29 ++++++-----
 kernel/hrtimer.c                              |  3 +-
 kernel/panic.c                                |  8 ++++
 kernel/sched/clock.c                          | 26 ++++++++++
 kernel/sys.c                                  |  3 +-
 kernel/trace/ftrace.c                         | 45 ++++++++---------
 kernel/trace/trace_stack.c                    |  2 +-
 lib/kobject.c                                 |  9 +++-
 net/can/gw.c                                  |  6 +--
 sound/pci/hda/hda_codec.c                     |  2 +-
 sound/pci/hda/hda_eld.c                       |  2 +-
 sound/pci/hda/patch_realtek.c                 |  4 +-
 sound/soc/codecs/wm8903.c                     |  2 +
 sound/soc/fsl/imx-ssi.c                       |  5 ++
 sound/soc/sh/dma-sh7760.c                     |  4 +-
 sound/usb/mixer_quirks.c                      |  4 +-
 sound/usb/quirks.c                            |  2 +-
 virt/kvm/ioapic.c                             |  7 ++-
 77 files changed, 627 insertions(+), 275 deletions(-)

AceLan Kao (3):
      Bluetooth: Add support for IMC Networks [13d3:3393]
      Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]
      Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]

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

Anatolij Gustschin (1):
      spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts

Andy Honig (3):
      KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)
      KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
      KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)

Arnd Bergmann (1):
      block: avoid using uninitialized value in from queue_var_store

Ben Hutchings (1):
      efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE

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

Chris Wilson (1):
      drm/i915: Use the correct size of the GTT for placing the per-process entries

Christopher Harvey (1):
      drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.

Daniel Schaal (1):
      Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k.

Dave Airlie (2):
      udl: handle EDID failure properly.
      fbcon: fix locking harder

David Henningsson (1):
      ALSA: hda - fix typo in proc output

Egbert Eich (1):
      DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines.

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

Girish K S (1):
      spi/s3c64xx: modified error interrupt handling and init

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

Jakub Kicinski (1):
      ixgbe: fix registration order of driver and DCA nofitication

Jan Beulich (1):
      x86: Fix rebuild with EFI_STUB enabled

Jan Kiszka (1):
      ftrace: Consistently restore trace function on sysctl enabling

Jani Nikula (3):
      drm/i915: add quirk to invert brightness on eMachines G725
      drm/i915: add quirk to invert brightness on eMachines e725
      drm/i915: add quirk to invert brightness on Packard Bell NCL20

Jay Estabrook (1):
      alpha: Add irongate_io to PCI bus resources

Johan Hovold (1):
      Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"

Josef Bacik (1):
      Btrfs: make sure nbytes are right after log replay

Josh Boyer (1):
      Bluetooth: Add support for atheros 04ca:3004 device to ath3k

Jussi Kivilinna (1):
      crypto: gcm - fix assumption that assoc has one segment

Lars-Peter Clausen (1):
      ASoC: dma-sh7760: Fix compile error

Li Fei (1):
      hwspinlock: fix __hwspin_lock_request error path

Linus Torvalds (3):
      spinlocks and preemption points need to be at least compiler barriers
      kobject: fix kset_find_obj() race with concurrent last kobject_put()
      mtdchar: fix offset overflow detection

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

Maxim Mikityanskiy (1):
      msi-wmi: Fix memory leak

Mengdong Lin (1):
      ALSA: hda - bug fix on return value when getting HDMI ELD info

Michael Bohan (1):
      hrtimer: Don't reinitialize a cpu_base lock on CPU_UP

Michael Wolf (1):
      powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performed before the ANDCOND test

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

Paul Moore (1):
      x86: remove the x32 syscall bitmask from syscall_get_nr()

Rainer Koenig (1):
      ALSA: hda - Enabling Realtek ALC 671 codec

Robert Tivy (1):
      remoteproc: fix FW_CONFIG typo

Russell King (1):
      ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly

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

Sascha Hauer (1):
      ASoC: imx-ssi: Fix occasional AC97 reset failure

Sergio Cambra (1):
      Bluetooth device 04ca:3008 should use ath3k

Seth Forshee (2):
      efivars: Allow disabling use as a pstore backend
      efivars: Add module parameter to disable use as a pstore backend

Shan Hai (2):
      libata: Use integer return value for atapi_command_packet_set
      libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive

Sjur Brændeland (1):
      remoteproc: fix error path of handle_vdev

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

Stone Piao (1):
      mwifiex: limit channel number not to overflow memory

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

Sunguk Lee (1):
      Bluetooth: Device 0cf3:3008 should map AR 3012

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

Thomas Hellstrom (1):
      kref: Implement kref_get_unless_zero v3

Tim Gardner (1):
      rt2x00: rt2x00pci_regbusy_read() - only print register access failure once

Vikram Mulukutla (1):
      panic: fix a possible deadlock in panic()

Wei Yongjun (1):
      can: gw: use kmem_cache_free() instead of kfree()

Yinghai Lu (2):
      EISA/PCI: Fix bus res reference
      EISA/PCI: Init EISA early, before PNP

Youquan Song (1):
      ata_piix: Fix DVD not dectected at some Haswell platforms

hayeswang (1):
      r8169: fix auto speed down issue

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

end of thread, other threads:[~2013-04-22  8:55 UTC | newest]

Thread overview: 77+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18  9:15 [ 3.5.y.z extended stable ] Linux 3.5.7.11 stable review Luis Henriques
2013-04-18  9:15 ` [PATCH 01/72] ASoC: imx-ssi: Fix occasional AC97 reset failure Luis Henriques
2013-04-18  9:15 ` [PATCH 02/72] ASoC: dma-sh7760: Fix compile error Luis Henriques
2013-04-18  9:15 ` [PATCH 03/72] spi/s3c64xx: modified error interrupt handling and init Luis Henriques
2013-04-18  9:15 ` [PATCH 04/72] spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts Luis Henriques
2013-04-18  9:15 ` [PATCH 05/72] EISA/PCI: Fix bus res reference Luis Henriques
2013-04-18  9:15 ` [PATCH 06/72] EISA/PCI: Init EISA early, before PNP Luis Henriques
2013-04-18  9:15 ` [PATCH 07/72] mwifiex: limit channel number not to overflow memory Luis Henriques
2013-04-18  9:15 ` [PATCH 08/72] ALSA: hda - bug fix on return value when getting HDMI ELD info Luis Henriques
2013-04-18  9:15 ` [PATCH 09/72] x86: remove the x32 syscall bitmask from syscall_get_nr() Luis Henriques
2013-04-18  9:15 ` [PATCH 10/72] ixgbe: fix registration order of driver and DCA nofitication Luis Henriques
2013-04-18  9:15 ` [PATCH 11/72] Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR" Luis Henriques
2013-04-18  9:15 ` [PATCH 12/72] alpha: Add irongate_io to PCI bus resources Luis Henriques
2013-04-18  9:15 ` [PATCH 13/72] crypto: gcm - fix assumption that assoc has one segment Luis Henriques
2013-04-18  9:15 ` [PATCH 14/72] libata: Use integer return value for atapi_command_packet_set Luis Henriques
2013-04-18  9:16 ` [PATCH 15/72] libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive Luis Henriques
2013-04-18  9:16 ` [PATCH 16/72] ata_piix: Fix DVD not dectected at some Haswell platforms Luis Henriques
2013-04-18  9:16 ` [PATCH 17/72] remoteproc: fix error path of handle_vdev Luis Henriques
2013-04-18  9:16 ` [PATCH 18/72] hwspinlock: fix __hwspin_lock_request error path Luis Henriques
2013-04-18  9:16 ` [PATCH 19/72] remoteproc: fix FW_CONFIG typo Luis Henriques
2013-04-18  9:16 ` [PATCH 20/72] powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performed before the ANDCOND test Luis Henriques
2013-04-18  9:16 ` [PATCH 21/72] ftrace: Consistently restore trace function on sysctl enabling Luis Henriques
2013-04-18  9:16 ` [PATCH 22/72] spinlocks and preemption points need to be at least compiler barriers Luis Henriques
2013-04-18  9:16 ` [PATCH 23/72] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal Luis Henriques
2013-04-18  9:16 ` [PATCH 24/72] panic: fix a possible deadlock in panic() Luis Henriques
2013-04-18  9:16 ` [PATCH 25/72] Bluetooth: Add support for IMC Networks [13d3:3393] Luis Henriques
2013-04-18  9:16 ` [PATCH 26/72] Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k Luis Henriques
2013-04-18  9:16 ` [PATCH 27/72] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e] Luis Henriques
2013-04-18  9:16 ` [PATCH 28/72] Bluetooth: Add support for Foxconn / Hon Hai [0489:e056] Luis Henriques
2013-04-18  9:16 ` [PATCH 29/72] Bluetooth device 04ca:3008 should use ath3k Luis Henriques
2013-04-18  9:16 ` [PATCH 30/72] Bluetooth: Add support for atheros 04ca:3004 device to ath3k Luis Henriques
2013-04-18  9:16 ` [PATCH 31/72] Bluetooth: Device 0cf3:3008 should map AR 3012 Luis Henriques
2013-04-18  9:16 ` [PATCH 32/72] ALSA: hda - Enabling Realtek ALC 671 codec Luis Henriques
2013-04-18  9:16 ` [PATCH 33/72] ALSA: hda - fix typo in proc output Luis Henriques
2013-04-18  9:16 ` [PATCH 34/72] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796) Luis Henriques
2013-04-18  9:16 ` [PATCH 35/72] KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797) Luis Henriques
2013-04-22  3:54   ` Ben Hutchings
2013-04-22  8:55     ` Luis Henriques
2013-04-18  9:16 ` [PATCH 36/72] KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798) Luis Henriques
2013-04-18  9:16 ` [PATCH 37/72] rt2x00: rt2x00pci_regbusy_read() - only print register access failure once Luis Henriques
2013-04-18  9:16 ` [PATCH 38/72] can: gw: use kmem_cache_free() instead of kfree() Luis Henriques
2013-04-18  9:16 ` [PATCH 39/72] tracing: Fix double free when function profile init failed Luis Henriques
2013-04-18  9:16 ` [PATCH 40/72] r8169: fix auto speed down issue Luis Henriques
2013-04-18  9:16 ` [PATCH 41/72] x86: Fix rebuild with EFI_STUB enabled Luis Henriques
2013-04-18  9:16 ` [PATCH 42/72] msi-wmi: Fix memory leak Luis Henriques
2013-04-18  9:16 ` [PATCH 43/72] DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines Luis Henriques
2013-04-18  9:16 ` [PATCH 44/72] drm/i915: add quirk to invert brightness on eMachines G725 Luis Henriques
2013-04-18  9:16 ` [PATCH 45/72] drm/i915: add quirk to invert brightness on eMachines e725 Luis Henriques
2013-04-18  9:16 ` [PATCH 46/72] drm/i915: add quirk to invert brightness on Packard Bell NCL20 Luis Henriques
2013-04-18  9:16 ` [PATCH 47/72] block: avoid using uninitialized value in from queue_var_store Luis Henriques
2013-04-18  9:16 ` [PATCH 48/72] ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_* Luis Henriques
2013-04-18  9:16 ` [PATCH 49/72] PM / reboot: call syscore_shutdown() after disable_nonboot_cpus() Luis Henriques
2013-04-18  9:16 ` [PATCH 50/72] ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running Luis Henriques
2013-04-18  9:16 ` [PATCH 51/72] drm/i915: Use the correct size of the GTT for placing the per-process entries Luis Henriques
2013-04-18  9:16 ` [PATCH 52/72] GFS2: Fix unlock of fcntl locks during withdrawn state Luis Henriques
2013-04-18  9:16 ` [PATCH 53/72] libsas: fix handling vacant phy in sas_set_ex_phy() Luis Henriques
2013-04-18  9:16 ` [PATCH 54/72] sched_clock: Prevent 64bit inatomicity on 32bit systems Luis Henriques
2013-04-18  9:16 ` [PATCH 55/72] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates Luis Henriques
2013-04-18  9:16 ` [PATCH 56/72] x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal Luis Henriques
2013-04-18  9:16 ` [PATCH 57/72] cifs: Allow passwords which begin with a delimitor Luis Henriques
2013-04-18  9:16 ` [PATCH 58/72] target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs Luis Henriques
2013-04-18  9:16 ` [PATCH 59/72] udl: handle EDID failure properly Luis Henriques
2013-04-18  9:16 ` [PATCH 60/72] tracing: Fix possible NULL pointer dereferences Luis Henriques
2013-04-18  9:16 ` [PATCH 61/72] ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section Luis Henriques
2013-04-18  9:16 ` [PATCH 62/72] Btrfs: make sure nbytes are right after log replay Luis Henriques
2013-04-18  9:16 ` [PATCH 63/72] kobject: fix kset_find_obj() race with concurrent last kobject_put() Luis Henriques
2013-04-18  9:16 ` [PATCH 64/72] vfs: Revert spurious fix to spinning prevention in prune_icache_sb Luis Henriques
2013-04-18  9:16 ` [PATCH 65/72] kref: Implement kref_get_unless_zero v3 Luis Henriques
2013-04-18  9:16 ` [PATCH 66/72] mtdchar: fix offset overflow detection Luis Henriques
2013-04-22  3:56   ` Ben Hutchings
2013-04-22  8:51     ` Luis Henriques
2013-04-18  9:16 ` [PATCH 67/72] fbcon: fix locking harder Luis Henriques
2013-04-18  9:16 ` [PATCH 68/72] hrtimer: Don't reinitialize a cpu_base lock on CPU_UP Luis Henriques
2013-04-18  9:16 ` [PATCH 69/72] ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly Luis Henriques
2013-04-18  9:16 ` [PATCH 70/72] efivars: Allow disabling use as a pstore backend Luis Henriques
2013-04-18  9:16 ` [PATCH 71/72] efivars: Add module parameter to disable " Luis Henriques
2013-04-18  9:16 ` [PATCH 72/72] efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE Luis Henriques

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox