All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [freescale-fslc:6.6-1.0.x-imx 4741/11728] /tmp/cc0RDe6t.s:101: Error: bad instruction `dc cvac,r9'
Date: Mon, 29 Apr 2024 16:37:16 +0800	[thread overview]
Message-ID: <202404291658.dhBHONaP-lkp@intel.com> (raw)

tree:   https://github.com/Freescale/linux-fslc 6.6-1.0.x-imx
head:   37770f55ac9c4f6cd958eb5544939207eed8478f
commit: ecf345f453d79979725e6a41fd7f8283835d1fdf [4741/11728] soc: fsl: dpio: enable qbman CENA portal memory access
config: arm-allyesconfig (https://download.01.org/0day-ci/archive/20240429/202404291658.dhBHONaP-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240429/202404291658.dhBHONaP-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202404291658.dhBHONaP-lkp@intel.com/

All errors (new ones prefixed by >>):

   drivers/soc/fsl/dpio/qbman-portal.c: In function 'qbman_swp_enqueue_multiple_desc_direct':
   drivers/soc/fsl/dpio/qbman-portal.c:874:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     874 |         addr_cena = (uint64_t)s->addr_cena;
         |                     ^
   drivers/soc/fsl/dpio/qbman-portal.c:876:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     876 |                 dccvac((uint64_t *)(addr_cena +
         |                        ^
   drivers/soc/fsl/dpio/qbman-portal.c:174:58: note: in definition of macro 'dccvac'
     174 | #define dccvac(p) { asm volatile("dc cvac, %0;" : : "r" (p) : "memory"); }
         |                                                          ^
   /tmp/cc0RDe6t.s: Assembler messages:
>> /tmp/cc0RDe6t.s:101: Error: bad instruction `dc cvac,r9'
   /tmp/cc0RDe6t.s:332: Error: bad instruction `dc ivac,r2'
   /tmp/cc0RDe6t.s:360: Error: bad instruction `dc ivac,r7'
   /tmp/cc0RDe6t.s:428: Error: bad instruction `dc ivac,r6'
   /tmp/cc0RDe6t.s:536: Error: bad instruction `dc ivac,r2'
   /tmp/cc0RDe6t.s:566: Error: bad instruction `dc ivac,r6'
   /tmp/cc0RDe6t.s:634: Error: bad instruction `dc ivac,r6'
>> /tmp/cc0RDe6t.s:898: Error: bad instruction `dc cvac,r6'
   /tmp/cc0RDe6t.s:1180: Error: bad instruction `dc cvac,r3'
   /tmp/cc0RDe6t.s:1920: Error: bad instruction `dc cvac,r5'
>> /tmp/cc0RDe6t.s:2217: Error: bad instruction `dc cvac,r7'
   /tmp/cc0RDe6t.s:2278: Error: bad instruction `dc ivac,r6'
>> /tmp/cc0RDe6t.s:3100: Error: bad instruction `dc cvac,r4'
   /tmp/cc0RDe6t.s:3145: Error: bad instruction `dc ivac,r4'
   /tmp/cc0RDe6t.s:3415: Error: bad instruction `dc cvac,r6'
   /tmp/cc0RDe6t.s:3460: Error: bad instruction `dc ivac,r6'
   /tmp/cc0RDe6t.s:3687: Error: bad instruction `dc cvac,r5'
   /tmp/cc0RDe6t.s:3732: Error: bad instruction `dc ivac,r6'
   /tmp/cc0RDe6t.s:3950: Error: bad instruction `dc cvac,r10'
   /tmp/cc0RDe6t.s:3995: Error: bad instruction `dc ivac,r4'
   /tmp/cc0RDe6t.s:4270: Error: bad instruction `dc cvac,r6'
   /tmp/cc0RDe6t.s:4315: Error: bad instruction `dc ivac,r4'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-04-29  8:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202404291658.dhBHONaP-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.