-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link issue with lj_vm_IITERN on s390x #136
Comments
Hi @zhuizhuhaomeng Can you help with this? |
I don't think I can give you more help because I am not so familiar with this part of the code. And I do not have an s390 machine to verify. |
@zhuizhuhaomeng free community s390x VMs are available, see https://linuxone.cloud.marist.edu/#/login |
velemas
pushed a commit
to velemas/luajit2
that referenced
this issue
Nov 8, 2021
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI for s390x. Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
velemas
pushed a commit
to velemas/luajit2
that referenced
this issue
Nov 8, 2021
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI for s390x. Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
velemas
pushed a commit
to velemas/luajit2
that referenced
this issue
Nov 8, 2021
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI (valgrind disabled for s390x because of unimplemented instruction). Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
zhuizhuhaomeng
pushed a commit
that referenced
this issue
Nov 17, 2021
and breakage introduced by commit 5980ef9 seen in kubernetes/ingress-nginx#6504 on s390x. Additionally implemented: - Table traversal changes for s390x introduced in commits c6f5ef6 and bb0f241. - CI (valgrind disabled for s390x because of unimplemented instruction). Signed-off-by: Artiom Vaskov <artiom.vaskov@ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After applying this PR #135, i have a link issue on s390x:
It looks like this commit bb0f241 lacks the changes for s390x made for all other archs concerning vm_IITERN.
The text was updated successfully, but these errors were encountered: