mirror of https://github.com/dynup/kpatch
patch-author-guide: correct the example CVE ID information
The official website says CVE users should reference CVE-2016-5696 instead of CVE-2016-5389. Signed-off-by: George Guo <guodongtai@kylinos.cn>
This commit is contained in:
parent
6457c4ccf9
commit
431e0b22a8
|
@ -197,7 +197,7 @@ module-notifier will execute callbacks when the module is loaded into
|
|||
the `MODULE_STATE_COMING` state. The pre and post-patch callbacks are
|
||||
called before any module_init code.
|
||||
|
||||
Example: a kpatch fix for CVE-2016-5389 could utilize the
|
||||
Example: a kpatch fix for CVE-2016-5696 could utilize the
|
||||
`KPATCH_PRE_PATCH_CALLBACK` and `KPATCH_POST_UNPATCH_CALLBACK` macros to modify
|
||||
variable `sysctl_tcp_challenge_ack_limit` in-place:
|
||||
|
||||
|
|
Loading…
Reference in New Issue