]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/kmsg/s390/os_info
UBUNTU: SAUCE: s390: kernel message catalog
[mirror_ubuntu-zesty-kernel.git] / Documentation / kmsg / s390 / os_info
CommitLineData
aea13bde
MS
1/*?
2 * Text: "entry %i: %s (addr=0x%lx size=%lu)\n"
3 * Severity: Informational
4 * Parameter:
5 * @1: entry ID
6 * @2: entry state
7 * @3: entry address
8 * @4: entry size
9 * Description:
10 * Linux is running in kdump mode and reports information defined by the
11 * previously running production kernel. Possible values for
12 * "entry state" are:
13 *
14 * - copied: The entry has been found, verified, and copied
15 *
16 * - not available: The entry has not been defined
17 *
18 * - checksum failed: The entry has been found, but it is not valid
19 * User action:
20 * If kdump fails, contact your service organization and include this message
21 * in the error report.
22 */
23
24/*?
25 * Text: "crashkernel: addr=0x%lx size=%lu\n"
26 * Severity: Informational
27 * Parameter:
28 * @1: address
29 * @2: size
30 * Description:
31 * Linux is running in kdump mode and reports the address and size of
32 * the memory area that was reserved for kdump by the previously running
33 * production kernel.
34 * User action:
35 * None.
36 */