https://github.com/torvalds/linux
Revision 70096a561d1e09120bae1f293f3632cedbfd5c68 authored by Matt Mackall on 08 October 2008, 19:51:57 UTC, committed by Linus Torvalds on 09 October 2008, 19:18:27 UTC
This fixes the previous fix, which was completely wrong on closer
inspection. This version has been manually tested with a user-space
test harness and generates sane values. A nearly identical patch has
been boot-tested.

The problem arose from changing how kmalloc/kfree handled alignment
padding without updating ksize to match. This brings it in sync.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 6984937
History
Tip revision: 70096a561d1e09120bae1f293f3632cedbfd5c68 authored by Matt Mackall on 08 October 2008, 19:51:57 UTC
SLOB: fix bogus ksize calculation fix
Tip revision: 70096a5
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top