[www-pubs] r205155 - Added my KCoFI paper which uses LLVM.

Stephen Checkoway s at pahtak.org
Sun Mar 30 21:08:38 PDT 2014


While I can't provide a review, it looks obviously correct except for the unnecessary space after "Kernels" in the title. Your Virtual Ghost entry likewise has an extra space in the title.

Congrats on the Oakland paper!

Steve

On Mar 30, 2014, at 12:44 PM, John Criswell <criswell at illinois.edu> wrote:

> Dear All,
> 
> If someone could review this change to the publications page, I would appreciate it.
> 
> Regards,
> 
> John Criswell
> 
> On 3/30/14 11:36 AM, John Criswell wrote:
>> Author: criswell
>> Date: Sun Mar 30 11:36:58 2014
>> New Revision: 205155
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=205155&view=rev
>> Log:
>> Added my KCoFI paper which uses LLVM.
>> 
>> Modified:
>>     www-pubs/trunk/pubs.js
>> 
>> Modified: www-pubs/trunk/pubs.js
>> URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=205155&r1=205154&r2=205155&view=diff
>> ==============================================================================
>> --- www-pubs/trunk/pubs.js (original)
>> +++ www-pubs/trunk/pubs.js Sun Mar 30 11:36:58 2014
>> @@ -2,6 +2,14 @@
>>  // the page in the order listed.
>>  var PUBS =
>>  [
>> +  { url: "http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf",
>> +    author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
>> +    title: "KCoFI: Complete Control-Flow Integrity for Commodity Operating System Kernels ",
>> +    published: "Proceedings of the Thirty Fifth IEEE Symposium on Security and Privacy (Oakland 2014)",
>> +    month: 5,
>> +    year: 2014,
>> +  },
>> +
>>    { url: "http://sva.cs.illinois.edu/pubs/VirtualGhost-ASPLOS-2014.pdf",
>>      author: "John Criswell, Nathan Dautenhahn, and Vikram Adve",
>>      title: "Virtual Ghost: Protecting Applications from Hostile Operating Systems ",
>> 
>> 
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 

-- 
Stephen Checkoway



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140331/8ccbe4f6/attachment.bin>


More information about the llvm-commits mailing list