You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hugh Dickins
9c24624727
KSYM_SYMBOL_LEN fixes
...
Miles Lane tailing /sys files hit a BUG which Pekka Enberg has tracked
to my 966c8c12dc
sprint_symbol(): use
less stack exposing a bug in slub's list_locations() -
kallsyms_lookup() writes a 0 to namebuf[KSYM_NAME_LEN-1], but that was
beyond the end of page provided.
The 100 slop which list_locations() allows at end of page looks roughly
enough for all the other stuff it might print after the symbol before
it checks again: break out KSYM_SYMBOL_LEN earlier than before.
Latencytop and ftrace and are using KSYM_NAME_LEN buffers where they
need KSYM_SYMBOL_LEN buffers, and vmallocinfo a 2*KSYM_NAME_LEN buffer
where it wants a KSYM_SYMBOL_LEN buffer: fix those before anyone copies
them.
[akpm@linux-foundation.org: ftrace.h needs module.h]
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc Miles Lane <miles.lane@gmail.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Steven Rostedt <srostedt@redhat.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 years ago
..
Kconfig
Unevictable LRU Infrastructure
16 years ago
Makefile
memcg: allocate all page_cgroup at boot
16 years ago
allocpercpu.c
mm/allocpercpu.c: make 4 functions static
17 years ago
backing-dev.c
mm/backing-dev.c: remove recently-added WARN_ON()
16 years ago
bootmem.c
misc: replace __FUNCTION__ with __func__
17 years ago
bounce.c
highmem: use bio_has_data() in the bounce path
17 years ago
dmapool.c
…
fadvise.c
Remove Andrew Morton's old email accounts
17 years ago
filemap.c
fs: remove prepare_write/commit_write
16 years ago
filemap_xip.c
mm: xip/ext2 fix block allocation race
17 years ago
fremap.c
mmap: handle mlocked pages during map, remap, unmap
16 years ago
highmem.c
x86, pat: avoid highmem cache attribute aliasing
17 years ago
hugetlb.c
hugetlb: make unmap_ref_private multi-size-aware
16 years ago
internal.h
hugetlb: pull gigantic page initialisation out of the default path
16 years ago
maccess.c
…
madvise.c
madvise: update function comment of madvise_dontneed
17 years ago
memcontrol.c
memcg: fix page_cgroup allocation
16 years ago
memory.c
mm: remove duplicated #include's
16 years ago
memory_hotplug.c
meminit section warnings
16 years ago
mempolicy.c
mm: move migrate_prep out from under mmap_sem
16 years ago
mempool.c
…
migrate.c
mm: no get_user/put_user while holding mmap_sem in do_pages_stat?
16 years ago
mincore.c
…
mlock.c
unitialized return value in mm/mlock.c: __mlock_vma_pages_range()
16 years ago
mm_init.c
mm: mminit_loglevel cannot be __meminitdata anymore
17 years ago
mmap.c
parisc: fix find_extend_vma() breakage
16 years ago
mmu_notifier.c
mmu-notifiers: core
17 years ago
mmzone.c
mm: mark the correct zone as full when scanning zonelists
17 years ago
mprotect.c
mmu-notifiers: core
17 years ago
mremap.c
mmap: handle mlocked pages during map, remap, unmap
16 years ago
msync.c
…
nommu.c
nfsd: fix vm overcommit crash
16 years ago
oom_kill.c
mm/oom_kill.c: fix badness() kerneldoc
16 years ago
page-writeback.c
vmscan: split LRU lists into anon & file sets
16 years ago
page_alloc.c
cpusets: update mems allowed in page allocator
16 years ago
page_cgroup.c
page_cgroup should ignore empty nodes
16 years ago
page_io.c
…
page_isolation.c
memory hotplug: fix page_zone() calculation in test_pages_isolated()
16 years ago
pagewalk.c
…
pdflush.c
Remove Andrew Morton's old email accounts
17 years ago
prio_tree.c
…
quicklist.c
mm: size of quicklists shouldn't be proportional to the number of CPUs
17 years ago
readahead.c
vmscan: split LRU lists into anon & file sets
16 years ago
rmap.c
make mm/rmap.c:anon_vma_cachep static
16 years ago
shmem.c
nfsd: fix vm overcommit crash
16 years ago
shmem_acl.c
[PATCH] sanitize ->permission() prototype
17 years ago
slab.c
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
16 years ago
slob.c
SLOB: fix bogus ksize calculation fix
17 years ago
slub.c
KSYM_SYMBOL_LEN fixes
16 years ago
sparse-vmemmap.c
vmemmap: warn about page_structs with remote distance
16 years ago
sparse.c
meminit section warnings
16 years ago
swap.c
mm: remove UP version of lru_add_drain_all()
16 years ago
swap_state.c
mm: pagecache insertion fewer atomics
16 years ago
swapfile.c
mm: page lock use lock bitops
16 years ago
thrash.c
…
tiny-shmem.c
Export tiny shmem_file_setup for DRM-GEM
16 years ago
truncate.c
mmap: handle mlocked pages during map, remap, unmap
16 years ago
util.c
mm: Make generic weak get_user_pages_fast and EXPORT_GPL it
17 years ago
vmalloc.c
KSYM_SYMBOL_LEN fixes
16 years ago
vmscan.c
vmscan: protect zone rotation stats by lru lock
16 years ago
vmstat.c
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
16 years ago