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, 9 May 2018 11:34:18 +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.99

I'm announcing the release of the 4.9.99 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/virtual/kvm/api.txt                 |    9 
 Documentation/virtual/kvm/arm/psci.txt            |   30 +
 Makefile                                          |    2 
 arch/arm/include/asm/kvm_host.h                   |    3 
 arch/arm/include/uapi/asm/kvm.h                   |    6 
 arch/arm/kvm/guest.c                              |   13 
 arch/arm/kvm/psci.c                               |   60 ++
 arch/arm64/include/asm/kvm_host.h                 |    3 
 arch/arm64/include/uapi/asm/kvm.h                 |    6 
 arch/arm64/kvm/guest.c                            |   14 
 arch/s390/include/asm/facility.h                  |    2 
 drivers/crypto/talitos.c                          |   41 +-
 drivers/gpu/drm/bridge/dumb-vga-dac.c             |    4 
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c               |    1 
 drivers/infiniband/core/ucma.c                    |    2 
 drivers/infiniband/hw/cxgb4/device.c              |    9 
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h            |    4 
 drivers/infiniband/hw/cxgb4/resource.c            |   26 +
 drivers/infiniband/hw/hfi1/init.c                 |    2 
 drivers/infiniband/hw/hfi1/pcie.c                 |    3 
 drivers/infiniband/hw/mlx5/qp.c                   |   22 -
 drivers/input/input-leds.c                        |    8 
 drivers/input/touchscreen/atmel_mxt_ts.c          |    9 
 drivers/net/usb/qmi_wwan.c                        |    1 
 drivers/platform/x86/asus-wireless.c              |    4 
 drivers/tty/serial/imx.c                          |   14 
 drivers/usb/core/config.c                         |    4 
 drivers/usb/musb/musb_gadget.c                    |    3 
 drivers/usb/musb/musb_host.c                      |    4 
 drivers/usb/serial/option.c                       |  448 +++++++---------------
 drivers/usb/serial/visor.c                        |   69 +--
 fs/xfs/xfs_file.c                                 |   14 
 include/kvm/arm_psci.h                            |   16 
 kernel/bpf/arraymap.c                             |    2 
 kernel/bpf/hashtab.c                              |    9 
 kernel/bpf/syscall.c                              |   20 
 kernel/events/core.c                              |    2 
 kernel/tracepoint.c                               |    4 
 mm/percpu.c                                       |    1 
 sound/core/pcm_compat.c                           |    2 
 sound/core/seq/seq_virmidi.c                      |    4 
 sound/drivers/aloop.c                             |   29 +
 tools/testing/selftests/firmware/fw_filesystem.sh |    6 
 43 files changed, 529 insertions(+), 406 deletions(-)

Alan Stern (1):
      USB: Accept bulk endpoints with 1024-byte maxpacket

Ben Hutchings (1):
      test_firmware: fix setting old custom fw path back on exit, second try

Bin Liu (2):
      usb: musb: host: fix potential NULL pointer dereference
      usb: musb: trace: fix NULL pointer dereference in musb_g_tx()

Danit Goldberg (1):
      IB/mlx5: Use unlimited rate when static rate is not supported

Darrick J. Wong (1):
      xfs: prevent creating negative-sized file via INSERT_RANGE

Dmitry Torokhov (1):
      Input: leds - fix out of bound access

Greg Kroah-Hartman (2):
      USB: serial: visor: handle potential invalid device configuration
      Linux 4.9.99

Heiko Carstens (1):
      s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT

Johan Hovold (1):
      USB: serial: option: reimplement interface masking

João Paulo Rechi Vita (1):
      platform/x86: asus-wireless: Fix NULL pointer dereference

Kristian Evensen (1):
      USB: serial: option: Add support for Quectel EP06

LEROY Christophe (1):
      crypto: talitos - fix IPsec cipher in length

Leon Romanovsky (1):
      RDMA/mlx5: Protect from shift operand overflow

Marc Zyngier (1):
      arm/arm64: KVM: Add PSCI version selection API

Mathieu Desnoyers (1):
      tracepoint: Do not warn on ENOMEM

Raju Rangoju (1):
      RDMA/cxgb4: release hw resources on device removal

Robert Rosengren (1):
      ALSA: aloop: Mark paused device as inactive

Roland Dreier (1):
      RDMA/ucma: Allow resolving address w/o specifying source address

SZ Lin (林上智) (2):
      NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
      USB: serial: option: adding support for ublox R410M

Sean Paul (1):
      drm/bridge: vga-dac: Fix edid memory leak

Sebastian Sanchez (1):
      IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used

Takashi Iwai (3):
      ALSA: pcm: Check PCM state at xfern compat ioctl
      ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
      ALSA: aloop: Add missing cable lock to ctl API callbacks

Tan Xiaojun (1):
      perf/core: Fix the perf_cpu_time_max_percent check

Tejun Heo (1):
      percpu: include linux/sched.h for cond_resched()

Teng Qin (1):
      bpf: map_get_next_key to return first key on NULL

Thomas Hellstrom (1):
      drm/vmwgfx: Fix a buffer object leak

Uwe Kleine-König (1):
      serial: imx: ensure UCR3 and UFCR are setup correctly

Vittorio Gambaletta (VittGam) (1):
      Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro


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