mirror of https://lore.kernel.org/lkml/
 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.171
Date: Sat, 27 Apr 2019 14:43:26 +0200	[thread overview]
Message-ID: <20190427124326.GA9093@kroah.com> (raw)

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

I'm announcing the release of the 4.9.171 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                                         |    5 
 arch/arm64/include/asm/futex.h                   |    2 
 arch/x86/crypto/poly1305-avx2-x86_64.S           |   14 +-
 arch/x86/crypto/poly1305-sse2-x86_64.S           |   22 ++-
 arch/x86/events/amd/core.c                       |   35 ++++-
 arch/x86/kernel/kprobes/core.c                   |   26 ++++
 arch/x86/kvm/emulate.c                           |   21 +--
 arch/x86/kvm/svm.c                               |   19 ++-
 crypto/testmgr.h                                 |   44 +++++++
 drivers/char/tpm/tpm_i2c_atmel.c                 |   10 +
 drivers/crypto/amcc/crypto4xx_alg.c              |    3 
 drivers/crypto/amcc/crypto4xx_core.c             |    9 +
 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c         |    3 
 drivers/iio/accel/kxcjk-1013.c                   |    2 
 drivers/iio/adc/ad_sigma_delta.c                 |    1 
 drivers/iio/adc/at91_adc.c                       |   28 ++--
 drivers/iio/gyro/bmg160_core.c                   |    6 
 drivers/mmc/host/sdhci.c                         |   40 ++----
 drivers/net/bonding/bond_main.c                  |    6 
 drivers/net/team/team.c                          |   26 ++++
 drivers/net/wireless/ralink/rt2x00/rt2x00.h      |    1 
 drivers/net/wireless/ralink/rt2x00/rt2x00mac.c   |   10 -
 drivers/net/wireless/ralink/rt2x00/rt2x00queue.c |   15 +-
 drivers/scsi/libfc/fc_rport.c                    |    1 
 drivers/staging/comedi/drivers/ni_usb6501.c      |   10 -
 drivers/staging/comedi/drivers/vmk80xx.c         |    8 -
 drivers/staging/iio/adc/ad7192.c                 |    8 -
 drivers/vhost/vhost.c                            |    6 
 fs/cifs/cifsglob.h                               |    2 
 fs/cifs/file.c                                   |   30 ++++
 fs/cifs/misc.c                                   |   25 +++-
 fs/cifs/smb2misc.c                               |    6 
 include/linux/kprobes.h                          |    1 
 kernel/kprobes.c                                 |    6 
 kernel/locking/lockdep.c                         |    3 
 kernel/sched/fair.c                              |   25 ++++
 kernel/sysctl.c                                  |    3 
 kernel/trace/ftrace.c                            |    6 
 mm/percpu.c                                      |    8 -
 mm/vmstat.c                                      |    5 
 net/atm/lec.c                                    |    6 
 net/bridge/br_input.c                            |   23 ++-
 net/bridge/br_multicast.c                        |    4 
 net/ipv4/fou.c                                   |    4 
 net/ipv4/route.c                                 |   16 ++
 net/ipv4/tcp_input.c                             |   10 -
 net/mac80211/driver-ops.h                        |    3 
 scripts/mod/file2alias.c                         |  141 +++++++----------------
 security/device_cgroup.c                         |    2 
 sound/core/info.c                                |   12 +
 sound/core/init.c                                |   18 +-
 51 files changed, 471 insertions(+), 269 deletions(-)

Adrian Hunter (1):
      mmc: sdhci: Fix data command CRC error handling

Aurelien Aptel (1):
      CIFS: keep FileInfo handle live during oplock break

Christian Lamparter (1):
      crypto: crypto4xx - properly set IV after de- and encrypt

Dragos Bogdan (1):
      iio: ad_sigma_delta: select channel when reading register

Eric Biggers (1):
      crypto: x86/poly1305 - fix overflow during partial reduction

Eric Dumazet (2):
      tcp: tcp_grow_window() needs to respect tcp_space()
      ipv4: ensure rcu_read_lock() in ipv4_link_failure()

Felix Fietkau (1):
      mac80211: do not call driver wake_tx_queue op during reconfig

Georg Ottinger (1):
      iio: adc: at91: disable adc channel interrupt in timeout case

Greg Kroah-Hartman (2):
      Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"
      Linux 4.9.171

Gustavo A. R. Silva (1):
      net: atm: Fix potential Spectre v1 vulnerabilities

Hangbin Liu (1):
      team: set slave to promisc if team is already in promisc mode

Ian Abbott (4):
      staging: comedi: vmk80xx: Fix use of uninitialized semaphore
      staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_buf
      staging: comedi: ni_usb6501: Fix use of uninitialized mutex
      staging: comedi: ni_usb6501: Fix possible double-free of ->usb_rx_buf

Jann Horn (1):
      device_cgroup: fix RCU imbalance in error case

Jarkko Sakkinen (1):
      tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete

Jason Wang (1):
      vhost: reject zero size iova range

Kim Phillips (1):
      perf/x86/amd: Add event map for AMD Family 17h

Konstantin Khlebnikov (1):
      mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n

Linus Torvalds (1):
      i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] array

Lorenzo Bianconi (1):
      net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv

Masahiro Yamada (2):
      modpost: file2alias: go back to simple devtable lookup
      modpost: file2alias: check prototype of handler

Masami Hiramatsu (3):
      x86/kprobes: Verify stack frame on kretprobe
      kprobes: Mark ftrace mcount handler functions nokprobe
      kprobes: Fix error check when reusing optimized probes

Matteo Croce (1):
      percpu: stop printing kernel addresses

Matthias Kaehlcke (1):
      Revert "kbuild: use -Oz instead of -Os when using clang"

Mike Looijmans (1):
      iio/gyro/bmg160: Use millidegrees for temperature scale

Mircea Caprioru (1):
      staging: iio: ad7192: Fix ad7193 channel address

Nathan Chancellor (1):
      arm64: futex: Restore oldval initialization to work around buggy compilers

Nikolay Aleksandrov (2):
      net: bridge: fix per-port af_packet sockets
      net: bridge: multicast: use rcu to access port list from br_multicast_start_querier

Phil Auld (1):
      sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup

Sabrina Dubroca (1):
      bonding: fix event handling for stacked bonds

Saurav Kashyap (1):
      Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"

Sean Christopherson (1):
      KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU

Stephen Suryaputra (1):
      ipv4: recompile ip options in ipv4_link_failure

Suthikulpanit, Suravee (1):
      Revert "svm: Fix AVIC incomplete IPI emulation"

Takashi Iwai (2):
      ALSA: core: Fix card races between register and disconnect
      ALSA: info: Fix racy addition/deletion of nodes

Vijayakumar Durai (1):
      rt2x00: do not increment sequence number while re-transmitting

Will Deacon (1):
      kernel/sysctl.c: fix out-of-bounds access when setting file-max

he, bo (1):
      io: accel: kxcjk1013: restore the range after resume.


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

             reply	other threads:[~2019-04-27 12:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 12:43 Greg KH [this message]
2019-04-27 12:43 ` 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=20190427124326.GA9093@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

all inboxes | Powered by JetHome®