Linux 3.18.36

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm announcing the release of the 3.18.36 kernel.

All users of the 3.18 kernel series must upgrade.

The updated 3.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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



----------------------------------------------------------------
Linux 3.18.36

----------------------------------------------------------------
AceLan Kao (1):
      ALSA: hda - Fix headset mic detection problem for Dell machine

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Andre Przywara (1):
      arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fields

Arnd Bergmann (1):
      crypto: public_key: select CRYPTO_AKCIPHER

Ben Dooks (1):
      gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings

Ben Skeggs (1):
      drm/nouveau/fbcon: fix out-of-bounds memory accesses

Bob Copeland (1):
      mac80211: mesh: flush mesh paths unconditionally

Chris Wilson (1):
      locking/ww_mutex: Report recursive ww_mutex locking early

Eric W. Biederman (2):
      mnt: If fs_fully_visible fails call put_filesystem.
      mnt: fs_fully_visible test the proper mount for MNT_LOCKED

Ewan D. Milne (1):
      scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist

H. Peter Anvin (1):
      x86, build: copy ldlinux.c32 to image.iso

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

James Bottomley (1):
      scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands

Jann Horn (2):
      proc: prevent stacking filesystems on top
      ecryptfs: forbid opening files without mmap handler

Marc Zyngier (1):
      irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Martin Willi (1):
      mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL

Paolo Bonzini (2):
      KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ricardo Ribalda Delgado (1):
      gpiolib: Fix NULL pointer deference

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Sasha Levin (2):
      of: fix autoloading due to broken modalias with no 'compatible'
      Linux 3.18.36

Sergei Shtylyov (1):
      of: irq: fix of_irq_get[_byname]() kernel-doc

Srinivas Pandruvada (1):
      cpufreq: intel_pstate: Fix ->set_policy() interface for no_turbo

Thierry Reding (1):
      drm/fb-helper: Propagate errors from initial config failure

Thomas Huth (2):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

 Makefile                                     |  2 +-
 arch/arm/kernel/ptrace.c                     |  2 +-
 arch/parisc/kernel/unaligned.c               | 10 +++++-
 arch/powerpc/include/asm/reg.h               |  6 ++--
 arch/powerpc/platforms/pseries/eeh_pseries.c | 51 ++++++++++++++++++++--------
 arch/x86/boot/Makefile                       |  3 ++
 arch/x86/kvm/x86.c                           |  5 +++
 crypto/asymmetric_keys/Kconfig               |  1 +
 drivers/cpufreq/intel_pstate.c               |  7 ++--
 drivers/crypto/ccp/ccp-crypto-aes-xts.c      | 17 +++++++---
 drivers/gpio/gpio-bcm-kona.c                 |  4 +--
 drivers/gpio/gpiolib.c                       |  2 +-
 drivers/gpu/drm/ast/ast_fb.c                 | 21 ++++++++----
 drivers/gpu/drm/bochs/bochs_fbdev.c          | 14 ++++++--
 drivers/gpu/drm/cirrus/cirrus_fbdev.c        | 12 +++----
 drivers/gpu/drm/drm_fb_helper.c              |  2 +-
 drivers/gpu/drm/gma500/framebuffer.c         | 22 +++++++++---
 drivers/gpu/drm/mgag200/mgag200_fb.c         | 12 +++++--
 drivers/gpu/drm/msm/msm_fbdev.c              | 10 ++++--
 drivers/gpu/drm/nouveau/nouveau_fbcon.c      | 22 ++++++++----
 drivers/gpu/drm/nouveau/nv04_fbcon.c         |  7 ++--
 drivers/gpu/drm/nouveau/nv50_fbcon.c         |  6 ++--
 drivers/gpu/drm/nouveau/nvc0_fbcon.c         |  6 ++--
 drivers/gpu/drm/omapdrm/omap_fbdev.c         | 10 ++++--
 drivers/gpu/drm/qxl/qxl_fb.c                 | 22 ++++++++----
 drivers/gpu/drm/radeon/radeon_fb.c           | 21 ++++++++----
 drivers/gpu/drm/udl/udl_fb.c                 | 22 ++++++++----
 drivers/irqchip/irq-gic-v3.c                 | 14 +++++---
 drivers/net/wireless/mac80211_hwsim.c        |  1 +
 drivers/of/irq.c                             | 19 ++++++-----
 drivers/scsi/scsi_devinfo.c                  |  1 +
 drivers/scsi/scsi_lib.c                      |  7 ++--
 fs/dcache.c                                  |  4 +--
 fs/ecryptfs/kthread.c                        | 13 +++++--
 fs/namespace.c                               |  6 ++--
 fs/proc/root.c                               |  7 ++++
 include/drm/drm_fb_helper.h                  |  2 +-
 include/linux/irqchip/arm-gic-v3.h           | 12 +++++++
 kernel/locking/mutex.c                       |  9 +++--
 net/mac80211/mesh.c                          |  4 +++
 net/wireless/wext-core.c                     | 25 ++++++++++++--
 scripts/mod/file2alias.c                     |  2 +-
 sound/pci/hda/patch_realtek.c                |  4 +++
 virt/kvm/irqchip.c                           |  2 +-
 44 files changed, 327 insertions(+), 124 deletions(-)


Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]