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:	Wed, 29 Apr 2015 10:56:23 +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.19.6

I'm announcing the release of the 3.19.6 kernel.

All users of the 3.19 kernel series must upgrade.

The updated 3.19.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.19.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/mm/hugetlbpage.c                       |    6 -
 arch/arm64/mm/hugetlbpage.c                     |    6 -
 arch/ia64/mm/hugetlbpage.c                      |    6 -
 arch/metag/mm/hugetlbpage.c                     |    6 -
 arch/mips/mm/hugetlbpage.c                      |   18 ---
 arch/powerpc/mm/hugetlbpage.c                   |    8 +
 arch/s390/mm/hugetlbpage.c                      |   20 ---
 arch/sh/mm/hugetlbpage.c                        |   12 --
 arch/sparc/mm/hugetlbpage.c                     |   12 --
 arch/tile/mm/hugetlbpage.c                      |   28 ----
 arch/x86/kvm/vmx.c                              |    7 -
 arch/x86/mm/hugetlbpage.c                       |   12 --
 drivers/net/bonding/bond_main.c                 |    3 
 drivers/net/ethernet/broadcom/bnx2x/bnx2x.h     |  137 ++++++++----------------
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |    9 -
 drivers/net/ethernet/broadcom/tg3.c             |    2 
 drivers/net/ethernet/mellanox/mlx4/cmd.c        |    3 
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  |   15 +-
 drivers/net/ethernet/rocker/rocker.c            |    8 +
 drivers/net/tun.c                               |    2 
 drivers/net/usb/asix_common.c                   |    2 
 drivers/net/usb/cdc_ncm.c                       |    6 -
 drivers/net/usb/sr9800.c                        |    1 
 drivers/net/usb/usbnet.c                        |   17 ++
 drivers/net/vxlan.c                             |   20 +--
 drivers/net/wireless/rtlwifi/pci.c              |   31 ++++-
 drivers/net/wireless/rtlwifi/rtl8192ee/sw.c     |    3 
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.c    |    7 -
 drivers/net/wireless/rtlwifi/rtl8192ee/trx.h    |    2 
 drivers/net/wireless/rtlwifi/wifi.h             |    1 
 drivers/net/xen-netfront.c                      |    5 
 drivers/staging/comedi/drivers/adv_pci1710.c    |    3 
 fs/exec.c                                       |   76 ++++++++-----
 include/linux/hugetlb.h                         |    8 -
 include/linux/netdevice.h                       |    6 +
 include/linux/swapops.h                         |    4 
 include/linux/usb/usbnet.h                      |   16 ++
 include/net/ip.h                                |   16 --
 include/net/ip6_route.h                         |    3 
 include/net/sock.h                              |    2 
 kernel/bpf/verifier.c                           |    3 
 mm/gup.c                                        |   25 +---
 mm/hugetlb.c                                    |   74 ++++++++----
 mm/migrate.c                                    |    5 
 net/core/dev.c                                  |    4 
 net/core/skbuff.c                               |   10 +
 net/core/sock.c                                 |   19 +++
 net/ipv4/geneve.c                               |    8 -
 net/ipv4/tcp_input.c                            |    7 -
 net/ipv4/tcp_ipv4.c                             |    2 
 net/ipv4/tcp_output.c                           |    2 
 net/ipv6/ip6_output.c                           |    3 
 net/ipv6/ndisc.c                                |    9 +
 net/ipv6/tcp_ipv6.c                             |   13 ++
 net/openvswitch/vport.c                         |    4 
 56 files changed, 357 insertions(+), 382 deletions(-)

Alex Gartrell (1):
      tun: return proper error code from tun_do_read

Alexei Starovoitov (1):
      bpf: fix verifier memory corruption

Alexey Kodanev (1):
      net: tcp6: fix double call of tcp_v6_fill_cb()

Anton Nayshtut (1):
      bonding: Bonding Overriding Configuration logic restored.

Ben Hutchings (2):
      usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
      usbnet: Fix tx_bytes statistic running backward in cdc_ncm

D.S. Ljungmark (1):
      ipv6: Don't reduce hop limit for an interface

Eric Dumazet (2):
      tcp: tcp_make_synack() should clear skb->tstamp
      bnx2x: Fix busy_poll vs netpoll

Greg Kroah-Hartman (1):
      Linux 3.19.6

Herbert Xu (2):
      Revert "net: Reset secmark when scrubbing packet"
      skbuff: Do not scrub skb mark within the same name space

Ian Abbott (1):
      staging: comedi: adv_pci1710: fix AI INSN_READ for non-zero channel

Ido Shamay (1):
      net/mlx4_en: Call register_netdevice in the proper location

Jack Morgenstein (1):
      net/mlx4_core: Fix error message deprecation for ConnectX-2 cards

Jann Horn (1):
      fs: take i_mutex during prepare_binprm for set[ug]id executables

Jesse Gross (1):
      udptunnels: Call handle_offloads after inserting vlan tag.

Jonathan Davies (1):
      xen-netfront: transmit fully GSO-sized packets

Jun'ichi Nomura \\\\(NEC\\\\) (1):
      tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()

Michal Kubeček (1):
      tcp: prevent fetching dst twice in early demux code

Naoya Horiguchi (2):
      mm/hugetlb: reduce arch dependent code around follow_huge_*
      mm/hugetlb: take page table lock in follow_huge_pmd()

Neal Cardwell (1):
      tcp: fix FRTO undo on cumulative ACK of SACKed range

Radim Krčmář (1):
      KVM: nVMX: mask unrestricted_guest if disabled on L0

Simon Horman (1):
      rocker: handle non-bridge master change

Thomas Graf (1):
      openvswitch: Return vport module ref before destruction

Troy Tan (1):
      rtlwifi: rtl8192ee: Fix handling of new style descriptors

hannes@...essinduktion.org (1):
      ipv6: protect skb->sk accesses from recursive dereference inside the stack


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ