Skip to content

Commit e16b396

Browse files
committed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (47 commits) doc: CONFIG_UNEVICTABLE_LRU doesn't exist anymore Update cpuset info & webiste for cgroups dcdbas: force SMI to happen when expected arch/arm/Kconfig: remove one to many l's in the word. asm-generic/user.h: Fix spelling in comment drm: fix printk typo 'sracth' Remove one to many n's in a word Documentation/filesystems/romfs.txt: fixing link to genromfs drivers:scsi Change printk typo initate -> initiate serial, pch uart: Remove duplicate inclusion of linux/pci.h header fs/eventpoll.c: fix spelling mm: Fix out-of-date comments which refers non-existent functions drm: Fix printk typo 'failled' coh901318.c: Change initate to initiate. mbox-db5500.c Change initate to initiate. edac: correct i82975x error-info reported edac: correct i82975x mci initialisation edac: correct commented info fs: update comments to point correct document target: remove duplicate include of target/target_core_device.h from drivers/target/target_core_hba.c ... Trivial conflict in fs/eventpoll.c (spelling vs addition)
2 parents 7fd23a2 + e6e8dd5 commit e16b396

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+228
-214
lines changed

Documentation/cgroups/cpusets.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ There are ways to query or modify cpusets:
693693
- via the C library libcgroup.
694694
(http://sourceforge.net/projects/libcg/)
695695
- via the python application cset.
696-
(http://developer.novell.com/wiki/index.php/Cpuset)
696+
(http://code.google.com/p/cpuset/)
697697

698698
The sched_setaffinity calls can also be done at the shell prompt using
699699
SGI's runon or Robert Love's taskset. The mbind and set_mempolicy
@@ -725,13 +725,14 @@ Now you want to do something with this cpuset.
725725

726726
In this directory you can find several files:
727727
# ls
728-
cpuset.cpu_exclusive cpuset.memory_spread_slab
729-
cpuset.cpus cpuset.mems
730-
cpuset.mem_exclusive cpuset.sched_load_balance
731-
cpuset.mem_hardwall cpuset.sched_relax_domain_level
732-
cpuset.memory_migrate notify_on_release
733-
cpuset.memory_pressure tasks
734-
cpuset.memory_spread_page
728+
cgroup.clone_children cpuset.memory_pressure
729+
cgroup.event_control cpuset.memory_spread_page
730+
cgroup.procs cpuset.memory_spread_slab
731+
cpuset.cpu_exclusive cpuset.mems
732+
cpuset.cpus cpuset.sched_load_balance
733+
cpuset.mem_exclusive cpuset.sched_relax_domain_level
734+
cpuset.mem_hardwall notify_on_release
735+
cpuset.memory_migrate tasks
735736

736737
Reading them will give you information about the state of this cpuset:
737738
the CPUs and Memory Nodes it can use, the processes that are using

Documentation/cgroups/memory.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,9 @@ The feature can be disabled by
485485

486486
# echo 0 > memory.use_hierarchy
487487

488-
NOTE1: Enabling/disabling will fail if the cgroup already has other
489-
cgroups created below it.
488+
NOTE1: Enabling/disabling will fail if either the cgroup already has other
489+
cgroups created below it, or if the parent cgroup has use_hierarchy
490+
enabled.
490491

491492
NOTE2: When panic_on_oom is set to "2", the whole system will panic in
492493
case of an OOM event in any cgroup.

Documentation/device-mapper/dm-crypt.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Example scripts
4141
===============
4242
LUKS (Linux Unified Key Setup) is now the preferred way to set up disk
4343
encryption with dm-crypt using the 'cryptsetup' utility, see
44-
http://clemens.endorphin.org/cryptography
44+
http://code.google.com/p/cryptsetup/
4545

4646
[[
4747
#!/bin/sh

Documentation/filesystems/romfs.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ comparison, an actual rescue disk used up 3202 blocks with ext2, while
1717
with romfs, it needed 3079 blocks.
1818

1919
To create such a file system, you'll need a user program named
20-
genromfs. It is available via anonymous ftp on sunsite.unc.edu and
21-
its mirrors, in the /pub/Linux/system/recovery/ directory.
20+
genromfs. It is available on http://romfs.sourceforge.net/
2221

2322
As the name suggests, romfs could be also used (space-efficiently) on
2423
various read-only media, like (E)EPROM disks if someone will have the

Documentation/kbuild/kbuild.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ INSTALL_MOD_STRIP
146146
INSTALL_MOD_STRIP, if defined, will cause modules to be
147147
stripped after they are installed. If INSTALL_MOD_STRIP is '1', then
148148
the default option --strip-debug will be used. Otherwise,
149-
INSTALL_MOD_STRIP will used as the options to the strip command.
149+
INSTALL_MOD_STRIP value will be used as the options to the strip command.
150150

151151
INSTALL_FW_PATH
152152
--------------------------------------------------

Documentation/kbuild/makefiles.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,8 @@ The top Makefile exports the following variables:
13251325
If this variable is specified, will cause modules to be stripped
13261326
after they are installed. If INSTALL_MOD_STRIP is '1', then the
13271327
default option --strip-debug will be used. Otherwise,
1328-
INSTALL_MOD_STRIP will used as the option(s) to the strip command.
1328+
INSTALL_MOD_STRIP value will be used as the option(s) to the strip
1329+
command.
13291330

13301331

13311332
=== 9 Makefile language

0 commit comments

Comments
 (0)