Loading Documentation/filesystems/nfs-rdma.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,7 +251,7 @@ NFS/RDMA Setup Instruct the server to listen on the RDMA transport: Instruct the server to listen on the RDMA transport: $ echo rdma 2050 > /proc/fs/nfsd/portlist $ echo rdma 20049 > /proc/fs/nfsd/portlist - On the client system - On the client system Loading @@ -263,7 +263,7 @@ NFS/RDMA Setup Regardless of how the client was built (module or built-in), use this Regardless of how the client was built (module or built-in), use this command to mount the NFS/RDMA server: command to mount the NFS/RDMA server: $ mount -o rdma,port=2050 <IPoIB-server-name-or-address>:/<export> /mnt $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt To verify that the mount is using RDMA, run "cat /proc/mounts" and check To verify that the mount is using RDMA, run "cat /proc/mounts" and check the "proto" field for the given mount. the "proto" field for the given mount. Loading Documentation/kbuild/kbuild.txt +15 −14 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ Environment variables KCPPFLAGS KCPPFLAGS -------------------------------------------------- -------------------------------------------------- Additional options to pass when preprocessing. The preprocessing options Additional options to pass when preprocessing. The preprocessing options will be used in all cases where kbuild do preprocessing including will be used in all cases where kbuild does preprocessing including building C files and assembler files. building C files and assembler files. KAFLAGS KAFLAGS Loading @@ -16,7 +16,7 @@ Additional options to the C compiler. KBUILD_VERBOSE KBUILD_VERBOSE -------------------------------------------------- -------------------------------------------------- Set the kbuild verbosity. Can be assinged same values as "V=...". Set the kbuild verbosity. Can be assigned same values as "V=...". See make help for the full list. See make help for the full list. Setting "V=..." takes precedence over KBUILD_VERBOSE. Setting "V=..." takes precedence over KBUILD_VERBOSE. Loading @@ -35,14 +35,14 @@ KBUILD_OUTPUT -------------------------------------------------- -------------------------------------------------- Specify the output directory when building the kernel. Specify the output directory when building the kernel. The output directory can also be specificed using "O=...". The output directory can also be specificed using "O=...". Setting "O=..." takes precedence over KBUILD_OUTPUT Setting "O=..." takes precedence over KBUILD_OUTPUT. ARCH ARCH -------------------------------------------------- -------------------------------------------------- Set ARCH to the architecture to be built. Set ARCH to the architecture to be built. In most cases the name of the architecture is the same as the In most cases the name of the architecture is the same as the directory name found in the arch/ directory. directory name found in the arch/ directory. But some architectures suach as x86 and sparc has aliases. But some architectures such as x86 and sparc have aliases. x86: i386 for 32 bit, x86_64 for 64 bit x86: i386 for 32 bit, x86_64 for 64 bit sparc: sparc for 32 bit, sparc64 for 64 bit sparc: sparc for 32 bit, sparc64 for 64 bit Loading @@ -63,7 +63,7 @@ CF is often used on the command-line like this: INSTALL_PATH INSTALL_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_PATH specifies where to place the updated kernel and system map INSTALL_PATH specifies where to place the updated kernel and system map images. Default is /boot, but you can set it to other values images. Default is /boot, but you can set it to other values. MODLIB MODLIB Loading @@ -90,7 +90,7 @@ INSTALL_MOD_STRIP will used as the options to the strip command. INSTALL_FW_PATH INSTALL_FW_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_FW_PATH specify where to install the firmware blobs. INSTALL_FW_PATH specifies where to install the firmware blobs. The default value is: The default value is: $(INSTALL_MOD_PATH)/lib/firmware $(INSTALL_MOD_PATH)/lib/firmware Loading @@ -99,7 +99,7 @@ The value can be overridden in which case the default value is ignored. INSTALL_HDR_PATH INSTALL_HDR_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_HDR_PATH specify where to install user space headers when INSTALL_HDR_PATH specifies where to install user space headers when executing "make headers_*". executing "make headers_*". The default value is: The default value is: Loading @@ -112,22 +112,23 @@ The value can be overridden in which case the default value is ignored. KBUILD_MODPOST_WARN KBUILD_MODPOST_WARN -------------------------------------------------- -------------------------------------------------- KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined KBUILD_MODPOST_WARN can be set to avoid errors in case of undefined symbols in the final module linking stage. symbols in the final module linking stage. It changes such errors into warnings. KBUILD_MODPOST_FINAL KBUILD_MODPOST_NOFINAL -------------------------------------------------- -------------------------------------------------- KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. This is solely usefull to speed up test compiles. This is solely useful to speed up test compiles. KBUILD_EXTRA_SYMBOLS KBUILD_EXTRA_SYMBOLS -------------------------------------------------- -------------------------------------------------- For modules use symbols from another modules. For modules that use symbols from other modules. See more details in modules.txt. See more details in modules.txt. ALLSOURCE_ARCHS ALLSOURCE_ARCHS -------------------------------------------------- -------------------------------------------------- For tags/TAGS/cscope targets, you can specify more than one archs For tags/TAGS/cscope targets, you can specify more than one arch to be included in the databases, separated by blankspace. e.g. to be included in the databases, separated by blank space. E.g.: $ make ALLSOURCE_ARCHS="x86 mips arm" tags $ make ALLSOURCE_ARCHS="x86 mips arm" tags Documentation/kernel-parameters.txt +0 −7 Original line number Original line Diff line number Diff line Loading @@ -577,9 +577,6 @@ and is between 256 and 4096 characters. It is defined in the file a memory unit (amount[KMG]). See also a memory unit (amount[KMG]). See also Documentation/kdump/kdump.txt for a example. Documentation/kdump/kdump.txt for a example. cs4232= [HW,OSS] Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> cs89x0_dma= [HW,NET] cs89x0_dma= [HW,NET] Format: <dma> Format: <dma> Loading Loading @@ -732,10 +729,6 @@ and is between 256 and 4096 characters. It is defined in the file Default value is 0. Default value is 0. Value can be changed at runtime via /selinux/enforce. Value can be changed at runtime via /selinux/enforce. es1371= [HW,OSS] Format: <spdif>,[<nomix>,[<amplifier>]] See also header of sound/oss/es1371.c. ether= [HW,NET] Ethernet cards parameters ether= [HW,NET] Ethernet cards parameters This option is obsoleted by the "netdev=" option, which This option is obsoleted by the "netdev=" option, which has equivalent usage. See its documentation for details. has equivalent usage. See its documentation for details. Loading Documentation/networking/netconsole.txt +2 −1 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,8 @@ Built-in netconsole starts immediately after the TCP stack is initialized and attempts to bring up the supplied dev at the supplied initialized and attempts to bring up the supplied dev at the supplied address. address. The remote host can run either 'netcat -u -l -p <port>' or syslogd. The remote host can run either 'netcat -u -l -p <port>', 'nc -l -u <port>' or syslogd. Dynamic reconfiguration: Dynamic reconfiguration: ======================== ======================== Loading Documentation/sound/alsa/HD-Audio-Models.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -349,6 +349,7 @@ STAC92HD73* STAC92HD83* STAC92HD83* =========== =========== ref Reference board ref Reference board mic-ref Reference board with power managment for ports STAC9872 STAC9872 ======== ======== Loading Loading
Documentation/filesystems/nfs-rdma.txt +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,7 +251,7 @@ NFS/RDMA Setup Instruct the server to listen on the RDMA transport: Instruct the server to listen on the RDMA transport: $ echo rdma 2050 > /proc/fs/nfsd/portlist $ echo rdma 20049 > /proc/fs/nfsd/portlist - On the client system - On the client system Loading @@ -263,7 +263,7 @@ NFS/RDMA Setup Regardless of how the client was built (module or built-in), use this Regardless of how the client was built (module or built-in), use this command to mount the NFS/RDMA server: command to mount the NFS/RDMA server: $ mount -o rdma,port=2050 <IPoIB-server-name-or-address>:/<export> /mnt $ mount -o rdma,port=20049 <IPoIB-server-name-or-address>:/<export> /mnt To verify that the mount is using RDMA, run "cat /proc/mounts" and check To verify that the mount is using RDMA, run "cat /proc/mounts" and check the "proto" field for the given mount. the "proto" field for the given mount. Loading
Documentation/kbuild/kbuild.txt +15 −14 Original line number Original line Diff line number Diff line Loading @@ -3,7 +3,7 @@ Environment variables KCPPFLAGS KCPPFLAGS -------------------------------------------------- -------------------------------------------------- Additional options to pass when preprocessing. The preprocessing options Additional options to pass when preprocessing. The preprocessing options will be used in all cases where kbuild do preprocessing including will be used in all cases where kbuild does preprocessing including building C files and assembler files. building C files and assembler files. KAFLAGS KAFLAGS Loading @@ -16,7 +16,7 @@ Additional options to the C compiler. KBUILD_VERBOSE KBUILD_VERBOSE -------------------------------------------------- -------------------------------------------------- Set the kbuild verbosity. Can be assinged same values as "V=...". Set the kbuild verbosity. Can be assigned same values as "V=...". See make help for the full list. See make help for the full list. Setting "V=..." takes precedence over KBUILD_VERBOSE. Setting "V=..." takes precedence over KBUILD_VERBOSE. Loading @@ -35,14 +35,14 @@ KBUILD_OUTPUT -------------------------------------------------- -------------------------------------------------- Specify the output directory when building the kernel. Specify the output directory when building the kernel. The output directory can also be specificed using "O=...". The output directory can also be specificed using "O=...". Setting "O=..." takes precedence over KBUILD_OUTPUT Setting "O=..." takes precedence over KBUILD_OUTPUT. ARCH ARCH -------------------------------------------------- -------------------------------------------------- Set ARCH to the architecture to be built. Set ARCH to the architecture to be built. In most cases the name of the architecture is the same as the In most cases the name of the architecture is the same as the directory name found in the arch/ directory. directory name found in the arch/ directory. But some architectures suach as x86 and sparc has aliases. But some architectures such as x86 and sparc have aliases. x86: i386 for 32 bit, x86_64 for 64 bit x86: i386 for 32 bit, x86_64 for 64 bit sparc: sparc for 32 bit, sparc64 for 64 bit sparc: sparc for 32 bit, sparc64 for 64 bit Loading @@ -63,7 +63,7 @@ CF is often used on the command-line like this: INSTALL_PATH INSTALL_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_PATH specifies where to place the updated kernel and system map INSTALL_PATH specifies where to place the updated kernel and system map images. Default is /boot, but you can set it to other values images. Default is /boot, but you can set it to other values. MODLIB MODLIB Loading @@ -90,7 +90,7 @@ INSTALL_MOD_STRIP will used as the options to the strip command. INSTALL_FW_PATH INSTALL_FW_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_FW_PATH specify where to install the firmware blobs. INSTALL_FW_PATH specifies where to install the firmware blobs. The default value is: The default value is: $(INSTALL_MOD_PATH)/lib/firmware $(INSTALL_MOD_PATH)/lib/firmware Loading @@ -99,7 +99,7 @@ The value can be overridden in which case the default value is ignored. INSTALL_HDR_PATH INSTALL_HDR_PATH -------------------------------------------------- -------------------------------------------------- INSTALL_HDR_PATH specify where to install user space headers when INSTALL_HDR_PATH specifies where to install user space headers when executing "make headers_*". executing "make headers_*". The default value is: The default value is: Loading @@ -112,22 +112,23 @@ The value can be overridden in which case the default value is ignored. KBUILD_MODPOST_WARN KBUILD_MODPOST_WARN -------------------------------------------------- -------------------------------------------------- KBUILD_MODPOST_WARN can be set to avoid error out in case of undefined KBUILD_MODPOST_WARN can be set to avoid errors in case of undefined symbols in the final module linking stage. symbols in the final module linking stage. It changes such errors into warnings. KBUILD_MODPOST_FINAL KBUILD_MODPOST_NOFINAL -------------------------------------------------- -------------------------------------------------- KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. KBUILD_MODPOST_NOFINAL can be set to skip the final link of modules. This is solely usefull to speed up test compiles. This is solely useful to speed up test compiles. KBUILD_EXTRA_SYMBOLS KBUILD_EXTRA_SYMBOLS -------------------------------------------------- -------------------------------------------------- For modules use symbols from another modules. For modules that use symbols from other modules. See more details in modules.txt. See more details in modules.txt. ALLSOURCE_ARCHS ALLSOURCE_ARCHS -------------------------------------------------- -------------------------------------------------- For tags/TAGS/cscope targets, you can specify more than one archs For tags/TAGS/cscope targets, you can specify more than one arch to be included in the databases, separated by blankspace. e.g. to be included in the databases, separated by blank space. E.g.: $ make ALLSOURCE_ARCHS="x86 mips arm" tags $ make ALLSOURCE_ARCHS="x86 mips arm" tags
Documentation/kernel-parameters.txt +0 −7 Original line number Original line Diff line number Diff line Loading @@ -577,9 +577,6 @@ and is between 256 and 4096 characters. It is defined in the file a memory unit (amount[KMG]). See also a memory unit (amount[KMG]). See also Documentation/kdump/kdump.txt for a example. Documentation/kdump/kdump.txt for a example. cs4232= [HW,OSS] Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq> cs89x0_dma= [HW,NET] cs89x0_dma= [HW,NET] Format: <dma> Format: <dma> Loading Loading @@ -732,10 +729,6 @@ and is between 256 and 4096 characters. It is defined in the file Default value is 0. Default value is 0. Value can be changed at runtime via /selinux/enforce. Value can be changed at runtime via /selinux/enforce. es1371= [HW,OSS] Format: <spdif>,[<nomix>,[<amplifier>]] See also header of sound/oss/es1371.c. ether= [HW,NET] Ethernet cards parameters ether= [HW,NET] Ethernet cards parameters This option is obsoleted by the "netdev=" option, which This option is obsoleted by the "netdev=" option, which has equivalent usage. See its documentation for details. has equivalent usage. See its documentation for details. Loading
Documentation/networking/netconsole.txt +2 −1 Original line number Original line Diff line number Diff line Loading @@ -51,7 +51,8 @@ Built-in netconsole starts immediately after the TCP stack is initialized and attempts to bring up the supplied dev at the supplied initialized and attempts to bring up the supplied dev at the supplied address. address. The remote host can run either 'netcat -u -l -p <port>' or syslogd. The remote host can run either 'netcat -u -l -p <port>', 'nc -l -u <port>' or syslogd. Dynamic reconfiguration: Dynamic reconfiguration: ======================== ======================== Loading
Documentation/sound/alsa/HD-Audio-Models.txt +1 −0 Original line number Original line Diff line number Diff line Loading @@ -349,6 +349,7 @@ STAC92HD73* STAC92HD83* STAC92HD83* =========== =========== ref Reference board ref Reference board mic-ref Reference board with power managment for ports STAC9872 STAC9872 ======== ======== Loading