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, 21 Apr 2017 09:49:43 +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 4.4.63

I'm announcing the release of the 4.4.63 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/mips/Kconfig                                 |    4 -
 arch/mips/lantiq/irq.c                            |   38 +++++-----
 arch/powerpc/kernel/setup_64.c                    |    9 ++
 arch/x86/entry/vdso/vdso32-setup.c                |   11 ++
 arch/x86/include/asm/elf.h                        |    2 
 arch/x86/kernel/cpu/perf_event_intel_lbr.c        |    3 
 arch/x86/kvm/vmx.c                                |   10 ++
 arch/x86/mm/init.c                                |   41 ++++++++---
 crypto/ahash.c                                    |   79 +++++++++++++--------
 drivers/acpi/nfit.c                               |    6 +
 drivers/block/zram/zram_drv.c                     |    6 -
 drivers/char/Kconfig                              |    6 +
 drivers/char/mem.c                                |   82 +++++++++++++---------
 drivers/char/virtio_console.c                     |   12 ++-
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c |    2 
 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c   |    2 
 drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv44.c   |    2 
 drivers/input/joystick/xpad.c                     |    2 
 drivers/irqchip/irq-imx-gpcv2.c                   |    2 
 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c       |    9 +-
 drivers/media/usb/dvb-usb/dvb-usb-firmware.c      |   33 +++++---
 drivers/net/ethernet/ibm/ibmveth.c                |   12 ++-
 drivers/net/usb/catc.c                            |   56 +++++++++------
 drivers/net/usb/pegasus.c                         |   29 ++++++-
 drivers/net/usb/rtl8150.c                         |   34 +++++++--
 drivers/net/wireless/ath/ath9k/common-spectral.c  |    8 +-
 drivers/nvdimm/bus.c                              |    6 +
 drivers/platform/x86/acer-wmi.c                   |   22 ++++-
 drivers/rtc/rtc-tegra.c                           |   28 ++++++-
 drivers/scsi/sd.c                                 |   23 +++++-
 drivers/scsi/sr.c                                 |    6 +
 drivers/target/iscsi/iscsi_target_parameters.c    |   16 ----
 drivers/target/iscsi/iscsi_target_util.c          |   12 +--
 drivers/tty/serial/atmel_serial.c                 |   11 +-
 drivers/video/fbdev/xen-fbfront.c                 |    4 -
 fs/cifs/file.c                                    |    6 -
 fs/ext4/inode.c                                   |    5 -
 fs/proc/task_mmu.c                                |    9 ++
 include/crypto/internal/hash.h                    |   10 ++
 include/linux/cgroup.h                            |   21 +++++
 include/linux/sched.h                             |    4 +
 kernel/cgroup.c                                   |    9 +-
 kernel/kthread.c                                  |    3 
 kernel/trace/ftrace.c                             |   20 ++++-
 net/ipv6/route.c                                  |    2 
 net/sctp/socket.c                                 |    8 +-
 net/sunrpc/auth_gss/auth_gss.c                    |    7 +
 48 files changed, 518 insertions(+), 216 deletions(-)

Arnd Bergmann (1):
      dvb-usb-v2: avoid use-after-free

Ben Hutchings (4):
      pegasus: Use heap buffers for all register access
      rtl8150: Use heap buffers for all register access
      catc: Combine failure cleanup code in catc_probe()
      catc: Use heap buffer for memory size test

Benjamin Herrenschmidt (1):
      powerpc: Disable HFSCR[TM] if TM is not supported

Cameron Gutman (1):
      Input: xpad - add support for Razer Wildcat gamepad

Daeho Jeong (1):
      ext4: fix inode checksum calculation problem if i_extra_size is small

Dan Williams (2):
      acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)
      libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splat

Fam Zheng (1):
      scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusable

Geert Uytterhoeven (1):
      char: Drop bogus dependency of DEVPORT on !M68K

Germano Percossi (1):
      CIFS: store results of cifs_reopen_file to avoid infinite wait

Greg Kroah-Hartman (3):
      Revert "MIPS: Lantiq: Fix cascaded IRQ setup"
      MIPS: fix Select HAVE_IRQ_EXIT_ON_IRQ_STACK patch.
      Linux 4.4.63

Herbert Xu (1):
      crypto: ahash - Fix EINPROGRESS notification callback

Ilia Mirkin (2):
      drm/nouveau/mpeg: mthd returns true on success now
      drm/nouveau/mmu/nv4a: use nv04 mmu rather than the nv44 one

Juergen Gross (1):
      xen, fbfront: fix connecting to backend

Kees Cook (1):
      mm: Tighten x86 /dev/mem with zeroing reads

Kirill A. Shutemov (1):
      thp: fix MADV_DONTNEED vs clear soft dirty race

Lee, Chun-Yi (1):
      platform/x86: acer-wmi: setup accelerometer when machine has appropriate notify event

Mantas M (1):
      net: ipv6: check route protocol when deleting routes

Marcelo Ricardo Leitner (1):
      sctp: deny peeloff operation on asocs with threads sleeping on it

Martin K. Petersen (2):
      scsi: sr: Sanity check returned mode data
      scsi: sd: Fix capacity calculation with 32-bit sector_t

Mathias Krause (1):
      x86/vdso: Ensure vdso32_enabled gets set to valid values only

Mauro Carvalho Chehab (1):
      dvb-usb: don't use stack for firmware load

Max Bires (1):
      char: lack of bool string made CONFIG_DEVPORT always on

Miaoqing Pan (1):
      ath9k: fix NULL pointer dereference

Minchan Kim (1):
      zram: do not use copy_page with non-page aligned address

NeilBrown (1):
      SUNRPC: fix refcounting problems with auth_gss messages.

Nicholas Bellinger (2):
      iscsi-target: Fix TMR reference leak during session shutdown
      iscsi-target: Drop work-around for legacy GlobalSAN initiator

Omar Sandoval (1):
      virtio-console: avoid DMA from stack

Paolo Bonzini (1):
      kvm: fix page struct leak in handle_vmon

Peter Zijlstra (1):
      perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()

Richard Genoud (1):
      tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is done

Stefan BrĂ¼ns (1):
      dvb-usb-firmware: don't do DMA on stack

Steven Rostedt (VMware) (1):
      ftrace: Fix removing of second function probe

Tejun Heo (1):
      cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups

Thierry Reding (1):
      rtc: tegra: Implement clock handling

Thomas Falcon (1):
      ibmveth: calculate gso_segs for large packets

Thomas Gleixner (1):
      x86/vdso: Plug race between mapping and ELF header setup

Tyler Baker (1):
      irqchip/irq-imx-gpcv2: Fix spinlock initialization


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