Linux 4.9.10

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

 



I'm announcing the release of the 4.9.10 kernel.

All users of the 4.9 kernel series must upgrade.

The updated 4.9.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.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/arc/kernel/unaligned.c                          |    2 
 arch/arm/boot/dts/imx6dl.dtsi                        |    2 
 arch/arm/kernel/ptrace.c                             |    2 
 arch/arm/mm/fault.c                                  |    4 
 arch/arm/mm/fault.h                                  |    4 
 arch/powerpc/include/asm/reg.h                       |    3 
 arch/powerpc/include/asm/xics.h                      |    1 
 arch/powerpc/mm/tlb-radix.c                          |    6 -
 arch/powerpc/platforms/powernv/smp.c                 |   12 ++
 arch/powerpc/sysdev/xics/icp-opal.c                  |   29 +++++
 arch/x86/include/asm/processor.h                     |    1 
 arch/x86/kernel/apic/io_apic.c                       |    2 
 arch/x86/kernel/cpu/amd.c                            |   16 +++
 arch/x86/kernel/cpu/common.c                         |    1 
 arch/x86/kernel/smpboot.c                            |   12 +-
 arch/x86/mm/dump_pagetables.c                        |    2 
 crypto/algif_aead.c                                  |    2 
 drivers/acpi/nfit/core.c                             |    6 +
 drivers/cpufreq/intel_pstate.c                       |   30 ++++++
 drivers/crypto/ccp/ccp-dev-v5.c                      |    2 
 drivers/crypto/ccp/ccp-dev.h                         |    1 
 drivers/crypto/ccp/ccp-dmaengine.c                   |    6 +
 drivers/crypto/chelsio/chcr_core.c                   |   18 +--
 drivers/crypto/qat/qat_c62x/adf_drv.c                |    2 
 drivers/crypto/qat/qat_common/adf_accel_devices.h    |    1 
 drivers/crypto/qat/qat_common/qat_hal.c              |    4 
 drivers/gpu/drm/drm_atomic.c                         |   16 +--
 drivers/gpu/drm/i915/i915_gem_execbuffer.c           |   12 +-
 drivers/gpu/drm/i915/intel_display.c                 |    4 
 drivers/gpu/drm/i915/intel_dpll_mgr.c                |    3 
 drivers/hv/channel.c                                 |   93 ++-----------------
 drivers/hv/channel_mgmt.c                            |    2 
 drivers/hv/hyperv_vmbus.h                            |   10 +-
 drivers/hv/ring_buffer.c                             |   45 +++++----
 drivers/infiniband/sw/rxe/rxe_mr.c                   |    8 +
 drivers/infiniband/sw/rxe/rxe_resp.c                 |    2 
 drivers/input/misc/uinput.c                          |   20 ++--
 drivers/md/dm-rq.c                                   |    4 
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h    |    8 -
 drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c |   18 ++-
 drivers/net/hyperv/netvsc.c                          |    6 +
 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c  |    9 +
 drivers/net/xen-netfront.c                           |    3 
 drivers/nvdimm/namespace_devs.c                      |   11 +-
 drivers/nvdimm/pfn_devs.c                            |    7 -
 drivers/s390/scsi/zfcp_fsf.c                         |    8 -
 drivers/scsi/aacraid/comminit.c                      |    8 +
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c             |    1 
 drivers/scsi/mpt3sas/mpt3sas_scsih.c                 |    3 
 drivers/scsi/qla2xxx/qla_os.c                        |    2 
 drivers/target/target_core_device.c                  |   10 +-
 drivers/target/target_core_sbc.c                     |    8 +
 drivers/target/target_core_transport.c               |   86 +++++++++++------
 drivers/target/target_core_xcopy.c                   |    2 
 fs/btrfs/ioctl.c                                     |    6 -
 include/linux/cpumask.h                              |    8 -
 include/linux/hyperv.h                               |   45 +++++++--
 include/target/target_core_base.h                    |    1 
 kernel/events/core.c                                 |   25 +++--
 kernel/stacktrace.c                                  |   12 --
 mm/slub.c                                            |    4 
 net/mac80211/mesh.c                                  |    2 
 net/wireless/nl80211.c                               |    1 
 security/selinux/hooks.c                             |    2 
 sound/core/seq/seq_memory.c                          |    9 -
 sound/core/seq/seq_queue.c                           |   33 ++++--
 sound/pci/hda/patch_hdmi.c                           |    1 
 sound/usb/line6/driver.c                             |    3 
 tools/perf/builtin-diff.c                            |    2 
 tools/perf/ui/hist.c                                 |   10 ++
 tools/perf/util/hist.h                               |    7 +
 72 files changed, 463 insertions(+), 290 deletions(-)

Alexander Sverdlin (1):
      ARM: 8642/1: LPAE: catch pending imprecise abort on unmask

Andrey Ryabinin (2):
      drm/i915: fix use-after-free in page_flip_completed()
      x86/mm/ptdump: Fix soft lockup in page table walker

Arnd Bergmann (1):
      hns: avoid stack overflow with CONFIG_KASAN

Benjamin Herrenschmidt (2):
      powerpc/mm/radix: Update ERAT flushes when invalidating TLB
      powerpc/powernv: Fix CPU hotplug to handle waking on HVI

Boris Ostrovsky (1):
      xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()

Borislav Petkov (1):
      x86/CPU/AMD: Bring back Compute Unit ID

Bryant G. Ly (1):
      ibmvscsis: Add SGL limit

Dan Williams (3):
      acpi, nfit: fix acpi_nfit_flush_probe() crash
      libnvdimm, namespace: do not delete namespace-id 0
      libnvdimm, pfn: fix memmap reservation size versus 4K alignment

Dave Carroll (1):
      scsi: aacraid: Fix INTx/MSI-x issue with older controllers

Dave Martin (1):
      ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset write

Dexuan Cui (1):
      Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()

Dmitry Torokhov (1):
      Input: uinput - fix crash when mixing old and new init style

Eyal Itkin (2):
      IB/rxe: Fix resid update
      IB/rxe: Fix mem_check_range integer overflow

Gal Pressman (1):
      net/mlx5e: Modify TIRs hash only when it's needed

Gary R Hook (2):
      crypto: ccp - Fix DMA operations when IOMMU is enabled
      crypto: ccp - Fix double add when creating new DMA command

Giovanni Cabiddu (2):
      crypto: qat - fix bar discovery for c62x
      crypto: qat - zero esram only for DH85x devices

Greg Kroah-Hartman (1):
      Linux 4.9.10

Harsh Jain (2):
      crypto: algif_aead - Fix kernel panic on list_del
      crypto: chcr - Check device is allocated before use

Hui Wang (1):
      ALSA: hda - adding a new NV HDMI/DP codec ID in the driver

Jeff Mahoney (1):
      btrfs: fix btrfs_compat_ioctl failures on non-compat ioctls

Jurij Smakov (1):
      rtlwifi: rtl8192ce: Fix loading of incorrect firmware

K. Y. Srinivasan (3):
      Drivers: hv: vmbus: Base host signaling strictly on the ring state
      Drivers: hv: vmbus: On write cleanup the logic to interrupt the host
      Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the host

Lee, Shawn C (1):
      drm/i915/bxt: Add MST support when do DPLL calculation

Linus Torvalds (1):
      Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"

Maarten Lankhorst (1):
      drm/atomic: Fix double free in drm_atomic_state_default_clear

Masashi Honma (1):
      nl80211: Fix mesh HT operation check

Mauricio Faria de Oliveira (1):
      scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crash

Michał Winiarski (1):
      drm/i915: Always convert incoming exec offsets to non-canonical

Mike Snitzer (1):
      dm rq: cope with DM device destruction while in dm_old_request_fn()

Namhyung Kim (2):
      perf diff: Fix -o/--order option behavior (again)
      perf diff: Fix segfault on 'perf diff -o N' option

Nicholas Bellinger (5):
      target: Don't BUG_ON during NodeACL dynamic -> explicit conversion
      target: Use correct SCSI status during EXTENDED_COPY exception
      target: Fix early transport_generic_handle_tmr abort scenario
      target: Fix multi-session dynamic se_node_acl double free OOPs
      target: Fix COMPARE_AND_WRITE ref leak for non GOOD status

Omar Sandoval (1):
      stacktrace, lockdep: Fix address, newline ugliness

Peter Zijlstra (1):
      perf/core: Fix crash in perf_event_read()

Sean Rees (1):
      mm/slub.c: fix random_seq offset destruction

Srinivas Pandruvada (1):
      cpufreq: intel_pstate: Disable energy efficiency optimization

Steffen Maier (1):
      scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed send

Stephen Smalley (1):
      selinux: fix off-by-one in setprocattr

Sébastien Szymanski (1):
      ARM: dts: imx6dl: fix GPIO4 range

Takashi Iwai (3):
      ALSA: seq: Fix race at creating a queue
      ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()
      Revert "ALSA: line6: Only determine control port properties if needed"

Tejun Heo (1):
      cpumask: use nr_cpumask_bits for parsing functions

Thorsten Horstmann (1):
      mac80211: Fix adding of mesh vendor IEs

Vineet Gupta (1):
      ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixup

Yazen Ghannam (1):
      x86/CPU/AMD: Fix Zen SMT topology

ojab (1):
      scsi: mpt3sas: disable ASPM for MPI2 controllers

Attachment: signature.asc
Description: PGP signature


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