-
Notifications
You must be signed in to change notification settings - Fork 122
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
5.19.0-35-generic removed genhd.h? #299
Comments
Most of the genhd stuff moved to blkdev.h
…On Fri, Mar 3, 2023, 4:58 AM kattantak ***@***.***> wrote:
I just tried to recompile on the newest kernel what I got with ubuntu
update
dattobd/src/includes.h:13:10: fatal error: linux/genhd.h: No such file or
directory
13 | #include <linux/genhd.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
It seems for me this header is not exist any more in the newest kernel on
ubuntu. Please investigate. Thank you.
—
Reply to this email directly, view it on GitHub
<#299>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADI2M2WFBJ3ON4UAOFEGUG3W2G6FZANCNFSM6AAAAAAVOM5DOM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello @kattantak we have added support for kernel 5.19, you can check it out |
Hello. Building smoothly on 5.19. Thanks for the update. |
Unfortunately for some reason it is not able to create snapshots. Do you have any idea why or how I can check what can be the problem? Thanks [ 2901.005212] |
@kattantak I will look into that, are you able to tell me which commit did you build? Also are you using LVM on your machine? |
I am using the latest commit as freshly cloning the repo. "git clone https://github.com/datto/dattobd.git" Meanwhile my ubuntu updated to 6.2.0-33-generic and I cannot comply the module again. I just going to compile from source because ubuntu install not working to me. sudo apt-key adv --fetch-keys https://cpkg.datto.com/DATTO-PKGS-GPG-KEY |
we're currently focusing mostly on kernel 5.19. Tested building on kernel 6.1. So 6.2 is not covered with tests, but we're going there. If you find any solution/ workaround I encourage you to share it with us either by creating PR or suggesting solutions. Thanks for you input |
OK. no rush with this. Thanks. |
I just tried to recompile on the newest kernel what I got with ubuntu update
dattobd/src/includes.h:13:10: fatal error: linux/genhd.h: No such file or directory
13 | #include <linux/genhd.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
It seems for me this header is not exist any more in the newest kernel on ubuntu. Please investigate. Thank you.
The text was updated successfully, but these errors were encountered: