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
Linux 5.0: error: invalid operands to binary << #8263
Comments
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 15, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Jan 16, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
12 tasks
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 23, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 25, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes: openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Jan 30, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8263
tonyhutter
added a commit
to tonyhutter/zfs
that referenced
this issue
Feb 12, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8263
tonyhutter
added a commit
that referenced
this issue
Mar 4, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes #8263
allanjude
pushed a commit
to allanjude/zfs
that referenced
this issue
Jun 29, 2019
totalram_pages() was converted to an atomic variable in 5.0: https://patchwork.kernel.org/patch/10652795/ Its value should now be read though the totalram_pages() helper function. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes openzfs#8263
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
totalram_pageswas converted to an atomic variable in 5.0:https://patchwork.kernel.org/patch/10652795/
Its value should now be read though the
totalram_pages()helper function.Describe how to reproduce the problem
Build master in rawhide
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: