Al Viro
c9efe51165
fix a kmap leak in virtio_console
...
While we are at it, don't do kmap() under kmap_atomic(), *especially*
for a page we'd allocated with GFP_KERNEL. It's spelled "page_address",
and had that been more than that, we'd have a real trouble - kmap_high()
can block, and doing that while holding kmap_atomic() is a Bad Idea(tm).
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2014-02-09 15:21:16 -05:00
..
2014-01-29 20:49:12 -08:00
2013-11-23 16:18:25 -08:00
2014-01-30 10:02:54 -08:00
2013-07-09 10:33:28 -07:00
2014-01-07 17:05:21 -08:00
2014-01-24 15:51:02 -08:00
2013-10-03 16:03:31 -07:00
2014-01-07 13:50:28 +01:00
2013-03-15 12:23:48 -07:00
2010-10-15 15:53:27 +02:00
2013-10-09 20:04:04 -05:00
2012-03-28 18:30:03 +01:00
2013-05-05 00:11:29 -04:00
2013-02-22 23:31:31 -05:00
2013-02-22 23:31:31 -05:00
2013-05-05 00:12:29 -04:00
2011-07-20 20:47:58 -04:00
2013-05-05 00:12:29 -04:00
2010-08-21 00:34:45 -07:00
2013-12-07 01:03:14 +01:00
2014-01-29 18:56:27 -08:00
2013-11-13 12:09:11 +09:00
2013-12-18 16:39:54 -08:00
2014-01-29 20:49:12 -08:00
2012-11-21 12:55:19 -08:00
2011-03-31 11:26:23 -03:00
2014-01-21 16:19:46 -08:00
2013-11-13 15:34:18 +09:00
2012-09-26 13:20:40 -07:00
2013-12-19 15:10:49 +01:00
2013-05-21 10:07:54 -07:00
2013-02-22 23:31:31 -05:00
2012-03-28 18:30:03 +01:00
2014-01-08 15:29:52 -08:00
2012-10-07 07:22:32 -07:00
2012-10-24 15:52:29 -07:00
2013-02-22 23:31:31 -05:00
2013-06-29 12:57:33 +04:00
2013-11-16 10:19:15 -08:00
2013-02-22 23:31:31 -05:00
2013-10-16 12:36:10 -07:00
2010-10-15 15:53:27 +02:00
2013-10-16 12:36:10 -07:00
2013-10-16 12:36:10 -07:00
2011-01-10 08:51:44 -08:00
2013-07-15 13:56:36 +02:00
2013-02-22 23:31:31 -05:00
2013-09-04 17:31:11 -07:00
2013-10-16 12:36:10 -07:00
2010-10-22 10:52:56 -07:00
2014-01-13 14:57:20 -08:00
2010-11-17 08:59:32 -08:00
2014-02-09 15:21:16 -05:00