This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 79ca035d2d94 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/ [...] new 7e71609f64ec pselect6() and friends: take handling the combined 6th/7th [...] new 646e84deb449 binfmt_elf: don't bother with __{put,copy_to}_user() new 0abb013e2e73 binfmt_elf_fdpic: don't use __... uaccess primitives new 8861fd576ecf binfmt_flat: don't use __put_user() new c120f3b81ede x86: switch cp_stat64() to unsafe_put_user() new 86977da9cb71 TEST_ACCESS_OK _never_ had been checked anywhere new 5ea75ae6ae60 user_regset_copyout_zero(): use clear_user() new 9eb41c521465 x86: kvm_hv_set_msr(): use __put_user() instead of 32bit _ [...] new b7e4b65f3fe9 bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user() new 4382a79b2746 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/sc [...] new 516431ae669b i915: switch query_{topology,engine}_info() to copy_to_user() new 502f78c8d784 i915: switch copy_perf_config_registers_or_number() to uns [...] new fd7cd8da232d i915 compat ioctl(): just use drm_ioctl_kernel() new 598caf1a4032 i915: alloc_oa_regs(): get rid of pointless access_ok() new 7b3f0c4c56b0 i915:get_engines(): get rid of pointless access_ok() new 3a8557e1aed0 Merge branch 'uaccess.i915' of git://git.kernel.org/pub/sc [...] new 56965ac7253e net/sysctl: use cpumask_parse in flow_limit_cpu_sysctl new c7388c1f8fb6 net/sysctl: remove leftover __user annotations on neigh_pr [...] new a2541dcb5112 random: fix an incorrect __user annotation on proc_do_entropy new 7ff0d4490eba trace: fix an incorrect __user annotation on stack_trace_sysctl new 8c46fa96822c cdrom: fix an incorrect __user annotation on cdrom_sysctl_info new ef9d965bc8b6 sysctl: reject gigantic reads/write to sysctl files new 1c3837266214 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm [...] new 5ad05cc8e046 vfs: Remove duplicated d_mountpoint check in __is_local_mo [...] new cc23402c1c2d fs: fix indentation in deactivate_super() new 4dbb29fe9dae Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] new 12aceb89b0bc eventfd: convert to f_op->read_iter() new b29482fde649 Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/ [...]
The 28 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/include/asm/pgtable_32.h | 7 -- arch/x86/kernel/sys_ia32.c | 40 +++++----- arch/x86/kvm/hyperv.c | 2 +- drivers/cdrom/cdrom.c | 2 +- drivers/char/random.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_context.c | 5 -- drivers/gpu/drm/i915/i915_ioc32.c | 14 ++-- drivers/gpu/drm/i915/i915_perf.c | 3 - drivers/gpu/drm/i915/i915_query.c | 62 ++++++--------- drivers/gpu/drm/i915/i915_reg.h | 2 +- fs/binfmt_elf.c | 16 ++-- fs/binfmt_elf_fdpic.c | 31 +++++--- fs/binfmt_flat.c | 22 ++++-- fs/eventfd.c | 64 +++++++++------- fs/namespace.c | 5 +- fs/proc/proc_sysctl.c | 4 + fs/select.c | 112 ++++++++++++++++------------ fs/super.c | 2 +- include/linux/ftrace.h | 5 +- include/linux/regset.h | 2 +- include/net/neighbour.h | 7 +- kernel/bpf/syscall.c | 25 ++----- kernel/trace/trace_stack.c | 5 +- net/core/sysctl_net_core.c | 2 +- 24 files changed, 217 insertions(+), 224 deletions(-)