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=-5.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 7BC5BC47255 for ; Mon, 11 May 2020 06:43:20 +0000 (UTC) Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.kernel.org (Postfix) with SMTP id C269F207FF for ; Mon, 11 May 2020 06:43:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xQUzFmdm" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C269F207FF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernel-hardening-return-18747-kernel-hardening=archiver.kernel.org@lists.openwall.com Received: (qmail 10067 invoked by uid 550); 11 May 2020 06:43:11 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 10029 invoked from network); 11 May 2020 06:43:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589179378; bh=FMjwOMjxylBJC2IsVL3PthhGR/mOxL+MDe5hmFkgbx4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xQUzFmdm0JG1IW5ml7/QJnxZ+1n/TW5wR3rHT36+kd5vErvEfwNmXrtZOUxf23ZCw 1k+STYSs/a1W1fC+RoI7YPd2M4ZMXIydiVPR7ipEg0llftfiz4VsGLIOX4euQfyw6Y IK2vabJVeKmkA2zRRheuoVMS2xudb5wGqhzozjUo= Date: Mon, 11 May 2020 08:42:56 +0200 From: Greg KH To: wzt wzt Cc: kernel-hardening@lists.openwall.com Subject: Re: Open source a new kernel harden project Message-ID: <20200511064256.GB1279905@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sun, May 10, 2020 at 10:16:25AM +0800, wzt wzt wrote: > hi: > This is a new kernel harden project called hksp(huawei kernel self > protection), hope some of the mitigation ideas may help you, thanks. > patch: https://github.com/cloudsec/hksp Interesting. Are you all going to split this up into submittable pieces so that they can get proper review and merged upstream? In the format it currently is in, it's not going to really go anywhere. thanks, greg k-h