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:   Mon, 26 Jun 2017 07:28:16 +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 3.18.58

I'm announcing the release of the 3.18.58 kernel.

All users of the 3.18 kernel series must upgrade.

The updated 3.18.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.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/kernel-parameters.txt           |    7 +
 Makefile                                      |    2 
 arch/arc/mm/mmap.c                            |    2 
 arch/arm/mm/mmap.c                            |    4 
 arch/frv/mm/elf-fdpic.c                       |    2 
 arch/mips/mm/mmap.c                           |    2 
 arch/parisc/kernel/sys_parisc.c               |   15 +-
 arch/powerpc/mm/slice.c                       |    2 
 arch/s390/mm/vmem.c                           |    2 
 arch/sh/mm/mmap.c                             |    4 
 arch/sparc/kernel/sys_sparc_64.c              |    4 
 arch/sparc/kernel/traps_64.c                  |    4 
 arch/sparc/mm/hugetlbpage.c                   |    2 
 arch/tile/mm/hugetlbpage.c                    |    2 
 arch/x86/kernel/sys_x86_64.c                  |    4 
 arch/x86/mm/hugetlbpage.c                     |    2 
 arch/x86/mm/numa_32.c                         |    1 
 arch/xtensa/kernel/syscall.c                  |    2 
 block/partitions/msdos.c                      |    2 
 drivers/cpufreq/cpufreq_conservative.c        |    4 
 drivers/iio/proximity/as3935.c                |    6 
 drivers/media/usb/pvrusb2/pvrusb2-eeprom.c    |   13 --
 drivers/media/v4l2-core/videobuf2-core.c      |    2 
 drivers/mfd/omap-usb-tll.c                    |    2 
 drivers/misc/c2port/c2port-duramar2150.c      |    4 
 drivers/net/can/usb/gs_usb.c                  |    2 
 drivers/net/ethernet/xilinx/xilinx_emaclite.c |  126 +++++++++++---------
 drivers/staging/rtl8188eu/core/rtw_ap.c       |    2 
 drivers/tty/serial/efm32-uart.c               |   11 +
 drivers/usb/core/hcd.c                        |    1 
 drivers/usb/core/hub.c                        |    8 +
 drivers/usb/gadget/udc/dummy_hcd.c            |    6 
 drivers/usb/host/r8a66597-hcd.c               |    6 
 drivers/usb/host/xhci-pci.c                   |    3 
 fs/cifs/connect.c                             |   24 ++-
 fs/configfs/symlink.c                         |    3 
 fs/hugetlbfs/inode.c                          |    2 
 fs/proc/task_mmu.c                            |    4 
 include/linux/log2.h                          |   13 +-
 include/linux/mm.h                            |   53 ++++----
 include/uapi/linux/usb/ch11.h                 |    3 
 kernel/irq/manage.c                           |    4 
 kernel/time/alarmtimer.c                      |    8 +
 mm/gup.c                                      |    5 
 mm/memory-failure.c                           |    5 
 mm/memory.c                                   |   38 ------
 mm/mmap.c                                     |  160 +++++++++++++++-----------
 mm/page_cgroup.c                              |    3 
 net/ipv6/datagram.c                           |   14 +-
 net/ipv6/ip6_output.c                         |    3 
 net/ipv6/tcp_ipv6.c                           |   11 +
 net/ipv6/udp.c                                |    4 
 net/mac80211/rx.c                             |    6 
 53 files changed, 353 insertions(+), 271 deletions(-)

Anssi Hannula (2):
      net: xilinx_emaclite: fix freezes due to unordered I/O
      net: xilinx_emaclite: fix receive buffer overflow

Anton Bondarenko (1):
      usb: core: fix potential memory leak in error path during hcd creation

Ard Biesheuvel (1):
      log2: make order_base_2() behave correctly on const input value zero

Arnd Bergmann (1):
      pvrusb2: reduce stack usage pvr2_eeprom_analyze()

Chris Brandt (2):
      usb: r8a66597-hcd: select a different endpoint on timeout
      usb: r8a66597-hcd: decrease timeout

Christophe JAILLET (2):
      vb2: Fix an off by one error in 'vb2_plane_vaddr'
      serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'

Corentin Labbe (1):
      usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk

Dan Carpenter (3):
      sparc64: make string buffers large enough
      staging: rtl8188eu: prevent an underflow in rtw_check_beacon_data()
      drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()

Emmanuel Grumbach (1):
      mac80211: don't look at the PM bit of BAR frames

Greg Kroah-Hartman (1):
      Linux 3.18.58

Heiko Carstens (1):
      s390/vmem: fix identity mapping

Heiner Kallweit (1):
      genirq: Release resources in __setup_irq() error path

Helge Deller (1):
      Allow stack to grow up to address space limit

Hugh Dickins (2):
      mm: larger stack guard gap, between vmas
      mm: fix new crash in unmapped_area_topdown()

James Morse (1):
      mm/memory-failure.c: use compound_head() flags for huge pages

Johan Hovold (2):
      USB: hub: fix SS max number of ports
      USB: gadget: dummy_hcd: fix hub-descriptor removable fields

Jonathan T. Leighton (2):
      ipv6: Handle IPv4-mapped src to in6addr_any dst.
      ipv6: Inhibit IPv4-mapped src address on the wire.

Laura Abbott (1):
      x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()

Marc Kleine-Budde (1):
      can: gs_usb: fix memory leak in gs_cmd_reset()

Matt Ranostay (1):
      iio: proximity: as3935: recalibrate RCO after resume

Nicholas Bellinger (1):
      configfs: Fix race between create_link and configfs_rmdir

Richard (1):
      partitions/msdos: FreeBSD UFS2 file systems are not recognized

Sachin Prabhu (1):
      Call echo service immediately after socket reconnect

Thomas Gleixner (1):
      alarmtimer: Rate limit periodic intervals

Tomasz WilczyƄski (1):
      cpufreq: conservative: Allow down_threshold to take values from 1 to 10

Tony Lindgren (1):
      mfd: omap-usb-tll: Fix inverted bit use for USB TLL mode

Yu Zhao (1):
      swap: cond_resched in swap_cgroup_prepare()


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