stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.9.35
Date: Thu, 29 Jun 2017 14:17:51 +0200	[thread overview]
Message-ID: <20170629121751.GA12138@kroah.com> (raw)

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

I'm announcing the release of the 4.9.35 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                                                    |   14 +-
 arch/arm64/kernel/vdso.c                                    |    5 
 arch/arm64/kernel/vdso/gettimeofday.S                       |    1 
 arch/powerpc/kernel/exceptions-64s.S                        |   11 +
 arch/powerpc/kernel/kprobes.c                               |   11 +
 arch/powerpc/kvm/book3s_hv.c                                |   36 ++++++
 arch/powerpc/perf/perf_regs.c                               |    3 
 arch/s390/kvm/gaccess.c                                     |   15 +-
 arch/x86/events/intel/core.c                                |    4 
 drivers/block/xen-blkback/blkback.c                         |   23 ++-
 drivers/block/xen-blkback/common.h                          |   26 +---
 drivers/block/xen-blkback/xenbus.c                          |    7 -
 drivers/clk/sunxi-ng/ccu-sun6i-a31.c                        |    2 
 drivers/dma/bcm2835-dma.c                                   |    5 
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c                |    4 
 drivers/gpu/drm/amd/amdgpu/atombios_crtc.c                  |    4 
 drivers/gpu/drm/radeon/radeon_combios.c                     |    7 +
 drivers/gpu/drm/radeon/radeon_device.c                      |    4 
 drivers/hid/hid-ids.h                                       |    3 
 drivers/hid/usbhid/hid-quirks.c                             |    1 
 drivers/input/serio/i8042-x86ia64io.h                       |    7 +
 drivers/mtd/spi-nor/spi-nor.c                               |    7 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c             |   10 +
 drivers/net/phy/marvell.c                                   |    2 
 drivers/net/phy/mdio-bcm-iproc.c                            |    6 -
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c |   35 ++---
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h |    4 
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pcie.c     |   17 ++
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c     |   18 ++-
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c      |    9 -
 drivers/net/wireless/ralink/rt2x00/rt2x00dev.c              |   23 +--
 drivers/net/wireless/ralink/rt2x00/rt2x00usb.c              |    5 
 drivers/of/fdt.c                                            |    9 +
 drivers/spi/spi.c                                           |    2 
 drivers/target/iscsi/iscsi_target.c                         |   22 +++
 drivers/target/target_core_internal.h                       |    2 
 drivers/target/target_core_tmr.c                            |   16 +-
 drivers/target/target_core_transport.c                      |    9 +
 drivers/usb/gadget/function/f_fs.c                          |   10 -
 fs/autofs4/dev-ioctl.c                                      |    2 
 fs/cifs/smb1ops.c                                           |    9 +
 fs/cifs/smb2ops.c                                           |    4 
 fs/exec.c                                                   |   28 ++++
 include/linux/timekeeper_internal.h                         |    5 
 kernel/signal.c                                             |   20 ++-
 kernel/time/timekeeping.c                                   |   72 +++++++-----
 lib/cmdline.c                                               |    6 -
 net/rxrpc/key.c                                             |   64 +++++-----
 sound/core/pcm_lib.c                                        |    4 
 sound/firewire/amdtp-stream.c                               |    8 +
 sound/firewire/amdtp-stream.h                               |    2 
 51 files changed, 395 insertions(+), 228 deletions(-)

Alex Deucher (4):
      drm/radeon: add a PX quirk for another K53TK variant
      drm/radeon: add a quirk for Toshiba Satellite L20-183
      drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating
      drm/amdgpu: adjust default display clock

Arend Van Spriel (4):
      brcmfmac: add parameter to pass error code in firmware callback
      brcmfmac: use firmware callback upon failure to load
      brcmfmac: unbind all devices upon failure in firmware callback
      brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()

Chen-Yu Tsai (1):
      clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset

Daniel Drake (1):
      Input: i8042 - add Fujitsu Lifebook AH544 to notimeout list

David Howells (1):
      rxrpc: Fix several cases where a padded len isn't checked in ticket decode

Eric W. Biederman (1):
      signal: Only reschedule timers on signals timers have sent

Gleb Fotengauer-Malinovskiy (1):
      jump label: fix passing kbuild_cflags when checking for asm goto support

Greg Kroah-Hartman (1):
      Linux 4.9.35

Hauke Mehrtens (1):
      spi: double time out tolerance

Heiko Carstens (1):
      KVM: s390: gaccess: fix real-space designation asce handling for gmap shadows

Ilya Matveychikov (1):
      lib/cmdline.c: fix get_options() overflow while parsing ranges

Jan Beulich (1):
      xen-blkback: don't leak stack data via response ring

John Stultz (2):
      time: Fix clock->read(clock) race around clocksource changes
      time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting

Joël Esponde (1):
      mtd: spi-nor: fix spansion quad enable

Juergen Gross (1):
      xen/blkback: fix disconnect while I/Os in flight

Kan Liang (1):
      perf/x86/intel: Add 1G DTLB load/store miss support for SKL

Kees Cook (1):
      fs/exec.c: account for argv/envp pointers

Matthias Reichl (1):
      dmaengine: bcm2835: Fix cyclic DMA period splitting

Naveen N. Rao (2):
      powerpc/kprobes: Pause function_graph tracing during jprobes handling
      powerpc/64s: Handle data breakpoints in Radix mode

NeilBrown (1):
      autofs: sanity check status reported with AUTOFS_DEV_IOCTL_FAIL

Nicholas Bellinger (3):
      target: Fix kref->refcount underflow in transport_cmd_finish_abort
      iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP
      iscsi-target: Reject immediate data underflow larger than SCSI transfer length

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Preserve userspace HTM state properly
      KVM: PPC: Book3S HV: Context-switch EBB registers properly

Pavel Shilovsky (1):
      CIFS: Improve readdir verbosity

Raju Rangoju (1):
      cxgb4: notify uP to route ctrlq compl to rdma rspq

Ravi Bangoria (1):
      powerpc/perf: Fix oops when kthread execs user process

Russell King (1):
      net: phy: fix marvell phy status reading

Sebastian Parschauer (1):
      HID: Add quirk for Dell PIXART OEM mouse

Stanislaw Gruszka (1):
      rt2x00: avoid introducing a USB dependency in the rt2x00lib module

Takashi Iwai (1):
      ALSA: pcm: Don't treat NULL chmap as a fatal error

Takashi Sakamoto (1):
      ALSA: firewire-lib: Fix stall of process context at packet error

Tobias Wolf (1):
      of: Add check to of_scan_flat_dt() before accessing initial_boot_params

Will Deacon (1):
      arm64/vdso: Fix nsec handling for CLOCK_MONOTONIC_RAW

William Wu (1):
      usb: gadget: f_fs: avoid out of bounds access on comp_desc

Yendapally Reddy Dhananjaya Reddy (1):
      net: phy: Initialize mdio clock at probe function


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-06-29 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 12:17 Greg KH [this message]
2017-06-29 12:17 ` Linux 4.9.35 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170629121751.GA12138@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).