Skip to content
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

Support for Kernel mainline 5.6.x #56

Open
andrei-trybukhouski opened this issue Mar 15, 2020 · 3 comments
Open

Support for Kernel mainline 5.6.x #56

andrei-trybukhouski opened this issue Mar 15, 2020 · 3 comments

Comments

@andrei-trybukhouski
Copy link

it does not build.

extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
                              ^~~~~~~~~~~~~~~~
/mnt/rdata/work/linuxwork/EnhanceIO/Driver/enhanceio/eio_procfs.c:1417:39: error: passing argument 4 of ‘proc_create_data’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  entry = proc_create_data(s, 0, NULL, &eio_config_operations, dmc);
@ca5ua1
Copy link

ca5ua1 commented May 10, 2020

Same

@goldsteal
Copy link

Issues persist with Linux Kernel 5.7.0.

@Ristovski
Copy link

Ristovski commented Dec 27, 2020

Fixed in tytgatlieven@42aa1a1

As far as I know, there has been another change (related to BIO) in kernel 5.9 that breaks EnhanceIO once again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants