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:	Fri, 10 Jul 2015 12:26:18 -0700
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.0.8

----------------------------------------------
Note, there will only be one more 4.0-stable release, please start
moving to 4.1-stable at this point in time, you have been warned.
----------------------------------------------

I'm announcing the release of the 4.0.8 kernel.

All users of the 4.0 kernel series must upgrade.

The updated 4.0.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.0.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/devicetree/bindings/net/marvell-armada-370-neta.txt |    2 
 Makefile                                                          |    2 
 arch/arm/boot/dts/armada-370-xp.dtsi                              |    2 
 arch/arm/boot/dts/armada-370.dtsi                                 |    8 +
 arch/arm/boot/dts/armada-xp-mv78260.dtsi                          |    2 
 arch/arm/boot/dts/armada-xp-mv78460.dtsi                          |    2 
 arch/arm/boot/dts/armada-xp.dtsi                                  |   10 ++
 arch/arm/kvm/interrupts.S                                         |   10 --
 arch/arm/kvm/interrupts_head.S                                    |   20 ++++
 arch/arm/kvm/psci.c                                               |   16 ---
 arch/arm/mach-imx/clk-imx6q.c                                     |    2 
 arch/arm/mach-mvebu/pm-board.c                                    |    3 
 arch/arm/mach-tegra/cpuidle-tegra20.c                             |    5 -
 arch/arm/mach-tegra/reset-handler.S                               |   10 +-
 arch/arm/mach-tegra/reset.h                                       |    4 
 arch/arm/mach-tegra/sleep-tegra20.S                               |   37 ++++----
 arch/arm/mach-tegra/sleep.h                                       |    4 
 arch/mips/include/asm/mach-generic/spaces.h                       |    4 
 arch/mips/kvm/mips.c                                              |    2 
 arch/powerpc/perf/core-book3s.c                                   |   11 ++
 arch/s390/kernel/crash_dump.c                                     |    2 
 arch/s390/kvm/interrupt.c                                         |    2 
 arch/sparc/kernel/ldc.c                                           |    2 
 arch/x86/Kconfig                                                  |    2 
 arch/x86/include/asm/kvm_host.h                                   |    2 
 arch/x86/kvm/i8254.c                                              |    2 
 arch/x86/kvm/lapic.c                                              |    5 -
 arch/x86/kvm/svm.c                                                |    8 +
 arch/x86/pci/acpi.c                                               |   17 +++
 drivers/cpufreq/intel_pstate.c                                    |    2 
 drivers/cpuidle/cpuidle-powernv.c                                 |   15 ++-
 drivers/crypto/talitos.c                                          |    4 
 drivers/iommu/amd_iommu.c                                         |    6 +
 drivers/iommu/arm-smmu.c                                          |    2 
 drivers/mmc/host/sdhci.c                                          |    2 
 drivers/net/ethernet/amd/xgbe/xgbe-desc.c                         |    2 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c                  |    3 
 drivers/net/ethernet/intel/igb/igb_ptp.c                          |    4 
 drivers/net/ethernet/marvell/mvneta.c                             |   27 ++++++
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c                    |    4 
 drivers/net/ethernet/mellanox/mlx4/en_rx.c                        |   17 +--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c                        |   20 ++--
 drivers/net/ethernet/mellanox/mlx4/intf.c                         |    8 +
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h                      |    2 
 drivers/net/phy/phy_device.c                                      |    5 -
 drivers/s390/kvm/virtio_ccw.c                                     |   11 ++
 drivers/usb/gadget/function/f_fs.c                                |   12 ++
 fs/dcache.c                                                       |   11 --
 fs/inode.c                                                        |    4 
 fs/namespace.c                                                    |    8 +
 fs/ufs/balloc.c                                                   |   34 +++----
 fs/ufs/ialloc.c                                                   |   16 +--
 fs/ufs/inode.c                                                    |    5 -
 fs/ufs/namei.c                                                    |   22 +++--
 fs/ufs/super.c                                                    |   11 ++
 fs/ufs/ufs.h                                                      |    1 
 include/net/netns/sctp.h                                          |    1 
 include/net/sctp/structs.h                                        |    4 
 net/bridge/br_ioctl.c                                             |    2 
 net/bridge/br_multicast.c                                         |    7 -
 net/bridge/br_stp_if.c                                            |    4 
 net/core/neighbour.c                                              |   13 +++
 net/core/skbuff.c                                                 |    2 
 net/core/sock.c                                                   |    2 
 net/ipv4/af_inet.c                                                |    2 
 net/ipv4/ip_sockglue.c                                            |   11 ++
 net/ipv4/tcp.c                                                    |    7 +
 net/ipv4/tcp_fastopen.c                                           |    2 
 net/ipv6/datagram.c                                               |   12 ++
 net/netfilter/nft_rbtree.c                                        |    6 -
 net/packet/af_packet.c                                            |   20 ----
 net/sctp/output.c                                                 |    4 
 net/sctp/socket.c                                                 |   43 +++++++---
 security/selinux/hooks.c                                          |    1 
 74 files changed, 394 insertions(+), 205 deletions(-)

Alexander Sverdlin (1):
      sctp: Fix race between OOTB responce and route removal

Anton Blanchard (1):
      powerpc/perf: Fix book3s kernel to userspace backtraces

Bandan Das (1):
      KVM: nSVM: Check for NRIPS support before updating control field

Bjorn Helgaas (2):
      x86/PCI: Use host bridge _CRS info on systems with >32 bit addressing
      x86/PCI: Use host bridge _CRS info on Foxconn K8M890-8237A

Christoph Paasch (1):
      tcp: Do not call tcp_fastopen_reset_cipher from interrupt context

Cornelia Huck (1):
      KVM: s390: virtio-ccw: don't overwrite config space values

David Hildenbrand (1):
      KVM: s390: fix external call injection without sigp interpretation

Dmitry Osipenko (1):
      ARM: tegra20: Store CPU "resettable" status in IRAM

Eran Ben Elisha (1):
      net/mlx4_en: Release TX QP when destroying TX ring

Eric Dumazet (2):
      packet: read num_members once in packet_rcv_fanout()
      bnx2x: fix lockdep splat

Eric W. Biederman (2):
      vfs: Remove incorrect debugging WARN in prepend_path
      vfs: Ignore unlocked mounts in fs_fully_visible

Fabian Frederick (3):
      fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"
      fs/ufs: restore s_lock mutex
      fs/ufs: restore s_lock mutex_init()

Greg Kroah-Hartman (1):
      Linux 4.0.8

Horia Geant? (2):
      crypto: talitos - avoid memleak in talitos_alg_alloc()
      Revert "crypto: talitos - convert to use be16_add_cpu()"

Ido Shamay (2):
      net/mlx4_en: Wake TX queues only when there's enough room
      net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled

J. Bruce Fields (1):
      selinux: fix setting of security labels on NFS

James Hogan (1):
      MIPS: Fix KVM guest fixmap address

Jan Kara (3):
      fs: Fix S_NOSEC handling
      ufs: Fix warning from unlock_new_inode()
      ufs: Fix possible deadlock when looking up directories

Jiri Slaby (1):
      mmc: sdhci: fix low memory corruption

Joe Konno (1):
      intel_pstate: set BYT MSR with wrmsrl_on_cpu()

Joerg Roedel (1):
      iommu/amd: Handle large pages correctly in free_pagetable

Julian Anastasov (2):
      neigh: do not modify unlinked entries
      ip: report the original address of ICMP messages

Konrad Rzeszutek Wilk (1):
      config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected

Lorenzo Pieralisi (1):
      ARM: kvm: psci: fix handling of unimplemented functions

Marc Zyngier (1):
      arm: KVM: force execution of HCPTR access on VM exit

Marcelo Ricardo Leitner (1):
      sctp: fix ASCONF list handling

Michael Holzheu (1):
      s390/kdump: fix REGSET_VX_LOW vector register ELF notes

Mugunthan V N (1):
      net: phy: fix phy link up when limiting speed via device tree

Nikolay Aleksandrov (2):
      bridge: fix multicast router rlist endless loop
      bridge: fix br_stp_set_bridge_priority race conditions

Or Gerlitz (1):
      mlx4: Disable HA for SRIOV PF RoCE devices

Paolo Bonzini (1):
      KVM: mips: use id_to_memslot correctly

Patrick McHardy (1):
      netfilter: nft_rbtree: fix locking

Radim Krčmář (2):
      KVM: x86: properly restore LVT0
      KVM: x86: make vapics_in_nmi_mode atomic

Richard Cochran (1):
      net: igb: fix the start time for periodic output signals

Rui Miguel Silva (2):
      usb: gadget: f_fs: fix check in read operation
      usb: gadget: f_fs: add extra check before unregister_gadget_item

Sebastien Szymanski (1):
      ARM: clk-imx6q: refine sata's parent

Shaohua Li (1):
      net: don't wait for order-3 page allocation

Simon Guinot (3):
      net: mvneta: introduce compatible string "marvell, armada-xp-neta"
      ARM: mvebu: update Ethernet compatible string for Armada XP
      net: mvneta: disable IP checksum with jumbo frames for Armada 370

Sowmini Varadhan (1):
      sparc: Use GFP_ATOMIC in ldc_alloc_exp_dring() as it can be called in softirq context

Thomas Petazzoni (1):
      ARM: mvebu: fix suspend to RAM on big-endian configurations

Tom Lendacky (1):
      amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation

Will Deacon (1):
      iommu/arm-smmu: Fix broken ATOS check

Willem de Bruijn (1):
      packet: avoid out of bounds read in round robin fanout

preeti (1):
      tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode


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