1. 28 May, 2022 1 commit
  2. 05 Feb, 2022 3 commits
    • Randy Dunlap's avatar
      pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards · 3928cf08
      Randy Dunlap authored
      When the MIPS_ALCHEMY board selection is MIPS_XXS1500 instead of
      MIPS_DB1XXX, the PCMCIA driver 'db1xxx_ss' has build errors due
      to missing DB1XXX symbols. The PCMCIA driver should be restricted
      to MIPS_DB1XXX instead of MIPS_ALCHEMY to fix this build error.
      
      ERROR: modpost: "bcsr_read" [drivers/pcmcia/db1xxx_ss.ko] undefined!
      ERROR: modpost: "bcsr_mod" [drivers/pcmcia/db1xxx_ss.ko] undefined!
      
      Fixes: 42a4f17d ("MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Kees Cook <keescook@chromium.org>
      Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
      Cc: linux-mips@vger.kernel.org
      Acked-by: default avatarManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      3928cf08
    • tangmeng's avatar
      drivers/pcmcia: Fix typo in comment · 6c00ef0d
      tangmeng authored
      Replace unavaibale with unavailable.
      Signed-off-by: default avatartangmeng <tangmeng@uniontech.com>
      Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
      6c00ef0d
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · 0457e515
      Linus Torvalds authored
      Pull rdma fixes from Jason Gunthorpe:
       "Some medium sized bugs in the various drivers. A couple are more
        recent regressions:
      
         - Fix two panics in hfi1 and two allocation problems
      
         - Send the IGMP to the correct address in cma
      
         - Squash a syzkaller bug related to races reading the multicast list
      
         - Memory leak in siw and cm
      
         - Fix a corner case spec compliance for HFI/QIB
      
         - Correct the implementation of fences in siw
      
         - Error unwind bug in mlx4"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
        RDMA/mlx4: Don't continue event handler after memory allocation failure
        RDMA/siw: Fix broken RDMA Read Fence/Resume logic.
        IB/rdmavt: Validate remote_addr during loopback atomic tests
        IB/cm: Release previously acquired reference counter in the cm_id_priv
        RDMA/siw: Fix refcounting leak in siw_create_qp()
        RDMA/ucma: Protect mc during concurrent multicast leaves
        RDMA/cma: Use correct address when leaving multicast group
        IB/hfi1: Fix tstats alloc and dealloc
        IB/hfi1: Fix AIP early init panic
        IB/hfi1: Fix alloc failure with larger txqueuelen
        IB/hfi1: Fix panic with larger ipoib send_queue_size
      0457e515
  3. 04 Feb, 2022 36 commits