From owner-soc-status@FreeBSD.ORG Wed May 28 22:13:04 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59D3913F for ; Wed, 28 May 2014 22:13:04 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28D0A2B62 for ; Wed, 28 May 2014 22:13:04 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id eb12so11839930oac.36 for ; Wed, 28 May 2014 15:13:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5v6DumxgRgn49uJZ0AkvP/faeQrYGpSd4Lt2gj7+oVY=; b=HU69FFyL214yl67OgOfLwdBhKlzOMDB8Y9hHPWN86TFq1+2drr3+elpcr5kjyoUuA/ Qve2qDzW97VcfJycHoj+/Bly6Y2/CecPIzg+W4qDnKLb8kwXF8sMS0A6ZFlXFIj0NhiT GHQHfuvqSmdSidAsEAebhX+T6u1oEfp68LdncjT1rVquZrRWfTguyKurVmtIPeRmGUKo vA34n3Cl3qaZ6xqRwsYFzDJRr5+Mi82WlG1t3IXBvsDmgT46P+wr4ANL7BL3FxOta3zP 0hYI+DT6ackdmZRaD0hxrICIUEgnEExTP9J51OjUbVD2XFx1AhDepNcNYVozjt/WzVX8 Mm3Q== MIME-Version: 1.0 X-Received: by 10.182.229.34 with SMTP id sn2mr3586418obc.6.1401315183460; Wed, 28 May 2014 15:13:03 -0700 (PDT) Received: by 10.182.216.197 with HTTP; Wed, 28 May 2014 15:13:03 -0700 (PDT) Date: Thu, 29 May 2014 00:13:03 +0200 Message-ID: Subject: [intel smap, kpatch] weekly report #1 From: Oliver Pinter To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 22:13:04 -0000 Hi all! I'm working on Intel SMAP technology in first half of GSoC. At first week I investigated in SMAP technology and relevant FreeBSD codes, whats changed since my Bsc thesis. I implemented a vulnerable kernel module and PoC to test allowed and not allowed memory access scenario. Created my wiki page, svn repo, and git repo. svn: http://svnweb.freebsd.org/socsvn/soc2014/op/ git: https://github.com/opntr/opBSD (branches: op/gsoc2014/{master,smap,kpatch} ) wiki: https://wiki.freebsd.org/SummerOfCode2014/IntelSMAPandKernelPatching test-cases: http://svnweb.freebsd.org/socsvn/soc2014/op/tests/smap-tester/ Good days, Oliver