-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add support for s390[x]. #4425
Add support for s390[x]. #4425
Conversation
Requires-spl: refs/pull/537/head |
@xnox sorry, I wasn't 100% clear. The |
let's try again. |
My style is wrong somehow? i thought i did do copy & pastes....
|
@xnox we follow the SunOS style guide for historical reasons and it's pretty pedantic about how it likes its whitespace. You can locally run the style checker with
|
Requires-spl: refs/pull/537/head Signed-off-by: Dimitri John Ledkov <[email protected]>
@xnox You can use |
i think it's good, albeit "old" perl. |
@xnox Have you run any regression tests on this to validate that everything is working on the z/architecture? For example, the ZoL fork of the XFS tests: https://github.com/zfsonlinux/xfstests/tree/zfs-upstream That being said, this looks good to me. |
@ryao even if nothing works, this is not a regression, but a compile fix. Cause clearly nobody even tried to build it yet. I was mostly interested in just spl to be honest. If this gets zfs module to build, it is a pleasant side-effect. Maybe somebody else will try to test it, et.al. |
I am having a suspecion that isa_defs.h header should also have (a) check that either/or |
Signed-off-by: Dimitri John Ledkov <[email protected]>
i think _SUNOS_VTOC_16 is correct here for this repo, but shouldn't be defined in the spl repo. |
Signed-off-by: Dimitri John Ledkov <[email protected]>
can someone explain the failures above to me? I somehow doubt I have caused them.... |
@behlendorf only one define is needed |
@xbox OK, then that makes sense. This LGTM I'll get it and the SPL patch merged. |
Signed-off-by: Dimitri John Ledkov <[email protected]> Signed-off-by: Richard Yao <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #4425
Signed-off-by: Dimitri John Ledkov [email protected]