Re: [Mesa-dev] [PATCH] gallium/rtasm: handle mmap failures appropriately

2014-01-27 Thread Jakob Bornecrantz
On Mon, Jan 27, 2014 at 12:57 PM, Emil Velikov wrote: > Ping :) > > On 19/01/14 23:53, Emil Velikov wrote: >> For a variety of reasons mmap (selinux and pax to name >> a few) and can fail and with current code. This will >> result in a crash in the driver, if not worse. >> >> This has been the cas

Re: [Mesa-dev] [PATCH] gallium/rtasm: handle mmap failures appropriately

2014-01-27 Thread Emil Velikov
Ping :) On 19/01/14 23:53, Emil Velikov wrote: > For a variety of reasons mmap (selinux and pax to name > a few) and can fail and with current code. This will > result in a crash in the driver, if not worse. > > This has been the case since the inception of the > gallium copy of rtasm. > > Cc: 9

[Mesa-dev] [PATCH] gallium/rtasm: handle mmap failures appropriately

2014-01-19 Thread Emil Velikov
For a variety of reasons mmap (selinux and pax to name a few) and can fail and with current code. This will result in a crash in the driver, if not worse. This has been the case since the inception of the gallium copy of rtasm. Cc: 9.1 9.2 10.0 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi