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:   Sat, 20 Oct 2018 14:04:04 +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.4.162

I'm announcing the release of the 4.4.162 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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/macb.txt        |    1 
 Documentation/kernel-parameters.txt                   |    5 -
 Makefile                                              |    2 
 arch/arc/Makefile                                     |   14 ---
 arch/arm/boot/dts/sama5d3_emac.dtsi                   |    2 
 arch/powerpc/kernel/tm.S                              |   20 ++++
 arch/x86/crypto/crc32c-intel_glue.c                   |   17 ----
 arch/x86/include/asm/cpufeatures.h                    |    1 
 arch/x86/include/asm/fpu/internal.h                   |   37 ---------
 arch/x86/include/asm/fpu/types.h                      |   34 --------
 arch/x86/include/asm/kvm_host.h                       |    1 
 arch/x86/kernel/fpu/core.c                            |   41 +--------
 arch/x86/kernel/fpu/signal.c                          |    8 -
 arch/x86/kvm/cpuid.c                                  |    5 -
 arch/x86/kvm/x86.c                                    |   10 --
 drivers/clocksource/timer-ti-32k.c                    |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c     |    2 
 drivers/hv/hv_fcopy.c                                 |    2 
 drivers/hv/hv_kvp.c                                   |   40 +++++++++
 drivers/hv/hv_snapshot.c                              |    4 
 drivers/hv/hv_util.c                                  |    1 
 drivers/hv/hyperv_vmbus.h                             |    5 +
 drivers/i2c/busses/i2c-scmi.c                         |    1 
 drivers/input/keyboard/atakbd.c                       |   74 ++++++------------
 drivers/media/usb/dvb-usb-v2/af9035.c                 |    6 -
 drivers/mfd/omap-usb-host.c                           |   11 +-
 drivers/net/bonding/bond_main.c                       |   43 ++++------
 drivers/net/ethernet/broadcom/bcmsysport.c            |   22 ++---
 drivers/net/ethernet/broadcom/bnxt/bnxt.c             |   13 ++-
 drivers/net/ethernet/cadence/macb.c                   |    8 +
 drivers/net/ethernet/marvell/mvpp2.c                  |   10 +-
 drivers/net/ethernet/mellanox/mlx4/eq.c               |    3 
 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h           |    8 +
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c   |    3 
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h   |    3 
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h        |    3 
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c        |   12 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c |    5 -
 drivers/net/team/team.c                               |    5 +
 drivers/net/usb/smsc75xx.c                            |    1 
 drivers/usb/gadget/function/u_serial.c                |    2 
 drivers/usb/host/xhci-hub.c                           |   18 ++--
 drivers/video/fbdev/aty/atyfb.h                       |    3 
 drivers/video/fbdev/aty/atyfb_base.c                  |    7 -
 drivers/video/fbdev/aty/mach64_ct.c                   |   10 +-
 fs/ext4/xattr.c                                       |   22 +++--
 fs/jffs2/xattr.c                                      |    6 -
 include/linux/hyperv.h                                |    1 
 include/linux/netdevice.h                             |    7 +
 include/net/bonding.h                                 |    7 -
 include/net/ip_fib.h                                  |    1 
 mm/vmstat.c                                           |    1 
 net/core/dev.c                                        |   28 ++++++
 net/core/rtnetlink.c                                  |    6 +
 net/ipv4/fib_frontend.c                               |   12 +-
 net/ipv4/fib_semantics.c                              |   50 ++++++++++++
 net/ipv4/ip_sockglue.c                                |    3 
 net/ipv4/ip_tunnel.c                                  |    9 ++
 net/ipv6/addrconf.c                                   |    4 
 net/ipv6/ip6_tunnel.c                                 |   13 ++-
 net/netlabel/netlabel_unlabeled.c                     |    3 
 sound/hda/hdac_controller.c                           |    8 +
 sound/soc/codecs/sigmadsp.c                           |    3 
 sound/soc/codecs/wm8804-i2c.c                         |   15 +++
 tools/perf/scripts/python/export-to-postgresql.py     |    9 ++
 tools/testing/selftests/efivarfs/config               |    1 
 66 files changed, 396 insertions(+), 339 deletions(-)

Adrian Hunter (1):
      perf script python: Fix export-to-postgresql.py occasional failure

Alexey Brodkin (1):
      ARC: build: Get rid of toolchain check

Amber Lin (1):
      drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7

Andreas Schwab (1):
      Input: atakbd - fix Atari keymap

Andy Lutomirski (2):
      x86/fpu: Remove use_eager_fpu()
      x86/fpu: Finish excising 'eagerfpu'

Danny Smith (1):
      ASoC: sigmadsp: safeload should not have lower byte limit

Edgar Cherkasov (1):
      i2c: i2c-scmi: fix for i2c_smbus_write_block_data

Eric Dumazet (2):
      ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
      rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096

Florian Fainelli (1):
      net: systemport: Fix wake-up interrupt race during resume

Greg Kroah-Hartman (1):
      Linux 4.4.162

Hou Tao (1):
      jffs2: return -ERANGE when xattr buffer is too small

Ido Schimmel (1):
      team: Forbid enslaving team device to itself

Jann Horn (1):
      mm/vmstat.c: fix outdated vmstat_text

Jeff Barnhill (1):
      net/ipv6: Display all addresses in output of /proc/net/if_inet6

Jongsung Kim (1):
      stmmac: fix valid numbers of unicast filter entries

Jozef Balga (1):
      media: af9035: prevent buffer overflow on write

K. Y. Srinivasan (2):
      Drivers: hv: utils: Invoke the poll function after handshake
      Drivers: hv: util: Pass the channel information during the init call

Keerthy (1):
      clocksource/drivers/ti-32k: Add CLOCK_SOURCE_SUSPEND_NONSTOP flag for non-am43 SoCs

Lei Yang (1):
      selftests/efivarfs: add required kernel configs

Long Li (1):
      HV: properly delay KVP packets when negotiation is in progress

Mahesh Bandewar (1):
      bonding: avoid possible dead-lock

Mathias Nyman (1):
      xhci: Don't print a warning when setting link state for disabled ports

Maxime Chevallier (1):
      net: mvpp2: Extract the correct ethtype from the skb for tx csum offload

Michael Chan (1):
      bnxt_en: Fix TX timeout during netpoll.

Michael Neuling (2):
      powerpc/tm: Fix userspace r13 corruption
      powerpc/tm: Avoid possible userspace r1 corruption on reclaim

Michael Schmitz (1):
      Input: atakbd - fix Atari CapsLock behaviour

Mikulas Patocka (1):
      mach64: detect the dot clock divider correctly on sparc

Nathan Chancellor (1):
      net/mlx4: Use cpumask_available for eq->affinity_mask

Nicolas Ferre (2):
      net: macb: disable scatter-gather for macb on sama5d3
      ARM: dts: at91: add new compatibility string for macb on sama5d3

Paolo Abeni (2):
      ip6_tunnel: be careful when accessing the inner header
      ip_tunnel: be careful when accessing the inner header

Paolo Bonzini (1):
      KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch

Pierre-Louis Bossart (1):
      ASoC: wm8804: Add ACPI support

Rik van Riel (1):
      x86/fpu: Remove struct fpu::counter

Sabrina Dubroca (1):
      net: ipv4: update fnhe_pmtu when first hop's MTU changes

Sean Tranchetti (1):
      netlabel: check for IPV4MASK in addrinfo_get

Shahed Shaikh (1):
      qlcnic: fix Tx descriptor corruption on 82xx devices

Stephen Warren (1):
      usb: gadget: serial: fix oops when data rx'd after close

Theodore Ts'o (1):
      ext4: add corruption check in ext4_xattr_set_entry()

Tony Lindgren (1):
      mfd: omap-usb-host: Fix dts probe of children

Vitaly Kuznetsov (1):
      Drivers: hv: kvp: fix IP Failover

Yu Zhao (2):
      sound: enable interrupt after dma buffer initialization
      net/usb: cancel pending work when unbinding smsc75xx


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