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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 9C0F5C4360C for ; Fri, 27 Sep 2019 20:58:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 62C2B2146E for ; Fri, 27 Sep 2019 20:58:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569617905; bh=JHvPXPKOI8xXY+v+RmsysJ+7eQJL2fGTE9qEG3GltO4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=gFI+I0A+B+yCCOnBLME0yH1Hw7GI84ZmkGTPwNbC9e93JBuNVdKWCngb2u1IH7J1K LfB7Z6jedkSLfANom2uKwXjXRvNWnPMkarctS996zOzbOSsS40LNvdLuP8AzPCRbeW JmLvoJg71+9Mr/+4YmoVCCsQVos0UP0snXmc80w8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726711AbfI0U6Y (ORCPT ); Fri, 27 Sep 2019 16:58:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:33474 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726594AbfI0U6Y (ORCPT ); Fri, 27 Sep 2019 16:58:24 -0400 Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 97C7921928 for ; Fri, 27 Sep 2019 20:58:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569617903; bh=JHvPXPKOI8xXY+v+RmsysJ+7eQJL2fGTE9qEG3GltO4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=IZBobdmnLixGOMe0GgALjKFamRkN+1/IlDJ93Mesp167haHYR7IBTWvK6yM1HL85P fgn5Hvfd5gJ9LHq/raH1oyc+JNVnN55DE5TJ7vnvYOudEB+EMU2l92r1xncFRaMHhV RqDQ8KOcKcKYu9CMwqEVaB0ZppLtJi/hqoWYNb3U= Received: by mail-wr1-f51.google.com with SMTP id o18so4606341wrv.13 for ; Fri, 27 Sep 2019 13:58:23 -0700 (PDT) X-Gm-Message-State: APjAAAWZFlfkk5jaHx4UOWspaQl4/wwrwxnMzZ+KXit/pfI6BFZ47J2D x1IjmskykjewjVS1wIRmhk2zKpwyZ/sf2BzAz5UiHA== X-Google-Smtp-Source: APXvYqxmWFPXVg5my2vdtfXTIKkRAsW/tJXeLCeFEGi5LTezBydsLm94jzUi9r5S9tnwrfzAbRz3QhWaRfS3fvEnT+I= X-Received: by 2002:adf:dbc6:: with SMTP id e6mr4312618wrj.149.1569617900104; Fri, 27 Sep 2019 13:58:20 -0700 (PDT) MIME-Version: 1.0 References: <419CB0D1-E51C-49D5-9745-7771C863462F@amacapital.net> In-Reply-To: From: Andy Lutomirski Date: Fri, 27 Sep 2019 13:58:08 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER To: Palmer Dabbelt Cc: Kees Cook , David Abdurachmanov , Paul Walmsley , Albert Ou , Oleg Nesterov , Will Drewry , Shuah Khan , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , David Abdurachmanov , Thomas Gleixner , Allison Randal , Alexios Zavras , Anup Patel , Vincent Chen , Alan Kao , linux-riscv@lists.infradead.org, LKML , "open list:KERNEL SELFTEST FRAMEWORK" , Network Development , bpf , me@carlosedp.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: bpf-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Tue, Sep 3, 2019 at 3:27 PM Palmer Dabbelt wrote: > > On Wed, 28 Aug 2019 10:52:05 PDT (-0700), luto@amacapital.net wrote: > > > > > >> On Aug 25, 2019, at 2:59 PM, Kees Cook wrote: > >> > >>> On Thu, Aug 22, 2019 at 01:55:22PM -0700, David Abdurachmanov wrote: > >>> This patch was extensively tested on Fedora/RISCV (applied by default= on > >>> top of 5.2-rc7 kernel for <2 months). The patch was also tested with = 5.3-rc > >>> on QEMU and SiFive Unleashed board. > >> > >> Oops, I see the mention of QEMU here. Where's the best place to find > >> instructions on creating a qemu riscv image/environment? > > > > I don=E2=80=99t suppose one of you riscv folks would like to contribute= riscv support to virtme? virtme-run =E2=80=94arch=3Driscv would be quite = nice, and the total patch should be just a couple lines. Unfortunately, it= helps a lot to understand the subtleties of booting the architecture to wr= ite those couple lines :) > > What mailing list should I sent this to? You need to use the "virtme" br= anch > of kernel.org/palmer/linux.git until I send the defconfig patches. > > commit a8bd7b318691891991caea298f9a5ed0f815c322 > gpg: Signature made Tue 03 Sep 2019 03:22:45 PM PDT > gpg: using RSA key 00CE76D1834960DFCE886DF8EF4CA1502CCBAB4= 1 > gpg: issuer "palmer@dabbelt.com" > gpg: Good signature from "Palmer Dabbelt " [ultimate] > gpg: aka "Palmer Dabbelt " [ultimate] > Author: Palmer Dabbelt > Date: Tue Sep 3 14:39:39 2019 -0700 > > Add RISC-V support Could you rebase onto virtme master and resend in some format that isn't corrupt? git am really doesn't like your patch and, even if I fix it up manually, your gpg: lines are bogus. You could also send a PR at https://github.com/amluto/virtme