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, 17 Dec 2018 16:48:17 +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 3.18.130

I'm announcing the release of the 3.18.130 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/Makefile                                            |    3 
 Documentation/networking/Makefile                                 |    1 
 Documentation/networking/timestamping/.gitignore                  |    3 
 Documentation/networking/timestamping/Makefile                    |   14 
 Documentation/networking/timestamping/hwtstamp_config.c           |  134 --
 Documentation/networking/timestamping/timestamping.c              |  528 ----------
 Documentation/networking/timestamping/txtimestamp.c               |  469 --------
 Makefile                                                          |    2 
 arch/arm/mach-omap1/board-ams-delta.c                             |    3 
 arch/arm/mach-omap2/prm44xx.c                                     |    2 
 arch/s390/kernel/perf_cpum_cf.c                                   |    2 
 arch/x86/kvm/lapic.c                                              |    2 
 drivers/gpu/drm/ast/ast_mode.c                                    |   36 
 drivers/hwmon/w83795.c                                            |    2 
 drivers/net/ethernet/realtek/8139cp.c                             |    5 
 drivers/net/tun.c                                                 |    6 
 drivers/staging/rts5208/sd.c                                      |    3 
 drivers/staging/speakup/kobjects.c                                |    4 
 drivers/usb/gadget/udc/omap_udc.c                                 |   87 -
 drivers/video/fbdev/matrox/matroxfb_Ti3026.c                      |    2 
 drivers/vme/bridges/vme_ca91cx42.c                                |    2 
 drivers/vme/bridges/vme_ca91cx42.h                                |    2 
 fs/btrfs/send.c                                                   |   11 
 fs/cachefiles/rdwr.c                                              |    3 
 fs/exec.c                                                         |    7 
 fs/exportfs/expfs.c                                               |    2 
 fs/fscache/object.c                                               |    3 
 fs/hfs/btree.c                                                    |    3 
 fs/hfsplus/btree.c                                                |    3 
 fs/ocfs2/export.c                                                 |    2 
 fs/ocfs2/move_extents.c                                           |   47 
 fs/pstore/platform.c                                              |    4 
 fs/sysv/inode.c                                                   |    2 
 include/linux/sched.h                                             |    7 
 include/net/neighbour.h                                           |   28 
 lib/debugobjects.c                                                |    3 
 net/core/rtnetlink.c                                              |    3 
 net/ipv6/ip6_output.c                                             |   42 
 net/sched/sch_netem.c                                             |    3 
 scripts/kconfig/confdata.c                                        |    2 
 sound/soc/omap/omap-dmic.c                                        |    9 
 sound/soc/omap/omap-mcpdm.c                                       |   43 
 tools/testing/selftests/networking/timestamping/.gitignore        |    3 
 tools/testing/selftests/networking/timestamping/Makefile          |    8 
 tools/testing/selftests/networking/timestamping/hwtstamp_config.c |  134 ++
 tools/testing/selftests/networking/timestamping/timestamping.c    |  528 ++++++++++
 tools/testing/selftests/networking/timestamping/txtimestamp.c     |  469 ++++++++
 47 files changed, 1384 insertions(+), 1297 deletions(-)

Aaro Koskinen (4):
      USB: omap_udc: use devm_request_irq()
      USB: omap_udc: fix crashes on probe error and module removal
      USB: omap_udc: fix omap_udc_start() on 15xx machines
      USB: omap_udc: fix USB gadget functionality on Palm Tungsten E

Arnd Bergmann (2):
      exec: avoid gcc-8 warning for get_task_comm
      staging: rts5208: fix gcc-8 logic error warning

Augusto Mecking Caringi (1):
      vme: Fix wrong pointer utilization in ca91cx42_slave_get

Christoph Paasch (1):
      net: Prevent invalid access to skb->prev in __qdisc_drop_all

Colin Ian King (1):
      fscache, cachefiles: remove redundant variable 'cache'

Dmitry Kalinkin (1):
      vme: ca91cx42: fix LM_CTL address mask

Eric Dumazet (1):
      rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices

Greg Kroah-Hartman (1):
      Linux 3.18.130

Guenter Roeck (1):
      staging: speakup: Replace strncpy with memcpy

Huacai Chen (1):
      hwmon: (w83795) temp4_type has writable permission

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: Fix possible use of uninitialized field

Larry Chen (1):
      ocfs2: fix deadlock caused by ocfs2_defrag_extent()

Namhyung Kim (1):
      pstore: Convert console write to use ->write_buf

Nathan Chancellor (2):
      ARM: OMAP2+: prm44xx: Fix section annotation on omap44xx_prm_enable_io_wakeup
      kconfig: Avoid format overflow warning from GCC 8.1

NeilBrown (1):
      fscache: fix race between enablement and dropping of object

Nicolas Dichtel (1):
      tun: forbid iface creation with rtnl ops

Pan Bian (4):
      exportfs: do not read dentry after free
      hfs: do not free node before using
      hfsplus: do not free node before using
      ocfs2: fix potential use after free

Peter Ujfalusi (2):
      ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLE
      ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE

Qian Cai (1):
      debugobjects: avoid recursive calls with kmemleak

Robbie Ko (1):
      Btrfs: send, fix infinite loop due to directory rename dependencies

Shuah Khan (1):
      selftests: Move networking/timestamping from Documentation

Stefano Brivio (2):
      neighbour: Avoid writing before skb->head in neigh_hh_output()
      ipv6: Check available headroom in ip6_xmit() even without options

Su Yanjun (1):
      net: 8139cp: fix a BUG triggered by changing mtu with network traffic

Sudip Mukherjee (1):
      matroxfb: fix size of memcpy

Thomas Richter (1):
      s390/cpum_cf: Reject request for sampling in event initialization

Y.C. Chen (1):
      drm/ast: fixed reading monitor EDID not stable issue

Yi Wang (1):
      KVM: x86: fix empty-body warnings

YueHaibing (1):
      sysv: return 'err' instead of 0 in __sysv_write_inode


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