I'm announcing the release of the 4.4.76 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 ------------ Documentation/sysctl/kernel.txt | 15 - Makefile | 14 - arch/arm/boot/dts/bcm5301x.dtsi | 4 arch/arm/mm/mmu.c | 8 arch/arm64/include/asm/acpi.h | 6 arch/mips/ath79/common.c | 16 - arch/mips/kernel/entry.S | 3 arch/mips/kernel/pm-cps.c | 9 arch/mips/kernel/traps.c | 2 arch/mips/ralink/mt7620.c | 84 ++++--- arch/mips/ralink/rt288x.c | 2 arch/powerpc/kernel/eeh.c | 10 arch/s390/include/asm/ctl_reg.h | 4 arch/x86/include/asm/kvm_emulate.h | 4 arch/x86/kvm/emulate.c | 16 - arch/x86/kvm/pmu_intel.c | 2 arch/x86/kvm/vmx.c | 2 arch/x86/kvm/x86.c | 20 + arch/x86/mm/mpx.c | 12 - arch/x86/mm/tlb.c | 4 block/blk-cgroup.c | 9 drivers/char/virtio_console.c | 2 drivers/cpufreq/s3c2416-cpufreq.c | 1 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 drivers/gpu/drm/ast/ast_drv.h | 6 drivers/gpu/drm/ast/ast_main.c | 264 +++++++++++++++---------- drivers/gpu/drm/ast/ast_post.c | 7 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c | 1 drivers/hid/i2c-hid/i2c-hid.c | 9 drivers/iommu/amd_iommu_v2.c | 2 drivers/iommu/intel-iommu.c | 2 drivers/iommu/iommu.c | 37 ++- drivers/mtd/bcm47xxpart.c | 42 ++- drivers/net/ethernet/amd/xgbe/xgbe-dev.c | 4 drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 4 drivers/net/ethernet/broadcom/bgmac.c | 13 - drivers/net/ethernet/emulex/benet/be_cmds.c | 2 drivers/net/ethernet/freescale/gianfar.c | 2 drivers/net/ethernet/ibm/ibmveth.c | 7 drivers/net/ethernet/korina.c | 8 drivers/net/ethernet/marvell/mvneta.c | 8 drivers/net/ethernet/mellanox/mlx4/eq.c | 23 +- drivers/net/ethernet/mellanox/mlx5/core/main.c | 14 + drivers/net/ethernet/renesas/ravb_main.c | 24 +- drivers/net/ethernet/sfc/falcon.c | 10 drivers/net/virtio_net.c | 10 drivers/net/vxlan.c | 2 drivers/net/xen-netfront.c | 2 drivers/platform/x86/ideapad-laptop.c | 1 drivers/scsi/lpfc/lpfc_els.c | 2 drivers/scsi/lpfc/lpfc_sli.c | 7 drivers/scsi/qla2xxx/qla_isr.c | 4 drivers/scsi/qla2xxx/qla_target.c | 2 drivers/scsi/sd.c | 3 drivers/scsi/virtio_scsi.c | 11 - drivers/spi/spi-davinci.c | 4 drivers/usb/gadget/function/f_fs.c | 8 drivers/vfio/vfio_iommu_spapr_tce.c | 4 drivers/watchdog/bcm_kona_wdt.c | 3 drivers/xen/swiotlb-xen.c | 5 fs/binfmt_elf.c | 1 fs/btrfs/inode.c | 13 + fs/coredump.c | 18 + fs/nfs/nfs4proc.c | 2 fs/ocfs2/cluster/heartbeat.c | 8 include/linux/coredump.h | 1 include/net/xfrm.h | 10 kernel/panic.c | 2 kernel/sched/loadavg.c | 4 kernel/sysctl.c | 2 lib/swiotlb.c | 6 mm/huge_memory.c | 6 mm/swap_cgroup.c | 2 net/8021q/vlan.c | 3 net/caif/cfpkt_skbuff.c | 6 net/core/dev.c | 3 net/core/dst.c | 14 + net/core/rtnetlink.c | 5 net/decnet/dn_route.c | 14 - net/decnet/netfilter/dn_rtmsg.c | 4 net/dsa/slave.c | 6 net/ipv4/igmp.c | 22 +- net/ipv6/addrconf.c | 6 net/ipv6/fib6_rules.c | 22 -- net/ipv6/ip6_fib.c | 3 net/ipv6/ip6_output.c | 6 net/key/af_key.c | 17 + net/mac80211/main.c | 13 - net/netfilter/nf_conntrack_netlink.c | 4 net/netfilter/xt_TCPMSS.c | 6 net/sctp/socket.c | 2 net/unix/af_unix.c | 7 net/xfrm/xfrm_policy.c | 47 ---- sound/pci/hda/hda_codec.h | 2 sound/pci/hda/hda_controller.c | 8 sound/pci/hda/hda_generic.c | 1 tools/perf/util/probe-finder.c | 10 97 files changed, 674 insertions(+), 445 deletions(-) Alexander Potapenko (1): net: don't call strlen on non-terminated string in dev_set_alias() Andy Lutomirski (1): x86/mm: Fix flush_tlb_page() on Xen Balakrishnan Raman (1): vxlan: do not age static remote mac entries Baolin Wang (1): usb: gadget: f_fs: Fix possibe deadlock Bert Kenward (1): sfc: provide dummy definitions of vswitch functions Brendan McGrath (1): HID: i2c-hid: Add sleep between POWER ON and RESET Damien Le Moal (1): scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_type Dan Carpenter (3): xfrm: NULL dereference on allocation failure xfrm: Oops on error in pfkey_msg2xfrm_state() cpufreq: s3c2416: double free on driver init error path Dave Kleikamp (1): coredump: Ensure proper size of sparse core files David Dillow (1): iommu/vt-d: Don't over-free page table directories David Rientjes (1): mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() David S. Miller (1): bgmac: Fix reversed test of build_skb() return value. Deepak Rawat (1): drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgr Ding Pixel (1): drm/amdgpu: check ring being ready before using Dmitry Vyukov (1): KVM: x86: fix fixing of hypercalls Doug Berger (1): ARM: 8685/1: ensure memblock-limit is pmd-aligned Eli Cohen (1): net/mlx5: Wait for FW readiness before initializing command interface Eric Anholt (1): watchdog: bcm281xx: Fix use of uninitialized spinlock. Eric Dumazet (2): netfilter: xt_TCPMSS: add more sanity tests on tcph->doff gianfar: Do not reuse pages from emergency reserve Eric Farman (1): scsi: virtio_scsi: Reject commands when virtqueue is broken Eric Leblond (1): netfilter: synproxy: fix conntrackd interaction Eugeniu Rosca (1): ravb: Fix use-after-free on `ifconfig eth0 down` Felix Fietkau (2): MIPS: ath79: fix regression in PCI window initialization mac80211: initialize SMPS field in HT capabilities Florian Fainelli (5): net: korina: Fix NAPI versus resources freeing net: bgmac: Fix SOF bit checking net: bgmac: Start transmit queue in bgmac_open net: bgmac: Remove superflous netif_carrier_on() net: dsa: Check return value of phy_connect_direct() G. Campana (1): virtio_console: fix a crash in config_work_handler Gao Feng (1): net: 8021q: Fix one possible panic caused by BUG_ON in free_netdev Gavin Shan (1): powerpc/eeh: Enable IO path on permanent error Gleb Fotengauer-Malinovskiy (1): jump label: fix passing kbuild_cflags when checking for asm goto support Greg Kroah-Hartman (1): Linux 4.4.76 Greg Kurz (1): vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null Gregory CLEMENT (1): net: mvneta: Fix for_each_present_cpu usage Heiko Carstens (1): s390/ctl_reg: make __ctl_load a full memory barrier Hui Wang (1): ALSA: hda - set input_path bitmap to zero after moving it to new place Ivan Vecera (1): be2net: fix status check in be_cmd_pmac_add() Jack Morgenstein (1): net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOV James Hogan (1): MIPS: Avoid accidental raw backtrace Jia-Ju Bai (1): net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx Jiri Slaby (1): kernel/panic.c: add missing \n Joerg Roedel (1): x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space Johannes Thumshirn (1): scsi: lpfc: Set elsiocb contexts to NULL after freeing it John Crispin (3): MIPS: ralink: MT7688 pinmux fixes MIPS: ralink: fix USB frequency scaling MIPS: ralink: Fix invalid assignment of SoC type Jon Mason (1): ARM: dts: BCM5301X: Correct GIC_PPI interrupt flags Junxiao Bi (1): ocfs2: o2hb: revert hb threshold to keep compatible Kees Cook (1): sysctl: enable strict writes Kevin Hilman (1): spi: davinci: use dma_mapping_error() Kinglong Mee (1): NFSv4: fix a reference leak caused WARNING messages Krister Johansen (1): Fix an intermittent pr_emerg warning about lo becoming free. Ladi Prosek (1): KVM: x86: fix emulation of RSM and IRET instructions Lendacky, Thomas (1): amd-xgbe: Check xgbe_init() return code Liu Bo (1): Btrfs: fix truncate down when no_holes feature is enabled Lorenzo Pieralisi (1): ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementation Mark Rutland (1): mm: numa: avoid waiting on freed migrated pages Masami Hiramatsu (1): perf probe: Fix to show correct locations for events on modules Mateusz Jurczyk (2): decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb af_unix: Add sockaddr length checks before accessing sa_family in bind and connect handlers Matt Fleming (1): sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting Michael S. Tsirkin (1): virtio_net: fix PAGE_SIZE > 64k Mintz, Yuval (1): net: Zero ifla_vf_info in rtnl_fill_vfinfo() Nikita Yushchenko (1): swiotlb: ensure that page-sized mappings are page-aligned Pan Bian (1): iommu/amd: Fix incorrect error handling in amd_iommu_bind_pasid() Paul Burton (2): MIPS: pm-cps: Drop manual cache-line alignment of ready_count MIPS: Fix IRQ tracing & lockdep when rescheduling Quinn Tran (1): qla2xxx: Fix erroneous invalid handle message Radim Krčmář (2): KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh() KVM: x86: zero base3 of unusable segments Rafał Miłecki (2): mtd: bcm47xxpart: limit scanned flash area on BCM47XX (MIPS) only mtd: bcm47xxpart: don't fail because of bit-flips Roberto Sassu (1): scsi: lpfc: avoid double free of resource identifiers Robin Murphy (1): iommu: Handle default domain attach failure Roman Pen (1): block: fix module reference leak on put_disk() call for cgroups throttle Russell Currey (1): drm/ast: Handle configuration without P2A bridge Sabrina Dubroca (1): xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICY Serhey Popovych (2): ipv6: Do not leak throw route references rtnetlink: add IFLA_GROUP to ifla_policy Stefano Stabellini (1): swiotlb-xen: update dev_addr after swapping pages Takashi Iwai (1): ALSA: hda - Fix endless loop of codec configure Thomas Huth (1): ibmveth: Add a proper check for the availability of the checksum features Tobias Klauser (1): x86/mpx: Use compatible types in comparison to fix sparse error Vineeth Remanan Pillai (1): xen-netfront: Fix Rx stall during network stress and OOM WANG Cong (2): igmp: acquire pmc lock for ip_mc_clear_src() igmp: add a missing spin_lock_init() Wanpeng Li (1): KVM: nVMX: Fix exception injection Wei Wang (1): decnet: always not take dst->__refcnt when inserting dst into hash table Willem de Bruijn (1): ipv6: release dst on error in ip6_dst_lookup_tail Xin Long (2): ipv6: fix calling in6_ifa_hold incorrectly for dad work sctp: check af before verify address in sctp_addr_id2transport Zach Ploskey (1): platform/x86: ideapad-laptop: handle ACPI event 1 wangweidong (1): bgmac: fix a missing check for build_skb Álvaro Fernández Rojas (2): MIPS: ralink: fix MT7628 pinmux typos MIPS: ralink: fix MT7628 wled_an pinmux gpio
Attachment:
signature.asc
Description: PGP signature