Skip to content
  1. Jan 19, 2019
  2. Jan 18, 2019
    • Dave Airlie's avatar
      Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixes · 9420151d
      Dave Airlie authored
      
      
      nouveau support for TU102 (RTX 2080 Ti)
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Ben Skeggs <bskeggs@redhat.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/CABDvA=mQsRr0BpRpv3n6UjthHush4u_kQR3oUGHkBtAHTmyCYw@mail.gmail.com
      9420151d
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · d7393226
      Linus Torvalds authored
      Pull rdma fixes frfom Jason Gunthorpe:
       "Not much so far. We have the usual batch of bugs and two fixes to code
        merged this cycle:
      
         - Restore valgrind support for the ioctl verbs interface merged this
           window, and fix a missed error code on an error path from that
           conversion
      
         - A user reported crash on obsolete mthca hardware
      
         - pvrdma was using the wrong command opcode toward the hypervisor
      
         - NULL pointer crash regression when dumping rdma-cm over netlink
      
         - Be conservative about exposing the global rkey"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
        RDMA/mthca: Clear QP objects during their allocation
        RDMA/vmw_pvrdma: Return the correct opcode when creating WR
        RDMA/cma: Add cm_id restrack resource based on kernel or user cm_id type
        RDMA/nldev: Don't expose unsafe global rkey to regular user
        RDMA/uverbs: Fix post send success return value in case of error
      d7393226
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2019-01-18' of git://anongit.freedesktop.org/drm/drm · 1092a94f
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "The rc3 fixes are a bit scattered:
      
         - meson, sun4i and rockchip all had missing of_node_put.
      
         - qxl and virtio both were advertising dma-buf to userspace when they
           really shouldn't have.
      
        Otherwise:
      
        meson:
         - modesetting regression fix
      
        i915 GVT:
         - one cmd parser failure fix
         - region cleanup fix in vGPU destroy
      
        amdgpu:
         - KFD fixes for arm64 mixed APU/DGPU
         - vega12 powerplay fix
         - raven DC fixes
         - freesync fix"
      
      * tag 'drm-fixes-2019-01-18' of git://anongit.freedesktop.org/drm/drm:
        drm/amd/display: Detach backlight from stream
        drm/sun4i: backend: add missing of_node_puts
        Revert "drm/amdgpu: validate user pitch alignment"
        Revert "drm/amdgpu: validate user GEM object size"
        drm/meson: Fix atomic mode switching regression
        drm/i915/gvt: Fix mmap range check
        drm/i915/gvt: free VFIO region space in vgpu detach
        drm/amd/display: Fix disabled cursor on top screen edge
        drm/amd/display: fix warning on raven hotplug
        drm/amd/display: fix PME notification not working in RV desktop
        drm/amd/display: Only get the connector state for VRR when toggled
        drm/amd/display: Pack DMCU iRAM alignment
        drm/amd/powerplay: run acg btc for Vega12
        drm/amdkfd: Don't assign dGPUs to APU topology devices
        drm/amdkfd: Allow building KFD on ARM64 (v2)
        drm/meson: add missing of_node_put
        drm/virtio: drop prime import/export callbacks
        drm/qxl: drop prime import/export callbacks
        drm/i915/gvt: Allow F_CMD_ACCESS on mmio 0x21f0
        drm/rockchip: add missing of_node_put
      1092a94f
    • Linus Torvalds's avatar
      Merge tag 'led-fix-for-5.0-rc3' of... · 2451f371
      Linus Torvalds authored
      Merge tag 'led-fix-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
      
      Pull LED fix from Jacek Anaszewski.
      
      * tag 'led-fix-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds:
        leds: lp5523: fix a missing check of return value of lp55xx_read
      2451f371
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v5.0-rc3' of... · 0a2fbed8
      Linus Torvalds authored
      Merge tag 'hwmon-for-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
      
      Pull hwmon fixes from Guenter Roeck:
       "Minor fixes/regressions"
      
      * tag 'hwmon-for-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table
        hwmon: (occ) Fix potential integer overflow
        hwmon: (lm80) Fix missing unlock on error in set_fan_div()
        hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798D
        hwmon: (nct6775) Fix chip ID for NCT6798D
      0a2fbed8
    • Ben Skeggs's avatar
      drm/nouveau/core: recognise TU102 · 7ebec5f4
      Ben Skeggs authored
      
      
      Would usually do this split-out, verifying each component indivitually, but
      this has been squashed together to be more palatable for merging in 5.0-rc.
      
      Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
      7ebec5f4
    • Dave Airlie's avatar
      Merge tag 'drm-misc-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes · df0219b4
      Dave Airlie authored
      
      
      drm-misc-fixes for v5.0-rc3:
      - Add missing calls to of_node_put to sun4i, meson, and rockchip.
      - Drop unimplemented prime callbacks in virtio and qxl, so support
        for prime is not advertised on those drivers.
      - Fix mode switching regression in meson.
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/9af07312-f435-2fda-65a2-9fe92cdf5da4@linux.intel.com
      df0219b4
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2019-01-17' of... · 4ac4cb70
      Dave Airlie authored
      
      Merge tag 'drm-intel-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      
      drm/i915/gvt fixes for v5.0-rc3
      
      "This contains one cmd parser failure fix to allow cmd access for one
      register, and fix region cleanup properly in vGPU destroy, and another
      fix for critical mmap size check mistake."
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      
      From: Jani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/87ef9bfusc.fsf@intel.com
      4ac4cb70
    • Dave Airlie's avatar
      Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes · 586cdb0d
      Dave Airlie authored
      
      
      Fixes for 5.0:
      - Fix KFD on ARM64
      - Fix KFD topology with mixed APU and dGPU systems
      - Powerplay fix for vega12
      - DC Raven fixes
      - Freesync fix
      
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Alex Deucher <alexdeucher@gmail.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/20190116224524.3314-1-alexander.deucher@amd.com
      586cdb0d
    • Kangjie Lu's avatar
      leds: lp5523: fix a missing check of return value of lp55xx_read · 248b5701
      Kangjie Lu authored
      
      
      When lp55xx_read() fails, "status" is an uninitialized variable and thus
      may contain random value; using it leads to undefined behaviors.
      
      The fix inserts a check for the return value of lp55xx_read: if it
      fails, returns with its error code.
      
      Signed-off-by: default avatarKangjie Lu <kjlu@umn.edu>
      Signed-off-by: default avatarJacek Anaszewski <jacek.anaszewski@gmail.com>
      248b5701
    • Cheng-Min Ao's avatar
      hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in OF device ID table · f422449b
      Cheng-Min Ao authored
      
      
      Correct a typo in OF device ID table
      The last one should be 'ti,tmp442'
      
      Signed-off-by: default avatarCheng-Min Ao <tony_ao@wiwynn.com>
      Signed-off-by: default avatarYu-Hsiang Chen <matt_chen@wiwynn.com>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      f422449b
    • Linus Torvalds's avatar
      Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs · a3a80255
      Linus Torvalds authored
      Pull AFS fixes from David Howells:
       "Here's a set of fixes for AFS:
      
         - Use struct_size() for kzalloc() size calculation.
      
         - When calling YFS.CreateFile rather than AFS.CreateFile, it is
           possible to create a file with a file lock already held. The
           default value indicating no lock required is actually -1, not 0.
      
         - Fix an oops in inode/vnode validation if the target inode doesn't
           have a server interest assigned (ie. a server that will notify us
           of changes by third parties).
      
         - Fix refcounting of keys in file locking.
      
         - Fix a race in refcounting asynchronous operations in the event of
           an error during request transmission. The provision of a dedicated
           function to get an extra ref on a call is split into a separate
           commit"
      
      * tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
        afs: Fix race in async call refcounting
        afs: Provide a function to get a ref on a call
        afs: Fix key refcounting in file locking code
        afs: Don't set vnode->cb_s_break in afs_validate()
        afs: Set correct lock type for the yfs CreateFile
        afs: Use struct_size() in kzalloc()
      a3a80255
    • Linus Torvalds's avatar
      Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb · 6d060fa3
      Linus Torvalds authored
      Pull swiotlb fix from Konrad Rzeszutek Wilk:
       "A tiny fix for v5.0-rc2:
      
        This fixes an issue with GPU cards not working anymore with the DMA
        mapping work Christopher did - as the SWIOTLB is initialized first and
        then free'd (as IOMMU is available) but we forgot to clear our start
        and end entries which are used and BOOM"
      
      * 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
        swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
      6d060fa3
    • Linus Torvalds's avatar
      Merge tag 'kbuild-fixes-v5.0' of... · e4484a49
      Linus Torvalds authored
      Merge tag 'kbuild-fixes-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
      
      Pull Kbuild fixes from Masahiro Yamada:
      
       - clean generated files in scripts/kconfig/ by 'make mrproper'
      
       - fix conflict between dead code elimination and ftrace for GCC <= 4.7
      
       - fix external module build with CONFIG_STACKPROTECTOR
      
       - remove unused code
      
      * tag 'kbuild-fixes-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
        kbuild: mark prepare0 as PHONY to fix external module build
        openrisc: remove unneeded code in arch/openrisc/Makefile
        nds32: remove unneeded code in arch/nds32/Makefile
        ia64: remove redundant 'export AWK'
        kbuild: remove unused archmrproper
        kbuild: remove unused baseprereq
        kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7
        kconfig: clean generated *conf-cfg files
      e4484a49
    • Linus Torvalds's avatar
      Merge tag 'devicetree-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux · d471c4df
      Linus Torvalds authored
      Pull Devicetree fixes from Rob Herring:
      
       - Remove now unused struct device_node.type pointer
      
       - Fix meson-axg reset header SPDX tag
      
       - Add missing of_node_put in of_graph_get_remote_port_parent
      
       - Fix several binding doc file references and typos
      
      * tag 'devicetree-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
        dt-bindings: reset: meson-axg: fix SPDX license id
        dt-bindings: soc: qcom: Fix trivial language typos
        doc: gpio-mvebu: fix broken reference to cp110-system-controller0.txt file
        OF: properties: add missing of_node_put
        doc: bindings: fix bad reference to ARM CPU bindings
        dt-bindings: marvell,mmp2: fix typos in bindings doc
        of: Remove struct device_node.type pointer
      d471c4df
  3. Jan 17, 2019
  4. Jan 16, 2019
    • Christoph Hellwig's avatar
      swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit · 227a76b6
      Christoph Hellwig authored
      Otherwise is_swiotlb_buffer will return false positives when
      we first initialize a swiotlb buffer, but then free it because
      we have an IOMMU available.
      
      Fixes: 55897af6
      
       ("dma-direct: merge swiotlb_dma_ops into the dma_direct code")
      Reported-by: default avatarSibren Vasse <sibren@sibrenvasse.nl>
      Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
      Tested-by: default avatarSibren Vasse <sibren@sibrenvasse.nl>
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      227a76b6
    • Masahiro Yamada's avatar
      ia64: remove redundant 'export AWK' · be3bb599
      Masahiro Yamada authored
      
      
      This is exported by the top Makefile.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      be3bb599
    • Masahiro Yamada's avatar
      kbuild: remove unused archmrproper · b421b8a6
      Masahiro Yamada authored
      
      
      No one uses archmrproper.
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      b421b8a6
    • Linus Torvalds's avatar
      Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux · 47bfa6d9
      Linus Torvalds authored
      Pull SELinux fix from Paul Moore:
       "One small patch to fix a potential NULL dereference on a failed
        SELinux policy load"
      
      * tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
        selinux: fix GPF on invalid policy
      47bfa6d9
    • Julia Lawall's avatar
      drm/sun4i: backend: add missing of_node_puts · 4bb0e6d7
      Julia Lawall authored
      
      
      The device node iterators perform an of_node_get on each
      iteration, so a jump out of the loop requires an of_node_put.
      
      Remote and port also have augmented reference counts, so drop them
      on each iteration and at the end of the function, respectively.
      Remote is only used for the address it contains, not for the
      contents of that address, so the reference count can be dropped
      immediately.
      
      The semantic patch that fixes the first part of this problem is
      as follows (http://coccinelle.lip6.fr):
      
      // <smpl>
      @@
      expression root,e;
      local idexpression child;
      iterator name for_each_child_of_node;
      @@
      
       for_each_available_child_of_node(root, child) {
         ... when != of_node_put(child)
             when != e = child
      +  of_node_put(child);
      ?  break;
         ...
      }
      ... when != child
      // </smpl>
      
      Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/1547369264-24831-5-git-send-email-Julia.Lawall@lip6.fr
      4bb0e6d7
    • Tycho Andersen's avatar
      seccomp: fix UAF in user-trap code · a811dc61
      Tycho Andersen authored
      
      
      On the failure path, we do an fput() of the listener fd if the filter fails
      to install (e.g. because of a TSYNC race that's lost, or if the thread is
      killed, etc.). fput() doesn't actually release the fd, it just ads it to a
      work queue. Then the thread proceeds to free the filter, even though the
      listener struct file has a reference to it.
      
      To fix this, on the failure path let's set the private data to null, so we
      know in ->release() to ignore the filter.
      
      Reported-by: default avatar <syzbot+981c26489b2d1c6316ba@syzkaller.appspotmail.com>
      Fixes: 6a21cc50
      
       ("seccomp: add a return code to trap to userspace")
      Signed-off-by: default avatarTycho Andersen <tycho@tycho.ws>
      Acked-by: default avatarKees Cook <keescook@chromium.org>
      Signed-off-by: default avatarJames Morris <james.morris@microsoft.com>
      a811dc61
    • Linus Torvalds's avatar
      Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace · 7939f8be
      Linus Torvalds authored
      Pull tracing fix from Steven Rostedt:
       "Andrea Righi fixed a NULL pointer dereference in trace_kprobe_create()
      
        It is possible to trigger a NULL pointer dereference by writing an
        incorrectly formatted string to the krpobe_events file"
      
      * tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
        tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
      7939f8be
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net · e8746440
      Linus Torvalds authored
      Pull networking fixes from David Miller:
      
       1) Fix regression in multi-SKB responses to RTM_GETADDR, from Arthur
          Gautier.
      
       2) Fix ipv6 frag parsing in openvswitch, from Yi-Hung Wei.
      
       3) Unbounded recursion in ipv4 and ipv6 GUE tunnels, from Stefano
          Brivio.
      
       4) Use after free in hns driver, from Yonglong Liu.
      
       5) icmp6_send() needs to handle the case of NULL skb, from Eric
          Dumazet.
      
       6) Missing rcu read lock in __inet6_bind() when operating on mapped
          addresses, from David Ahern.
      
       7) Memory leak in tipc-nl_compat_publ_dump(), from Gustavo A. R. Silva.
      
       8) Fix PHY vs r8169 module loading ordering issues, from Heiner
          Kallweit.
      
       9) Fix bridge vlan memory leak, from Ido Schimmel.
      
      10) Dev refcount leak in AF_PACKET, from Jason Gunthorpe.
      
      11) Infoleak in ipv6_local_error(), flow label isn't completely
          initialized. From Eric Dumazet.
      
      12) Handle mv88e6390 errata, from Andrew Lunn.
      
      13) Making vhost/vsock CID hashing consistent, from Zha Bin.
      
      14) Fix lack of UMH cleanup when it unexpectedly exits, from Taehee Yoo.
      
      15) Bridge forwarding must clear skb->tstamp, from Paolo Abeni.
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (87 commits)
        bnxt_en: Fix context memory allocation.
        bnxt_en: Fix ring checking logic on 57500 chips.
        mISDN: hfcsusb: Use struct_size() in kzalloc()
        net: clear skb->tstamp in bridge forwarding path
        net: bpfilter: disallow to remove bpfilter module while being used
        net: bpfilter: restart bpfilter_umh when error occurred
        net: bpfilter: use cleanup callback to release umh_info
        umh: add exit routine for UMH process
        isdn: i4l: isdn_tty: Fix some concurrency double-free bugs
        vhost/vsock: fix vhost vsock cid hashing inconsistent
        net: stmmac: Prevent RX starvation in stmmac_napi_poll()
        net: stmmac: Fix the logic of checking if RX Watchdog must be enabled
        net: stmmac: Check if CBS is supported before configuring
        net: stmmac: dwxgmac2: Only clear interrupts that are active
        net: stmmac: Fix PCI module removal leak
        tools/bpf: fix bpftool map dump with bitfields
        tools/bpf: test btf bitfield with >=256 struct member offset
        bpf: fix bpffs bitfield pretty print
        net: ethernet: mediatek: fix warning in phy_start_aneg
        tcp: change txhash on SYN-data timeout
        ...
      e8746440