kernel-ark/sound/oss
Nick Piggin 2f98735c9c vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Drivers that register a ->fault handler, but do not range-check the
offset argument, must set VM_DONTEXPAND in the vm_flags in order to
prevent an expanding mremap from overflowing the resource.

I've audited the tree and attempted to fix these problems (usually by
adding VM_DONTEXPAND where it is not obvious).

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-04 07:55:38 -08:00
..
dmasound The next round of scheduled OSS code removal 2007-10-18 14:37:26 -07:00
.gitignore
ac97_codec.c
ad1848_mixer.h
ad1848.c
ad1848.h
aedsp16.c
au1550_ac97.c
audio.c
bin2hex.c
btaudio.c
CHANGELOG
coproc.h
cs4232.c
dev_table.c
dev_table.h
dmabuf.c
hal2.c
hal2.h
hex2hex.c
i810_audio.c
kahlua.c
Kconfig Fix file references in documentation and Kconfig 2008-01-22 10:43:36 -08:00
Makefile The next round of scheduled OSS code removal 2007-10-18 14:37:26 -07:00
midi_ctrl.h
midi_synth.c
midi_synth.h
midibuf.c
mpu401.c mpu401 warning fixes 2007-07-16 09:05:42 -07:00
mpu401.h
msnd_classic.c
msnd_classic.h
msnd_pinnacle.c
msnd_pinnacle.h
msnd.c
msnd.h OSS msnd: fix array overflows 2008-01-14 08:52:23 -08:00
opl3_hw.h
opl3.c more scheduled OSS driver removal 2007-07-16 09:05:40 -07:00
os.h
pas2_card.c
pas2_midi.c
pas2_mixer.c
pas2_pcm.c
pas2.h
pss.c
README.FIRST
sb_audio.c
sb_card.c ALSA: more section mismatches 2007-07-01 12:29:44 -07:00
sb_card.h
sb_common.c
sb_ess.c
sb_ess.h
sb_midi.c
sb_mixer.c
sb_mixer.h
sb.h
sequencer.c
sh_dac_audio.c
sound_calls.h
sound_config.h
sound_firmware.h
sound_timer.c
soundcard.c
soundvers.h
sscape.c
swarm_cs4297a.c
sys_timer.c
trident.c OSS trident: replace deprecated pci_find_device with pci_get_device 2007-07-17 10:23:10 -07:00
trident.h
trix.c
tuning.h
uart401.c
uart6850.c
ulaw.h
v_midi.c
v_midi.h
via82cxxx_audio.c vm audit: add VM_DONTEXPAND to mmap for drivers that need it 2008-02-04 07:55:38 -08:00
vidc_fill.S
vidc.c
vidc.h
vwsnd.c
waveartist.c [ARM] Remove pointless casts from void pointers, 2008-01-26 14:50:00 +00:00
waveartist.h

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox