forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'akpm' (patches from Andrew)
Merge second patchbomb from Andrew Morton: - most of the rest of MM - lots of misc things - procfs updates - printk feature work - updates to get_maintainer, MAINTAINERS, checkpatch - lib/ updates * emailed patches from Andrew Morton <[email protected]>: (96 commits) exit,stats: /* obey this comment */ coredump: add __printf attribute to cn_*printf functions coredump: use from_kuid/kgid when formatting corename fs/reiserfs: remove unneeded cast NILFS2: support NFSv2 export fs/befs/btree.c: remove unneeded initializations fs/minix: remove unneeded cast init/do_mounts.c: add create_dev() failure log kasan: remove duplicate definition of the macro KASAN_FREE_PAGE fs/efs: femove unneeded cast checkpatch: emit "NOTE: <types>" message only once after multiple files checkpatch: emit an error when there's a diff in a changelog checkpatch: validate MODULE_LICENSE content checkpatch: add multi-line handling for PREFER_ETHER_ADDR_COPY checkpatch: suggest using eth_zero_addr() and eth_broadcast_addr() checkpatch: fix processing of MEMSET issues checkpatch: suggest using ether_addr_equal*() checkpatch: avoid NOT_UNIFIED_DIFF errors on cover-letter.patch files checkpatch: remove local from codespell path checkpatch: add --showfile to allow input via pipe to show filenames ...
- Loading branch information
Showing
94 changed files
with
2,070 additions
and
1,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,7 @@ Mayuresh Janorkar <[email protected]> | |
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Mitesh shah <[email protected]> | ||
Mohit Kumar <[email protected]> <[email protected]> | ||
Morten Welinder <[email protected]> | ||
Morten Welinder <[email protected]> | ||
Morten Welinder <[email protected]> | ||
|
@@ -95,10 +96,12 @@ Patrick Mochel <[email protected]> | |
Peter A Jonsson <[email protected]> | ||
Peter Oruba <[email protected]> | ||
Peter Oruba <[email protected]> | ||
Pratyush Anand <[email protected]> <[email protected]> | ||
Praveen BP <[email protected]> | ||
Rajesh Shah <[email protected]> | ||
Ralf Baechle <[email protected]> | ||
Ralf Wildenhues <[email protected]> | ||
Randy Dunlap <[email protected]> <[email protected]> | ||
Rémi Denis-Courmont <[email protected]> | ||
Ricardo Ribalda Delgado <[email protected]> | ||
Rudolf Marek <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
What: /sys/class/zram-control/ | ||
Date: August 2015 | ||
KernelVersion: 4.2 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
The zram-control/ class sub-directory belongs to zram | ||
device class | ||
|
||
What: /sys/class/zram-control/hot_add | ||
Date: August 2015 | ||
KernelVersion: 4.2 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
RO attribute. Read operation will cause zram to add a new | ||
device and return its device id back to user (so one can | ||
use /dev/zram<id>), or error code. | ||
|
||
What: /sys/class/zram-control/hot_remove | ||
Date: August 2015 | ||
KernelVersion: 4.2 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
WO attribute. Remove a specific /dev/zramX device, where X | ||
is a device_id provided by user. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
started by Ingo Molnar <[email protected]>, 2001.09.17 | ||
2.6 port and netpoll api by Matt Mackall <[email protected]>, Sep 9 2003 | ||
IPv6 support by Cong Wang <[email protected]>, Jan 1 2013 | ||
Extended console support by Tejun Heo <[email protected]>, May 1 2015 | ||
|
||
Please send bug reports to Matt Mackall <[email protected]> | ||
Satyam Sharma <[email protected]>, and Cong Wang <[email protected]> | ||
|
@@ -24,9 +25,10 @@ Sender and receiver configuration: | |
It takes a string configuration parameter "netconsole" in the | ||
following format: | ||
|
||
netconsole=[src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] | ||
netconsole=[+][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] | ||
|
||
where | ||
+ if present, enable extended console support | ||
src-port source for UDP packets (defaults to 6665) | ||
src-ip source IP to use (interface address) | ||
dev network interface (eth0) | ||
|
@@ -107,6 +109,7 @@ To remove a target: | |
The interface exposes these parameters of a netconsole target to userspace: | ||
|
||
enabled Is this target currently enabled? (read-write) | ||
extended Extended mode enabled (read-write) | ||
dev_name Local network interface name (read-write) | ||
local_port Source UDP port to use (read-write) | ||
remote_port Remote agent's UDP port (read-write) | ||
|
@@ -132,6 +135,36 @@ You can also update the local interface dynamically. This is especially | |
useful if you want to use interfaces that have newly come up (and may not | ||
have existed when netconsole was loaded / initialized). | ||
|
||
Extended console: | ||
================= | ||
|
||
If '+' is prefixed to the configuration line or "extended" config file | ||
is set to 1, extended console support is enabled. An example boot | ||
param follows. | ||
|
||
linux [email protected]/eth1,[email protected]/12:34:56:78:9a:bc | ||
|
||
Log messages are transmitted with extended metadata header in the | ||
following format which is the same as /dev/kmsg. | ||
|
||
<level>,<sequnum>,<timestamp>,<contflag>;<message text> | ||
|
||
Non printable characters in <message text> are escaped using "\xff" | ||
notation. If the message contains optional dictionary, verbatim | ||
newline is used as the delimeter. | ||
|
||
If a message doesn't fit in certain number of bytes (currently 1000), | ||
the message is split into multiple fragments by netconsole. These | ||
fragments are transmitted with "ncfrag" header field added. | ||
|
||
ncfrag=<byte-offset>/<total-bytes> | ||
|
||
For example, assuming a lot smaller chunk size, a message "the first | ||
chunk, the 2nd chunk." may be split as follows. | ||
|
||
6,416,1758426,-,ncfrag=0/31;the first chunk, | ||
6,416,1758426,-,ncfrag=16/31; the 2nd chunk. | ||
|
||
Miscellaneous notes: | ||
==================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.