This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from da5322e65940 Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pu [...] new 7fabaf303458 fuse: fix leaked notify reply new 2d84a2d19b61 fuse: fix possibly missed wake-up after abort new ebacb8127359 fuse: fix use-after-free in fuse_direct_IO() new 9b5f361ac4a9 Merge tag 'fuse-fixes-4.20-rc3' of git://git.kernel.org/pu [...] new de7b75d82f70 floppy: fix race condition in __floppy_read_block_0() new 18e962ac0781 kyber: fix wrong strlcpy() size in trace_kyber_latency() new ca474b73896b block: copy ioprio in __bio_clone_fast() and bounce new 410b5c7b4836 libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD new 4800bf7bc8c7 block: fix 32 bit overflow in __blkdev_issue_discard() new 8dc765d438f1 SCSI: fix queue cleanup race before queue initialization is done new 59749c2d49bf Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-block new 0773495b1f5f xtensa: make sure bFLT stack is 16 byte aligned new 40dc948f234b xtensa: fix boot parameters address translation new 50d25bdc6431 Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/l [...] new 3182215dd0b2 powerpc/powernv/npu: Remove NPU DMA ops new 0ae790683fc2 powerpc/mm/64s: Consolidate SLB assertions new 08e6a3434e21 powerpc/mm/64s: Use PPC_SLBFEE macro new 9586d569a369 powerpc/mm/64s: Only use slbfee on CPUs that support it new 28c5bcf74fa0 KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE new c8b00bb742dd powerpc/mm/64s: Fix preempt warning in slb_allocate_kernel() new 43c6494fa149 powerpc/io: Fix the IO workarounds code to work with Radix new 2c7645b0f7d1 selftests/powerpc: Fix wild_bctr test to work on ppc64 new 437ccdc8ce62 powerpc/numa: Suppress "VPHN is not supported" messages new 66f93c5a02d5 powerpc/64: Fix kernel stack 16-byte alignment new b2fed34a628d selftests/powerpc: Adjust wild_bctr to build with old binutils new ef268de19756 Merge tag 'powerpc-4.20-3' of git://git.kernel.org/pub/scm [...] new cf3d02a185ed drm: Fix htmldocs warnings in drm_fourcc.c new 23d8003907d0 drm/dp_mst: Check if primary mstb is null new e0c827aca073 drm/omap: Populate DSS children in omapdss driver new f8523b64d2d2 drm/omap: hdmi4: Ensure the device is active during bind new 350c03e88003 drm/omap: dsi: Ensure the device is active during probe new 24ec84e854c6 drm/omap: Move DISPC runtime PM handling to omapdrm new cbed7545db7a drm/omap: dsi: Fix missing of_platform_depopulate() new adf59dd2408c drm/meson: venc: dmt mode must use encp new 7b74026d9c4e Merge tag 'drm-misc-fixes-2018-11-14' of git://anongit.fre [...] new 5581c670fb7e drm/amdgpu: set system aperture to cover whole FB region new c837243ff401 drm/amdgpu: fix bug with IH ring setup new 4d454e9ffdb1 drm/amd/pp: Fix truncated clock value when set watermark new c1a17777eb45 drm/amdgpu: fix huge page handling on Vega10 new 9826b1138e49 Merge branch 'drm-fixes-4.20' of git://people.freedesktop. [...] new fb5bbae9b133 drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5 new 7c4512300cfa drm/i915: Fix possible race in intel_dp_add_mst_connector() new 541ff7e96c13 drm/i915: Fix NULL deref when re-enabling HPD IRQs on syst [...] new c4f224076d00 drm/i915/icl: Fix power well 2 wrt. DC-off toggling order new 0a823e8fd4fd drm/i915/execlists: Force write serialisation into context [...] new 44a7276b30c3 drm/i915: Fix hpd handling for pins with two encoders new 6a67a20366f8 drm/i915: fix broadwell EU computation new a22612301ae6 drm/i915/icl: Drop spurious register read from icl_dbuf_sl [...] new 2a2777990a34 drm/i915: Move programming plane scaler to its own function. new 27971d613fcb drm/i915: Clean up skl_program_scaler() new 6e8adf6f4a4f drm/i915: Account for scale factor when calculating initial phase new 20325e8a6143 Merge tag 'drm-intel-fixes-2018-11-15' of git://anongit.fr [...] new 4efd34602fc0 Merge tag 'drm-fixes-2018-11-16' of git://anongit.freedesk [...]
The 53 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/arm/mach-omap2/display.c | 111 +++++++++++------------ arch/powerpc/include/asm/io.h | 20 ++-- arch/powerpc/include/asm/ppc-opcode.h | 2 + arch/powerpc/include/asm/ptrace.h | 1 + arch/powerpc/kernel/setup_64.c | 2 + arch/powerpc/kvm/trace.h | 8 +- arch/powerpc/kvm/trace_booke.h | 9 +- arch/powerpc/kvm/trace_hv.h | 9 +- arch/powerpc/kvm/trace_pr.h | 9 +- arch/powerpc/mm/numa.c | 2 +- arch/powerpc/mm/slb.c | 35 +++---- arch/powerpc/platforms/powernv/npu-dma.c | 64 +------------ arch/xtensa/include/asm/processor.h | 6 +- arch/xtensa/kernel/head.S | 7 +- block/bio.c | 1 + block/blk-core.c | 5 +- block/blk-lib.c | 4 +- block/bounce.c | 1 + drivers/ata/libata-core.c | 2 +- drivers/block/floppy.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 18 ++-- drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 6 +- drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 2 +- drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c | 32 +++---- drivers/gpu/drm/drm_dp_mst_topology.c | 3 + drivers/gpu/drm/drm_fourcc.c | 2 +- drivers/gpu/drm/i915/intel_device_info.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 45 ++++++++- drivers/gpu/drm/i915/intel_dp_mst.c | 8 +- drivers/gpu/drm/i915/intel_drv.h | 2 +- drivers/gpu/drm/i915/intel_hotplug.c | 70 ++++++++++---- drivers/gpu/drm/i915/intel_lrc.c | 14 ++- drivers/gpu/drm/i915/intel_ringbuffer.c | 38 +++++++- drivers/gpu/drm/i915/intel_runtime_pm.c | 16 ++-- drivers/gpu/drm/i915/intel_sprite.c | 93 +++++++++++-------- drivers/gpu/drm/meson/meson_venc.c | 15 +-- drivers/gpu/drm/omapdrm/dss/dsi.c | 22 ++--- drivers/gpu/drm/omapdrm/dss/dss.c | 11 ++- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 37 ++------ drivers/gpu/drm/omapdrm/dss/hdmi5.c | 27 ------ drivers/gpu/drm/omapdrm/dss/venc.c | 7 -- drivers/gpu/drm/omapdrm/omap_crtc.c | 6 ++ drivers/scsi/scsi_lib.c | 8 ++ fs/fuse/dev.c | 16 +++- fs/fuse/file.c | 4 +- include/trace/events/kyber.h | 8 +- tools/testing/selftests/powerpc/mm/wild_bctr.c | 21 ++++- 48 files changed, 465 insertions(+), 375 deletions(-)