Re: [LTP] [PATCH] fix sys_prctl() returned uninitialized value

2008-05-22 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Acked-by: Andrew G. Morgan [EMAIL PROTECTED] Cheers Andrew Andrew Morton wrote: | On Wed, 21 May 2008 22:01:17 -0700 Andrew G. Morgan [EMAIL PROTECTED] wrote: | | this is the default expected by the subsequent switch (). | | Signed-off-by: Andrew G

Re: [LTP] [PATCH] fix sys_prctl() returned uninitialized value

2008-05-21 Thread Andrew G. Morgan
prctl()s will cease to work. I'd prefer the attached patch, but I don't object to Shi's. In which case: ~ Acked-by: Andrew G. Morgan [EMAIL PROTECTED] Cheers Andrew -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFINP4d+bHCR3gb8jsRAj9pAJ4g8WqzSOomhIirAdjt2nZ//mCAoACcDA

Re: [LTP] [RFC PATCH] file capabilities test update

2008-03-05 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Figure in the meantime I can at least send it out for some | more comments from Andrew. Andrew, I'm also attaching the | new verify_caps_exec.c verbatim for easier review. Thanks. As per email to Chris F. the 'all'

Re: [LTP] update filecaps test

2008-02-26 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge E. Hallyn wrote: | Good point. Though note that the cap_to_text manpage is confusing here | - do i free(capstxt), or do I cap_free(cap) as the manpage implies and | automatically free capstxt that way? Reading the manpage on my system | kind

Re: [LTP] update filecaps test

2008-02-25 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge E. Hallyn wrote: | Thanks Andrew, I'll try to get around to sending a new patch soon. In | the meantime, i would argue that applying the existing patch is better | than doing nothing since the previous version does not work with 64-bit |

Re: [LTP] update filecaps test

2008-02-24 Thread Andrew G. Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subrata, I have to apologize. I'm not very familiar with LTP tests and have been putting this off until I had time to figure all this out... I've still not figured out how to run this but, browsing over the source code, have noted a number of things.