1. 28 Feb, 2023 1 commit
  2. 27 Feb, 2023 5 commits
  3. 20 Feb, 2023 1 commit
    • Randy Dunlap's avatar
      MIPS: vpe-mt: drop physical_memsize · 91dc288f
      Randy Dunlap authored
      When neither LANTIQ nor MIPS_MALTA is set, 'physical_memsize' is not
      declared. This causes the build to fail with:
      
      mips-linux-ld: arch/mips/kernel/vpe-mt.o: in function `vpe_run':
      arch/mips/kernel/vpe-mt.c:(.text.vpe_run+0x280): undefined reference to `physical_memsize'
      
      LANTIQ is not using 'physical_memsize' and MIPS_MALTA's use of it is
      self-contained in mti-malta/malta-dtshim.c.
      Use of physical_memsize in vpe-mt.c appears to be unused, so eliminate
      this loader mode completely and require VPE programs to be compiled with
      DFLT_STACK_SIZE and DFLT_HEAP_SIZE defined.
      
      Fixes: 9050d50e ("MIPS: lantiq: Set physical_memsize")
      Fixes: 1a2a6d7e ("MIPS: APRP: Split VPE loader into separate files.")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarkernel test robot <lkp@intel.com>
      Link: https://lore.kernel.org/all/202302030625.2g3E98sY-lkp@intel.com/
      Cc: Dengcheng Zhu <dzhu@wavecomp.com>
      Cc: John Crispin <john@phrozen.org>
      Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
      Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
      Cc: "Steven J. Hill" <Steven.Hill@imgtec.com>
      Cc: Qais Yousef <Qais.Yousef@imgtec.com>
      Cc: Yang Yingliang <yangyingliang@huawei.com>
      Cc: Hauke Mehrtens <hauke@hauke-m.de>
      Cc: James Hogan <jhogan@kernel.org>
      Cc: linux-mips@vger.kernel.org
      Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
      91dc288f
  4. 19 Feb, 2023 3 commits
  5. 17 Feb, 2023 3 commits
  6. 09 Feb, 2023 5 commits
  7. 05 Feb, 2023 3 commits
  8. 27 Jan, 2023 4 commits
  9. 01 Jan, 2023 6 commits
  10. 31 Dec, 2022 2 commits
  11. 30 Dec, 2022 7 commits