fs/coredump.c
1002
coredump_report_failure("over core_pipe_limit, skipping core dump");
fs/coredump.c
1008
coredump_report_failure("%s failed to allocate memory", __func__);
fs/coredump.c
1022
coredump_report_failure("|%s pipe failed", cn->corename);
fs/coredump.c
1031
coredump_report_failure("Core dump to |%s disabled", cn->corename);
fs/coredump.c
1094
coredump_report_failure("format_corename failed, aborting core");
fs/coredump.c
1420
coredump_report_failure("Unsafe core_pattern used with fs.suid_dumpable=2: "
fs/coredump.c
300
coredump_report_failure("Coredump socket may not %s contain spaces", cn->corename);
fs/coredump.c
306
coredump_report_failure("Coredump socket may not %s contain '..' spaces", cn->corename);
fs/coredump.c
311
coredump_report_failure("Coredump socket path %s too long", cn->corename);
fs/coredump.c
716
coredump_report_failure("Coredump socket %s receive queue full", addr.sun_path);
fs/coredump.c
718
coredump_report_failure("Coredump socket connection %s failed %d", addr.sun_path, retval);
fs/coredump.c
776
coredump_report_failure("Coredump socket had unexpected data");
fs/coredump.c
778
coredump_report_failure("Coredump socket failed");
fs/coredump.c
888
coredump_report_failure("this process can only dump core to a fully qualified path, skipping core dump");
fs/coredump.c
956
coredump_report_failure("Core dump to %s aborted: cannot preserve file owner", cn->corename);
fs/coredump.c
960
coredump_report_failure("Core dump to %s aborted: cannot preserve file permissions", cn->corename);
fs/coredump.c
995
coredump_report_failure("RLIMIT_CORE is set to 1, aborting core");