stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.4] selftests: Fix the executable permissions for fib_tests.sh
@ 2023-03-30 11:01 Rishabh Bhatnagar
  2023-03-30 13:02 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rishabh Bhatnagar @ 2023-03-30 11:01 UTC (permalink / raw)
  To: gregkh, shaoyi
  Cc: stable, linux-kselftest, linux-kernel, shuah, davem, Rishabh Bhatnagar

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 <risbhat@amazon.com>
---
 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
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 5.4] selftests: Fix the executable permissions for fib_tests.sh
  2023-03-30 11:01 [PATCH 5.4] selftests: Fix the executable permissions for fib_tests.sh Rishabh Bhatnagar
@ 2023-03-30 13:02 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2023-03-30 13:02 UTC (permalink / raw)
  To: Rishabh Bhatnagar
  Cc: shaoyi, stable, linux-kselftest, linux-kernel, shuah, davem

On Thu, Mar 30, 2023 at 11:01:47AM +0000, Rishabh Bhatnagar wrote:
> 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 <risbhat@amazon.com>
> ---
>  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
> -- 
> 2.39.2
> 

As my scripts mess this up all the time, let me just push out a new
5.4.y release with this change in it "manually" so that I don't screw it
up again...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-30 13:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 11:01 [PATCH 5.4] selftests: Fix the executable permissions for fib_tests.sh Rishabh Bhatnagar
2023-03-30 13:02 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).