This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Mainline 3.11 (2013-09-02) compile issues (get_vmalloc_info_fn) #291
Comments
same error here on archlinux (raspberry pi) |
ryao
added a commit
to ryao/spl
that referenced
this issue
Sep 26, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
@abyxcos I have opened #297 with a fix. @maci0 I do not recommend using ZFSOnLinux on the Raspberry Pi until openzfs/zfs#75 is resolved. Until then, ZFS will hang on the Raspberry Pi whenever the Linux kernel runs out of 32-bit kernel virtual address space due to a design decision made in Linux. |
@ryao wouldn't disabling the ARC cache work for the rpi ? the thing has 256MB of RAM. I don't expect great performance anyway. |
ryao
added a commit
to ryao/spl
that referenced
this issue
Oct 2, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Oct 2, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Oct 2, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Oct 5, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Nov 9, 2013
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ghost
mentioned this issue
Dec 25, 2013
ryao
added a commit
to ryao/spl
that referenced
this issue
Apr 9, 2014
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
pushed a commit
to ryao/spl
that referenced
this issue
Apr 10, 2014
Related to issue openzfs#257 which added Linux 3.10 compatibility. For ARM and Sparc architectures we must explicitly include the <linux/vmalloc.h> header to ensure the vmalloc_info structure is always defined when available. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#257 Closes openzfs#291
ryao
added a commit
to ryao/spl
that referenced
this issue
Apr 11, 2014
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Apr 17, 2014
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
ryao
added a commit
to ryao/spl
that referenced
this issue
Jun 17, 2014
A couple of definitions were outside a preprocessor conditional statement when they should have been inside it. This caused build failures for some people. Closes openzfs#291 Reported-by: Aaron Fineman <[email protected]> Signed-off-by: Richard Yao <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
spl-0.6.2 is failing to build on mainline 3.11 (2013-09-02) complaining about get_vmalloc_info_fn. This patch fixes it, but I'm not sure it's the right thing. Probably needs some proper automagic around that function. Compile logs are below.
The text was updated successfully, but these errors were encountered: