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 EC6EDC6FA82 for ; Thu, 22 Sep 2022 10:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230220AbiIVKUc (ORCPT ); Thu, 22 Sep 2022 06:20:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbiIVKU2 (ORCPT ); Thu, 22 Sep 2022 06:20:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECD78ABD76; Thu, 22 Sep 2022 03:20:27 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 71E54612D5; Thu, 22 Sep 2022 10:20:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 480A8C433C1; Thu, 22 Sep 2022 10:20:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663842026; bh=Tc3FJ+kvPCra3uvSRT0MqM78GUuFNuRgTyRBDiLAt2Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WC19bm7yDjv6Fv4q7W2qd50dSl5fONXIiqQ7aLs5DKICZZL/WOedMxdWyY4QdNKA6 edSWtEYH63uYGoX2MqtJroCZ96MfTte2rEwLJ21lVT6PvBqAIBc+kpTUBQV457oMMK ufpc07/tEAsgyMGHiuNbe5VjMb8Zfx00XxDnuZXc= Date: Thu, 22 Sep 2022 12:20:16 +0200 From: Greg KH To: David Gow Cc: cgel.zte@gmail.com, Brendan Higgins , paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, Shuah Khan , Daniel Latypov , "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , linux-riscv , Linux Kernel Mailing List , Xu Panda , Zeal Robot Subject: Re: [PATCH linux-next] kunit: tool: use absolute path for wget Message-ID: References: <20220922083610.235936-1-xu.panda@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2022 at 06:09:28PM +0800, David Gow wrote: > On Thu, Sep 22, 2022 at 4:36 PM wrote: > > > > From: Xu Panda > > > > Not using absolute path when invoking wget can lead to serious > > security issues. > > > > Reported-by: Zeal Robot > > Signed-off-by: Xu Panda > > --- > > This seems mostly okay to me -- we'd be abandoning people who have > wget in an unusual location, but I don't think there are many people > who want to run KUnit under RISC-V, have wget in a non-standard > location, and can't acquire the bios file themselves. > > So this is: > Reviewed-by: David Gow Please no, at this point in time, submissions from this gmail "alias" are going to have to be rejected from the kernel. greg k-h