Skip to content

sync: rvck93: xuantie: nna: select SYNC_FILE#137

Merged
xmzzz merged 1 commit into
RVCK-Project:OLK-6.6from
xmzzz:sync-rvck-93
Nov 21, 2025
Merged

sync: rvck93: xuantie: nna: select SYNC_FILE#137
xmzzz merged 1 commit into
RVCK-Project:OLK-6.6from
xmzzz:sync-rvck-93

Conversation

@xmzzz
Copy link
Copy Markdown
Contributor

@xmzzz xmzzz commented Nov 16, 2025

riscv inclusion
category: bugfix
bugzilla: ruyisdk/linux-xuantie-kernel#214 CVE: NA


Make VHA select SYNC_FILE to avoid KUnit test errors:

ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `.L0 ':
vha_common.c:(.text+0x4da): undefined reference to `dma_fence_release'
ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `dma_fence_put.part.0':
vha_common.c:(.text+0x52e): undefined reference to `dma_fence_release'
ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `_vha_in_merged_sync_cb':
vha_common.c:(.text+0x58c): undefined reference to `dma_fence_release'
...
ld: vha_common.c:(.text+0x2cbe): undefined reference to `sync_file_create'
ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `.L774':
vha_common.c:(.text+0x2ce8): undefined reference to `dma_fence_add_callback'
ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `vha_buf_needs_inval':
vha_common.c:(.text+0x2ec6): undefined reference to `sync_file_get_fence'
ld: vha_common.c:(.text+0x2ee6): undefined reference to `dma_fence_add_callback'
ld: vha_common.c:(.text+0x2f2e): undefined reference to `dma_fence_context_alloc'
ld: vha_common.c:(.text+0x2f40): undefined reference to `dma_fence_array_create'
ld: vha_common.c:(.text+0x2f52): undefined reference to `sync_file_create'

Sync from rvck.
Link: RVCK-Project/rvck#93

riscv inclusion
category: bugfix
bugzilla: ruyisdk/linux-xuantie-kernel#214
CVE: NA

--------------------------------

Make VHA select SYNC_FILE to avoid KUnit test errors:

    ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `.L0 ':
    vha_common.c:(.text+0x4da): undefined reference to `dma_fence_release'
    ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `dma_fence_put.part.0':
    vha_common.c:(.text+0x52e): undefined reference to `dma_fence_release'
    ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `_vha_in_merged_sync_cb':
    vha_common.c:(.text+0x58c): undefined reference to `dma_fence_release'
    ...
    ld: vha_common.c:(.text+0x2cbe): undefined reference to `sync_file_create'
    ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `.L774':
    vha_common.c:(.text+0x2ce8): undefined reference to `dma_fence_add_callback'
    ld: drivers/soc/xuantie/nna/vha/vha_common.o: in function `vha_buf_needs_inval':
    vha_common.c:(.text+0x2ec6): undefined reference to `sync_file_get_fence'
    ld: vha_common.c:(.text+0x2ee6): undefined reference to `dma_fence_add_callback'
    ld: vha_common.c:(.text+0x2f2e): undefined reference to `dma_fence_context_alloc'
    ld: vha_common.c:(.text+0x2f40): undefined reference to `dma_fence_array_create'
    ld: vha_common.c:(.text+0x2f52): undefined reference to `sync_file_create'

Signed-off-by: Yafen Fang <yafen@iscas.ac.cn>
[Sync from rvck.]
Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 16, 2025


开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/19408847157

参数解析结果
args value
repository RVCK-Project/rvck-olk
head ref pull/137/head
base ref OLK-6.6
LAVA repo RVCK-Project/lavaci
LAVA Template lava-job-template/qemu/qemu-ltp.yaml
Testcase path lava-testcases/common-test/ltp/ltp.yaml

测试完成

详细结果:

RVCK result

check result
kunit-test success
kernel-build failure
lava-trigger skipped
check-patch success

Kunit Test Result

kunit test failed

Kernel Build Result

Kernel build failed.

Check Patch Result

Total Errors 0
Total Warnings 1

测试完成

详细结果:

RVCK result

check result
kunit-test success
kernel-build success
lava-trigger success
check-patch success

Kunit Test Result

kunit test failed

Kernel Build Result

Kernel build succeeded: RVCK-Project/rvck-olk/137/

da7d3f1b324fc43e8c239ea7dc46baf7 /srv/guix_result/4dba7da272a05402439e5f43760a8a58f22f80fe/Image
617120a34090fec0fcc3ca447daa9ddb /root/initramfs.img

LAVA Check

args:

result:

Lava check done! lava log: https://lava.oerv.ac.cn/scheduler/job/921

lava result count: [fail]: 17, [pass]: 1589, [skip]: 293

Check Patch Result

Total Errors 0
Total Warnings 1

@xmzzz xmzzz merged commit 4dba7da into RVCK-Project:OLK-6.6 Nov 21, 2025
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants