* [PATCH] f2fs/024: add missing execute permission
@ 2026-08-31 10:41 ` Prabhakar Pujeri via Linux-f2fs-devel
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* [f2fs-dev] [PATCH] f2fs/024: add missing execute permission
@ 2026-08-31 10:41 ` Prabhakar Pujeri via Linux-f2fs-devel
0 siblings, 0 replies; 6+ messages in thread
From: Prabhakar Pujeri via Linux-f2fs-devel @ 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
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] f2fs/024: add missing execute permission
2026-08-31 10:41 ` [f2fs-dev] " Prabhakar Pujeri via Linux-f2fs-devel
@ 2026-09-02 14:39 ` Zorro Lang via Linux-f2fs-devel
-1 siblings, 0 replies; 6+ 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] 6+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs/024: add missing execute permission
@ 2026-09-02 14:39 ` Zorro Lang via Linux-f2fs-devel
0 siblings, 0 replies; 6+ messages in thread
From: Zorro Lang via Linux-f2fs-devel @ 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
>
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs/024: add missing execute permission
2026-08-31 10:41 ` [f2fs-dev] " Prabhakar Pujeri via Linux-f2fs-devel
@ 2026-09-03 23:35 ` Chao Yu
-1 siblings, 0 replies; 6+ messages in thread
From: Chao Yu via Linux-f2fs-devel @ 2026-09-03 23:35 UTC (permalink / raw)
To: Prabhakar Pujeri, fstests; +Cc: 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,
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [f2fs-dev] [PATCH] f2fs/024: add missing execute permission
@ 2026-09-03 23:35 ` Chao Yu
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2026-09-03 23:36 UTC | newest]
Thread overview: 6+ 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-08-31 10:41 ` [f2fs-dev] " Prabhakar Pujeri via Linux-f2fs-devel
2026-09-02 14:39 ` Zorro Lang
2026-09-02 14:39 ` [f2fs-dev] " Zorro Lang via Linux-f2fs-devel
2026-09-03 23:35 ` Chao Yu via Linux-f2fs-devel
2026-09-03 23:35 ` Chao Yu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.