enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Coccinelle (software) - Wikipedia

    en.wikipedia.org/wiki/Coccinelle_(software)

    Coccinelle was initially used to aid the evolution of the Linux kernel, providing support for changes to library application programming interfaces (APIs) such as renaming a function, adding a function argument whose value is somehow context-dependent, and reorganizing a data structure.

  3. Quilt (software) - Wikipedia

    en.wikipedia.org/wiki/Quilt_(software)

    For example, quilt is heavily used by the maintainers of the Linux kernel. [ 2 ] Quilt evolved from a set of patch-management scripts originally written by Linux kernel developer Andrew Morton , [ 3 ] and was developed by Andreas Grünbacher for maintaining Linux kernel customizations for SuSE Linux . [ 4 ]

  4. Monkey patch - Wikipedia

    en.wikipedia.org/wiki/Monkey_patch

    The definition of the term varies depending upon the community using it. In Ruby, [2] Python, [3] and many other dynamic programming languages, the term monkey patch only refers to dynamic modifications of a class or module at runtime, motivated by the intent to patch existing third-party code as a workaround to a bug or feature which does not act as desired.

  5. Spacewalk (software) - Wikipedia

    en.wikipedia.org/wiki/Spacewalk_(software)

    In a 2019 paper considering Linux open-source patching tools, Spacewalk was commended for having a software inventory and community support but limited support for distributions; notably, Ubuntu was an issue.

  6. KernelCare - Wikipedia

    en.wikipedia.org/wiki/KernelCare

    The patch is compiled as usual, but the generated code has additional information about all changed code pieces caused by original source code modification and information on to how to apply these code pieces. The resulting code modifications are safely applied to the running kernel. A special KernelCare kernel module applies the patches. It ...

  7. kGraft - Wikipedia

    en.wikipedia.org/wiki/KGraft

    kGraft is a feature of the Linux kernel that implements live patching of a running kernel, which allows kernel patches to be applied while the kernel is still running. By avoiding the need for rebooting the system with a new kernel that contains the desired patches, kGraft aims to maximize the system uptime and availability.

  8. Patchwork (software) - Wikipedia

    en.wikipedia.org/wiki/Patchwork_(software)

    The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted. Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel and FFmpeg. Although Patchwork has ...

  9. kpatch - Wikipedia

    en.wikipedia.org/wiki/Kpatch

    kpatch is a feature of the Linux kernel that implements live patching of a running kernel, which allows kernel patches to be applied while the kernel is still running. By avoiding the need for rebooting the system with a new kernel that contains the desired patches, kpatch aims to maximize the system uptime and availability.