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.
Jeff Dike
8cd8fa557f
uml: update address space affected by pud_clear
...
pud_clear wasn't setting the _PAGE_NEWPAGE bit, fooling tlb_flush into
thinking that this area of the address space was up-to-date and not unmapping
whatever was covered by the pud.
This manifested itself as ldconfig on x86_64 complaining about the first
library it looked at not being a valid ELF file. A config file is mapped at
0x4000000, as the only thing mapped under its pud, and unmapped. The
unmapping caused a pud_clear, which, due to this bug, didn't actually unmap
the config file data on the host. The first library is then mapped at the
same location, but is not actually mapped on the host because accesses to it
cause no page faults. As a result, ldconfig sees the old config file data.
[akpm@linux-foundation.org: coding-style cleanups]
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 years ago
..
a.out.h
uml: style fixes pass 2
18 years ago
alternative-asm.h
x86: rename .i assembler includes to .h
18 years ago
alternative.h
…
apic.h
…
archparam-i386.h
…
archparam-ppc.h
[PATCH] uml: remove some leftover PPC code
19 years ago
archparam-x86_64.h
…
atomic.h
…
auxvec.h
…
bitops.h
forbid asm/bitops.h direct inclusion
18 years ago
boot.h
…
bug.h
uml: use generic BUG
18 years ago
bugs.h
…
byteorder.h
…
cache.h
Don't include linux/config.h from anywhere else in include/
19 years ago
cacheflush.h
…
calling.h
…
checksum.h
…
cmpxchg.h
x86: create asm/cmpxchg.h
18 years ago
cobalt.h
…
common.lds.S
uml: fix linker script alignment bugs
18 years ago
cpufeature.h
…
cputime.h
…
current.h
…
delay.h
[PATCH] uml: fix unreasonably long udelay
18 years ago
desc.h
[PATCH] uml: implement {get,set}_thread_area for i386
19 years ago
device.h
Driver core: add dev_archdata to struct device
18 years ago
div64.h
[NET]: div64_64 consolidate (rev3)
18 years ago
dma-mapping.h
[PATCH] Pass struct dev pointer to dma_cache_sync()
18 years ago
dma.h
…
dwarf2.h
…
elf-i386.h
uml: coredumping floating point fixes
18 years ago
elf-ppc.h
[PATCH] uml: fix apparent "CONFIG_64_BIT" typo.
18 years ago
elf-x86_64.h
uml: style fixes in FP code
18 years ago
emergency-restart.h
…
errno.h
…
fcntl.h
…
fixmap.h
Don't include linux/config.h from anywhere else in include/
19 years ago
floppy.h
…
frame.h
x86: rename .i assembler includes to .h
18 years ago
futex.h
…
hardirq.h
Don't include linux/config.h from anywhere else in include/
19 years ago
highmem.h
…
host_ldt-i386.h
[PATCH] uml: split ldt.h in arch-independent and arch-dependant code
19 years ago
host_ldt-x86_64.h
[PATCH] uml: split ldt.h in arch-independent and arch-dependant code
19 years ago
hw_irq.h
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
19 years ago
ide.h
…
io.h
[PATCH] uml: add __raw_writeq definition
19 years ago
ioctl.h
…
ioctls.h
…
ipcbuf.h
…
irq.h
…
irq_regs.h
[PATCH] um: irq changes break build
19 years ago
irq_vectors.h
…
irqflags.h
[PATCH] uml: add asm/irqflags.h
19 years ago
kdebug.h
move die notifier handling to common code
18 years ago
keyboard.h
…
kmap_types.h
[PATCH] uml: make copy_*_user atomic
19 years ago
ldt.h
uml: fold mmu_context_skas into mm_context
18 years ago
linkage.h
Don't include linux/config.h from anywhere else in include/
19 years ago
local.h
…
locks.h
…
mca_dma.h
…
mman.h
…
mmu.h
…
mmu_context.h
uml: fold mmu_context_skas into mm_context
18 years ago
module-generic.h
…
module-i386.h
…
module-x86_64.h
…
msgbuf.h
…
mtrr.h
…
mutex.h
…
namei.h
…
page.h
uml: ptrace floating point fixes
18 years ago
page_offset.h
…
param.h
…
paravirt.h
uml: add asm/paravirt.h
18 years ago
pci.h
…
pda.h
…
percpu.h
…
pgalloc.h
uml: fix inlines
18 years ago
pgtable-2level.h
[PATCH] uml: fix pte bit collision
18 years ago
pgtable-3level.h
uml: update address space affected by pud_clear
17 years ago
pgtable.h
page table handling cleanup
18 years ago
poll.h
…
posix_types.h
…
prctl.h
…
processor-generic.h
uml: get rid of do_longjmp
18 years ago
processor-i386.h
[PATCH] uml: implement {get,set}_thread_area for i386
19 years ago
processor-ppc.h
…
processor-x86_64.h
uml: fix inlines
18 years ago
ptrace-generic.h
uml: ptrace floating point fixes
18 years ago
ptrace-i386.h
uml: ptrace floating point fixes
18 years ago
ptrace-x86_64.h
uml: remove code made redundant by CHOOSE_MODE removal
18 years ago
required-features.h
uml: fix build breakage
18 years ago
resource.h
…
rwlock.h
…
rwsem.h
…
scatterlist.h
…
sections.h
…
segment.h
[PATCH] uml: check for differences in host support
19 years ago
semaphore.h
…
sembuf.h
…
serial.h
…
setup.h
…
shmbuf.h
…
shmparam.h
…
sigcontext-generic.h
…
sigcontext-i386.h
…
sigcontext-ppc.h
…
sigcontext-x86_64.h
…
siginfo.h
…
signal.h
…
smp.h
uml: fix inlines
18 years ago
socket.h
…
sockios.h
…
spinlock.h
…
spinlock_types.h
…
stat.h
…
statfs.h
…
string.h
…
suspend.h
…
system-generic.h
…
system-i386.h
…
system-ppc.h
…
system-x86_64.h
…
termbits.h
…
termios.h
…
thread_info.h
Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGE
18 years ago
timex.h
…
tlb.h
…
tlbflush.h
remove unused flush_tlb_pgtables
18 years ago
topology.h
…
types.h
…
uaccess.h
uml: throw out CHOOSE_MODE
18 years ago
ucontext.h
…
unaligned.h
…
unistd.h
x86 merge fallout: uml
18 years ago
user.h
…
vga.h
…
vm-flags-i386.h
…
vm-flags-x86_64.h
…
vm86.h
…
xor.h
…