aboutsummaryrefslogtreecommitdiffstats
path: root/samples/livepatch/livepatch-shadow-fix1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-23livepatch: Reorder to use before freeing a pointerTom Rix1-1/+1
2020-01-17livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek1-6/+16
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek1-3/+6
2020-01-17livepatch/sample: Use the right type for the leaking data pointerPetr Mladek1-6/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-03-05Merge branch 'for-5.0/upstream-fixes' into for-linusJiri Kosina1-2/+2
2019-01-25livepatch: samples: non static warnings fixNicholas Mc Guire1-2/+2
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek1-13/+1
2018-12-18livepatch: check kzalloc return valuesNicholas Mc Guire1-0/+5
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek1-10/+15
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek1-1/+17
2018-01-11livepatch: Remove immediate featureMiroslav Benes1-15/+0
2017-09-14livepatch: introduce shadow variable APIJoe Lawrence1-0/+173