Hi Subrata and Jiri, 1. Jiri's patch has some coding style violation - I have fix in my repo and I am doing tests on it 2. we have to fix runtest/syscalls file too -> there is link to change_owner too.
Thanks, Michal > On Thu, Jun 5, 2008 at 10:59 PM, Jiri Palecek > <"<jirka"@debian.> wrote: > > Hello, > > this is the patch for removal of change_owner. I modified the > patch to fix some problems with my older patch, mostly that the > setegid() calls actually didn't work. Also, it fixes some long > lasting breakage (chmod05 never giving up root, > STD_FUNCTIONAL_TEST set to 0 ...), mostly done according to test > comments. > > Regards > Jiri Palecek > > Signed-off-by: Jiri Palecek <[email protected] <mailto:[email protected]>> > > > Interestingly, this has not reached the LTP-Mail Archive on Sf.net > till, a necessary condition for me to apply the patch. Can you please > resend with a Cc: Subrata Modak <[email protected] > <mailto:[email protected]>>. > > Regards-- > Subrata > > > --- > testcases/kernel/syscalls/chmod/Makefile | 6 +- > testcases/kernel/syscalls/chmod/change_owner.c | 94 > -------------------- > .../kernel/syscalls/chmod/change_owner.mode.sh > <http://change_owner.mode.sh> | 16 ---- > testcases/kernel/syscalls/chmod/chmod05.c | 59 > +++++-------- > testcases/kernel/syscalls/chmod/chmod06.c | 28 +----- > testcases/kernel/syscalls/chown/Makefile | 6 +- > testcases/kernel/syscalls/chown/change_owner.c | 94 > -------------------- > .../kernel/syscalls/chown/change_owner.mode.sh > <http://change_owner.mode.sh> | 16 ---- > testcases/kernel/syscalls/chown/chown03.c | 73 > ++++----------- > testcases/kernel/syscalls/chown/chown04.c | 36 +++----- > testcases/kernel/syscalls/fchmod/Makefile | 6 +- > testcases/kernel/syscalls/fchmod/change_owner.c | 94 > -------------------- > .../kernel/syscalls/fchmod/change_owner.mode.sh > <http://change_owner.mode.sh> | 16 ---- > testcases/kernel/syscalls/fchmod/fchmod05.c | 45 ++++------ > testcases/kernel/syscalls/fchmod/fchmod06.c | 26 ++---- > testcases/kernel/syscalls/fchown/Makefile | 6 +- > testcases/kernel/syscalls/fchown/change_owner.c | 94 > -------------------- > .../kernel/syscalls/fchown/change_owner.mode.sh > <http://change_owner.mode.sh> | 16 ---- > testcases/kernel/syscalls/fchown/fchown03.c | 54 +++-------- > testcases/kernel/syscalls/fchown/fchown04.c | 42 +++------- > 20 files changed, 116 insertions(+), 711 deletions(-) > delete mode 100644 testcases/kernel/syscalls/chmod/change_owner.c > delete mode 100644 > testcases/kernel/syscalls/chmod/change_owner.mode.sh > <http://change_owner.mode.sh> > delete mode 100644 testcases/kernel/syscalls/chown/change_owner.c > delete mode 100644 > testcases/kernel/syscalls/chown/change_owner.mode.sh > <http://change_owner.mode.sh> > delete mode 100644 testcases/kernel/syscalls/fchmod/change_owner.c > delete mode 100644 > testcases/kernel/syscalls/fchmod/change_owner.mode.sh > <http://change_owner.mode.sh> > delete mode 100644 testcases/kernel/syscalls/fchown/change_owner.c > delete mode 100644 > testcases/kernel/syscalls/fchown/change_owner.mode.sh > <http://change_owner.mode.sh> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > ------------------------------------------------------------------------ > > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list > -- Michal Simek, Ing. (M.Eng) PetaLogix - Linux Solutions for a Reconfigurable World w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663 ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
