summaryrefslogtreecommitdiffstats
path: root/samples/livepatch/livepatch-shadow-fix1.c
Commit message (Expand)AuthorAgeFilesLines
* livepatch: Reorder to use before freeing a pointerTom Rix2022-03-231-1/+1
* livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek2020-01-171-6/+16
* livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek2020-01-171-3/+6
* livepatch/sample: Use the right type for the leaking data pointerPetr Mladek2020-01-171-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* Merge branch 'for-5.0/upstream-fixes' into for-linusJiri Kosina2019-03-051-2/+2
|\
| * livepatch: samples: non static warnings fixNicholas Mc Guire2019-01-251-2/+2
* | livepatch: Simplify API by removing registration stepPetr Mladek2019-01-111-13/+1
|/
* livepatch: check kzalloc return valuesNicholas Mc Guire2018-12-181-0/+5
* livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek2018-04-171-10/+15
* livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek2018-04-171-1/+17
* livepatch: Remove immediate featureMiroslav Benes2018-01-111-15/+0
* livepatch: introduce shadow variable APIJoe Lawrence2017-09-141-0/+173