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 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/jikos/trivial * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (43 commits) Documentation/trace/events.txt: Remove obsolete sched_signal_send. writeback: fix global_dirty_limits comment runtime -> real-time ppc: fix comment typo singal -> signal drivers: fix comment typo diable -> disable. m68k: fix comment typo diable -> disable. wireless: comment typo fix diable -> disable. media: comment typo fix diable -> disable. remove doc for obsolete dynamic-printk kernel-parameter remove extraneous 'is' from Documentation/iostats.txt Fix spelling milisec -> ms in snd_ps3 module parameter description Fix spelling mistakes in comments Revert conflicting V4L changes i7core_edac: fix typos in comments mm/rmap.c: fix comment sound, ca0106: Fix assignment to 'channel'. hrtimer: fix a typo in comment init/Kconfig: fix typo anon_inodes: fix wrong function name in comment fix comment typos concerning "consistent" poll: fix a typo in comment ... Fix up trivial conflicts in: - drivers/net/wireless/iwlwifi/iwl-core.c (moved to iwl-legacy.c) - fs/ext4/ext4.h Also fix missed 'diabled' typo in drivers/net/bnx2x/bnx2x.h while at it.
- Loading branch information
Showing
325 changed files
with
440 additions
and
434 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
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 |
---|---|---|
|
@@ -65,18 +65,21 @@ Install kexec-tools | |
|
||
2) Download the kexec-tools user-space package from the following URL: | ||
|
||
http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools.tar.gz | ||
http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools.tar.gz | ||
|
||
This is a symlink to the latest version. | ||
|
||
The latest kexec-tools git tree is available at: | ||
|
||
git://git.kernel.org/pub/scm/linux/kernel/git/horms/kexec-tools.git | ||
or | ||
http://www.kernel.org/git/?p=linux/kernel/git/horms/kexec-tools.git | ||
git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git | ||
and | ||
http://www.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git | ||
|
||
There is also a gitweb interface available at | ||
http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git | ||
|
||
More information about kexec-tools can be found at | ||
http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/README.html | ||
http://www.kernel.org/pub/linux/utils/kernel/kexec/README.html | ||
|
||
3) Unpack the tarball with the tar command, as follows: | ||
|
||
|
@@ -439,6 +442,6 @@ To Do | |
Contact | ||
======= | ||
|
||
Vivek Goyal (vgoyal@in.ibm.com) | ||
Vivek Goyal (vgoyal@redhat.com) | ||
Maneesh Soni ([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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
In order to use the Ethernet bridging functionality, you'll need the | ||
userspace tools. These programs and documentation are available | ||
at http://www.linux-foundation.org/en/Net:Bridge. The download page is | ||
at http://www.linuxfoundation.org/en/Net:Bridge. The download page is | ||
http://prdownloads.sourceforge.net/bridge. | ||
|
||
If you still have questions, don't hesitate to post to the mailing list | ||
(more info http://lists.osdl.org/mailman/listinfo/bridge). | ||
(more info https://lists.linux-foundation.org/mailman/listinfo/bridge). | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
A wiki document on how to use Generic Netlink can be found here: | ||
|
||
* http://linux-net.osdl.org/index.php/Generic_Netlink_HOWTO | ||
* http://www.linuxfoundation.org/collaborate/workgroups/networking/generic_netlink_howto |
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
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 |
---|---|---|
|
@@ -2007,7 +2007,7 @@ F: drivers/scsi/dc395x.* | |
DCCP PROTOCOL | ||
M: Arnaldo Carvalho de Melo <[email protected]> | ||
L: [email protected] | ||
W: http://linux-net.osdl.org/index.php/DCCP | ||
W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp | ||
S: Maintained | ||
F: include/linux/dccp.h | ||
F: include/linux/tfrc.h | ||
|
@@ -2429,7 +2429,7 @@ ETHERNET BRIDGE | |
M: Stephen Hemminger <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
W: http://www.linux-foundation.org/en/Net:Bridge | ||
W: http://www.linuxfoundation.org/en/Net:Bridge | ||
S: Maintained | ||
F: include/linux/netfilter_bridge/ | ||
F: net/bridge/ | ||
|
@@ -4633,7 +4633,7 @@ M: Jeremy Fitzhardinge <[email protected]> | |
M: Chris Wright <[email protected]> | ||
M: Alok Kataria <[email protected]> | ||
M: Rusty Russell <[email protected]> | ||
L: virtualization@lists.osdl.org | ||
L: virtualization@lists.linux-foundation.org | ||
S: Supported | ||
F: Documentation/ia64/paravirt_ops.txt | ||
F: arch/*/kernel/paravirt* | ||
|
@@ -6530,7 +6530,7 @@ F: include/linux/virtio_console.h | |
VIRTIO HOST (VHOST) | ||
M: "Michael S. Tsirkin" <[email protected]> | ||
L: [email protected] | ||
L: virtualization@lists.osdl.org | ||
L: virtualization@lists.linux-foundation.org | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/vhost/ | ||
|
@@ -6800,7 +6800,7 @@ XEN HYPERVISOR INTERFACE | |
M: Jeremy Fitzhardinge <[email protected]> | ||
M: Konrad Rzeszutek Wilk <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: virtualization@lists.osdl.org | ||
L: virtualization@lists.linux-foundation.org | ||
S: Supported | ||
F: arch/x86/xen/ | ||
F: drivers/*/xen-*front.c | ||
|
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
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
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.