I'm announcing the release of the 4.4.72 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/init.S | 5 - arch/arm/kvm/mmu.c | 3 arch/arm64/include/asm/asm-uaccess.h | 13 +++ arch/arm64/include/asm/barrier.h | 18 +++- arch/arm64/include/asm/uaccess.h | 8 + arch/arm64/kernel/armv8_deprecated.c | 3 arch/arm64/kernel/entry.S | 6 - arch/arm64/kernel/hw_breakpoint.c | 3 arch/powerpc/include/asm/topology.h | 14 +++ arch/powerpc/kernel/eeh_driver.c | 19 +++- arch/powerpc/kernel/setup_64.c | 4 arch/powerpc/platforms/pseries/hotplug-memory.c | 2 arch/sparc/Kconfig | 4 arch/sparc/include/asm/mmu_64.h | 2 arch/sparc/include/asm/mmu_context_64.h | 32 ------- arch/sparc/include/asm/pil.h | 1 arch/sparc/include/asm/vio.h | 1 arch/sparc/kernel/irq_64.c | 17 +++ arch/sparc/kernel/kernel.h | 1 arch/sparc/kernel/smp_64.c | 31 ------- arch/sparc/kernel/tsb.S | 11 +- arch/sparc/kernel/ttable_64.S | 2 arch/sparc/kernel/vio.c | 68 ++++++++++++++- arch/sparc/mm/init_64.c | 86 +++++++++++++------- arch/sparc/mm/tsb.c | 7 + arch/sparc/mm/ultra.S | 5 - arch/x86/kernel/kvm.c | 2 arch/x86/kvm/cpuid.c | 20 ++-- arch/x86/kvm/mmu.c | 7 + arch/x86/kvm/mmu.h | 1 arch/x86/kvm/x86.c | 3 crypto/gcm.c | 6 - drivers/char/mem.c | 2 drivers/char/random.c | 26 +++++- drivers/cpufreq/cpufreq.c | 1 drivers/dma/ep93xx_dma.c | 2 drivers/dma/sh/usb-dmac.c | 2 drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 6 + drivers/gpu/drm/msm/msm_drv.c | 1 drivers/gpu/drm/msm/msm_drv.h | 1 drivers/gpu/drm/msm/msm_gem_prime.c | 7 + drivers/gpu/drm/nouveau/include/nvkm/subdev/timer.h | 1 drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c | 7 - drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c | 2 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 21 +++- drivers/iio/light/ltr501.c | 4 drivers/iio/proximity/as3935.c | 4 drivers/infiniband/hw/qib/qib_rc.c | 4 drivers/input/mouse/elantech.c | 16 +++ drivers/misc/cxl/file.c | 7 - drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 2 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 4 drivers/net/ethernet/ethoc.c | 3 drivers/net/vxlan.c | 19 +++- drivers/net/xen-netfront.c | 4 drivers/scsi/qla2xxx/qla_os.c | 8 - drivers/staging/lustre/lustre/lov/lov_pack.c | 9 -- drivers/target/target_core_transport.c | 23 ++++- drivers/tty/serial/ifx6x60.c | 2 drivers/tty/serial/sh-sci.c | 10 +- drivers/tty/tty_io.c | 3 drivers/tty/tty_mutex.c | 7 + drivers/usb/chipidea/debug.c | 3 drivers/usb/chipidea/udc.c | 8 + drivers/usb/gadget/function/f_mass_storage.c | 13 ++- drivers/xen/privcmd.c | 4 fs/btrfs/extent-tree.c | 1 fs/btrfs/file.c | 2 fs/btrfs/inode.c | 4 fs/buffer.c | 12 +- fs/ceph/addr.c | 2 fs/direct-io.c | 2 fs/ext4/extents.c | 5 + fs/ext4/file.c | 50 +++-------- fs/ext4/inode.c | 9 +- fs/ext4/move_extent.c | 2 fs/jfs/super.c | 4 fs/mpage.c | 2 fs/nfs/dir.c | 21 ++++ fs/nfsd/blocklayout.c | 4 fs/nfsd/nfs4proc.c | 13 +-- fs/nfsd/nfs4xdr.c | 13 ++- fs/nilfs2/btnode.c | 2 fs/nilfs2/inode.c | 4 fs/nilfs2/mdt.c | 4 fs/nilfs2/segment.c | 2 fs/ocfs2/aops.c | 2 fs/ocfs2/file.c | 2 fs/reiserfs/file.c | 2 fs/reiserfs/inode.c | 2 fs/stat.c | 3 fs/udf/inode.c | 2 fs/ufs/balloc.c | 26 +++++- fs/ufs/inode.c | 9 +- fs/ufs/super.c | 18 ++++ fs/ufs/util.h | 10 +- fs/xfs/xfs_aops.c | 10 +- fs/xfs/xfs_file.c | 4 fs/xfs/xfs_xattr.c | 1 include/linux/cgroup.h | 20 ++++ include/linux/fs.h | 5 + include/linux/memblock.h | 8 + include/linux/mmzone.h | 1 include/linux/ptrace.h | 7 + include/linux/random.h | 1 include/linux/skbuff.h | 3 include/net/ipv6.h | 1 kernel/cpuset.c | 4 kernel/events/core.c | 21 ++++ kernel/fork.c | 2 kernel/ptrace.c | 20 +++- lib/test_user_copy.c | 20 ++++ mm/memblock.c | 24 +++++ mm/page_alloc.c | 25 +++++ mm/truncate.c | 2 net/bridge/br_stp_if.c | 3 net/core/dev.c | 33 +++---- net/ipv4/af_inet.c | 2 net/ipv4/tcp_cong.c | 1 net/ipv6/ip6_offload.c | 4 net/ipv6/ping.c | 2 net/ipv6/raw.c | 2 net/ipv6/xfrm6_mode_ro.c | 2 net/ipv6/xfrm6_mode_transport.c | 2 security/keys/key.c | 5 - security/keys/keyctl.c | 4 sound/core/timer.c | 7 + sound/soc/soc-core.c | 5 - 129 files changed, 768 insertions(+), 360 deletions(-) Al Viro (6): ufs: restore proper tail allocation fix ufs_isblockset() ufs: restore maintaining ->i_blocks ufs: set correct ->s_maxsize ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path Alex Deucher (1): drm/amdgpu/ci: disable mclk switching for high refresh rates (v2) Alexander Sverdlin (1): dmaengine: ep93xx: Always start from BASE0 Artem Savkov (1): Make __xfs_xattr_put_listen preperly report errors. Ben Hutchings (1): ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() Ben Skeggs (1): drm/nouveau/tmr: fully separate alarm execution/pending lists Dan Carpenter (1): drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve() Daniel Cashman (1): drivers: char: random: add get_random_long() Daniel Micay (1): stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms David Arcari (1): cpufreq: cpufreq_register_driver() should return -ENODEV if init fails David S. Miller (1): ipv6: Fix leak in ipv6_gso_segment(). David Sterba (1): btrfs: use correct types for page indices in btrfs_page_exists_in_range Dongli Zhang (2): xen-netfront: do not cast grant table reference to signed short xen-netfront: cast grant table reference first to type int Eric Anholt (1): drm/msm: Expose our reservation object when exporting a dmabuf. Eric Biggers (3): KEYS: fix dereferencing NULL payload with nonzero length KEYS: fix freeing uninitialized memory in key_update() random: properly align get_random_int_hash Eric Dumazet (2): net: ping: do not abuse udp_poll() net: better skb->sender_cpu and skb->napi_id cohabitation Eric W. Biederman (1): ptrace: Properly initialize ptracer_cred on fork Fabian Frederick (1): fs: add i_blocksize() Franziska Naepelt (1): iio: light: ltr501 Fix interchanged als/ps register field Frederic Barrat (1): cxl: Fix error path on bad ioctl Ganesh Goudar (1): cxgb4: avoid enabling napi twice to the same queue Gilad Ben-Yossef (1): crypto: gcm - wait for crypto op not signal safe Greg Kroah-Hartman (1): Linux 4.4.72 Hiroyuki Yokoyama (1): dmaengine: usb-dmac: Fix DMAOR AE bit definition J. Bruce Fields (1): nfsd4: fix null dereference on replay James Clarke (1): sparc: Machine description indices can vary Jan Kara (2): ext4: fix SEEK_HOLE ext4: fix fdatasync(2) after extent manipulation operations Jane Chu (1): arch/sparc: support NR_CPUS = 4096 Jeff Mahoney (1): btrfs: fix memory leak in update_space_info failure path Jin Yao (1): perf/core: Drop kernel samples even though :u is specified Jisheng Zhang (1): usb: chipidea: udc: fix NULL pointer dereference if udc_start failed Johan Hovold (1): serial: ifx6x60: fix use-after-free on module unload Johannes Thumshirn (1): scsi: qla2xxx: don't disable a not previously enabled PCI device Julien Grall (1): xen/privcmd: Support correctly 64KB page granularity when mapping memory Julius Werner (1): drivers: char: mem: Fix wraparound check to allow mappings up to the end Kees Cook (1): usercopy: Adjust tests to deal with SMAP/PAN Konstantin Khlebnikov (1): ext4: keep existing extra fields when inode expands Kristina Martsenko (2): arm64: hw_breakpoint: fix watchpoint matching for tagged pointers arm64: entry: improve data abort handling of tagged pointers Marc Zyngier (2): arm: KVM: Allow unaligned accesses at HYP KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages Mark Bloch (1): vxlan: fix use-after-free on deletion Mark Rutland (2): arm64: armv8_deprecated: ensure extension of addr arm64: ensure extension of smp_store_release value Matt Ranostay (1): iio: proximity: as3935: fix AS3935_INT mask Max Filippov (1): net: ethoc: enable NAPI before poll may be scheduled Michael Bringmann (1): powerpc/hotplug-mem: Fix missing endian conversion of aa_index Michael Ellerman (1): powerpc/numa: Fix percpu allocations to be NUMA aware Michael Thalmeier (1): usb: chipidea: debug: check before accessing ci_role Michal Hocko (1): mm: consider memblock reservations for deferred memory initialization sizing Mike Kravetz (1): sparc64: mm: fix copy_tsb to correctly copy huge page TSBs Mike Marciniszyn (1): RDMA/qib,hfi1: Fix MR reference count leak on write with immediate Mintz, Yuval (1): bnx2x: Fix Multi-Cos Nicholas Bellinger (1): target: Re-add check to reject control WRITEs with overflow data Nikolay Aleksandrov (1): net: bridge: start hello timer only if device is up Oleg Drokin (1): staging/lustre/lov: remove set_fs() call from lov_getstripe() Paolo Bonzini (1): kvm: async_pf: fix rcu_irq_enter() with irqs enabled Pavel Tatashin (6): sparc64: reset mm cpumask after wrap sparc64: combine activate_mm and switch_mm sparc64: redefine first version sparc64: add per-cpu mm of secondary contexts sparc64: new context wrap sparc64: delete old wrap code Peter Hurley (1): tty: Drop krefs for interrupted tty lock Russell Currey (1): powerpc/eeh: Avoid use after free in eeh_handle_special_event() Sinclair Yeh (1): drm/vmwgfx: Make sure backup_handle is always valid Takashi Iwai (3): ALSA: timer: Fix race between read and ioctl ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT ASoC: Fix use-after-free at card unregistration Takatoshi Akiyama (1): serial: sh-sci: Fix panic when serial console and DMA are enabled Tejun Heo (1): cpuset: consider dying css as offline Thinh Nguyen (1): usb: gadget: f_mass_storage: Serialize wake and sleep execution Trond Myklebust (3): nfsd: Fix up the "supattr_exclcreat" attributes NFS: Ensure we revalidate attributes before using execute_ok() NFSv4: Don't perform cached access checks before we've OPENed the file Ulrik De Bie (1): Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabled Vladis Dronov (1): drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl() Wanpeng Li (2): KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation KVM: async_pf: avoid async pf injection when in guest mode Yuchung Cheng (1): tcp: disallow cwnd undo when switching congestion control
Attachment:
signature.asc
Description: PGP signature