Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching update from Petr Mladek:

- Small documentation improvement

* tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
Documentation: livepatch: Correct release locks antonym

+1 -1
+1 -1
Documentation/livepatch/livepatch.rst
··· 50 50 3. Consistency model 51 51 ==================== 52 52 53 - Functions are there for a reason. They take some input parameters, get or 53 + Functions are there for a reason. They take some input parameters, acquire or 54 54 release locks, read, process, and even write some data in a defined way, 55 55 have return values. In other words, each function has a defined semantic. 56 56