1. 23 Mar, 2021 21 commits
  2. 16 Mar, 2021 1 commit
    • Rob Herring's avatar
      kbuild: Enable DT undocumented compatible checks · c59773d2
      Rob Herring authored
      dt-validate has an option to warn on any compatible strings which don't
      match any schema. The option has recently been improved to fix false
      positives, so let's enable the option. This is useful for tracking
      compatibles which are undocumented or not yet converted to DT schema.
      Previously, the only check of undocumented compatible strings has been
      an imperfect checkpatch.pl check.
      
      The option is enabled by default for 'dtbs_check'. This will add more
      warnings, but some platforms are down to only a handful of these
      warnings (good job!).
      
      There's about 100 cases in the binding examples, so the option is
      disabled until these are fixed. In the meantime, they can be checked
      with:
      
      make DT_CHECKER_FLAGS=-m dt_binding_check
      
      Cc: Maxime Ripard <mripard@kernel.org>
      Cc: Masahiro Yamada <masahiroy@kernel.org>
      Cc: Michal Marek <michal.lkml@markovi.net>
      Cc: linux-kbuild@vger.kernel.org
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Link: https://lore.kernel.org/r/20210311233640.1581526-2-robh@kernel.org
      c59773d2
  3. 15 Mar, 2021 1 commit
  4. 11 Mar, 2021 2 commits
  5. 08 Mar, 2021 13 commits
  6. 06 Mar, 2021 2 commits
    • Linus Torvalds's avatar
      Linux 5.12-rc2 · a38fd874
      Linus Torvalds authored
      a38fd874
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · f3ed4de6
      Linus Torvalds authored
      Pull rdma fixes from Jason Gunthorpe:
       "Nothing special here, though Bob's regression fixes for rxe would have
        made it before the rc cycle had there not been such strong winter
        weather!
      
         - Fix corner cases in the rxe reference counting cleanup that are
           causing regressions in blktests for SRP
      
         - Two kdoc fixes so W=1 is clean
      
         - Missing error return in error unwind for mlx5
      
         - Wrong lock type nesting in IB CM"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
        RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
        RDMA/rxe: Fix missed IB reference counting in loopback
        RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
        RDMA/mlx5: Set correct kernel-doc identifier
        IB/mlx5: Add missing error code
        RDMA/rxe: Fix missing kconfig dependency on CRYPTO
        RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
      f3ed4de6