|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


linux-headers                                                    version 5.10.54
________________________________________________________________________________

The linux kernel's exported header files describe the API for user space
programs attempting to use kernel services. These kernel header files are used
by the system's C library (such as glibc or uClibc) to define available system
calls, as well as constants and structures to be used with these system calls.
The C library's header files include the kernel header files from the "linux"
subdirectory. The system's libc headers are usually installed at the default
location /usr/include and the kernel headers in subdirectories under that
(most notably /usr/include/linux and /usr/include/asm). [0]

Upstream: https://kernel.org


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Troubleshooting ........................................................ [002]
  * The Headers Do Not Match My Kernel Version ........................... [003]
* History ................................................................ [004]
* References ............................................................. [005]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b linux-headers                                                      |
|                                                                              |
+------------------------------------------------------------------------------+



[002] Troubleshooting
________________________________________________________________________________


--[003] The Headers Do Not Match My Kernel Version -----------------------------

  The kernel headers in KISS are pinned to an LTS kernel version and are only
  updated when there are changes of interest in the kernel or headers themselves
  (usually by users requesting new features available in the newer headers).

  The headers are backwards compatible and are fully usable with a matching or
  _newer_ kernel version. There are two cases where you'd be required to update
  the headers yourself.

  1. To run a kernel _older_ than the default headers.
  2. To make use of features in your _newer_ kernel version.


[004] History
________________________________________________________________________________

2021-09-28 bcea6072 linux-headers: fix source. Closes #341
2021-07-28 c5d88897 linux-headers: 5.10.54
2021-07-18 a3594a2e linux-headers: update for new env
2021-07-15 7ca4fede linux-headers: use MAJOR/VERSION
2021-07-04 83811c15 linux-headers: 5.10.47
2021-07-01 a75f2717 linux-headers: remove usage of install
2021-06-30 77e018cc linux-headers: 5.4.128
2020-06-10 5f0b1d63 linux-headers: Bump to 5.4.45
2020-04-27 f8327823 linux-headers: Drop rsync
2020-04-27 9ac07d69 linux-headers: Add rsync dependency
2020-03-09 6dbe5dbe linux-headers: Old model
2020-03-09 b1ecedf0 linux-headers: bump to 5.4.24
2020-02-12 2de87b1c linux-headers: Use cc @konimex
2020-01-14 58799a95 linux-headers: Swap to LTS
2020-01-12 0d5287be linux-headers: bump to 5.4.11
2020-01-10 fb88ed61 linux-headers: bump to 5.4.10
2020-01-06 f9d2d1fa linux-headers: bump to 5.4.8
2020-01-01 fe603326 linux-headers: bump to 5.4.7
2019-12-23 9a3e94a2 linux-headers: bump to 5.4.6
2019-12-19 3a44a2d5 linux-headers: bump to 5.4.5
2019-12-05 f555f32d linux-headers: bump to 5.4.2
2019-12-01 326289ee linux-headers: bump to 5.4.1
2019-11-25 d8c604cf linux-headers: bump to 5.4
2019-11-18 c60da28f linux-headers: bump to 5.3.11
2019-11-11 be557ff8 linux-headers: bump to 5.3.10
2019-11-06 f5f729df linux-headers: bump to 5.3.9
2019-10-29 5c698651 linux-headers: bump to 5.3.8
2019-10-18 a28c2d17 linux-headers: bump to 5.3.7
2019-10-13 d148217b linux-headers: bump to 5.3.6
2019-10-08 82db154d linux-headers: bump to 5.3.5
2019-10-06 6a7bce23 linux-headers: bump to 5.3.4
2019-10-01 bdf8181d linux-headers: bump to 5.3.2
2019-09-22 c65f68fd linux-headers: bump to 5.3.1
2019-09-16 df2ebc5d linux-headers: bump to 5.3
2019-09-11 1959bacd linux-headers: bump to 5.2.14
2019-09-07 950bc4d7 linux-headers: fix depends and build
2019-09-07 a69d26b0 linux-headers: bump to 5.2.13
2019-08-29 398de029 linux-headers: bump to 5.2.11
2019-08-26 5776b59c linux-headers: bump to 5.2.10
2019-08-23 4b85392c linux-headers: bump to 5.2.9
2019-07-19 e9dd75b4 linux/linux-headers: update to 5.2.1
2019-07-06 253ea5dd linux/linux-headers: bump to 5.1.16
2019-06-19 25ebf0ea linux-headers: Fix license file name
2019-06-19 94576a7c linux/linux-headers: add license


[005] References
________________________________________________________________________________

[0] https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.