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

Lesson07: tolower sysfs module with kernel dynamic memory allocation #102

Open
wants to merge 6 commits into
base: Oleg.Khokhlov
Choose a base branch
from

Conversation

OlegH-ua
Copy link

Signed-off-by: Oleg.Khokhlov [email protected]

@OlegH-ua OlegH-ua added the not ready The PR is not ready for review (set by author). label Nov 22, 2018
@OlegH-ua OlegH-ua changed the title Lesson07: Add initial version of tolower sysfs module with SLAB alloc Lesson07: tolower sysfs module with kernel dynamic memory allocation Nov 22, 2018
Test run log shows module startup, copy 3 text fragmenst to module memory,
allocation of fragments and blocks using kernel lists, show result output,
and 'free all' operation for clear all data.

Signed-off-by: Oleg.Khokhlov <[email protected]>
Because my module implementation uses lists and has no limit in data size.
The only limit is PAGE_SIZE for sysfs data show. I can be overcome using
procfs only.

Signed-off-by: Oleg.Khokhlov <[email protected]>
@OlegH-ua OlegH-ua added ready and removed not ready The PR is not ready for review (set by author). labels Dec 6, 2018
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

Successfully merging this pull request may close these issues.

2 participants