Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1542927

Linux 4.4.39

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Linux 4.4.39
Date 2016-12-15 18:40 +0100
Message-ID <sOIaB-cX-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

I'm announcing the release of the 4.4.39 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/arm64/include/asm/futex.h               |    2 
 arch/m68k/include/asm/delay.h                |    2 
 arch/parisc/include/asm/pgtable.h            |    8 +--
 arch/parisc/kernel/cache.c                   |   11 ++++
 arch/parisc/kernel/pacache.S                 |   22 --------
 arch/powerpc/kernel/eeh_driver.c             |    4 +
 arch/x86/kernel/cpu/perf_event.c             |    2 
 arch/x86/kernel/cpu/perf_event_intel.c       |    2 
 crypto/Makefile                              |    1 
 crypto/mcryptd.c                             |   19 ++++---
 drivers/block/zram/zram_drv.c                |    8 ++-
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |    6 +-
 include/linux/cpu.h                          |   15 +----
 include/uapi/linux/can.h                     |    1 
 kernel/cpu.c                                 |    3 -
 kernel/locking/rtmutex.c                     |   68 ++++++++++++++++++++++++++-
 kernel/locking/rtmutex_common.h              |    5 +
 net/batman-adv/translation-table.c           |    4 -
 net/can/raw.c                                |    3 +
 20 files changed, 129 insertions(+), 59 deletions(-)

Andrew Donnellan (1):
      powerpc/eeh: Fix deadlock when PE frozen state can't be cleared

Boris Brezillon (1):
      m68k: Fix ndelay() macro

David Michael (1):
      crypto: rsa - Add Makefile dependencies to fix parallel builds

Greg Kroah-Hartman (1):
      Linux 4.4.39

Helge Deller (1):
      parisc: Fix TLB related boot crash on SMP machines

James Morse (1):
      arm64: futex.h: Add missing PAN toggling

John David Anglin (2):
      parisc: Purge TLB before setting PTE
      parisc: Remove unnecessary TLB purges from flush_dcache_page_asm and flush_icache_page_asm

Marc Kleine-Budde (1):
      can: raw: raw_setsockopt: limit number of can_filter that can be set

Michal Hocko (1):
      hotplug: Make register and unregister notifier API symmetric

Peter Zijlstra (Intel) (1):
      perf/x86: Fix full width counter, counter overflow

Sergey Senozhatsky (1):
      zram: restrict add/remove attributes to root only

Sven Eckelmann (1):
      batman-adv: Check for alloc errors when preparing TT local data

Thomas Gleixner (2):
      locking/rtmutex: Prevent dequeue vs. unlock race
      locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()

tim (1):
      crypto: mcryptd - Check mcryptd algorithm compatibility

추지호 (1):
      can: peak: fix bad memory access and free sequence

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Linux 4.4.39 Greg KH <gregkh@linuxfoundation.org> - 2016-12-15 18:40 +0100
  Re: Linux 4.4.39 Greg KH <gregkh@linuxfoundation.org> - 2016-12-15 18:40 +0100

csiph-web