Rare find

Linux Kernel Programming. Learn to write code that runs at the core of Linux systems.

github.com/PacktPublishing/Linux-Kernel-Programming

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2024
  • Update slab_custom.c; better comment
November 2023
  • (v late) initial commit
  • Better wording..
September 2023
  • show commit id; use KBUILD_MODNAME
  • Merge branch 'master' of https://github.com/PacktPublishing/Linux-Ker…
  • From 5.7 the kallsyms_lookup_name() is unexported; we work around
August 2023
  • Update README.md
  • Update README.md
  • Bugfix: replace the kzalloc() with devm_kzalloc(); thanks to @brian-wood
  • Merge branch 'master' of https://github.com/PacktPublishing/Linux-Ker…
  • Fix mistake: alloc (& free) 2^3, not 2^5 pages; thanks to @brian-wood!
July 2023
  • Update README.md with reader-reported Errata (pg 385)
May 2023
  • Merge pull request #18 from KonishchevDmitry/patch-1
  • Fix typos in URL
April 2023
  • update typos reported by @xuhw21
  • take into a/c that kernels >= 5.8.0 removed the pgprot arg from the _…
March 2023
  • do correct return from init
  • Updated Errata section
  • Merge branch 'master' of https://github.com/PacktPublishing/Linux-Ker…
  • Add an Known Errata section