From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8CB0DC5ACCC for ; Tue, 16 Oct 2018 19:47:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4C4DA2098A for ; Tue, 16 Oct 2018 19:47:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="4jtThpC2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C4DA2098A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=oracle.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727483AbeJQDjd (ORCPT ); Tue, 16 Oct 2018 23:39:33 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:50542 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727007AbeJQDjd (ORCPT ); Tue, 16 Oct 2018 23:39:33 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w9GJd7ob062322; Tue, 16 Oct 2018 19:47:03 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=+aY9NMr6wjskO0hYOFbLA4z0xNqLDUd5UGqLhvYHQGI=; b=4jtThpC2LnqrQACV42cApF5Th2ymcIhUF3+hVEm1Ek82Fp7oMIqHMcPZ/IyzIXxaUZnh Pa5oQt9M0tZN80mZrR2/SO6aDFgKUfbiOj2gEgi2ow/7Q8FvQwNuqB7QpADFKdSuyH/k oUPhUtNW/vA1Hgasz67MS0ab4wY6xu6ubpoboDBGlf7EYpPqa6jBcxZIKKE+rs7Cm15N tBe/CA9IYpIKUhpjWDMKUz5F+WOfZiNp3HGLnIBvxfXiSUTBRANkT1DK9okyCVNqJIiz ShDbRVYfUDEuR6sX5PsVWUGsWAQlf8m180IPTui4jUiIOpN9wb/Gr8Mox9/u7inA6cSm QA== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by userp2120.oracle.com with ESMTP id 2n39brau05-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 16 Oct 2018 19:47:03 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id w9GJl3l5003867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 16 Oct 2018 19:47:03 GMT Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w9GJl1bA006256; Tue, 16 Oct 2018 19:47:01 GMT Received: from mwanda (/129.205.6.86) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 16 Oct 2018 12:47:01 -0700 Date: Tue, 16 Oct 2018 22:46:50 +0300 From: Dan Carpenter To: Dhaval Giani Cc: alexander.levin@microsoft.com, LKML , gregkh@linuxfoundation.org, alice.ferrazzi@gmail.com, Kevin Hilman , Tim Bird , dvyukov@google.com, Laura Abbott , Steven Rostedt , gustavo.padovan@collabora.co.uk, willy@infradead.org, knut.omang@oracle.com Subject: Re: [Announce] LPC 2018: Testing and Fuzzing Microconference Message-ID: <20181016194650.ncspol2n5pgrythg@mwanda> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9048 signatures=668706 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=678 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1807170000 definitions=main-1810160163 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I would like to talk about Smatch, if I could. Especially the Spectre work and the improvements to cross function tracking. regards, dan carpenter