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:   Tue, 26 Jun 2018 09:10:51 +0800
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.110

I'm announcing the release of the 4.9.110 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/devicetree/bindings/net/dsa/b53.txt |    1 
 Makefile                                          |    2 -
 drivers/ata/libata-core.c                         |    3 -
 drivers/ata/libata-zpodd.c                        |    4 +-
 drivers/atm/zatm.c                                |    4 +-
 drivers/base/core.c                               |   14 +++++++-
 drivers/cpufreq/cpufreq.c                         |    2 +
 drivers/hid/intel-ish-hid/ipc/pci-ish.c           |   22 ++++---------
 drivers/net/bonding/bond_options.c                |    1 
 drivers/net/dsa/b53/b53_common.c                  |   13 +++++++
 drivers/net/dsa/b53/b53_mdio.c                    |    5 ++-
 drivers/net/dsa/b53/b53_priv.h                    |    1 
 drivers/net/ethernet/natsemi/sonic.c              |    2 -
 drivers/net/usb/qmi_wwan.c                        |    1 
 drivers/net/wireless/intel/iwlwifi/pcie/trans.c   |   10 +++---
 drivers/platform/x86/asus-wmi.c                   |   23 +++++++-------
 drivers/usb/musb/musb_host.c                      |    5 ++-
 drivers/usb/musb/musb_host.h                      |    7 +++-
 drivers/usb/musb/musb_virthub.c                   |   25 +++++++++------
 drivers/vhost/vhost.c                             |    3 +
 drivers/w1/masters/mxc_w1.c                       |   20 +++++++-----
 fs/binfmt_misc.c                                  |   12 +++++--
 fs/btrfs/ioctl.c                                  |   18 ++++++-----
 fs/btrfs/scrub.c                                  |    2 -
 fs/cifs/smb2pdu.c                                 |    1 
 fs/ext4/indirect.c                                |   14 ++++++--
 fs/ext4/inode.c                                   |   36 +++++++++++-----------
 fs/ext4/resize.c                                  |    2 -
 fs/orangefs/namei.c                               |    7 ++++
 net/bridge/netfilter/ebtables.c                   |    3 +
 net/ipv4/tcp_input.c                              |    2 -
 net/ipv4/tcp_ipv4.c                               |    4 ++
 net/ipv6/route.c                                  |    3 -
 net/ipv6/tcp_ipv6.c                               |    4 ++
 net/ipv6/xfrm6_policy.c                           |    2 -
 net/netfilter/ipvs/ip_vs_ctl.c                    |   21 +++++++++---
 net/sched/act_simple.c                            |   15 +++------
 sound/pci/hda/hda_controller.c                    |    4 +-
 sound/pci/hda/patch_conexant.c                    |    2 +
 sound/pci/hda/patch_realtek.c                     |    8 ++++
 tools/objtool/.gitignore                          |    2 -
 41 files changed, 211 insertions(+), 119 deletions(-)

Bo Chen (1):
      ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()

Colin Ian King (1):
      libata: zpodd: make arrays cdb static, reduces object code size

Damien Thébault (1):
      net: dsa: b53: Add BCM5389 support

Dan Carpenter (1):
      libata: zpodd: small read overflow in eject_tray()

Daniel Glöckner (1):
      usb: musb: fix remote wakeup racing with suspend

Davide Caratti (1):
      net/sched: act_simple: fix parsing of TCA_DEF_DATA

Dennis Wassenberg (2):
      ALSA: hda: add dock and led support for HP EliteBook 830 G5
      ALSA: hda: add dock and led support for HP ProBook 640 G4

Eric Dumazet (2):
      xfrm6: avoid potential infinite loop in _decode_session6()
      tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()

Even Xu (1):
      HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation

Finn Thain (1):
      net/sonic: Use dma_mapping_error()

Frank van der Linden (1):
      tcp: verify the checksum of the first data segment in a new connection

Greg Kroah-Hartman (2):
      objtool: update .gitignore file
      Linux 4.9.110

Hans de Goede (1):
      libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk

Hao Wei Tee (1):
      iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs

Ivan Bornyakov (1):
      atm: zatm: fix memcmp casting

Jan Kara (2):
      ext4: fix hole length detection in ext4_ind_map_blocks()
      ext4: fix fencepost error in check for inode count overflow during resize

Josh Hill (1):
      net: qmi_wwan: Add Netgear Aircard 779S

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

Julian Anastasov (2):
      ipvs: fix buffer overflow with sync daemon and service
      ipv6: allow PMTU exceptions to local routes

Kailang Yang (1):
      ALSA: hda/realtek - New codec support for ALC257

Liu Bo (1):
      Btrfs: make raid6 rebuild retry more

Lukas Czerner (1):
      ext4: update mtime in ext4_punch_hole even if no blocks are released

Martin Brandenburg (1):
      orangefs: set i_size on new symlink

Michael S. Tsirkin (1):
      vhost: fix info leak due to uninitialized memory

Omar Sandoval (2):
      Btrfs: fix clone vs chattr NODATASUM race
      Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()

Paolo Abeni (1):
      netfilter: ebtables: handle string from userspace with care

Qu Wenruo (1):
      btrfs: scrub: Don't use inode pages for device replace

Sasha Levin (1):
      Revert "Btrfs: fix scrub to repair raid6 corruption"

Stefan Potyra (1):
      w1: mxc_w1: Enable clock before calling clk_get_rate() on it

Steve French (1):
      smb3: on reconnect set PreviousSessionId field

Tao Wang (1):
      cpufreq: Fix new policy initialization during limits updates via sysfs

Tetsuo Handa (1):
      driver core: Don't ignore class_dir_create_and_add() failure.

Thadeu Lima de Souza Cascardo (1):
      fs/binfmt_misc.c: do not allow offset overflow

Xiangning Yu (1):
      bonding: re-evaluate force_primary when the primary slave name changes


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