diff options
| author | Jack Steiner <[email protected]> | 2009-04-02 23:59:48 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-04-03 02:05:11 +0000 |
| commit | 4f032ac4122a77dbabf7a24b2739b2790448180f (patch) | |
| tree | 6a56afe2e32f346f2d24ac592a7cfdd0263c1629 /net/unix/af_unix.c | |
| parent | ia64: implement interrupt-enabling rwlocks (diff) | |
| download | kernel-4f032ac4122a77dbabf7a24b2739b2790448180f.tar.gz kernel-4f032ac4122a77dbabf7a24b2739b2790448180f.zip | |
cpumask: fix slab corruption caused by alloc_cpumask_var_node()
Fix slab corruption caused by alloc_cpumask_var_node() overwriting the
tail end of an off-stack cpumask.
The function zeros out cpumask bits beyond the last possible cpu. The
starting point for zeroing should be the beginning of the mask offset by a
byte count derived from the number of possible cpus. The offset was
calculated in bits instead of bytes. This resulted in overwriting the end
of the cpumask.
Signed-off-by: Jack Steiner <[email protected]>
Acked-by: Mike Travis <travis.sgi.com>
Acked-by: Ingo Molnar <[email protected]>
Cc: Rusty Russell <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: <[email protected]> [2.6.29.x]
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
