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:   Sun, 10 Dec 2017 22:28:24 +0100
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.105

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

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

 Makefile                                         |    2 
 arch/arm/mach-omap1/dma.c                        |   16 ++----
 arch/s390/include/asm/pci_insn.h                 |    2 
 arch/s390/include/asm/runtime_instr.h            |    4 +
 arch/s390/kernel/process.c                       |    2 
 arch/s390/kernel/runtime_instr.c                 |   30 ++++++------
 arch/s390/pci/pci.c                              |    5 +-
 arch/s390/pci/pci_insn.c                         |    6 ++
 arch/x86/include/asm/syscalls.h                  |    2 
 arch/x86/kernel/kprobes/ftrace.c                 |   23 +++++----
 arch/x86/kernel/ldt.c                            |   16 +++++-
 arch/x86/um/ldt.c                                |    7 ++
 drivers/dma/pl330.c                              |   19 ++-----
 drivers/edac/sb_edac.c                           |    1 
 drivers/gpu/drm/exynos/exynos5433_drm_decon.c    |    2 
 drivers/md/bcache/request.c                      |    9 +++
 drivers/net/appletalk/ipddp.c                    |    2 
 drivers/net/ethernet/broadcom/bcmsysport.c       |   23 ++++-----
 drivers/net/ethernet/freescale/fec_main.c        |   23 +++------
 drivers/net/ethernet/renesas/ravb_main.c         |    8 ---
 drivers/net/xen-netfront.c                       |   28 ++++-------
 drivers/spi/spi-sh-msiof.c                       |    2 
 drivers/staging/lustre/lustre/llite/llite_mmap.c |    4 -
 drivers/tty/serial/8250/8250_fintek.c            |    2 
 drivers/tty/serial/8250/8250_pci.c               |    3 +
 drivers/tty/serial/8250/8250_port.c              |    5 +-
 drivers/tty/sysrq.c                              |    9 ++-
 drivers/usb/core/config.c                        |   31 +++++++++++-
 drivers/usb/core/devio.c                         |   56 +++++++++++------------
 drivers/usb/core/hub.c                           |    9 +++
 drivers/usb/core/quirks.c                        |    3 +
 drivers/usb/host/ehci-dbg.c                      |    2 
 drivers/usb/host/xhci-mem.c                      |    7 ++
 drivers/usb/phy/phy-tahvo.c                      |    3 -
 drivers/usb/serial/option.c                      |    3 +
 drivers/usb/storage/uas-detect.h                 |    4 +
 fs/nfs/nfs4proc.c                                |    3 -
 fs/nfs/nfs4state.c                               |    1 
 fs/ocfs2/file.c                                  |    9 ---
 include/linux/buffer_head.h                      |    4 -
 include/linux/usb.h                              |    1 
 include/uapi/linux/usb/ch9.h                     |   19 +++++++
 net/ipv4/tcp_input.c                             |    2 
 net/ipv6/ip6_vti.c                               |    2 
 net/sctp/debug.c                                 |    2 
 net/tipc/server.c                                |    4 -
 security/integrity/ima/ima_main.c                |    4 +
 tools/perf/tests/attr.c                          |    2 
 tools/testing/selftests/x86/ldt_gdt.c            |   17 ++++++
 virt/kvm/arm/arch_timer.c                        |    3 -
 50 files changed, 267 insertions(+), 179 deletions(-)

Aaron Sierra (1):
      serial: 8250: Preserve DLD[7:4] for PORT_XR17V35X

Alexey Khoroshilov (1):
      usb: phy: tahvo: fix error handling in tahvo_usb_probe()

Andrzej Hajda (1):
      drm/exynos/decon5433: set STANDALONE_UPDATE_F on output enablement

Andy Lutomirski (1):
      selftests/x86/ldt_get: Add a few additional tests for limits

Benjamin Coddington (1):
      nfs: Don't take a reference on fl->fl_file for LOCK operation

Boshi Wang (1):
      ima: fix hash algorithm initialization

Christian Borntraeger (1):
      s390/pci: do not require AIS facility

Christoffer Dall (1):
      KVM: arm/arm64: Fix occasional warning from the timer work function

Colin Ian King (2):
      net: sctp: fix array overrun read on sctp_timer_tbl
      usb: host: fix incorrect updating of offset

Coly Li (1):
      bcache: only permit to recovery read error when cache device is clean

Dan Carpenter (1):
      USB: devio: Prevent integer overflow in proc_do_submiturb()

Dave Hansen (1):
      x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()

David Forster (1):
      vti6: fix device register to report IFLA_INFO_KIND

Florian Fainelli (2):
      net: systemport: Utilize skb_put_padto()
      net: systemport: Pad packet before inserting TSB

Greg Kroah-Hartman (2):
      Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"
      Linux 4.4.105

Gustavo A. R. Silva (1):
      EDAC, sb_edac: Fix missing break in switch

Hans de Goede (1):
      uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devices

Heiko Carstens (1):
      s390/runtime instrumentation: simplify task exit handling

Hiromitsu Yamasaki (1):
      spi: sh-msiof: Fix DMA transfer size check

Iago Abal (1):
      dmaengine: pl330: fix double lock

Jan Kara (1):
      mm: avoid returning VM_FAULT_RETRY from ->page_mkwrite handlers

Jason Baron (1):
      tcp: correct memory barrier usage in tcp_check_space()

Jibin Xu (1):
      sysrq : fix Show Regs call trace on ARM

John Youn (1):
      usb: ch9: Add size macro for SSP dev cap descriptor

Kai-Heng Feng (1):
      usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C Hub

Kazuya Mizuguchi (1):
      ravb: Remove Rx overflow log messages

Lukas Wunner (1):
      serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()

Masakazu Mokuno (1):
      USB: core: Add type-specific length check of BOS descriptors

Masami Hiramatsu (1):
      kprobes/x86: Disable preemption in ftrace-based jprobes

Mateusz Berezecki (1):
      USB: Increase usbfs transfer limit

Mathias Nyman (1):
      usb: Add USB 3.1 Precision time measurement capability descriptor support

Matt Wilson (1):
      serial: 8250_pci: Add Amazon PCI serial device ID

Mike Looijmans (1):
      usb: hub: Cycle HUB power when initialization fails

Oliver Neukum (1):
      USB: usbfs: Filter flags passed in from user space

Parthasarathy Bhuvaragan (1):
      tipc: fix cleanup at module unload

Peter Ujfalusi (1):
      ARM: OMAP1: DMA: Correct the number of logical channels

Ross Lagerwall (1):
      xen-netfront: Improve error handling during initialization

Rui Hua (1):
      bcache: recover data from backing when data is clean

Rui Sousa (1):
      net: fec: fix multicast filtering hardware setup

Sebastian Sjoholm (1):
      USB: serial: option: add Quectel BG96 id

Thomas Richter (1):
      perf test attr: Fix ignored test case result

Trond Myklebust (1):
      NFSv4: Fix client recovery when server reboots multiple times

Vitaly Kuznetsov (1):
      xen-netfront: avoid crashing on resume after a failure in talk_to_netback()

Vlad Tsyrklevich (1):
      net/appletalk: Fix kernel memory disclosure

Yu Chen (1):
      usb: xhci: fix panic in xhci_free_virt_devices_depth_first


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