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:   Thu, 30 Mar 2017 11:42:08 +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.58

I'm announcing the release of the 4.4.58 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/boot/dts/sama5d2.dtsi                      |   35 +++++
 arch/arm/mach-at91/pm.c                             |   18 ++
 arch/x86/kernel/cpu/mshyperv.c                      |   24 +++
 arch/x86/pci/xen.c                                  |   23 +--
 block/scsi_ioctl.c                                  |    3 
 crypto/algif_hash.c                                 |    2 
 drivers/acpi/blacklist.c                            |   28 ++++
 drivers/cpufreq/cpufreq.c                           |    3 
 drivers/iio/adc/ti_am335x_adc.c                     |   13 +-
 drivers/iio/common/hid-sensors/hid-sensor-trigger.c |    6 
 drivers/input/joystick/iforce/iforce-usb.c          |    3 
 drivers/input/misc/cm109.c                          |    4 
 drivers/input/misc/ims-pcu.c                        |    4 
 drivers/input/misc/yealink.c                        |    4 
 drivers/input/mouse/elan_i2c_core.c                 |   20 +--
 drivers/input/serio/i8042-x86ia64io.h               |    7 +
 drivers/input/tablet/hanwang.c                      |    3 
 drivers/input/tablet/kbtab.c                        |    3 
 drivers/input/touchscreen/sur40.c                   |    3 
 drivers/iommu/intel-iommu.c                         |    2 
 drivers/md/raid10.c                                 |    4 
 drivers/media/usb/uvc/uvc_driver.c                  |  118 ++++++++++++++++++-
 drivers/mmc/host/sdhci.c                            |    4 
 drivers/mmc/host/ushc.c                             |    3 
 drivers/net/ethernet/amd/xgbe/xgbe-common.h         |    6 
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c            |   20 +--
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c            |  102 ++++++++++------
 drivers/net/ethernet/broadcom/genet/bcmgenet.c      |    6 
 drivers/net/ethernet/broadcom/genet/bcmmii.c        |   15 --
 drivers/net/ethernet/intel/igb/e1000_phy.c          |    4 
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c     |    4 
 drivers/net/ethernet/mellanox/mlx5/core/main.c      |    2 
 drivers/parport/share.c                             |    6 
 drivers/pci/iov.c                                   |   70 +++++++++--
 drivers/pci/pci.c                                   |   34 -----
 drivers/pci/pci.h                                   |    7 -
 drivers/pci/probe.c                                 |    3 
 drivers/pci/rom.c                                   |    5 
 drivers/pci/setup-res.c                             |   48 +++++--
 drivers/s390/crypto/ap_bus.c                        |    3 
 drivers/s390/crypto/ap_bus.h                        |    1 
 drivers/tty/serial/8250/8250_pci.c                  |   23 +++
 drivers/usb/class/usbtmc.c                          |    9 +
 drivers/usb/core/config.c                           |   10 +
 drivers/usb/core/hub.c                              |    2 
 drivers/usb/core/quirks.c                           |    8 +
 drivers/usb/gadget/function/f_acm.c                 |    4 
 drivers/usb/gadget/function/f_uvc.c                 |    2 
 drivers/usb/misc/idmouse.c                          |    3 
 drivers/usb/misc/lvstest.c                          |    4 
 drivers/usb/misc/uss720.c                           |    5 
 drivers/usb/musb/musb_cppi41.c                      |   23 +++
 drivers/usb/serial/option.c                         |   17 ++
 drivers/usb/serial/qcserial.c                       |    2 
 drivers/usb/wusbcore/wa-hc.c                        |    3 
 drivers/uwb/hwa-rc.c                                |    3 
 drivers/uwb/i1480/dfu/usb.c                         |    3 
 drivers/vfio/vfio_iommu_spapr_tce.c                 |   20 +--
 drivers/video/console/fbcon.c                       |   67 ++++++-----
 drivers/xen/xen-acpi-processor.c                    |   34 ++++-
 fs/ext4/inline.c                                    |    5 
 fs/xfs/libxfs/xfs_inode_buf.c                       |    8 +
 fs/xfs/xfs_bmap_util.c                              |    7 -
 fs/xfs/xfs_buf.c                                    |    1 
 include/linux/usb/quirks.h                          |    6 
 net/ceph/osdmap.c                                   |    1 
 net/core/sock.c                                     |   16 +-
 net/ipv4/fib_frontend.c                             |    3 
 net/ipv4/tcp_input.c                                |    2 
 net/ipv4/tcp_minisocks.c                            |    1 
 net/openvswitch/flow_netlink.c                      |    2 
 net/unix/garbage.c                                  |   17 +-
 net/wireless/nl80211.c                              |  121 ++++++++------------
 sound/core/seq/seq_clientmgr.c                      |    1 
 sound/core/seq/seq_fifo.c                           |    3 
 sound/core/seq/seq_memory.c                         |   17 ++
 sound/core/seq/seq_memory.h                         |    1 
 sound/pci/ctxfi/cthw20k1.c                          |    2 
 sound/pci/hda/patch_realtek.c                       |    2 
 80 files changed, 797 insertions(+), 336 deletions(-)

Adrian Hunter (1):
      mmc: sdhci: Do not disable interrupts while waiting for clock

Andrey Ulanov (1):
      net: unix: properly re-increment inflight counter of GC discarded candidates

Ankur Arora (1):
      xen/acpi: upload PM state from init-domain to Xen

Bin Liu (1):
      usb: musb: cppi41: don't check early-TX-interrupt for Isoch transfer

Bjørn Mork (1):
      USB: serial: qcserial: add Dell DW5811e

Dan Williams (1):
      USB: serial: option: add Quectel UC15, UC20, EC21, and EC25 modems

Daniel Borkmann (1):
      socket, bpf: fix sk_filter use after free in sk_clone_lock

Darrick J. Wong (2):
      xfs: don't allow di_size with high bit set
      xfs: clear _XBF_PAGES from buffers when readahead page

Doug Berger (1):
      net: bcmgenet: remove bcmgenet_internal_phy_setup()

Eric Biggers (1):
      ext4: mark inode dirty after converting inline directory

Eric Dumazet (3):
      net: properly release sk_frag.page
      ipv4: provide stronger user input validation in nl_fib_input()
      tcp: initialize icsk_ack.lrcvtime at session start time

Eric Sandeen (1):
      xfs: fix up xfs_swap_extent_forks inline extent handling

Florian Fainelli (1):
      net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabled

Gal Pressman (1):
      net/mlx5e: Count LRO packets correctly

Greg Kroah-Hartman (1):
      Linux 4.4.58

Guenter Roeck (1):
      usb: hub: Fix crash after failure to read BOS descriptor

Hui Wang (1):
      ALSA: hda - Adding a group of pin definition to fix headset problem

Ilya Dryomov (1):
      libceph: don't set weight to IN when OSD is destroyed

Jiri Slaby (1):
      crypto: algif_hash - avoid zero-sized array

Johan Hovold (15):
      Input: iforce - validate number of endpoints before using them
      Input: ims-pcu - validate number of endpoints before using them
      Input: hanwang - validate number of endpoints before using them
      Input: yealink - validate number of endpoints before using them
      Input: cm109 - validate number of endpoints before using them
      Input: kbtab - validate number of endpoints before using them
      Input: sur40 - validate number of endpoints before using them
      USB: uss720: fix NULL-deref at probe
      USB: lvtest: fix NULL-deref at probe
      USB: idmouse: fix NULL-deref at probe
      USB: wusbcore: fix NULL-deref at probe
      uwb: i1480-dfu: fix NULL-deref at probe
      uwb: hwa-rc: fix NULL-deref at probe
      mmc: ushc: fix NULL-deref at probe
      USB: usbtmc: add missing endpoint sanity check

Johannes Berg (1):
      nl80211: fix dumpit error path RTNL deadlocks

Kai-Heng Feng (1):
      Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000

Koos Vriezen (1):
      iommu/vt-d: Fix NULL pointer dereference in device_to_iommu

Lendacky, Thomas (1):
      amd-xgbe: Fix jumbo MTU processing on newer hardware

Maor Gottlieb (1):
      net/mlx5: Increase number of max QPs in default profile

Matjaz Hegedic (1):
      Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fw

Michael Engl (1):
      iio: adc: ti_am335x_adc: fix fifo overrun recovery

Nicolas Ferre (2):
      ARM: at91: pm: cpu_idle: switch DDR to power-down mode
      ARM: dts: at91: sama5d2: add dma properties to UART nodes

Oliver Neukum (1):
      ACM gadget: fix endianness in notifications

Or Gerlitz (1):
      net/openvswitch: Set the ipv6 source tunnel key address attribute correctly

Roger Quadros (1):
      usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerInterval

Samuel Thibault (1):
      usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirk

Song Hongyan (1):
      iio: hid-sensor-trigger: Change get poll value function order to avoid sensor properties losing after resume from S3

Sudip Mukherjee (1):
      parport: fix attempt to write duplicate procfiles

Sumit Semwal (19):
      xen: do not re-use pirq number cached in pci device msi msg data
      igb: Workaround for igb i210 firmware issue
      igb: add i211 to i210 PHY workaround
      x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panic
      PCI: Separate VF BAR updates from standard BAR updates
      PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
      PCI: Add comments about ROM BAR updating
      PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE
      PCI: Don't update VF BARs while VF memory space is enabled
      PCI: Update BARs using property bits appropriate for type
      PCI: Ignore BAR updates on virtual functions
      PCI: Do any VF BAR updates before enabling the BARs
      vfio/spapr: Postpone allocation of userspace version of TCE table
      block: allow WRITE_SAME commands with the SG_IO ioctl
      s390/zcrypt: Introduce CEX6 toleration
      uvcvideo: uvc_scan_fallback() for webcams with broken chain
      ACPI / blacklist: add _REV quirks for Dell Precision 5520 and 3520
      ACPI / blacklist: Make Dell Latitude 3350 ethernet work
      serial: 8250_pci: Detach low-level driver during PCI error recovery

Takashi Iwai (3):
      ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
      ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
      fbcon: Fix vc attr at deinit

Tomasz Majchrzak (1):
      raid10: increment write counter after bio is split

Viresh Kumar (1):
      cpufreq: Restore policy min/max limits on CPU online


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