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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 1 Oct 2015 11:44:33 +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.14.54

I'm announcing the release of the 3.14.54 kernel.

All users of the 3.14 kernel series must upgrade.

The updated 3.14.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.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                                          |    4 
 arch/arm64/Kconfig                                |   20 +
 arch/arm64/Makefile                               |    4 
 arch/arm64/kernel/head.S                          |    5 
 arch/arm64/kernel/module.c                        |    2 
 arch/arm64/kernel/signal32.c                      |   47 ++-
 arch/arm64/kvm/hyp.S                              |    5 
 arch/parisc/kernel/irq.c                          |    8 
 arch/parisc/kernel/syscall.S                      |    2 
 arch/powerpc/include/asm/pgtable-ppc64.h          |   14 -
 arch/powerpc/include/asm/rtas.h                   |    1 
 arch/powerpc/kernel/rtas.c                        |   17 +
 arch/powerpc/mm/hugepage-hash64.c                 |    3 
 arch/powerpc/platforms/pseries/ras.c              |    3 
 arch/x86/kernel/entry_64.S                        |  296 ++++++++++++++--------
 arch/x86/kernel/nmi.c                             |  123 +++------
 arch/x86/mm/init_32.c                             |    1 
 block/blk-mq-sysfs.c                              |   25 +
 drivers/base/node.c                               |   10 
 drivers/block/nvme-core.c                         |    2 
 drivers/gpu/drm/radeon/radeon_combios.c           |    8 
 drivers/iio/gyro/Kconfig                          |    3 
 drivers/infiniband/core/uverbs.h                  |    3 
 drivers/infiniband/core/uverbs_cmd.c              |   10 
 drivers/infiniband/core/uverbs_main.c             |   43 ++-
 drivers/infiniband/hw/mlx4/ah.c                   |    6 
 drivers/infiniband/hw/mlx4/sysfs.c                |    5 
 drivers/infiniband/hw/qib/qib_keys.c              |    4 
 drivers/infiniband/hw/qib/qib_verbs.c             |   14 -
 drivers/infiniband/hw/qib/qib_verbs.h             |    2 
 drivers/input/evdev.c                             |   13 
 drivers/isdn/gigaset/ser-gigaset.c                |   11 
 drivers/md/raid10.c                               |    5 
 drivers/media/platform/omap3isp/isp.c             |    4 
 drivers/media/rc/rc-main.c                        |    3 
 drivers/mmc/core/core.c                           |    6 
 drivers/net/bonding/bond_main.c                   |   21 +
 drivers/net/ethernet/broadcom/tg3.c               |    2 
 drivers/net/ethernet/brocade/bna/bnad.c           |    2 
 drivers/net/ethernet/mellanox/mlx4/eq.c           |    4 
 drivers/net/ethernet/stmicro/stmmac/descs.h       |    2 
 drivers/net/ethernet/stmicro/stmmac/enh_desc.c    |    3 
 drivers/net/ethernet/stmicro/stmmac/norm_desc.c   |    3 
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |   44 +--
 drivers/net/usb/usbnet.c                          |    7 
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c       |    1 
 drivers/xen/gntdev.c                              |   40 +-
 fs/btrfs/transaction.c                            |    3 
 fs/cifs/ioctl.c                                   |    6 
 fs/coredump.c                                     |   38 ++
 fs/hfs/bnode.c                                    |    9 
 fs/hfs/brec.c                                     |   20 -
 fs/hfsplus/bnode.c                                |    3 
 fs/nfs/nfs4proc.c                                 |    3 
 fs/nfs/pagelist.c                                 |    4 
 fs/udf/inode.c                                    |   16 +
 include/net/ip.h                                  |    1 
 kernel/fork.c                                     |   28 +-
 mm/vmscan.c                                       |    2 
 net/bridge/br_mdb.c                               |    3 
 net/core/datagram.c                               |   45 +++
 net/core/dev.c                                    |   38 +-
 net/core/fib_rules.c                              |   14 -
 net/core/pktgen.c                                 |    4 
 net/core/rtnetlink.c                              |  128 ++++-----
 net/ipv4/af_inet.c                                |    2 
 net/ipv4/datagram.c                               |   16 -
 net/ipv4/gre_offload.c                            |    2 
 net/ipv4/ip_fragment.c                            |    7 
 net/ipv4/ip_tunnel.c                              |    8 
 net/ipv4/udp.c                                    |   15 -
 net/ipv6/datagram.c                               |   20 +
 net/ipv6/exthdrs_offload.c                        |    2 
 net/ipv6/ip6_gre.c                                |    1 
 net/ipv6/ip6_input.c                              |    6 
 net/ipv6/ip6_offload.c                            |    2 
 net/ipv6/ip6mr.c                                  |    2 
 net/mac80211/tx.c                                 |    3 
 net/mpls/mpls_gso.c                               |    2 
 net/netlink/af_netlink.c                          |  109 +++++---
 net/netlink/af_netlink.h                          |    9 
 net/openvswitch/datapath.c                        |    2 
 net/openvswitch/flow_table.c                      |   21 -
 net/openvswitch/flow_table.h                      |    2 
 net/packet/af_packet.c                            |    8 
 net/rds/info.c                                    |    2 
 net/sctp/protocol.c                               |   64 +++-
 net/tipc/socket.c                                 |    1 
 sound/pci/hda/patch_realtek.c                     |    6 
 89 files changed, 1006 insertions(+), 532 deletions(-)

Adrien Schildknecht (1):
      rtlwifi: rtl8192cu: Add new device ID

Alexey Brodkin (1):
      stmmac: troubleshoot unexpected bits in des0 & des1

Andy Lutomirski (6):
      x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
      x86/nmi/64: Remove asm code that saves CR2
      x86/nmi/64: Switch stacks on userspace NMI entry
      x86/nmi/64: Improve nested NMI comments
      x86/nmi/64: Reorder nested NMI checks
      x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection

Aneesh Kumar K.V (1):
      powerpc/mm: Recompute hash value after a failed update

Angga (1):
      ipv6: Make MLD packets to only be processed locally

Bob Copeland (1):
      mac80211: enable assoc check for mesh interfaces

Christoph Hellwig (1):
      IB/uverbs: reject invalid or unknown opcodes

Dan Carpenter (1):
      rds: fix an integer overflow test in rds_info_getsockopt()

Daniel Borkmann (3):
      rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
      ipv6: fix exthdrs offload registration in out_rt path
      netlink, mmap: transform mmap skb into full skb on taps

David Härdeman (1):
      rc-core: fix remove uevent generation

David Vrabel (1):
      xen/gntdev: convert priv->lock to a mutex

Edward Hyunkoo Jee (1):
      inet: frags: fix defragmented packet's IP header for af_packet

Eric Dumazet (3):
      net: graceful exit from netif_alloc_netdev_queues()
      ipv6: lock socket in ip6_datagram_connect()
      udp: fix dst races with multicast early demux

Eric W. Biederman (1):
      unshare: Unsharing a thread does not require unsharing a vm

Eugene Shatokhin (1):
      usbnet: Get EVENT_NO_RUNTIME_PM bit before it is cleared

Filipe Manana (1):
      Btrfs: check if previous transaction aborted to avoid fs corruption

Florian Westphal (2):
      netlink: don't hold mutex in rcu callback when releasing mmapd ring
      net: gso: use feature flag argument in all protocol gso handlers

Greg Kroah-Hartman (1):
      Linux 3.14.54

Helge Deller (1):
      parisc: Filter out spurious interrupts in PA-RISC irq handler

Herbert Xu (3):
      net: Clone skb before setting peeked flag
      net: Fix skb csum races when peeking
      net: Fix skb_set_peeked use-after-free bug

Hin-Tak Leung (2):
      hfs: fix B-tree corruption after insertion at position 0
      hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

Ivan Vecera (1):
      bna: fix interrupts storm caused by erroneous packets

Jack Morgenstein (2):
      IB/mlx4: Forbid using sysfs to change RoCE pkeys
      net/mlx4_core: Fix wrong index in propagating port change event to VFs

Jaewon Kim (1):
      vmscan: fix increasing nr_isolated incurred by putback unevictable pages

Jan Kara (1):
      udf: Check length of extended attributes and allocation descriptors

Jann Horn (2):
      CIFS: fix type confusion in copy offload ioctl
      fs: if a coredump already exists, unlink and recreate with O_EXCL

Jean Delvare (1):
      tg3: Fix temperature reporting

Jeff Vander Stoep (1):
      arm64: kconfig: Move LIST_POISON to a safe value

Jeffery Miller (1):
      Add radeon suspend/resume quirk for HP Compaq dc5750.

Jesse Gross (1):
      openvswitch: Zero flows on allocation.

Jialing Fu (1):
      mmc: core: fix race condition in mmc_wait_data_done

John David Anglin (1):
      parisc: Use double word condition in 64bit CAS operation

Julian Anastasov (2):
      net: do not process device backlog during unregistration
      net: call rcu_read_lock early in process_backlog

Keith Busch (1):
      NVMe: Initialize device reference count earlier

Kinglong Mee (1):
      NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 client

Lars Westerhoff (1):
      packet: missing dev_put() in packet_do_bind()

Marc Zyngier (1):
      arm64: KVM: Disable virtual timer even if the guest is not using it

Marcelo Ricardo Leitner (1):
      sctp: fix race on protocol/netns initialization

Markus Pargmann (1):
      Revert "iio: bmg160: IIO_BUFFER and IIO_TRIGGERED_BUFFER are required"

Michael Ellerman (1):
      powerpc/mm: Fix pte_pagesize_index() crash on 4K w/64K hash

Mike Marciniszyn (1):
      IB/qib: Change lkey table allocation to support more MRs

Minfei Huang (1):
      x86/mm: Initialize pmd_idx in page_table_range_init_count()

Ming Lei (1):
      blk-mq: fix buffer overflow when reading sysfs file of 'pending'

NeilBrown (2):
      NFSv4: don't set SETATTR for O_RDONLY|O_EXCL
      md/raid10: always set reshape_safe when initializing reshape_position.

Nikolay Aleksandrov (3):
      bridge: mdb: zero out the local br_ip variable before use
      bridge: mdb: fix double add notification
      bonding: fix destruction of bond with devices different from arphrd_ether

Noa Osherovich (1):
      IB/mlx4: Use correct SL on AH query under RoCE

Oleg Nesterov (1):
      net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()

Richard Laing (1):
      net/ipv6: Correct PIM6 mrt_lock handling

Sakari Ailus (1):
      v4l: omap3isp: Fix sub-device power management code

Stephen Smalley (1):
      net/tipc: initialize security state for new connection socket

Takashi Iwai (3):
      Input: evdev - do not report errors form flush()
      ALSA: hda - Enable headphone jack detect on old Fujitsu laptops
      ALSA: hda - Use ALC880_FIXUP_FUJITSU for FSC Amilo M1437

Thomas Huth (1):
      powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

Tilman Schmidt (1):
      isdn/gigaset: reset tty->receive_room when attaching ser_gigaset

Timo Teräs (1):
      ip_tunnel: fix ipv4 pmtu check to honor inner ip header df

Trond Myklebust (1):
      NFS: nfs_set_pgio_error sometimes misses errors

Will Deacon (3):
      arm64: compat: fix vfp save/restore across signal handlers in big-endian
      arm64: head.S: initialise mdcr_el2 in el2_setup
      arm64: errata: add module build workaround for erratum #843419

Wilson Kok (1):
      fib_rules: fix fib rule dumps across multiple skbs

Yinghai Lu (1):
      mm: check if section present during memory block registering

Yishai Hadas (1):
      IB/uverbs: Fix race between ib_uverbs_open and remove_one

dingtianhong (1):
      bonding: correct the MAC address for "follow" fail_over_mac policy

huaibin Wang (1):
      ip6_gre: release cached dst on tunnel removal


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ