Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

linux 4.4 proposal #1

Closed
wongsyrone opened this issue Jun 23, 2016 · 2 comments
Closed

linux 4.4 proposal #1

wongsyrone opened this issue Jun 23, 2016 · 2 comments

Comments

@wongsyrone
Copy link

wongsyrone commented Jun 23, 2016

Hi,

Thanks for your effort to get this work on modern kernels. I successfully compiled and tested on Linux 4.4.13 running on LEDE WRT1900ac router, it seems all works well until now.

My modification is based on your uksm-4.6.patch, the details as follow:

  • changed several function signatures e.g. removed all , false
  • changed "unsigned long *src = s1;" in is_full_zero() to "const unsigned long *src = s1;"
    which makes GCC happier

You can check the patch here, you may need to adjust the patch offset via quilt or by hand.

@dolohow
Copy link
Owner

dolohow commented Jun 23, 2016

Hi,

Thank you for paying interest in this project. I am trying to create those patches with the lowest possible effort and to not diverge from upstream. Yet your changes are very simple and I would probably incorporate them soon. I am wondering how do I miss those warnings.

Happy coding :)
Łukasz

@wongsyrone
Copy link
Author

Thanks. I'm closing this.

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

No branches or pull requests

2 participants