1. 15 12月, 2018 7 次提交
    • L
      Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block · 380ef2c9
      Linus Torvalds 提交于
      Pull block fixes from Jens Axboe:
       "Three small fixes for this week. contains:
      
         - spectre indexing fix for aio (Jeff)
      
         - fix for the previous zeroing bio fix, we don't need it for user
           mapped pages, and in fact it breaks some applications if we do
           (Keith)
      
         - allocation failure fix for null_blk with zoned (Shin'ichiro)"
      
      * tag 'for-linus-20181214' of git://git.kernel.dk/linux-block:
        block: Fix null_blk_zoned creation failure with small number of zones
        aio: fix spectre gadget in lookup_ioctx
        block/bio: Do not zero user pages
      380ef2c9
    • L
      Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux · 743e3c8f
      Linus Torvalds 提交于
      Pull clk fix from Stephen Boyd:
       "One fix for the qcom QCS404 clk driver that was merged for this
        release.
      
        It specified the wrong parent for a PLL so a part of the clk tree
        wasn't rooted correctly. This fixes it by using the right name"
      
      * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
        clk: qcom: qcs404: Fix gpll0_out_main parent
      743e3c8f
    • L
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · eb6cf9f8
      Linus Torvalds 提交于
      Pull arm64 fix from Catalin Marinas:
       "Invalidate the caches before clearing the DMA buffer via the
        non-cacheable alias in the FORCE_CONTIGUOUS case"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
      eb6cf9f8
    • L
      Merge tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux · 4645453c
      Linus Torvalds 提交于
      Pull powerpc fixes from Michael Ellerman:
       "One notable fix for our change to split pt_regs between user/kernel,
        we forgot to update BPF to use the user-visible type which was an ABI
        break for BPF programs.
      
        A slightly ugly but minimal fix to do_syscall_trace_enter() so that we
        use tracehook_report_syscall_entry() properly. We'll rework the code
        in next to avoid the empty if body.
      
        Seven commits fixing bugs in the new papr_scm (Storage Class Memory)
        driver. The driver was finally able to be tested on the other
        hypervisor which exposed several bugs. The fixes are all fairly
        minimal at least.
      
        Fix a crash in our MSI code if an MSI-capable device is plugged into a
        non-MSI capable PHB, only seen on older hardware (MPC8378).
      
        Fix our legacy serial code to look for "stdout-path" since the device
        trees were updated to use that instead of "linux,stdout-path".
      
        A change to the COFF zImage code to fix booting old powermacs.
      
        A couple of minor build fixes.
      
        Thanks to: Benjamin Herrenschmidt, Daniel Axtens, Dmitry V. Levin,
        Elvira Khabirova, Oliver O'Halloran, Paul Mackerras, Radu Rendec, Rob
        Herring, Sandipan Das"
      
      * tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
        powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call
        powerpc/mm: Fallback to RAM if the altmap is unusable
        powerpc/papr_scm: Use ibm,unit-guid as the iset cookie
        powerpc/papr_scm: Fix DIMM device registration race
        powerpc/papr_scm: Remove endian conversions
        powerpc/papr_scm: Update DT properties
        powerpc/papr_scm: Fix resource end address
        powerpc/papr_scm: Use depend instead of select
        powerpc/bpf: Fix broken uapi for BPF_PROG_TYPE_PERF_EVENT
        powerpc/boot: Fix build failures with -j 1
        powerpc: Look for "stdout-path" when setting up legacy consoles
        powerpc/msi: Fix NULL pointer access in teardown code
        powerpc/mm: Fix linux page tables build with some configs
        powerpc: Fix COFF zImage booting on old powermacs
      4645453c
    • L
      Merge tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-client · c19bf74f
      Linus Torvalds 提交于
      Pull ceph fix from Ilya Dryomov:
       "Luis discovered a problem with the new copyfrom offload on the server
        side. Disable it for now"
      
      * tag 'ceph-for-4.20-rc7' of https://github.com/ceph/ceph-client:
        ceph: make 'nocopyfrom' a default mount option
      c19bf74f
    • L
      Merge tag 'pinctrl-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · 7fb5f5d3
      Linus Torvalds 提交于
      Pull pin control fixes from Linus Walleij:
       "Three pin control fixes for the v4.20 series. Just odd drivers, so
        nothing particularly interesting:
      
         - Set the tile property on Qualcomm SDM60.
      
         - Fix up enable register calculation for the Meson
      
         - Fix an IRQ offset on the Sunxi (Allwinner)"
      
      * tag 'pinctrl-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
        pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11
        pinctrl: meson: fix pull enable register calculation
        pinctrl: sdm660: Set tile property for pingroups
      7fb5f5d3
    • L
      Merge tag 'drm-fixes-2018-12-14' of git://anongit.freedesktop.org/drm/drm · 92de1de5
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "While I hoped things would calm down, the world hasn't joined with me,
        but it's a few things scattered over a wide area. The i915 workarounds
        regression fix is probably the largest, the rest are more usual sized.
        We also get some new AMD PCI IDs.
      
        There is also a patch in here to MAINTAINERS to added Daniel as an
        official DRM toplevel co-maintainer, he's decided he wants to step up
        and share the glory, and he'll likely process next weeks fixes while
        I'm away on holidays.
      
        Summary:
      
        amdgpu:
      
         - some new PCI IDs
      
         - fixed firmware image updates
      
         - power management fixes
      
         - locking warning fix
      
        nouveau:
      
         - framebuffer flushing fix
      
         - memory leak fix
      
         - tegra device init regression fix
      
        vmwgfx:
      
         - OOM kernel memory fix
      
         - excess return in function fix
      
        i915:
      
         - the biggest fix is a regression fix where workarounds weren't
           getting reapplied after a gpu hang causing further crashing, this
           fixes the workaround application to make it happen again
      
         - GPU hang fixes for Braswell and some GEN3 GPUs
      
         - GVT fix for broadwell tiling
      
        rockchip:
      
         - revert to fix a regression causing a WARN on shutdown
      
        mediatek:
      
         - avoid crash attaching to non-existant bridges"
      
      * tag 'drm-fixes-2018-12-14' of git://anongit.freedesktop.org/drm/drm: (23 commits)
        drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3
        MAINTAINERS: Daniel for drm co-maintainer
        drm/amdgpu: drop fclk/gfxclk ratio setting
        drm/vmwgfx: remove redundant return ret statement
        drm/i915: Flush GPU relocs harder for gen3
        drm/i915: Allocate a common scratch page
        drm/i915/execlists: Apply a full mb before execution for Braswell
        drm/nouveau/kms: Fix memory leak in nv50_mstm_del()
        drm/nouveau/kms/nv50-: also flush fb writes when rewinding push buffer
        drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lock
        Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"
        drm/nouveau/drm/nouveau: tegra: Call nouveau_drm_device_init()
        drm/amdgpu/powerplay: Apply avfs cks-off voltages on VI
        drm/amdgpu: update SMC firmware image for polaris10 variants
        drm/amdkfd: add new vega20 pci id
        drm/amdkfd: add new vega10 pci ids
        drm/amdgpu: add some additional vega20 pci ids
        drm/amdgpu: add some additional vega10 pci ids
        drm/amdgpu: update smu firmware images for VI variants (v2)
        drm/i915: Introduce per-engine workarounds
        ...
      92de1de5
  2. 14 12月, 2018 8 次提交
  3. 13 12月, 2018 15 次提交
  4. 12 12月, 2018 10 次提交