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, 24 Jun 2016 10:40:23 -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.4.14

I'm announcing the release of the 4.4.14 kernel.

All users of the 4.4 kernel series must upgrade.

The updated 4.4.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.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/kernel/ptrace.c                       |    2 
 arch/arm64/include/asm/elf.h                   |    4 
 arch/arm64/kernel/cpuinfo.c                    |    8 
 arch/arm64/mm/fault.c                          |    2 
 arch/mips/include/asm/processor.h              |    2 
 arch/parisc/kernel/unaligned.c                 |   10 
 arch/powerpc/include/asm/reg.h                 |    6 
 arch/powerpc/kernel/prom_init.c                |    1 
 arch/powerpc/platforms/pseries/eeh_pseries.c   |   51 ++-
 arch/s390/net/bpf_jit.h                        |    4 
 arch/s390/net/bpf_jit_comp.c                   |    4 
 arch/sparc/include/asm/head_64.h               |    4 
 arch/sparc/include/asm/pgtable_64.h            |   43 ++-
 arch/sparc/include/asm/tlbflush_64.h           |    3 
 arch/sparc/include/asm/ttable.h                |    8 
 arch/sparc/kernel/Makefile                     |    1 
 arch/sparc/kernel/cherrs.S                     |   14 
 arch/sparc/kernel/entry.S                      |   17 +
 arch/sparc/kernel/fpu_traps.S                  |   11 
 arch/sparc/kernel/head_64.S                    |   24 -
 arch/sparc/kernel/misctrap.S                   |   12 
 arch/sparc/kernel/pci.c                        |   17 +
 arch/sparc/kernel/rtrap_64.S                   |   57 ----
 arch/sparc/kernel/signal32.c                   |   46 ++-
 arch/sparc/kernel/signal_32.c                  |   41 +-
 arch/sparc/kernel/signal_64.c                  |   33 +-
 arch/sparc/kernel/sigutil_32.c                 |    9 
 arch/sparc/kernel/sigutil_64.c                 |   10 
 arch/sparc/kernel/spiterrs.S                   |   18 -
 arch/sparc/kernel/syscalls.S                   |   36 ++
 arch/sparc/kernel/urtt_fill.S                  |   98 ++++++
 arch/sparc/kernel/utrap.S                      |    3 
 arch/sparc/kernel/vmlinux.lds.S                |    4 
 arch/sparc/kernel/winfixup.S                   |    3 
 arch/sparc/mm/hugetlbpage.c                    |   33 +-
 arch/sparc/mm/init_64.c                        |   37 +-
 arch/sparc/mm/tlb.c                            |   25 +
 arch/sparc/mm/tsb.c                            |   32 +-
 arch/x86/kernel/traps.c                        |   20 -
 arch/x86/kvm/x86.c                             |    5 
 crypto/asymmetric_keys/Kconfig                 |    1 
 drivers/crypto/ccp/ccp-crypto-aes-xts.c        |   17 -
 drivers/crypto/qat/qat_common/adf_common_drv.h |   13 
 drivers/gpio/gpio-bcm-kona.c                   |    4 
 drivers/gpu/drm/drm_crtc.c                     |   60 +++-
 drivers/net/ethernet/rocker/rocker.c           |    4 
 drivers/net/ethernet/sfc/ef10.c                |   16 +
 drivers/net/geneve.c                           |   41 ++
 drivers/net/team/team.c                        |    9 
 drivers/net/tun.c                              |    6 
 drivers/net/vxlan.c                            |   60 ++--
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c  |    5 
 drivers/scsi/scsi_devinfo.c                    |    1 
 drivers/scsi/scsi_lib.c                        |    7 
 fs/dcache.c                                    |    4 
 fs/ecryptfs/kthread.c                          |   13 
 fs/proc/root.c                                 |    7 
 include/linux/irqchip/arm-gic-v3.h             |    2 
 include/linux/netfilter/x_tables.h             |   12 
 include/net/ip_tunnels.h                       |    1 
 include/net/switchdev.h                        |    2 
 include/uapi/linux/libc-compat.h               |    2 
 kernel/bpf/inode.c                             |    3 
 kernel/sched/core.c                            |    3 
 mm/memcontrol.c                                |    3 
 net/bridge/br_fdb.c                            |    2 
 net/ipv4/ip_gre.c                              |    8 
 net/ipv4/ip_tunnel.c                           |   20 +
 net/ipv4/netfilter/arp_tables.c                |  326 +++++++---------------
 net/ipv4/netfilter/ip_tables.c                 |  356 +++++++------------------
 net/ipv4/udp.c                                 |    2 
 net/ipv6/ip6_output.c                          |   11 
 net/ipv6/netfilter/ip6_tables.c                |  349 ++++++------------------
 net/ipv6/tcp_ipv6.c                            |    4 
 net/ipv6/udp.c                                 |    2 
 net/l2tp/l2tp_core.c                           |    2 
 net/netfilter/x_tables.c                       |  245 ++++++++++++++++-
 net/netlink/af_netlink.c                       |    7 
 net/openvswitch/vport-vxlan.c                  |    2 
 net/switchdev/switchdev.c                      |    6 
 net/tipc/netlink_compat.c                      |    2 
 net/tipc/socket.c                              |    3 
 net/wireless/wext-core.c                       |   25 +
 sound/pci/hda/hda_intel.c                      |   11 
 sound/pci/hda/patch_realtek.c                  |   73 ++++-
 virt/kvm/irqchip.c                             |    2 
 87 files changed, 1434 insertions(+), 1080 deletions(-)

AceLan Kao (1):
      ALSA: hda - Fix headset mic detection problem for Dell machine

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Andy Lutomirski (1):
      x86/entry/traps: Don't force in_interrupt() to return true in IST handlers

Arnd Bergmann (1):
      crypto: public_key: select CRYPTO_AKCIPHER

Babu Moger (1):
      sparc/PCI: Fix for panic while enabling SR-IOV

Ben Dooks (1):
      gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings

Catalin Marinas (1):
      arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks

Chen Haiquan (1):
      vxlan: Accept user specified MTU value when create new vxlan link

Daniel Borkmann (1):
      bpf, inode: disallow userns mounts

David S. Miller (5):
      sparc64: Fix bootup regressions on some Kconfig combinations.
      sparc64: Fix sparc64_set_context stack handling.
      sparc64: Take ctx_alloc_lock properly in hugetlb_setup().
      sparc: Harden signal return frame checks.
      sparc64: Fix return from trap window fill crashes.

David Wragg (3):
      vxlan: Relax MTU constraints
      geneve: Relax MTU constraints
      vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices

Edward Cree (1):
      sfc: on MC reset, clear PIO buffer linkage in TXQs

Eric W. Biederman (1):
      bpf: Use mount_nodev not mount_ns to mount the bpf filesystem

Ewan D. Milne (1):
      scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist

Florian Westphal (19):
      netfilter: x_tables: validate e->target_offset early
      netfilter: x_tables: make sure e->next_offset covers remaining blob size
      netfilter: x_tables: fix unconditional helper
      netfilter: x_tables: don't move to non-existent next rule
      netfilter: x_tables: validate targets of jumps
      netfilter: x_tables: add and use xt_check_entry_offsets
      netfilter: x_tables: kill check_entry helper
      netfilter: x_tables: assert minimum target size
      netfilter: x_tables: add compat version of xt_check_entry_offsets
      netfilter: x_tables: check standard target size too
      netfilter: x_tables: check for bogus target offset
      netfilter: x_tables: validate all offsets and sizes in a rule
      netfilter: x_tables: don't reject valid target size on some architectures
      netfilter: arp_tables: simplify translate_compat_table args
      netfilter: ip_tables: simplify translate_compat_table args
      netfilter: ip6_tables: simplify translate_compat_table args
      netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
      netfilter: x_tables: do compat validation via translate_table
      netfilter: x_tables: introduce and use xt_copy_counters_from_user

Greg Kroah-Hartman (1):
      Linux 4.4.14

Guillaume Nault (1):
      l2tp: fix configuration passed to setup_udp_tunnel_sock()

Hannes Frederic Sowa (1):
      udp: prevent skbs lingering in tunnel socket queues

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

Herbert Xu (1):
      netlink: Fix dump skb leak/double free

Ivan Vecera (1):
      team: don't call netdev_change_features under team->lock

Jakub Sitnicki (1):
      ipv6: Skip XFRM lookup if dst_entry in socket cache is valid

James Bottomley (1):
      scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands

Jann Horn (3):
      ecryptfs: forbid opening files without mmap handler
      proc: prevent stacking filesystems on top
      sched: panic on corrupted stack end

Jason Wang (1):
      tuntap: correctly wake up process during uninit

Jiri Pirko (1):
      switchdev: pass pointer to fib_info instead of copy

Kailang Yang (2):
      ALSA: hda/realtek - ALC256 speaker noise issue
      ALSA: hda/realtek - Add support for new codecs ALC700/ALC701/ALC703

Maarten Lankhorst (1):
      drm/core: Do not preserve framebuffer on rmfb, v4.

Marc Zyngier (1):
      irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Michael Holzheu (2):
      s390/bpf: fix recache skb->data/hlen for skb_vlan_push/pop
      s390/bpf: reduce maximum program size to 64 KB

Mike Frysinger (1):
      sparc: Fix system call tracing register handling.

Nicolas Dichtel (1):
      uapi glibc compat: fix compilation when !__USE_MISC in glibc

Nitin Gupta (2):
      sparc64: Fix numa node distance initialization
      sparc64: Reduce TLB flushes during hugepte changes

Paolo Bonzini (2):
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS
      KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ralf Baechle (1):
      MIPS: Fix 64k page support for 32 bit kernels.

Richard Alpe (2):
      tipc: check nl sock before parsing nested attributes
      tipc: fix nametable publication field in nl compat

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Tadeusz Struk (1):
      crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq

Tejun Heo (1):
      memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()

Thomas Huth (3):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2
      powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

Torsten Hilbrich (1):
      ALSA: hda/realtek: Add T560 docking unit fixup

Toshiaki Makita (1):
      bridge: Don't insert unnecessary local fdb entry on changing mac address

Vinod Koul (1):
      ALSA: hda - Add PCI ID for Kabylake

Will Deacon (1):
      arm64: mm: always take dirty state from new pte in ptep_set_access_flags

Yuchung Cheng (1):
      tcp: record TLP and ER timer stats in v6 stats

hongkun.cao (1):
      pinctrl: mediatek: fix dual-edge code defect


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