trinity
Thread
Date
Earlier messages
Messages by Date
2023/11/22
PSA: this list has moved to new vger infra (no action required)
Konstantin Ryabitsev
2016/01/04
[PATCH v2 1/2] compat.h: add more macros
Jiri Slaby
2016/01/04
[PATCH v2 2/2] Makefile: fix build with older glibc
Jiri Slaby
2016/01/04
[PATCH 1/2] compat.h: add more RTNLGRP_ macros
Jiri Slaby
2016/01/04
[PATCH 2/2] Makefile: fix build with older glibc
Jiri Slaby
2015/12/30
Re: [PATCH] convert syscall time tracking to CLOCK_MONOTONIC
Dave Jones
2015/12/29
Re: [PATCH] convert syscall time tracking to CLOCK_MONOTONIC
Kirill A. Shutemov
2015/12/29
Re: [PATCH] convert syscall time tracking to CLOCK_MONOTONIC
Dave Jones
2015/12/29
[PATCH] convert syscall time tracking to CLOCK_MONOTONIC
Kirill A. Shutemov
2015/12/20
32bit compile error w/ v1.6-115-g4a302e2
Toralf Förster
2015/12/15
Re: [RFC PATCH] nvme ioctl support
Dave Jones
2015/12/15
[RFC PATCH] nvme ioctl support
Johannes Thumshirn
2015/12/10
[patch] update perf_event_open support to 4.4-rc4
Vince Weaver
2015/12/04
Re: [PATCH v2] Remove unused variable in fds/drm.c.
Vinson Lee
2015/12/04
Re: [PATCH v2] Remove unused variable in fds/drm.c.
Dave Jones
2015/12/04
[PATCH v2] Remove unused variable in fds/drm.c.
Vinson Lee
2015/12/04
[PATCH] Remove unused variable in fds/drm.c.
Vinson Lee
2015/11/29
[PATCH] compat.h: Add NETLINK_SOCK_DIAG.
Vinson Lee
2015/11/23
Re: nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
Tommi Rantala
2015/11/22
Re: nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
Ilia Mirkin
2015/11/22
nouveau: iowrite32 oops & warning at drivers/gpu/drm/nouveau/nouveau_fence.c:198
Tommi Rantala
2015/11/18
[PATCH] Free correct argument in post_ppoll()
Kirill A. Shutemov
2015/11/18
Re: "invalid open call: O_CREAT or O_TMPFILE without mode" errors
Kirill A. Shutemov
2015/10/29
Re: [PATCH] remove this param as it not adds any value any more
Dave Jones
2015/10/29
[PATCH] remove this param as it not adds any value any more
Praveen K. Pandey
2015/10/26
Re: [PATCH] remove this param as it not adds any value any more
Dave Jones
2015/10/25
[PATCH] remove this param as it not adds any value any more
Praveen K. Pandey
2015/09/03
x86; *** Error in `trinity': free(): invalid pointer: 0xb6ffe000 ***
Toralf Förster
2015/08/31
[PATCH] socket: Fix missing-field-initializers build error.
Vinson Lee
2015/08/31
[PATCH] fix build prctl.h header on RHEL6.7
Hangbin Liu
2015/08/04
Re: [PATCH] Patch : enable tool as make -p take an arg for seconds
Dave Jones
2015/07/29
[PATCH] Patch : enable tool as make -p take an arg for seconds
Praveen Pandey
2015/07/20
Re: "invalid open call: O_CREAT or O_TMPFILE without mode" errors
Dave Jones
2015/07/20
[PATCH] fix trinity compilation (make) error in ppcle system
Praveen Pandey
2015/07/17
[PATCH] Fix build with kernel 3.4 headers.
Vinson Lee
2015/07/16
"invalid open call: O_CREAT or O_TMPFILE without mode" errors
Vinson Lee
2015/07/15
[PATCH] Add "-F" option for reproducing parts of previous runs
Tom Clark
2015/07/14
[PATCH] Add POLL_BUSY_LOOP symbol for older distros.
Vinson Lee
2015/07/07
[PATCH] Add POLLFREE symbol for older distros.
Vinson Lee
2015/07/01
Re: git issue
Toralf Förster
2015/07/01
Re: git issue
Dave Jones
2015/07/01
git issue
Toralf Förster
2015/06/30
[PATCH] compat.h: define CLOCK_MONOTONIC_RAW
Jiri Slaby
2015/05/20
[PATCH] compat.h: Add CLOCK_BOOTTIME.
Vinson Lee
2015/04/15
[PATCH] DRM dumb buffer file descriptors
Tommi Rantala
2015/03/26
intel_sprite_get_colorkey oops
Tommi Rantala
2015/03/17
Re: [PATCH 7/7] strip down get_len() to a call to rand32()
Dave Jones
2015/03/17
Re: [PATCH 2/7] remove randbits()
Dave Jones
2015/03/17
Re: [PATCH 1/7] add random_pathstring()
Dave Jones
2015/03/16
[PATCH 6/7] fix undefined behavior
tyson . w . smith
2015/03/16
[PATCH 7/7] strip down get_len() to a call to rand32()
tyson . w . smith
2015/03/16
[PATCH 5/7] make r an int to avoid unintended behavior
tyson . w . smith
2015/03/16
[PATCH 3/7] simplify most significant byte modification statement
tyson . w . smith
2015/03/16
[PATCH 4/7] simplify div by 2,4,8,16 statement
tyson . w . smith
2015/03/16
[PATCH 2/7] remove randbits()
tyson . w . smith
2015/03/16
[PATCH 1/7] add random_pathstring()
tyson . w . smith
2015/03/12
Re: [PATCH 1/7] Remove value modification decision from plus_minus_two()
Dave Jones
2015/03/06
[PATCH 11/12] Rename rand_bool() to RAND_BOOL() to match other macros
tyson . w . smith
2015/03/06
[PATCH 12/12] Make RAND_RANGE() a macro
tyson . w . smith
2015/03/06
[PATCH 10/12] Decrease the likelihood of performing mangling operations
tyson . w . smith
2015/03/06
[PATCH 09/12] Actually flip the sign of the value (1 -> -1)
tyson . w . smith
2015/03/06
[PATCH 08/12] Cleaned up rand32() and remove __rand32()
tyson . w . smith
2015/03/06
[PATCH 06/12] Added RAND_BYTE() macro
tyson . w . smith
2015/03/06
[PATCH 07/12] Cleaned up rept8() and renamed to rept_byte()
tyson . w . smith
2015/03/06
[PATCH 05/12] Make rand_bool a macro
tyson . w . smith
2015/03/06
[PATCH 04/12] Remove static from rand_single_bit()
tyson . w . smith
2015/03/06
[PATCH 03/12] Remove rand8x8()
tyson . w . smith
2015/03/06
[PATCH 02/12] Created RAND_32 and RAND_64 macros.
tyson . w . smith
2015/03/06
[PATCH 01/12] Created ONE_IN(x) macro
tyson . w . smith
2015/03/04
[PATCH 2/7] Simplified get_interesting_8bit_value()
tyson . w . smith
2015/03/04
[PATCH 3/7] Unnest the get_interesting_<Nbit>_value() calls
tyson . w . smith
2015/03/04
[PATCH 5/7] Simplify get_interesting_16bit_value()
tyson . w . smith
2015/03/04
[PATCH 7/7] Removed overlapping values in get_interesting_value()
tyson . w . smith
2015/03/04
[PATCH 6/7] Simplify get_interesting_32bit_value()
tyson . w . smith
2015/03/04
[PATCH 1/7] Remove value modification decision from plus_minus_two()
tyson . w . smith
2015/03/04
[PATCH 4/7] Make get_interesting_32bit_value() static
tyson . w . smith
2015/03/02
Re: [PATCH] drm: Fix deadlock due to getconnector locking changes
Tommi Rantala
2015/03/02
Trinity v1.5 released.
Dave Jones
2015/02/08
BUG!: unreachable! BUG!: [29809] generate-args.c:fill_arg:360
Toralf Förster
2015/02/04
[PATCH] kvm: Add ifdef around IA64 ioctls.
Vinson Lee
2015/02/04
Re: [patch] update perf_event_open() for Linux 3.19
Dave Jones
2015/02/04
Re: [patch] update perf_event_open() for Linux 3.19
Vince Weaver
2015/02/04
Re: [patch] update perf_event_open() for Linux 3.19
Dave Jones
2015/02/03
[patch] update perf_event_open() for Linux 3.19
Vince Weaver
2015/01/29
Re: *** Error in `trinity': free(): invalid pointer: 0xb755c014 ***
Dave Jones
2015/01/29
*** Error in `trinity': free(): invalid pointer: 0xb755c014 ***
Toralf Förster
2014/12/06
[PATCH] fix syscalls-arm.h
Tommi Rantala
2014/11/25
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
hairier80552
2014/11/20
Re: trinity doesn't exit after its finished
Dave Jones
2014/11/20
trinity doesn't exit after its finished
Toralf Förster
2014/11/18
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
insupportable40529
2014/11/13
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
gated47889
2014/11/12
Re: [PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Paul Moore
2014/11/12
Re: [PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Richard Guy Briggs
2014/11/12
Re: [PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Paul Moore
2014/11/12
Re: [PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Richard Guy Briggs
2014/11/12
Re: [PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Paul Moore
2014/11/12
[PATCH] selinux: convert WARN_ONCE() to printk_once() in selinux_nlmsg_perm()
Richard Guy Briggs
2014/11/10
Re: "selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Paul Moore
2014/11/05
Re: "selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Richard Guy Briggs
2014/11/05
Re: "selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Paul Moore
2014/11/05
Re: "selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Stephen Smalley
2014/11/05
Re: "selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Paul Moore
2014/11/04
"selinux_nlmsg_perm: unrecognized netlink message: protocol=0 nlmsg_type=0 sclass=30" warning on Linux 3.18-rc3
Vinson Lee
2014/10/21
[PATCH] ioctls/drm: Fix build errors due to undefined symbols.
Vinson Lee
2014/10/15
How to read and analysis trinity log file?
telnetgmike
2014/10/15
How to read and analysis trinity log file?
[email protected]
2014/10/02
Re: BUG!: unreachable!
Dave Jones
2014/10/01
BUG!: unreachable!
Toralf Förster
2014/09/22
Re: [PATCH 0/2] Small MIPS fixes
Markos Chandras
2014/09/22
Re: Error in `trinity': free(): invalid next size (normal): 0x08683438 ***
Dave Jones
2014/09/22
Re: [PATCH 0/2] Small MIPS fixes
Dave Jones
2014/09/19
Error in `trinity': free(): invalid next size (normal): 0x08683438 ***
Toralf Förster
2014/09/19
[PATCH 2/2] maps: Rename MAP_{GLOBAL, LOCAL} to TRINITY_MAP_{GLOBAL, LOCAL}
Markos Chandras
2014/09/19
[PATCH 1/2] configure.sh: Respect CFLAGS from the environment
Markos Chandras
2014/09/19
[PATCH 0/2] Small MIPS fixes
Markos Chandras
2014/09/11
[PATCH] Add missing EPOLLWAKEUP define to compat.h for older distros
Brian Haley
2014/09/10
Re: hang in creating the trinity-testfileX
Dave Jones
2014/09/10
Re: f2fs get_dnode_of_data oops
Jaegeuk Kim
2014/09/10
Re: [f2fs-dev] f2fs get_dnode_of_data oops
Jaegeuk Kim
2014/09/09
[PATCH 2/2] Fix powerpc build on Ubuntu
Michael Ellerman
2014/09/09
[PATCH 1/2] Fix build break when SYS_memfd_create doesn't exist
Michael Ellerman
2014/09/09
Re: f2fs get_dnode_of_data oops
Tommi Rantala
2014/09/09
RE: [f2fs-dev] f2fs get_dnode_of_data oops
Chao Yu
2014/09/08
Re: f2fs get_dnode_of_data oops
Jaegeuk Kim
2014/09/08
Re: f2fs get_dnode_of_data oops
Tommi Rantala
2014/09/07
Re: f2fs get_dnode_of_data oops
Jaegeuk Kim
2014/09/07
Re: f2fs get_dnode_of_data oops
Tommi Rantala
2014/09/07
f2fs get_dnode_of_data oops
Tommi Rantala
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Cong Wang
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
David Miller
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Cong Wang
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
David Miller
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Hannes Frederic Sowa
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Cong Wang
2014/09/05
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
David Miller
2014/09/03
Re: hang in creating the trinity-testfileX
Toralf Förster
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Vlad Yasevich
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Hannes Frederic Sowa
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Eric Dumazet
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Hannes Frederic Sowa
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Eric Dumazet
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Hannes Frederic Sowa
2014/09/02
Re: hang in creating the trinity-testfileX
Dave Jones
2014/09/02
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/09/02
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Cong Wang
2014/09/02
Re: [PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Hannes Frederic Sowa
2014/09/02
[PATCH net v2] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Sabrina Dubroca
2014/09/01
Re: [PATCH] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Hannes Frederic Sowa
2014/09/01
[PATCH] ipv6: fix rtnl locking in setsockopt for anycast and multicast
Sabrina Dubroca
2014/09/01
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Hannes Frederic Sowa
2014/09/01
hang in creating the trinity-testfileX
Toralf Förster
2014/08/30
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Sabrina Dubroca
2014/08/30
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Sabrina Dubroca
2014/08/30
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Sabrina Dubroca
2014/08/29
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Hannes Frederic Sowa
2014/08/29
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/08/29
Re: endless loop open child logfiles
Dave Jones
2014/08/29
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Sabrina Dubroca
2014/08/29
endless loop open child logfiles
Toralf Förster
2014/08/29
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Cong Wang
2014/08/29
Re: compile error of trinity related to an outdated gcc ?
Toralf Förster
2014/08/29
compile error of trinity related to an outdated gcc ?
Toralf Förster
2014/08/29
Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Vlad Yasevich
2014/08/29
RTNL: assertion failed at net/ipv6/addrconf.c (1699)
Tommi Rantala
2014/08/27
drm_ioctl & WARNING at arch/x86/mm/ioremap.c:98
Tommi Rantala
2014/08/24
Re: drm_mode_create_dumb_ioctl: divide error
David Herrmann
2014/08/24
Re: drm_mode_create_dumb_ioctl: divide error
Tommi Rantala
2014/08/22
Re: drm_mode_create_dumb_ioctl: divide error
David Herrmann
2014/08/21
Re: [alsa-devel] /proc/asound/card0/oss_mixer stack corruption
Takashi Iwai
2014/08/21
Re: [alsa-devel] /proc/asound/card0/oss_mixer stack corruption
Clemens Ladisch
2014/08/21
drm_mode_create_dumb_ioctl: divide error
Tommi Rantala
2014/08/21
/proc/asound/card0/oss_mixer stack corruption
Tommi Rantala
2014/08/15
Re: [PATCH] Fix two shadow compiler warnings
Brian Haley
2014/08/15
Re: [PATCH] Fix two shadow compiler warnings
Dave Jones
2014/08/15
[PATCH] Fix two shadow compiler warnings
Brian Haley
2014/08/15
Re: [child0:1694] <timed out>
Dave Jones
2014/08/15
Re: [child0:1694] <timed out>
Toralf Förster
2014/08/14
Re: [child0:1694] <timed out>
Dave Jones
2014/08/14
[PATCH] proto-phonet: Include compat.h.
Vinson Lee
2014/08/14
[child0:1694] <timed out>
Toralf Förster
2014/08/13
Re: trinity seems not to reap all childs
Dave Jones
2014/08/09
trinity seems not to reap all childs
Toralf Förster
2014/08/07
[PATCH v2] trinity: add connection support for AF_INET and AF_INET6
Hangbin Liu
2014/08/06
Re: trinity cores in watchdog while syslog'ing
Dave Jones
2014/08/06
Re: trinity cores in watchdog while syslog'ing
Toralf Förster
2014/08/06
Re: trinity cores in watchdog while syslog'ing
Dave Jones
2014/08/06
trinity cores in watchdog while syslog'ing
Toralf Förster
2014/08/04
Re: [patch] perf_event_open() Linux 3.16 additions
Vince Weaver
2014/08/04
[patch v2] perf_event_open() Linux 3.16 additions
Vince Weaver
2014/08/04
Re: [PATCH] trinity: add connection support for AF_INET and AF_INET6
Dave Jones
2014/08/04
Re: [patch] perf_event_open() Linux 3.16 additions
Dave Jones
2014/08/03
[patch] perf_event_open() Linux 3.16 additions
Vince Weaver
2014/08/03
[PATCH] trinity: add connection support for AF_INET and AF_INET6
Hangbin Liu
2014/08/01
Re: [PATCH v2] net: add inet/inet6 rand_socket sctp support
Daniel Borkmann
Earlier messages