summaryrefslogtreecommitdiff
path: root/contrib/webcscope/icons/back.gif
blob: a694ae1ec3f0636cddbf195dd151abff150af69f (plain)
ofshex dumpascii
0000 47 49 46 38 39 61 14 00 16 00 c2 00 00 ff ff ff cc ff ff 99 99 99 66 66 66 33 33 33 00 00 00 00 GIF89a................fff333....
0020 00 00 00 00 00 21 fe 4e 54 68 69 73 20 61 72 74 20 69 73 20 69 6e 20 74 68 65 20 70 75 62 6c 69 .....!.NThis.art.is.in.the.publi
0040 63 20 64 6f 6d 61 69 6e 2e 20 4b 65 76 69 6e 20 48 75 67 68 65 73 2c 20 6b 65 76 69 6e 68 40 65 c.domain..Kevin.Hughes,.kevinh@e
0060 69 74 2e 63 6f 6d 2c 20 53 65 70 74 65 6d 62 65 72 20 31 39 39 35 00 21 f9 04 01 00 00 01 00 2c it.com,.September.1995.!.......,
0080 00 00 00 00 14 00 16 00 00 03 4b 18 ba dc fe 23 10 f2 6a 10 33 53 bb a2 ce dc f5 69 9c 37 4e 16 ..........K....#..j.3S.....i.7N.
00a0 76 82 90 74 06 05 37 2a 45 1c 6e 58 6d 2f fb 92 eb 35 46 50 f1 03 ea 78 c6 a4 91 a6 6c 16 28 4e v..t..7*E.nXm/...5FP...x....l.(N
00c0 a7 20 da 8c c0 a8 3a 82 40 18 d5 56 92 de d0 55 fc e8 91 cf 8b 04 00 3b ......:.@..V...U.......;
parent5d0e7705774dd412a465896d08d59a81a345c1e4 (diff)parent047487241ff59374fded8c477f21453681f5995c (diff)
Merge branch 'sparc64-non-resumable-user-error-recovery'
Liam R. Howlett says: ==================== sparc64: Recover from userspace non-resumable PIO & MEM errors A non-resumable error from userspace is able to cause a kernel panic or trap loop due to the setup and handling of the queued traps once in the kernel. This patch series addresses both of these issues. The queues are fixed by simply zeroing the memory before use. PIO errors from userspace will result in a SIGBUS being sent to the user process. The MEM errors form userspace will result in a SIGKILL and also cause the offending pages to be claimed so they are no longer used in future tasks. SIGKILL is used to ensure that the process does not try to coredump and result in an attempt to read the memory again from within kernel space. Although there is a HV call to scrub the memory (mem_scrub), there is no easy way to guarantee that the real memory address(es) are not used by other tasks. Clearing the error with mem_scrub would zero the memory and cause the other processes to proceed with bad data. The handling of other non-resumable errors remain unchanged and will cause a panic. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/drm/drm_blend.h')