Suresh Siddha
1adcaafe74
x86, pat: Allow ISA memory range uncacheable mapping requests
...
Max Vozeler reported:
> Bug 13877 - bogl-term broken with CONFIG_X86_PAT=y, works with =n
>
> strace of bogl-term:
> 814 mmap2(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0)
> = -1 EAGAIN (Resource temporarily unavailable)
> 814 write(2, "bogl: mmaping /dev/fb0: Resource temporarily unavailable\n",
> 57) = 57
PAT code maps the ISA memory range as WB in the PAT attribute, so that
fixed range MTRR registers define the actual memory type (UC/WC/WT etc).
But the upper level is_new_memtype_allowed() API checks are failing,
as the request here is for UC and the return tracked type is WB (Tracked type is
WB as MTRR type for this legacy range potentially will be different for each
4k page).
Fix is_new_memtype_allowed() by always succeeding the ISA address range
checks, as the null PAT (WB) and def MTRR fixed range register settings
satisfy the memory type needs of the applications that map the ISA address
range.
Reported-and-Tested-by: Max Vozeler <xam@debian.org>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2009-08-17 14:12:44 -07:00
..
2009-08-15 11:58:02 +02:00
2008-10-23 00:01:39 -07:00
2009-04-08 11:51:46 -07:00
2009-02-10 00:41:58 +01:00
2008-10-22 22:55:23 -07:00
2009-06-12 20:50:39 -04:00
2009-02-18 16:48:05 +08:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-04-28 17:42:08 +02:00
2009-05-28 18:23:56 +02:00
2009-06-15 15:20:40 +02:00
2009-06-10 16:15:14 -07:00
2009-05-11 14:37:36 +02:00
2009-01-11 19:13:38 +01:00
2009-01-29 14:16:51 +01:00
2008-10-22 22:55:23 -07:00
2009-07-04 11:45:00 +02:00
2009-07-03 14:42:39 +02:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-01-13 18:56:30 +01:00
2009-06-11 21:02:14 +02:00
2009-06-25 15:16:06 -07:00
2009-05-11 17:45:06 -07:00
2008-12-16 18:40:32 +01:00
2008-10-22 22:55:23 -07:00
2009-01-14 19:56:50 -08:00
2008-10-22 22:55:23 -07:00
2009-04-02 00:49:02 +02:00
2008-10-22 22:55:23 -07:00
2009-02-03 19:48:18 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2009-06-07 12:22:56 +02:00
2009-01-29 14:17:01 +01:00
2009-06-11 10:03:30 -07:00
2009-03-13 14:49:54 +10:30
2008-10-22 22:55:20 -07:00
2009-01-19 00:38:58 +09:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-17 21:35:10 -07:00
2009-01-06 14:06:57 +01:00
2008-10-22 22:55:23 -07:00
2009-06-18 13:03:58 -07:00
2008-10-22 22:55:23 -07:00
2009-03-23 17:20:50 +01:00
2009-01-29 14:16:51 +01:00
2009-04-07 13:36:36 +02:00
2008-11-23 13:20:52 +01:00
2009-03-23 15:02:05 +05:30
2008-10-22 22:55:23 -07:00
2009-08-03 13:34:25 -07:00
2009-02-10 00:42:00 +01:00
2008-11-11 16:19:48 -08:00
2009-06-11 23:31:52 +02:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-07-03 14:34:09 +02:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-03-13 16:57:42 +01:00
2008-10-22 22:55:23 -07:00
2008-11-28 13:06:27 +01:00
2009-02-17 17:52:43 +01:00
2008-10-22 22:55:23 -07:00
2008-10-23 00:20:33 -07:00
2009-06-11 23:31:52 +02:00
2009-03-11 15:47:46 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-11 23:31:52 +02:00
2008-10-22 22:55:23 -07:00
2008-11-01 18:57:08 -07:00
2009-06-10 16:15:14 -07:00
2008-10-22 22:55:23 -07:00
2009-04-10 14:35:53 +02:00
2008-10-22 22:55:23 -07:00
2009-03-27 14:43:57 -04:00
2008-12-12 11:58:36 +01:00
2009-03-05 14:17:18 +01:00
2009-02-13 09:46:36 +01:00
2009-02-13 09:46:36 +01:00
2009-07-10 13:03:14 -07:00
2009-04-10 20:27:13 +02:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2009-04-30 19:26:11 +02:00
2009-04-29 06:54:34 +01:00
2008-10-22 22:55:23 -07:00
2009-02-17 17:52:44 +01:00
2009-01-21 17:26:06 +09:00
2009-04-21 09:08:25 +02:00
2009-06-11 23:31:52 +02:00
2009-03-04 20:25:37 +01:00
2009-08-03 16:36:17 -07:00
2008-10-22 22:55:23 -07:00
2009-04-15 12:12:36 +02:00
2009-01-14 19:56:50 -08:00
2008-10-22 22:55:23 -07:00
2009-03-10 18:13:25 -07:00
2008-10-22 22:55:23 -07:00
2009-06-16 19:47:51 -07:00
2009-06-13 15:37:30 +02:00
2008-10-22 22:55:23 -07:00
2009-06-10 11:49:00 +03:00
2008-10-22 22:55:23 -07:00
2009-06-10 11:48:54 +03:00
2009-06-10 11:48:23 +03:00
2008-10-22 22:55:23 -07:00
2009-07-30 16:03:46 +09:30
2009-07-30 16:03:45 +09:30
2009-03-11 12:39:28 +01:00
2008-10-22 22:55:23 -07:00
2009-01-29 14:16:51 +01:00
2009-01-29 14:16:51 +01:00
2009-02-10 00:39:14 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-16 16:56:10 -07:00
2009-05-12 10:36:44 +02:00
2009-06-11 21:01:52 +02:00
2008-10-22 22:55:23 -07:00
2009-02-10 00:42:00 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-03-01 16:06:56 +09:00
2009-02-18 15:37:55 -08:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2009-01-08 15:37:37 +01:00
2009-05-28 01:59:05 +02:00
2008-10-22 22:55:23 -07:00
2009-03-17 15:38:59 -07:00
2009-07-01 15:23:43 +02:00
2009-06-17 18:56:01 +02:00
2009-01-31 00:17:39 +05:30
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-07-03 14:34:31 +02:00
2008-10-22 22:55:23 -07:00
2009-03-03 13:13:15 +01:00
2009-05-18 09:21:04 +02:00
2008-10-22 22:55:20 -07:00
2009-02-05 22:30:14 +01:00
2008-10-22 22:55:23 -07:00
2009-04-14 11:44:45 +02:00
2009-02-13 13:36:47 +01:00
2009-06-20 15:40:00 -07:00
2009-02-11 14:54:09 -08:00
2009-04-14 11:44:45 +02:00
2009-06-11 21:02:17 +02:00
2008-10-22 22:55:23 -07:00
2009-06-10 16:16:27 -07:00
2008-10-22 22:55:23 -07:00
2009-04-10 13:55:48 +02:00
2009-04-03 13:13:45 +02:00
2009-06-24 16:23:03 -07:00
2008-10-22 22:55:23 -07:00
2009-01-29 14:16:51 +01:00
2009-07-01 11:19:29 -07:00
2009-06-22 11:56:24 +09:00
2009-06-25 21:39:06 +02:00
2009-07-27 12:10:38 -07:00
2009-06-12 21:47:03 +09:30
2009-06-15 17:20:03 +02:00
2009-05-05 19:10:18 -07:00
2009-06-20 15:40:00 -07:00
2009-06-15 15:49:19 +02:00
2009-02-13 11:35:01 -08:00
2009-03-19 14:04:19 +01:00
2009-02-13 11:35:01 -08:00
2009-03-19 14:04:19 +01:00
2009-08-17 14:12:44 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-02-02 23:27:09 +05:30
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2009-06-10 19:53:40 -07:00
2009-07-02 12:05:10 -07:00
2009-02-24 18:23:35 +01:00
2009-06-10 19:53:40 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-01-18 19:39:18 +01:00
2008-10-22 22:55:23 -07:00
2008-11-12 18:55:46 +01:00
2009-04-08 11:51:46 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-03-02 15:41:30 -08:00
2009-03-02 15:41:30 -08:00
2008-10-22 22:55:20 -07:00
2009-03-14 15:37:14 -07:00
2009-02-10 00:42:01 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-01-29 14:16:51 +01:00
2009-04-10 14:35:53 +02:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-01-31 00:18:58 +05:30
2009-04-12 13:08:56 +02:00
2008-12-18 15:01:22 -08:00
2008-10-22 22:55:23 -07:00
2009-06-11 21:01:52 +02:00
2009-05-12 12:22:06 +02:00
2009-01-29 14:16:51 +01:00
2009-02-15 22:43:33 -08:00
2008-10-22 22:55:23 -07:00
2009-05-05 19:10:18 -07:00
2008-10-22 22:55:23 -07:00
2009-07-09 17:06:58 -07:00
2008-10-22 22:55:23 -07:00
2009-02-11 11:33:49 +01:00
2009-07-01 22:37:23 +02:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-15 12:40:02 +02:00
2009-06-15 12:40:02 +02:00
2008-10-22 22:55:20 -07:00
2009-04-01 08:59:16 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2009-06-10 11:48:38 +03:00
2009-01-31 00:19:32 +05:30
2008-12-28 10:04:00 +01:00
2008-10-22 22:55:23 -07:00
2009-03-27 14:43:57 -04:00
2008-10-23 12:38:39 -07:00
2009-04-12 15:20:16 +02:00
2008-10-22 22:55:23 -07:00
2009-03-02 12:07:49 +01:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-11 08:50:59 -07:00
2009-07-10 14:24:05 -07:00
2008-10-22 22:55:23 -07:00
2009-06-17 16:03:54 +02:00
2009-06-16 19:47:27 -07:00
2008-10-22 22:55:23 -07:00
2009-06-12 13:50:24 +03:00
2009-05-11 23:57:56 +02:00
2009-01-16 14:19:26 +01:00
2009-06-10 16:16:27 -07:00
2008-11-09 21:05:43 +01:00
2009-06-11 21:02:14 +02:00
2009-03-02 11:06:49 +01:00
2009-07-20 20:46:17 -07:00
2009-07-20 23:27:39 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-04-30 21:16:49 +02:00
2009-04-30 21:16:49 +02:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-03-24 11:02:46 +02:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2008-12-14 16:24:38 -08:00
2008-11-01 18:58:01 -07:00
2009-06-10 12:27:08 +03:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:20 -07:00
2008-10-22 22:55:23 -07:00
2008-10-22 22:55:23 -07:00
2009-06-15 12:40:02 +02:00
2009-04-12 13:08:56 +02:00