* [PATCH 0/2] Misc xfstests patches
@ 2009-03-31 21:50 Josef 'Jeff' Sipek
2009-03-31 21:50 ` [PATCH 1/2] xfstests: make the mode consistent for all the test scripts Josef 'Jeff' Sipek
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Josef 'Jeff' Sipek @ 2009-03-31 21:50 UTC (permalink / raw)
To: xfs
Just two simple patches to clean things up a little bit.
Josef 'Jeff' Sipek.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 9+ messages in thread* [PATCH 1/2] xfstests: make the mode consistent for all the test scripts 2009-03-31 21:50 [PATCH 0/2] Misc xfstests patches Josef 'Jeff' Sipek @ 2009-03-31 21:50 ` Josef 'Jeff' Sipek 2009-04-01 7:08 ` Christoph Hellwig 2009-03-31 21:50 ` [PATCH 2/2] xfstests: Add an ignore file Josef 'Jeff' Sipek 2009-04-13 13:49 ` [PATCH 0/2] Misc xfstests patches Christoph Hellwig 2 siblings, 1 reply; 9+ messages in thread From: Josef 'Jeff' Sipek @ 2009-03-31 21:50 UTC (permalink / raw) To: xfs; +Cc: Josef 'Jeff' Sipek, Josef 'Jeff' Sipek From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Signed-off-by: Josef 'Jeff' Sipek <jsipek@eecs.umich.edu> --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 104 mode change 100755 => 100644 112.out mode change 100644 => 100755 141 mode change 100644 => 100755 164 mode change 100644 => 100755 165 mode change 100644 => 100755 166 mode change 100644 => 100755 167 mode change 100644 => 100755 170 mode change 100644 => 100755 171 mode change 100644 => 100755 172 mode change 100644 => 100755 173 mode change 100644 => 100755 174 mode change 100644 => 100755 179 mode change 100644 => 100755 180 mode change 100644 => 100755 182 mode change 100644 => 100755 183 mode change 100644 => 100755 184 mode change 100644 => 100755 185 mode change 100644 => 100755 188 mode change 100644 => 100755 189 mode change 100644 => 100755 194 mode change 100644 => 100755 195 mode change 100644 => 100755 196 mode change 100644 => 100755 197 mode change 100644 => 100755 198 mode change 100644 => 100755 199 mode change 100644 => 100755 200 mode change 100644 => 100755 201 mode change 100644 => 100755 202 mode change 100644 => 100755 203 diff --git a/104 b/104 old mode 100644 new mode 100755 diff --git a/112.out b/112.out old mode 100755 new mode 100644 diff --git a/141 b/141 old mode 100644 new mode 100755 diff --git a/164 b/164 old mode 100644 new mode 100755 diff --git a/165 b/165 old mode 100644 new mode 100755 diff --git a/166 b/166 old mode 100644 new mode 100755 diff --git a/167 b/167 old mode 100644 new mode 100755 diff --git a/170 b/170 old mode 100644 new mode 100755 diff --git a/171 b/171 old mode 100644 new mode 100755 diff --git a/172 b/172 old mode 100644 new mode 100755 diff --git a/173 b/173 old mode 100644 new mode 100755 diff --git a/174 b/174 old mode 100644 new mode 100755 diff --git a/179 b/179 old mode 100644 new mode 100755 diff --git a/180 b/180 old mode 100644 new mode 100755 diff --git a/182 b/182 old mode 100644 new mode 100755 diff --git a/183 b/183 old mode 100644 new mode 100755 diff --git a/184 b/184 old mode 100644 new mode 100755 diff --git a/185 b/185 old mode 100644 new mode 100755 diff --git a/188 b/188 old mode 100644 new mode 100755 diff --git a/189 b/189 old mode 100644 new mode 100755 diff --git a/194 b/194 old mode 100644 new mode 100755 diff --git a/195 b/195 old mode 100644 new mode 100755 diff --git a/196 b/196 old mode 100644 new mode 100755 diff --git a/197 b/197 old mode 100644 new mode 100755 diff --git a/198 b/198 old mode 100644 new mode 100755 diff --git a/199 b/199 old mode 100644 new mode 100755 diff --git a/200 b/200 old mode 100644 new mode 100755 diff --git a/201 b/201 old mode 100644 new mode 100755 diff --git a/202 b/202 old mode 100644 new mode 100755 diff --git a/203 b/203 old mode 100644 new mode 100755 -- 1.6.0.6 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] xfstests: make the mode consistent for all the test scripts 2009-03-31 21:50 ` [PATCH 1/2] xfstests: make the mode consistent for all the test scripts Josef 'Jeff' Sipek @ 2009-04-01 7:08 ` Christoph Hellwig 2009-04-01 14:35 ` Josef 'Jeff' Sipek 0 siblings, 1 reply; 9+ messages in thread From: Christoph Hellwig @ 2009-04-01 7:08 UTC (permalink / raw) To: Josef 'Jeff' Sipek; +Cc: Josef 'Jeff' Sipek, xfs A consistant mode sounds fine to me, but we'd have to pull this in as git-pull not as patch, right? Also for some reason some modes seem to change when actually running xfstests which makes git barf when pulling into such a tree again, not sure where that comes from. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] xfstests: make the mode consistent for all the test scripts 2009-04-01 7:08 ` Christoph Hellwig @ 2009-04-01 14:35 ` Josef 'Jeff' Sipek 0 siblings, 0 replies; 9+ messages in thread From: Josef 'Jeff' Sipek @ 2009-04-01 14:35 UTC (permalink / raw) To: Christoph Hellwig; +Cc: Josef 'Jeff' Sipek, xfs On Wed, Apr 01, 2009 at 03:08:23AM -0400, Christoph Hellwig wrote: > A consistant mode sounds fine to me, but we'd have to pull this in as > git-pull not as patch, right? Depends on how you manage xfs-dev.git. patch(1) won't work, but git-apply will. Personally, I use guilt [1], which let's me push/pop patches much like quilt, but since it uses git-apply, it works with all the fancy things git diffs offer. > Also for some reason some modes seem to change when actually running > xfstests which makes git barf when pulling into such a tree again, not > sure where that comes from. Hrm, I haven't seen this yet. Josef 'Jeff' Sipek. [1] http://git.kernel.org/?p=linux/kernel/git/jsipek/guilt.git;a=summary -- The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers. - Bill Gates, The Road Ahead, pg. 265 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 2/2] xfstests: Add an ignore file 2009-03-31 21:50 [PATCH 0/2] Misc xfstests patches Josef 'Jeff' Sipek 2009-03-31 21:50 ` [PATCH 1/2] xfstests: make the mode consistent for all the test scripts Josef 'Jeff' Sipek @ 2009-03-31 21:50 ` Josef 'Jeff' Sipek 2009-03-31 23:13 ` Felix Blyakher 2009-04-01 7:08 ` Christoph Hellwig 2009-04-13 13:49 ` [PATCH 0/2] Misc xfstests patches Christoph Hellwig 2 siblings, 2 replies; 9+ messages in thread From: Josef 'Jeff' Sipek @ 2009-03-31 21:50 UTC (permalink / raw) To: xfs; +Cc: Josef 'Jeff' Sipek, Josef 'Jeff' Sipek From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Ignore generated files. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Signed-off-by: Josef 'Jeff' Sipek <jsipek@eecs.umich.edu> --- .gitignore | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 90 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cd722b --- /dev/null +++ b/.gitignore @@ -0,0 +1,90 @@ +*.lo +*.o +*.la + +autom4te.cache +configure +include/builddefs +include/config.h +include/config.h.in +lib/.libs + +dmapi/Makefile +dmapi/config.log +dmapi/config.status +dmapi/libtool +dmapi/src/Makefile +dmapi/src/common/Makefile +dmapi/src/common/cmd/.deps +dmapi/src/common/cmd/Makefile +dmapi/src/common/lib/.deps +dmapi/src/common/lib/Makefile +dmapi/src/sample_hsm/.deps +dmapi/src/sample_hsm/Makefile +dmapi/src/simple/.deps +dmapi/src/simple/Makefile +dmapi/src/suite1/Makefile +dmapi/src/suite1/cmd/.deps +dmapi/src/suite1/cmd/Makefile +dmapi/src/suite2/Makefile +dmapi/src/suite2/src/.deps +dmapi/src/suite2/src/Makefile + +ltp/aio-stress +ltp/doio +ltp/fsstress +ltp/fsx +ltp/growfiles +ltp/iogen + +src/alloc +src/append_reader +src/append_writer +src/bstat +src/bulkstat_unlink_test +src/bulkstat_unlink_test_modified +src/devzero +src/dirperf +src/dirstress +src/dmiperf +src/fault +src/feature +src/fill +src/fill2 +src/fs_perms +src/fstest +src/ftrunc +src/genhashnames +src/getdevicesize +src/getpagesize +src/godown +src/holes +src/itrash +src/locktest +src/loggen +src/looptest +src/lstat64 +src/makeextents +src/metaperf +src/mmapcat +src/multi_open_unlink +src/nametest +src/permname +src/preallo_rw_pattern_reader +src/preallo_rw_pattern_writer +src/randholes +src/rename +src/resvtest +src/runas +src/t_access_root +src/t_dir_offset +src/t_immutable +src/t_mtab +src/testx +src/trunc +src/truncfile +src/unwritten_mmap +src/unwritten_sync +src/usemem +src/writemod +src/xfsctl -- 1.6.0.6 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] xfstests: Add an ignore file 2009-03-31 21:50 ` [PATCH 2/2] xfstests: Add an ignore file Josef 'Jeff' Sipek @ 2009-03-31 23:13 ` Felix Blyakher 2009-04-01 3:34 ` Josef 'Jeff' Sipek 2009-04-01 7:08 ` Christoph Hellwig 1 sibling, 1 reply; 9+ messages in thread From: Felix Blyakher @ 2009-03-31 23:13 UTC (permalink / raw) To: Josef 'Jeff' Sipek; +Cc: Josef 'Jeff' Sipek, xfs On Mar 31, 2009, at 4:50 PM, Josef 'Jeff' Sipek wrote: > From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> > > Ignore generated files. > > Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> > Signed-off-by: Josef 'Jeff' Sipek <jsipek@eecs.umich.edu> Do we really need two "Signed-off-by"s :) Which one do you prefer? Nice idea. I started doing the same in my tree and was about to submit the patch. Reviewed-by: Felix Blyakher <felixb@sgi.com> > > --- > .gitignore | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ > +++++++++ > 1 files changed, 90 insertions(+), 0 deletions(-) > create mode 100644 .gitignore > > diff --git a/.gitignore b/.gitignore > new file mode 100644 > index 0000000..2cd722b > --- /dev/null > +++ b/.gitignore > @@ -0,0 +1,90 @@ > +*.lo > +*.o > +*.la > + > +autom4te.cache > +configure > +include/builddefs > +include/config.h > +include/config.h.in > +lib/.libs > + > +dmapi/Makefile > +dmapi/config.log > +dmapi/config.status > +dmapi/libtool > +dmapi/src/Makefile > +dmapi/src/common/Makefile > +dmapi/src/common/cmd/.deps > +dmapi/src/common/cmd/Makefile > +dmapi/src/common/lib/.deps > +dmapi/src/common/lib/Makefile > +dmapi/src/sample_hsm/.deps > +dmapi/src/sample_hsm/Makefile > +dmapi/src/simple/.deps > +dmapi/src/simple/Makefile > +dmapi/src/suite1/Makefile > +dmapi/src/suite1/cmd/.deps > +dmapi/src/suite1/cmd/Makefile > +dmapi/src/suite2/Makefile > +dmapi/src/suite2/src/.deps > +dmapi/src/suite2/src/Makefile > + > +ltp/aio-stress > +ltp/doio > +ltp/fsstress > +ltp/fsx > +ltp/growfiles > +ltp/iogen > + > +src/alloc > +src/append_reader > +src/append_writer > +src/bstat > +src/bulkstat_unlink_test > +src/bulkstat_unlink_test_modified > +src/devzero > +src/dirperf > +src/dirstress > +src/dmiperf > +src/fault > +src/feature > +src/fill > +src/fill2 > +src/fs_perms > +src/fstest > +src/ftrunc > +src/genhashnames > +src/getdevicesize > +src/getpagesize > +src/godown > +src/holes > +src/itrash > +src/locktest > +src/loggen > +src/looptest > +src/lstat64 > +src/makeextents > +src/metaperf > +src/mmapcat > +src/multi_open_unlink > +src/nametest > +src/permname > +src/preallo_rw_pattern_reader > +src/preallo_rw_pattern_writer > +src/randholes > +src/rename > +src/resvtest > +src/runas > +src/t_access_root > +src/t_dir_offset > +src/t_immutable > +src/t_mtab > +src/testx > +src/trunc > +src/truncfile > +src/unwritten_mmap > +src/unwritten_sync > +src/usemem > +src/writemod > +src/xfsctl > -- > 1.6.0.6 > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] xfstests: Add an ignore file 2009-03-31 23:13 ` Felix Blyakher @ 2009-04-01 3:34 ` Josef 'Jeff' Sipek 0 siblings, 0 replies; 9+ messages in thread From: Josef 'Jeff' Sipek @ 2009-04-01 3:34 UTC (permalink / raw) To: Felix Blyakher; +Cc: xfs On Tue, Mar 31, 2009 at 06:13:07PM -0500, Felix Blyakher wrote: > > On Mar 31, 2009, at 4:50 PM, Josef 'Jeff' Sipek wrote: > >> From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> >> >> Ignore generated files. >> >> Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> >> Signed-off-by: Josef 'Jeff' Sipek <jsipek@eecs.umich.edu> > > Do we really need two "Signed-off-by"s :) > Which one do you prefer? Gah! Silly git! Let's make it <jeffpc@josefsipek.net>. > Nice idea. I started doing the same in my tree and was > about to submit the patch. :) > Reviewed-by: Felix Blyakher <felixb@sgi.com> Thanks. Josef 'Jeff' Sipek. -- Real Programmers consider "what you see is what you get" to be just as bad a concept in Text Editors as it is in women. No, the Real Programmer wants a "you asked for it, you got it" text editor -- complicated, cryptic, powerful, unforgiving, dangerous. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] xfstests: Add an ignore file 2009-03-31 21:50 ` [PATCH 2/2] xfstests: Add an ignore file Josef 'Jeff' Sipek 2009-03-31 23:13 ` Felix Blyakher @ 2009-04-01 7:08 ` Christoph Hellwig 1 sibling, 0 replies; 9+ messages in thread From: Christoph Hellwig @ 2009-04-01 7:08 UTC (permalink / raw) To: Josef 'Jeff' Sipek; +Cc: Josef 'Jeff' Sipek, xfs On Tue, Mar 31, 2009 at 05:50:34PM -0400, Josef 'Jeff' Sipek wrote: > From: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> > > Ignore generated files. Sounds good. The other packages want the same treatment. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/2] Misc xfstests patches 2009-03-31 21:50 [PATCH 0/2] Misc xfstests patches Josef 'Jeff' Sipek 2009-03-31 21:50 ` [PATCH 1/2] xfstests: make the mode consistent for all the test scripts Josef 'Jeff' Sipek 2009-03-31 21:50 ` [PATCH 2/2] xfstests: Add an ignore file Josef 'Jeff' Sipek @ 2009-04-13 13:49 ` Christoph Hellwig 2 siblings, 0 replies; 9+ messages in thread From: Christoph Hellwig @ 2009-04-13 13:49 UTC (permalink / raw) To: Josef 'Jeff' Sipek; +Cc: xfs On Tue, Mar 31, 2009 at 05:50:32PM -0400, Josef 'Jeff' Sipek wrote: > Just two simple patches to clean things up a little bit. I've sucked the two patches into the xfstests-dev tree, thanks! _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-04-13 13:50 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-03-31 21:50 [PATCH 0/2] Misc xfstests patches Josef 'Jeff' Sipek 2009-03-31 21:50 ` [PATCH 1/2] xfstests: make the mode consistent for all the test scripts Josef 'Jeff' Sipek 2009-04-01 7:08 ` Christoph Hellwig 2009-04-01 14:35 ` Josef 'Jeff' Sipek 2009-03-31 21:50 ` [PATCH 2/2] xfstests: Add an ignore file Josef 'Jeff' Sipek 2009-03-31 23:13 ` Felix Blyakher 2009-04-01 3:34 ` Josef 'Jeff' Sipek 2009-04-01 7:08 ` Christoph Hellwig 2009-04-13 13:49 ` [PATCH 0/2] Misc xfstests patches Christoph Hellwig
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox