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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E93FC00140 for ; Mon, 8 Aug 2022 14:36:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243590AbiHHOgM (ORCPT ); Mon, 8 Aug 2022 10:36:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60832 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243208AbiHHOgK (ORCPT ); Mon, 8 Aug 2022 10:36:10 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D34E65B5 for ; Mon, 8 Aug 2022 07:36:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 31FE0B80EB5 for ; Mon, 8 Aug 2022 14:36:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67211C433C1; Mon, 8 Aug 2022 14:36:06 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="ATFrCsLj" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1659969364; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KwXotlNfJolIheziW9hCV8MLTEPJKC869xycZMSy26A=; b=ATFrCsLjeIxwzBVATi/e9pHZkWoB1Tg6nZsY9YIwf5/QVM8JyKPrtS8vUmFY1Vt5fFfpp3 2UNjkRkYAIFzi9IA7nLtOD8lwybXpEbR33TJU8R55xd+zpCcQbxbmcvsmD++1hhjK3ZGWS 31XqT27Di8ZEJrUVQMyta7QscX49DO0= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 6aa68a4a (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 8 Aug 2022 14:36:03 +0000 (UTC) Date: Mon, 8 Aug 2022 16:36:00 +0200 From: "Jason A. Donenfeld" To: Palmer Dabbelt Cc: Linus Torvalds , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] RISC-V Patches for the 5.20 Merge Window, Part 1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Palmer, On Mon, Aug 08, 2022 at 04:31:30PM +0200, Jason A. Donenfeld wrote: > Hi Palmer, > > On Fri, Aug 05, 2022 at 04:36:38PM -0700, Palmer Dabbelt wrote: > > The following changes since commit 924cbb8cbe3460ea192e6243017ceb0ceb255b1b: > > > > riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol (2022-06-16 15:47:39 -0700) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.20-mw0 > > Just FYI, the WireGuard test suite over on build.wireguard.com no longer > boots for riscv32 after this merge. Investigating... Ahh, looks like it's caused by 44c1e84a38a0 ("RISC-V: Add CONFIG_{NON,}PORTABLE"). I pushed a patch for it to https://git.zx2c4.com/wireguard-linux/commit/?id=99a1a96f1f80b68b0fb5156ff6bd3f0973cd1f4d to kick the CI, which should be green again shortly. If you want, feel free to take that into your risc-v pull part 2, whenever you make that. Otherwise I'll eventually send it the long way through net.git. Jason