Uh oh!
There was an error while loading. Please reload this page.
mtl upstream: mux: fix FW build with xt-clang - #6519
Conversation
kv2019i
left a comment
There was a problem hiding this comment.
This seems like a welcome change in general. Using stdint.h as local variable is not a good practise. One note on signed/unsigned differnece here, it could cause further compiler warnings later on.
Uh oh!
There was an error while loading. Please reload this page.
4ed453c to
b566145Comparelgirdwood
commented
Nov 3, 2022
Ah , now seeing this compile error on several PRs. |
jxstelter
commented
Nov 3, 2022
It looks like failures unrelated with this particular change. |
kv2019i
commented
Nov 3, 2022
@jxstelter wrote:
Ack , fixed in #6529 |
kv2019i
left a comment
There was a problem hiding this comment.
Was about to merge, but then noticed the checkpatch warning on missing signed-off-by. This needs to be added... then it's good. Tests are ok now, only known failures in the report.
Uh oh!
There was an error while loading. Please reload this page.
b566145 to
7c18d26Compare
kv2019i
left a comment
There was a problem hiding this comment.
@marcinszkudlinski Checkpatch is stil not happy:
ERROR: Missing Signed-off-by: line by nominal patch author 'Marcin Szkudlinski marcin.szkudlinski@intel.com'
@marcinszkudlinski wrote:
Ack, so please change the author to Jarek as well. E.g. There needs to be a signed-off by the author. You can add your own signed-off as well as you are upstreaming the change, so the "-s" is good above. UPDATE: sorry, I edited your comment when I was supposed to reply. It seems as a maintainer I can do this which is very confusing. |
Newer Xtensa toolchain replaces xt-xcc with xt-clang. For some reason xt-clang fails to build SOF when uint8_t type is used as index of for() loop. This change unblocks building of SOF with xt-clang. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
7c18d26 to
ab62dc2Compare
kv2019i
left a comment
There was a problem hiding this comment.
Thanks! Once the CI run completes, I'll proceed with merge..
Newer Xtensa toolchain replaces xt-xcc with xt-clang. For some reason xt-clang fails to build SOF when uint8_t type is used as index of for() loop. This change unblocks building of SOF with xt-clang.
Signed-off-by: Jaroslaw Stelter Jaroslaw.Stelter@intel.com