WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #158: FILE: net/xfrm/xfrm_iptfs.c:1304: + BUG_ON(!savedlen); WARNING: line length of 87 exceeds 80 columns #234: FILE: net/xfrm/xfrm_iptfs.c:1380: + /* we are below another, our drop time and the timer are already set */ WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #235: FILE: net/xfrm/xfrm_iptfs.c:1381: + BUG_ON(xtfs->w_saved[index + 1].drop_time != WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #265: FILE: net/xfrm/xfrm_iptfs.c:1411: + BUG_ON(distance >= nslots); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #322: FILE: net/xfrm/xfrm_iptfs.c:1467: + BUG_ON(inseq <= wantseq); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #324: FILE: net/xfrm/xfrm_iptfs.c:1469: + BUG_ON(distance <= nslots - 1); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #426: FILE: net/xfrm/xfrm_iptfs.c:1571: + BUG_ON(slot0); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #428: FILE: net/xfrm/xfrm_iptfs.c:1573: + BUG_ON(!slot0); WARNING: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #453: FILE: net/xfrm/xfrm_iptfs.c:1598: + BUG_ON(xtfs->w_wantseq != __esp_seq(slot0)); total: 0 errors, 9 warnings, 0 checks, 626 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 926816844a58 ("xfrm: iptfs: handle reordering of received packets") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 9 warnings, 0 checks, 626 lines checked