lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 16 May 2018 18:03:37 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.9.100

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()


Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ