FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] f2fs/024: add missing execute permission
@ 2026-08-31 10:41 Prabhakar Pujeri
  2026-09-02 14:39 ` Zorro Lang
  2026-09-03 23:35 ` [f2fs-dev] " Chao Yu
  0 siblings, 2 replies; 3+ messages in thread
From: Prabhakar Pujeri @ 2026-08-31 10:41 UTC (permalink / raw)
  To: fstests; +Cc: Prabhakar Pujeri, Zorro Lang, linux-f2fs-devel

The test script was committed with mode 100644 while all other test
scripts are 100755, so check fails to execute it directly with
"Permission denied".  Fix the file mode.

Signed-off-by: Prabhakar Pujeri <prabhakar.pujeri@dell.com>
---
 tests/f2fs/024 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tests/f2fs/024

diff --git a/tests/f2fs/024 b/tests/f2fs/024
old mode 100644
new mode 100755
-- 
2.55.0


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

* Re: [PATCH] f2fs/024: add missing execute permission
  2026-08-31 10:41 [PATCH] f2fs/024: add missing execute permission Prabhakar Pujeri
@ 2026-09-02 14:39 ` Zorro Lang
  2026-09-03 23:35 ` [f2fs-dev] " Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Zorro Lang @ 2026-09-02 14:39 UTC (permalink / raw)
  To: Prabhakar Pujeri; +Cc: fstests, linux-f2fs-devel

On Mon, Aug 31, 2026 at 10:41:42AM +0000, Prabhakar Pujeri wrote:
> The test script was committed with mode 100644 while all other test
> scripts are 100755, so check fails to execute it directly with
> "Permission denied".  Fix the file mode.
> 
> Signed-off-by: Prabhakar Pujeri <prabhakar.pujeri@dell.com>
> ---

Fair enough, in hindsight I should have bundled this change when updating
f2fs/024 last time. Anyway, this fix looks fine to me as well.

Reviewed-by: Zorro Lang <zlang@kernel.org>

>  tests/f2fs/024 | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 tests/f2fs/024
> 
> diff --git a/tests/f2fs/024 b/tests/f2fs/024
> old mode 100644
> new mode 100755
> -- 
> 2.55.0
> 

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

* Re: [f2fs-dev] [PATCH] f2fs/024: add missing execute permission
  2026-08-31 10:41 [PATCH] f2fs/024: add missing execute permission Prabhakar Pujeri
  2026-09-02 14:39 ` Zorro Lang
@ 2026-09-03 23:35 ` Chao Yu
  1 sibling, 0 replies; 3+ messages in thread
From: Chao Yu @ 2026-09-03 23:35 UTC (permalink / raw)
  To: Prabhakar Pujeri, fstests; +Cc: chao, Zorro Lang, linux-f2fs-devel

On 8/31/26 18:41, Prabhakar Pujeri via Linux-f2fs-devel wrote:
> The test script was committed with mode 100644 while all other test
> scripts are 100755, so check fails to execute it directly with
> "Permission denied".  Fix the file mode.
> 
> Signed-off-by: Prabhakar Pujeri <prabhakar.pujeri@dell.com>

Reviewed-by: Chao Yu <chao@kernel.org>

Thanks,

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

end of thread, other threads:[~2026-09-03 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-31 10:41 [PATCH] f2fs/024: add missing execute permission Prabhakar Pujeri
2026-09-02 14:39 ` Zorro Lang
2026-09-03 23:35 ` [f2fs-dev] " Chao Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox