This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b719ae070ee2 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] new 8a4f300b978e RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create new a70ed0f2e626 IB/hfi1: Acquire lock to release TID entries when user fil [...] new be8638344c70 IB/hfi1: Close window for pq and request coliding new f92e48718889 IB/rdmavt: Reset all QPs when the device is shut down new a72f4ac1d778 RDMA/core: Fix invalid memory access in spec_filter_size new 10189e8e6fe8 IB/mlx5: Return failure when rts2rts_qp_counters_set_id is [...] new d219face9059 RDMA/iw_cxgb4: initiate CLOSE when entering TERM new 663218a3e715 RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready() new a0767da7774d RDMA/core: Add missing list deletion on freeing event queue new a8af8694a5e8 RDMA/mlx5: Fix async events cleanup flows new 9ea04d0df6e6 IB/umad: Fix kernel crash while unloading ib_umad new 9b6d3bbc1335 RDMA/mlx5: Prevent overflow in mmap offset calculations new 8ac0e6641c7c RDMA/rxe: Fix soft lockup problem due to using tasklets in [...] new 1dd017882e01 RDMA/core: Fix protection fault in get_pkey_idx_qp_list new 685eff513183 IB/mlx5: Use div64_u64 for num_var_hw_entries calculation new 54654e142d9e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new fbd1ec000213 Input: ili210x - fix return value of is_visible function new d0c5e7d4f5e5 Input: ili210x - add ili2120 support new 557d0841bc73 Input: psmouse - switch to using i2c_new_scanned_device() new cfb8d7811f81 Input: goldfish_events - replace zero-length array with fl [...] new a1b9b65edfd8 Input: gpio_keys - replace zero-length array with flexible [...] new bf502391353b Input: synaptics - switch T470s to RMI4 by default new b8a3d819f872 Input: synaptics - enable SMBus on ThinkPad L470 new 5179a9dfa944 Input: synaptics - remove the LEN0049 dmi id from topbutto [...] new 3d87c75d84e2 Input: gpio_keys_polled - replace zero-length array with f [...] new 94bef5d57992 Input: tca6416-keypad - replace zero-length array with fle [...] new 3dbae1553897 Input: cyapa - replace zero-length array with flexible-arr [...] new db70e26e33ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
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: .../devicetree/bindings/input/ilitek,ili2xxx.txt | 3 +- drivers/infiniband/core/security.c | 24 +++---- drivers/infiniband/core/user_mad.c | 5 +- drivers/infiniband/core/uverbs_cmd.c | 15 ++-- drivers/infiniband/core/uverbs_std_types.c | 1 + drivers/infiniband/hw/cxgb4/cm.c | 4 ++ drivers/infiniband/hw/cxgb4/qp.c | 4 +- drivers/infiniband/hw/hfi1/affinity.c | 2 + drivers/infiniband/hw/hfi1/file_ops.c | 52 ++++++++------ drivers/infiniband/hw/hfi1/hfi.h | 5 +- drivers/infiniband/hw/hfi1/user_exp_rcv.c | 5 +- drivers/infiniband/hw/hfi1/user_sdma.c | 17 +++-- drivers/infiniband/hw/mlx5/devx.c | 51 +++++++------ drivers/infiniband/hw/mlx5/main.c | 6 +- drivers/infiniband/hw/mlx5/qp.c | 9 ++- drivers/infiniband/sw/rdmavt/qp.c | 84 +++++++++++++--------- drivers/infiniband/sw/rxe/rxe_comp.c | 8 +-- drivers/infiniband/sw/siw/siw_cm.c | 5 +- drivers/input/keyboard/goldfish_events.c | 2 +- drivers/input/keyboard/gpio_keys.c | 2 +- drivers/input/keyboard/gpio_keys_polled.c | 2 +- drivers/input/keyboard/tca6416-keypad.c | 4 +- drivers/input/mouse/cyapa_gen5.c | 8 +-- drivers/input/mouse/psmouse-smbus.c | 8 ++- drivers/input/mouse/synaptics.c | 4 +- drivers/input/touchscreen/ili210x.c | 34 ++++++++- 26 files changed, 224 insertions(+), 140 deletions(-)