Merge tag 'v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
| Newsgroups | gmane.linux.ports.mips.cvs |
|---|---|
| Message-ID | <S23993125AbdABKi1qFpAw/[email protected]> |
Author: Ralf Baechle <[email protected]> Mon Jan 2 11:18:57 2017 +0100 Commit: a1088a4045573e15296e9a708a2b97db315bdefb Gitweb: https://git.linux-mips.org/g/ralf/linux/a1088a404557 Branch: master --- Documentation/DocBook/Makefile | 2 Documentation/unaligned-memory-access.txt | 2 Makefile | 2 arch/arm64/include/asm/asm-uaccess.h | 65 ++++++ arch/arm64/include/asm/uaccess.h | 64 ------ arch/arm64/kernel/entry.S | 2 arch/arm64/lib/clear_user.S | 2 arch/arm64/lib/copy_from_user.S | 2 arch/arm64/lib/copy_in_user.S | 2 arch/arm64/lib/copy_to_user.S | 2 arch/arm64/mm/cache.S | 2 arch/arm64/xen/hypercall.S | 2 arch/x86/include/asm/bitops.h | 13 + arch/x86/kernel/cpu/mcheck/mce_amd.c | 3 crypto/testmgr.c | 30 ++- drivers/crypto/marvell/cesa.h | 3 drivers/crypto/marvell/hash.c | 34 +++ drivers/crypto/marvell/tdma.c | 9 + drivers/net/ethernet/korina.c | 8 - drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 3 drivers/net/ethernet/realtek/r8169.c | 1 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 4 drivers/net/ipvlan/ipvlan.h | 5 drivers/net/ipvlan/ipvlan_core.c | 60 +++-- drivers/net/ipvlan/ipvlan_main.c | 7 + fs/dax.c | 243 +++++++++++++-------- fs/ext2/inode.c | 3 fs/ext4/file.c | 48 +--- include/linux/dax.h | 3 include/linux/filter.h | 1 include/linux/page-flags.h | 2 include/net/netns/ipv4.h | 1 include/net/tcp.h | 1 kernel/cpu.c | 9 + mm/filemap.c | 36 +++ mm/truncate.c | 75 +++++- net/core/filter.c | 6 - net/ipv4/sysctl_net_ipv4.c | 14 + net/ipv4/tcp_ipv4.c | 4 net/openvswitch/datapath.c | 1 net/openvswitch/flow.c | 54 ++--- net/sched/cls_api.c | 4 net/tipc/socket.c | 24 +- 43 files changed, 543 insertions(+), 315 deletions(-)