Re: [PATCH] fix open flag decoding on 32-bit Android

2014-10-03 Thread enh
On Fri, Oct 3, 2014 at 4:09 PM, Dmitry V. Levin wrote: > On Tue, Sep 23, 2014 at 07:09:50PM -0700, enh wrote: >> commit d2bed27b663096f8771df824a85f3815a0c7d7da >> Author: Elliott Hughes >> Date: Tue Sep 23 18:49:19 2014 -0700 >> >> Don't risk truncating open flags by using mode_t. >> >>

Re: [PATCH] fix open flag decoding on 32-bit Android

2014-10-03 Thread Dmitry V. Levin
On Tue, Sep 23, 2014 at 07:09:50PM -0700, enh wrote: > commit d2bed27b663096f8771df824a85f3815a0c7d7da > Author: Elliott Hughes > Date: Tue Sep 23 18:49:19 2014 -0700 > > Don't risk truncating open flags by using mode_t. > > On Android, 32-bit arm and x86 use __kernel_mode_t (an unsign

Re: [PATCH] fix open flag decoding on 32-bit Android

2014-10-03 Thread enh
ping? On Tue, Sep 23, 2014 at 7:09 PM, enh wrote: > commit d2bed27b663096f8771df824a85f3815a0c7d7da > Author: Elliott Hughes > Date: Tue Sep 23 18:49:19 2014 -0700 > > Don't risk truncating open flags by using mode_t. > > On Android, 32-bit arm and x86 use __kernel_mode_t (an unsigned

[RESEND PATCH] Dump details for Bluetooth socket operations

2014-10-03 Thread Lubomir Rintel
* net.c: Dump details for AF_BLUETOOTH sockets Signed-off-by: Lubomir Rintel --- Hi, this is essentially an updated resend of a patch that I've been using for years and apparently has been in review since 2011 [1] :) [1] http://permalink.gmane.org/gmane.comp.sysutils.strace.devel/2367 Please