From patchwork Thu Apr 6 08:26:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1765923 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=JjyXdKl0; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PsZP82Nd5z1yZN for ; Thu, 6 Apr 2023 18:27:22 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1pkKxY-0006Ep-HO; Thu, 06 Apr 2023 08:27:08 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1pkKxX-0006CY-IO for kernel-team@lists.ubuntu.com; Thu, 06 Apr 2023 08:27:07 +0000 Received: from localhost.localdomain (1.general.phlin.uk.vpn [10.172.194.38]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 7F1F940DB7 for ; Thu, 6 Apr 2023 08:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1680769623; bh=uvggRaiy6RSHVT62WZppr2UkxC9rARqbPB3FkGT9nuA=; h=From:To:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=JjyXdKl0fWzN3lBGq8BNYXio5d5FIkAxRZTJQ627hVT0wtiy7cPsnkbJVIf5VgpCU DxAu7F8ojFulRZe12zscPLYhdXKsbCRJmYD+GqPBnrsyS0nlkQTHHMlyshX+yyx2wh 3j+1TA9tyw0ocZ1hNwKb6Vl19PzwjIpl/jNPPEEzsj7g2BskXLVh0eYr+5eE8NKFRC NQIBdGxYm/zWFkNPhlEyIuyaGI+Xw70nbvc/zdfxIAJmVnkktVJavCZcfHEG5vDY4x UcLnEYqSdQ9TOu/87+H05iSdG58wCX+KQC5WB8kFmoSlcr7oKZvadFj+T62VZNS05K uNF2Amo8X9Qeg== From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [F][SRU][PATCH 1/1] selftests: Fix the executable permissions for fib_tests.sh Date: Thu, 6 Apr 2023 16:26:48 +0800 Message-Id: <20230406082648.33650-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230406082648.33650-1-po-hsu.lin@canonical.com> References: <20230406082648.33650-1-po-hsu.lin@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Rishabh Bhatnagar BugLink: https://bugs.launchpad.net/bugs/2015440 Commit 04a331c9dd66 reverted change 2537b637eac0 (ipv4: Fix incorrect route flushing when source address is deleted) that added the fib_tests.sh file back with wrong permissions. Fix that in this commit. Signed-off-by: Rishabh Bhatnagar Signed-off-by: Greg Kroah-Hartman (cherry picked from commit f0c95f229a671b9ac217c0abb2f86f0649a41b5a linux-stable/linux-5.4.y) Signed-off-by: Po-Hsu Lin --- tools/testing/selftests/net/fib_tests.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/testing/selftests/net/fib_tests.sh diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh old mode 100644 new mode 100755