{"id":28000636,"url":"https://github.com/sysprog21/ksort","last_synced_at":"2025-05-08T23:53:58.405Z","repository":{"id":72389300,"uuid":"351300517","full_name":"sysprog21/ksort","owner":"sysprog21","description":"A Linux kernel module capable of performing concurrent sorts","archived":false,"fork":false,"pushed_at":"2025-03-29T00:30:18.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":38,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T23:53:53.483Z","etag":null,"topics":["kernel-module","linux","linux-kernel","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sysprog21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-25T03:44:41.000Z","updated_at":"2025-03-29T00:30:21.000Z","dependencies_parsed_at":"2025-03-23T14:34:10.413Z","dependency_job_id":null,"html_url":"https://github.com/sysprog21/ksort","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fksort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fksort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fksort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysprog21%2Fksort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysprog21","download_url":"https://codeload.github.com/sysprog21/ksort/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166486,"owners_count":21864471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel-module","linux","linux-kernel","sorting-algorithms"],"created_at":"2025-05-08T23:53:57.848Z","updated_at":"2025-05-08T23:53:58.393Z","avatar_url":"https://github.com/sysprog21.png","language":"C","readme":"# ksort\n\nA Linux kernel module that creates the device `/dev/sort`, capable of performing concurrent sorts.\n\n## User access to the character device\n\nIn order to access the character device as a user you need to add a rule to\nudev with the included rules file.\n```\n$ sudo cp 99-xoro.rules /etc/udev/rules.d/\n$ sudo cp 99-sort.rules /etc/udev/rules.d/\n$ sudo udevadm control --reload\n```\n\n## Build and Test\n\nBuild from source:\n```shell\n$ make\n```\n\nTest:\n```shell\n$ make check\n```\n\nYou should see also more messages in the kernel log.\n\n## References\n* [The Linux Kernel Module Programming Guide](https://sysprog21.github.io/lkmpg/)\n* [Writing a simple device driver](https://www.apriorit.com/dev-blog/195-simple-driver-for-linux-os)\n* [Character device drivers](https://linux-kernel-labs.github.io/refs/heads/master/labs/device_drivers.html)\n* [cdev interface](https://lwn.net/Articles/195805/)\n* [Character device files](https://sysplay.in/blog/linux-device-drivers/2013/06/character-device-files-creation-operations/)\n* [Linux Workqueue](https://www.kernel.org/doc/html/latest/core-api/workqueue.html)\n\n## License\n\n`ksort`is released under the MIT license. Use of this source code is governed by\na MIT-style license that can be found in the `LICENSE` file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fksort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysprog21%2Fksort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysprog21%2Fksort/lists"}