diff options
| author | Antonino A. Daplas <[email protected]> | 2007-08-10 13:00:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-08-11 15:47:40 -0700 |
| commit | 9cd1c67434544b1d9a4fb4a4cdec15608167a233 (patch) | |
| tree | 04c872c916fc26e78b7a492f5ecfa681e641d2fc /scripts/patch-kernel | |
| parent | 4769a9a53b39f3b6a7e4d0b3c5e6b9598560818d (diff) | |
pvr2fb: Fix oops when pseudo_palette is written
Reported by: Adrian McMenamin <[email protected]>
This driver will oops when the pseudo_palette[] is written as u32 but not when
written as u16. When written as u32, it corrupts the adjacent 'mmio_base'
field of struct pvr2fb_par. Fix by using framebuffer_alloc()/release() to
allocate struct fb_info and struct pvr2fb_par, and create the pseudo_palette[]
as part of struct pvr2fb_par.
Signed-off-by: Antonino Daplas <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions