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.100
Date: Wed, 16 May 2018 18:03:37 +0200	[thread overview]
Message-ID: <20180516160337.GA18576@kroah.com> (raw)

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

I'm announcing the release of the 4.9.100 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

------------

 Documentation/arm64/silicon-errata.txt  |    1 
 Makefile                                |    2 
 arch/arm64/Kconfig                      |   14 ++
 arch/arm64/include/asm/assembler.h      |   40 ++++++++
 arch/arm64/include/asm/cputype.h        |    5 +
 arch/arm64/mm/proc.S                    |    5 +
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |    8 +
 arch/x86/events/core.c                  |    8 +
 arch/x86/events/intel/cstate.c          |    2 
 arch/x86/events/msr.c                   |    9 +
 crypto/af_alg.c                         |    8 -
 drivers/ata/libata-core.c               |    3 
 drivers/atm/zatm.c                      |    3 
 drivers/bluetooth/btusb.c               |    2 
 drivers/gpio/gpio-aspeed.c              |    2 
 drivers/gpio/gpiolib.c                  |    7 -
 drivers/gpu/drm/i915/intel_lvds.c       |    3 
 drivers/gpu/drm/vc4/vc4_plane.c         |    2 
 drivers/infiniband/core/device.c        |    3 
 drivers/net/can/usb/kvaser_usb.c        |    2 
 drivers/thermal/samsung/exynos_tmu.c    |   14 ++
 fs/f2fs/data.c                          |    2 
 fs/fs-writeback.c                       |    2 
 include/net/inet_timewait_sock.h        |    1 
 include/net/nexthop.h                   |    2 
 kernel/events/callchain.c               |   10 --
 kernel/events/ring_buffer.c             |    7 +
 kernel/trace/trace_events_filter.c      |    3 
 kernel/trace/trace_uprobe.c             |    2 
 net/atm/lec.c                           |    9 +
 net/core/dev_addr_lists.c               |    4 
 net/core/skbuff.c                       |    1 
 net/dccp/ipv4.c                         |    1 
 net/dccp/ipv6.c                         |    1 
 net/ipv4/inet_timewait_sock.c           |    1 
 net/ipv4/tcp.c                          |    2 
 net/kcm/kcmsock.c                       |    1 
 net/netfilter/ipvs/ip_vs_ctl.c          |    8 -
 net/netfilter/ipvs/ip_vs_sync.c         |  155 ++++++++++++++++----------------
 net/netlink/af_netlink.c                |    2 
 net/rfkill/rfkill-gpio.c                |    7 +
 41 files changed, 237 insertions(+), 127 deletions(-)

Boris Brezillon (1):
      drm/vc4: Fix scaling of uni-planar formats

Eric Dumazet (8):
      crypto: af_alg - fix possible uninit-value in alg_bind()
      netlink: fix uninit-value in netlink_sendmsg
      net: fix rtnh_ok()
      net: initialize skb->peeked when cloning
      net: fix uninit-value in __hw_addr_add_ex()
      dccp: initialize ireq->ir_mark
      soreuseport: initialise timewait reuseport field
      tcp: fix TCP_REPAIR_QUEUE bound checking

Florent Flament (1):
      drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log

Govert Overgaauw (1):
      gpio: fix aspeed_gpio unmask irq

Greg Kroah-Hartman (1):
      Linux 4.9.100

Gustavo A. R. Silva (2):
      net: atm: Fix potential Spectre v1
      atm: zatm: Fix potential Spectre v1

Hans de Goede (2):
      libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
      Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"

Jan Kara (1):
      bdi: Fix oops in wb_workfn()

Jimmy Assarsson (1):
      can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()

Jiri Olsa (1):
      perf: Remove superfluous allocation error check

Johan Hovold (1):
      rfkill: gpio: fix memory leak in probe error path

Julian Anastasov (1):
      ipvs: fix rtnl_lock lockups caused by start_sync_thread

Marek Szyprowski (2):
      thermal: exynos: Reading temperature makes sense only when TMU is turned on
      thermal: exynos: Propagate error value from tmu_read()

Masami Hiramatsu (1):
      tracing/uprobe_event: Fix strncpy corner case

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry

Peter Zijlstra (5):
      perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
      perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
      perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
      perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
      perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()

Sagi Grimberg (1):
      IB/device: Convert ib-comp-wq to be CPU-bound

Steven Rostedt (VMware) (1):
      tracing: Fix regex_match_front() to not over compare the test string

Suzuki K Poulose (1):
      arm64: Add work around for Arm Cortex-A55 Erratum 1024718

Timur Tabi (1):
      gpioib: do not free unrequested descriptors

Tom Herbert (1):
      kcm: Call strp_stop before strp_done in kcm_attach

Uwe Kleine-König (1):
      gpio: fix error path in lineevent_create

Wei Fang (1):
      f2fs: fix a dead loop in f2fs_fiemap()


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

             reply	other threads:[~2018-05-16 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-16 16:03 Greg KH [this message]
2018-05-16 16:04 ` 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=20180516160337.GA18576@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®