Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | criu: upgrade to 3.11 | Dengke Du | 2019-03-24 | 1 | -42/+0 |
| | | | | | | | | Remove the following patch, because the 3.11 version already contain it. 0001-kdat-Don-t-open-run-criu.kdat-if-doesn-t-exists.patch Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | criu: Don't open /run/criu.kdat if doesn't exists | Hongzhi.Song | 2018-11-29 | 1 | -0/+42 |
When CRIU is called for a first time and the /run/criu.kdat file does not exists, the following warning is shown: Warn (criu/kerndat.c:847): Can't load /run/criu.kdat This patch is replacing this warning with a more appropriate debug message. File /run/criu.kdat does not exist Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |