diff mbox series

[COMMITTED] syscalls/writev07: add note with known kernel fixes for this test

Message ID 2800f26d04df5fdffcff170224154c44b6ebc23f.1698041671.git.jstancek@redhat.com
State Accepted
Headers show
Series [COMMITTED] syscalls/writev07: add note with known kernel fixes for this test | expand

Commit Message

Jan Stancek Oct. 23, 2023, 6:15 a.m. UTC
Signed-off-by: Jan Stancek <jstancek@redhat.com>
---
 testcases/kernel/syscalls/writev/writev07.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Cyril Hrubis Oct. 23, 2023, 8:28 a.m. UTC | #1
Hi!
> + * This is also regression test for kernel commits:
> + *   20c64ec83a9f ("iomap: fix a regression for partial write errors")
> + *   3ac974796e5d ("iomap: fix short copy in iomap_write_iter()")

Can you please add tags to the tst_test struct as well?
Petr Vorel Oct. 23, 2023, 10:20 a.m. UTC | #2
Hi Jan, Cyril,

> Hi!
> > + * This is also regression test for kernel commits:
> > + *   20c64ec83a9f ("iomap: fix a regression for partial write errors")
> > + *   3ac974796e5d ("iomap: fix short copy in iomap_write_iter()")

> Can you please add tags to the tst_test struct as well?

Done.

Kind regards,
Petr
Jan Stancek Oct. 23, 2023, 10:43 a.m. UTC | #3
On Mon, Oct 23, 2023 at 12:20 PM Petr Vorel <pvorel@suse.cz> wrote:
>
> Hi Jan, Cyril,
>
> > Hi!
> > > + * This is also regression test for kernel commits:
> > > + *   20c64ec83a9f ("iomap: fix a regression for partial write errors")
> > > + *   3ac974796e5d ("iomap: fix short copy in iomap_write_iter()")
>
> > Can you please add tags to the tst_test struct as well?
>
> Done.

Thanks Petr, you were faster :-)

>
> Kind regards,
> Petr
>
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/writev/writev07.c b/testcases/kernel/syscalls/writev/writev07.c
index b725f08db0da..99734025c9bf 100644
--- a/testcases/kernel/syscalls/writev/writev07.c
+++ b/testcases/kernel/syscalls/writev/writev07.c
@@ -18,6 +18,10 @@ 
  *
  *   See: [RFC] writev() semantics with invalid iovec in the middle
  *        https://marc.info/?l=linux-kernel&m=147388891614289&w=2
+ *
+ * This is also regression test for kernel commits:
+ *   20c64ec83a9f ("iomap: fix a regression for partial write errors")
+ *   3ac974796e5d ("iomap: fix short copy in iomap_write_iter()")
  */
 
 #include <errno.h>