commit | fec8f5ae1715a01c72ad52cb2ecd8aacaf142302 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <[email protected]> | Sat Nov 04 04:19:52 2017 -0700 |
committer | Ingo Molnar <[email protected]> | Tue Nov 07 11:13:43 2017 +0100 |
tree | 48b4f68da3aaeb19d8b825873dace18816e29f0e | |
parent | adedf2893c192dd09b1cc2f2dcfdd7cad99ec49d [diff] |
selftests/x86/ldt_get: Add a few additional tests for limits We weren't testing the .limit and .limit_in_pages fields very well. Add more tests. This addition seems to trigger the "bits 16:19 are undefined" issue that was fixed in an earlier patch. I think that, at least on my CPU, the high nibble of the limit ends in LAR bits 16:19. Signed-off-by: Andy Lutomirski <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/5601c15ea9b3113d288953fd2838b18bedf6bc67.1509794321.git.luto@kernel.org Signed-off-by: Ingo Molnar <[email protected]>