I'm announcing the release of the 4.4.64 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/kvm/mmu.c | 12 +++ arch/powerpc/kernel/entry_64.S | 6 - arch/s390/include/asm/pgtable.h | 2 arch/x86/include/asm/pmem.h | 45 ++++++++--- arch/x86/kernel/cpu/mcheck/mce_amd.c | 2 block/genhd.c | 1 drivers/acpi/power.c | 1 drivers/hv/channel.c | 16 ++-- drivers/hv/connection.c | 8 +- drivers/hv/hv.c | 5 - drivers/hv/hv_balloon.c | 136 +++++++++++++++++++++++++---------- drivers/input/mouse/elantech.c | 8 ++ drivers/mmc/host/sdhci-esdhc-imx.c | 1 drivers/mtd/ubi/upd.c | 8 +- fs/cifs/cifsglob.h | 1 fs/cifs/smb1ops.c | 10 ++ fs/cifs/smb2pdu.c | 5 - kernel/trace/ring_buffer.c | 16 +++- kernel/trace/trace.c | 8 +- net/mac80211/rx.c | 21 +++++ net/tipc/node.c | 24 ++---- net/vmw_vsock/vmci_transport.c | 4 - security/keys/gc.c | 2 security/keys/keyctl.c | 20 ++--- security/keys/process_keys.c | 44 ++++++----- tools/hv/hv_kvp_daemon.c | 2 27 files changed, 282 insertions(+), 128 deletions(-) Arnd Bergmann (1): ACPI / power: Avoid maybe-uninitialized warning Christian Borntraeger (1): s390/mm: fix CMMA vs KSM vs others Dan Williams (2): x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions block: fix del_gendisk() vs blkdev_ioctl crash David Howells (2): KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings KEYS: Change the name of the dead type to ".dead" to prevent user access Eric Biggers (1): KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings Germano Percossi (1): CIFS: remove bad_network_name flag Greg Kroah-Hartman (1): Linux 4.4.64 Haibo Chen (1): mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card Johannes Berg (1): mac80211: reject ToDS broadcast data frames Jon Paul Maloy (1): tipc: fix crash during node removal Jorgen Hansen (1): VSOCK: Detach QP check should filter out non matching QPs. K. Y. Srinivasan (1): Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() Ravi Bangoria (1): powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction Sachin Prabhu (1): cifs: Do not send echoes before Negotiate is complete Sebastian Siewior (1): ubi/upd: Always flush after prepared for an update Steven Rostedt (VMware) (2): tracing: Allocate the snapshot buffer before enabling probe ring-buffer: Have ring_buffer_iter_empty() return true when empty Suzuki K Poulose (1): kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd Thorsten Leemhuis (1): Input: elantech - add Fujitsu Lifebook E547 to force crc_enabled Vitaly Kuznetsov (6): Drivers: hv: don't leak memory in vmbus_establish_gpadl() Drivers: hv: get rid of timeout in vmbus_open() Tools: hv: kvp: ensure kvp device fd is closed on exec Drivers: hv: balloon: keep track of where ha_region starts Drivers: hv: balloon: account for gaps in hot add regions hv: don't reset hv_context.tsc_page on crash Yazen Ghannam (1): x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRs