Bug 1140268
| Summary: | kpatch: support for re-enabling forced modules | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Josh Poimboeuf <jpoimboe> | |
| Component: | kpatch | Assignee: | Seth Jennings <sjenning> | |
| Status: | CLOSED ERRATA | QA Contact: | Linqing Lu <lilu> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 7.0 | CC: | jherrman, mmilgram, sjenning | |
| Target Milestone: | rc | Keywords: | ZStream | |
| Target Release: | 7.1 | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | kpatch-0.1.10-3.el7 | Doc Type: | Bug Fix | |
| Doc Text: |
It is now possible to re-enable patch modules which depend on the KPATCH_FORCE_UNSAFE script. This ensures that the "kpatch load" and "kpatch unload" commands always co-operate with the mentioned patch modules.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1148852 (view as bug list) | Environment: | ||
| Last Closed: | 2015-03-05 13:40:28 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1148852 | |||
|
Description
Josh Poimboeuf
2014-09-10 15:36:11 UTC
Linqing, See previous comment for recreator patch. Before: # kpatch load kpatch-patch.ko loading core module: /root/kpatch/kpatch/../kmod/core/kpatch.ko loading patch module: kpatch-patch.ko # kpatch unload kpatch-patch.ko disabling patch module: kpatch_patch unloading patch module: kpatch_patch # kpatch load kpatch-patch.ko loading patch module: kpatch-patch.ko insmod: ERROR: could not insert module kpatch-patch.ko: File exists kpatch: failed to load module kpatch-patch.ko After: # kpatch load kpatch-patch.ko loading core module: /root/kpatch/kpatch/../kmod/core/kpatch.ko loading patch module: kpatch-patch.ko # kpatch unload kpatch-patch.ko disabling patch module: kpatch_patch unloading patch module: kpatch_patch # kpatch load kpatch-patch.ko module already loaded, re-enabling (In reply to Seth Jennings from comment #4) > Linqing, > > See previous comment for recreator patch. > Thank you Seth! Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0296.html |