On git grep -l RVAL_IOCTL_DECODED, i got
block.c
btrfs.c
defs.h
dm.c
evdev.c
file_ioctl.c
fs_x_ioctl.c
hdio.c
ioctl.c
kvm.c
loop.c
mtd.c
nsfs.c
print_sg_req_info.c
ptp.c
rtc.c
scsi.c
sg_io_v3.c
sg_io_v4.c
sock.c
term.c
ubi.c
userfaultfd.c
v4l2.c
With which one, should i start adding tests
On Thu, Dec 28, 2017 at 07:49:23PM +0530, Kommuru jai shankar reddy wrote:
> I have a doubt:
> There are three files file_ioctl.c, fs_x_ioctl.c and ioctl.c in
> the https://codecov.io/github/strace/strace with their code coverages.
Firstly, most of ioctl decoders are not in these three fi
Can I be provided help in my above doubt and the internal workings of strace
On Thu, Dec 28, 2017 at 7:49 PM, Kommuru jai shankar reddy <
kommurujaishankarre...@gmail.com> wrote:
> I have a doubt:
> There are three files file_ioctl.c, fs_x_ioctl.c and ioctl.c in
> the https://codecov.io/
I have a doubt:
There are three files file_ioctl.c, fs_x_ioctl.c and ioctl.c in
the https://codecov.io/github/strace/strace with their code coverages. Now
I have to find the corresponding test files in the strace/tests/ and modify
them to increase the code coverage right ?
please correct
On 12/26 10:53, Harsha Sharma wrote:
> On Tue, Dec 26, 2017 at 9:49 AM, Chen Jingpiao
wrote:
> > On 12/25 10:26, Harsha Sharma wrote:
> >> On Mon, Dec 25, 2017 at 6:51 PM, JingPiao Chen
wrote:
> >> > On 12/25 06:12, Harsha Sharma wrote:
> >> >> Hello everyone,
> >> >
> >> > Hi.
> >> >
> >> >> I'm
On Tue, Dec 26, 2017 at 9:49 AM, Chen Jingpiao wrote:
> On 12/25 10:26, Harsha Sharma wrote:
>> On Mon, Dec 25, 2017 at 6:51 PM, JingPiao Chen
>> wrote:
>> > On 12/25 06:12, Harsha Sharma wrote:
>> >> Hello everyone,
>> >
>> > Hi.
>> >
>> >> I'm Harsha Sharma, a sophomore student at Indian Insti
On Tue, Dec 26, 2017 at 1:44 PM, Kommuru jai shankar reddy
wrote:
> Yes, I am interested in the micro project of adding tests to the test
> suite. Could you please provide suggestions on getting started to this ?
Sure. I'd suggest starting with ioctl decoders that are not shown as
covered in L
Yes, I am interested in the micro project of adding tests to the test
suite. Could you please provide suggestions on getting started to this ?
On Mon, Dec 25, 2017 at 11:49 PM, Eugene Syromyatnikov
wrote:
> On Mon, Dec 25, 2017 at 5:06 PM, Kommuru jai shankar reddy
> wrote:
> > Hello,
> >
On 12/25 10:26, Harsha Sharma wrote:
> On Mon, Dec 25, 2017 at 6:51 PM, JingPiao Chen wrote:
> > On 12/25 06:12, Harsha Sharma wrote:
> >> Hello everyone,
> >
> > Hi.
> >
> >> I'm Harsha Sharma, a sophomore student at Indian Institute of
> >> Technology, Roorkee, India.
> >> I have knowledge of C
On Mon, Dec 25, 2017 at 5:06 PM, Kommuru jai shankar reddy
wrote:
> Hello,
>I'm jaya shankar,. Computer science student of national institute of
> technology andhra pradesh, India
> I have used strace for my mini project for tracing system calls of malware
> executables and it helped me a
On Mon, Dec 25, 2017 at 6:51 PM, JingPiao Chen wrote:
> On 12/25 06:12, Harsha Sharma wrote:
>> Hello everyone,
>
> Hi.
>
>> I'm Harsha Sharma, a sophomore student at Indian Institute of
>> Technology, Roorkee, India.
>> I have knowledge of C, git, shell programming, kernel programming, gdb
>> an
On 12/25 06:12, Harsha Sharma wrote:
> Hello everyone,
Hi.
> I'm Harsha Sharma, a sophomore student at Indian Institute of
> Technology, Roorkee, India.
> I have knowledge of C, git, shell programming, kernel programming, gdb
> and parsers and currently working as outreachy intern in Linux-kerne
On Sun, Nov 19, 2017 at 4:32 PM, gou4shi1 wrote:
> Thanks for you response.
>
> However, there are so many files, how can I get the overall structure of the
> project?
Most of the files contain decoders for specific syscalls (like mount.c, statx.c,
getcpu.c, and so on) or groups of syscalls (like
Thanks for you response.
However, there are so many files, how can I get the overall structure of
the project?
or another simpler question, which file is the entry of strace?(because
maybe I can start from this file)
I am new to open source project, thanks for your help again.
On Sun, Nov
On Sun, Nov 19, 2017 at 1:49 PM, gou4shi1 wrote:
> Hello everyone
Hello.
> I'm Guangqing Chen, an undergraduate from South China Normal University,
> China.
>
> I have some knowledge about C and Unix programming.
>
> I want to know how to get started to read the source code of strace.
Thank you
On Sat, Nov 18, 2017 at 8:38 PM, Manvendra Singh
wrote:
> Hi everyone
Hello.
> I'm Manvendra Singh and doing under-graduation in Computer Science &
> Engineering from ITM University, Gwalior, India.
>
> I have knowledge of C, git and shell programming(basic). I wanted to
> contribute to the commu
On Fri, Mar 24, 2017 at 8:12 AM, Rohan Rajak wrote:
> Hi Sir,
>
> I am not really understanding whether we are covering majority of strace
> code and kernel as well.
Well, covering the kernel code is not a target of the test suite. Test
suite is aimed to check that strace's behaviour is correct (i
Hi Sir,
I am not really understanding whether we are covering majority of strace
code and kernel as well. Also there is a difference of coverage on codecov site
and on other systems I have tested, how would you suggest to solve that .
On Wed, Mar 22, 2017 at 7:30 AM, Eugene Syromyatnikov
wrote:
On Sun, Mar 19, 2017 at 03:27:18PM +0530, Rohan Rajak wrote:
> Hi,
> I am Rohan Rajak a 3rd year computer science student at IIT Kharagpur,
> (India).
> My interest lies in System Programming. I have taken courses like operating
> system, computer networks etc. And I am familiar with multithreaded
The output we see when we run lets say strace -e trace=open which
will list all the open syscalls performed in the program. Now as per
README-linux-ptrace (if i interpreted it correctly) when tracee is
ptrace-stop the necessary information which we are getting as output is
extracted by ptrace(PTRA
Thanks,
It helped me to where to look for answers i got a better idea now how a -e
trace=option works,And i see many *.c files which have these SYS_FUNC() in
them what are these files for?
Thanks,
Rishi
On Sat, Mar 4, 2017 at 10:58 PM, Eugene Syromyatnikov
wrote:
> On Sat, Mar 4, 2017 at 5:15 P
On Sat, Mar 4, 2017 at 5:15 PM, Rishi Bhatt wrote:
> Thanks ldv,
> I have read the man pages and got basic idea about strace.Now where should i
> start understanding the code?The codebase is so big i dont know where to
> start.
The core is strace.c and syscall.c (mostly). Take a look at some
simpl
Thanks ldv,
I have read the man pages and got basic idea about strace.Now where should
i start understanding the code?The codebase is so big i dont know where to
start.
On Sat, Mar 4, 2017 at 4:25 AM, Dmitry V. Levin wrote:
> Hi,
>
> On Fri, Mar 03, 2017 at 11:55:33PM +0530, Rishi Bhatt wrote:
>
Hi,
On Fri, Mar 03, 2017 at 11:55:33PM +0530, Rishi Bhatt wrote:
> Hi ldv,
> thanks for the reply i have build the strace source-code and when i
> was building it it skipped 50 test cases. So do you know why that
> happened? or is it the matter that i should look into?
Why skipped or why 50?
A
Hi ldv,
thanks for the reply i have build the strace source-code and when i
was building it it skipped 50 test cases. So do you know why that
happened? or is it the matter that i should look into?
And can you guide me where should i start to know about -e trace=class?
Thanks
Rishi.
On 3/1/17, D
Hi,
On Tue, Feb 28, 2017 at 11:32:12PM +0530, Sumit Sardana wrote:
> Hi everyone
>
> Congratulation to Strace on getting selected again as a mentoring
> organization for GSoC 2017!
>
> I'm Sumit Sardana and doing under-graduation in Computer Science &
> Engineering from Vellore Institute Of Tech
On Wed, Feb 18, 2015 at 9:05 PM, Mike Frysinger wrote:
> On 17 Feb 2015 11:16, Alangi Derick wrote:
>> for the members of strace to guide me with some link in order for me to
>> understand the community and what they do so that i can get started at one
>
> pretty simple:
> - there's git where all
On 17 Feb 2015 11:16, Alangi Derick wrote:
> for the members of strace to guide me with some link in order for me to
> understand the community and what they do so that i can get started at one
pretty simple:
- there's git where all the code lives
- there's this mailing list where all discussion
Well i am still looking at the projects and if i find any that
interests me, then i will make sure i inform you immediately. I go by
Alangi Derick.
On Sun, Mar 9, 2014 at 5:28 PM, Philippe Ombredanne
wrote:
> On Sun, Mar 9, 2014 at 3:30 PM, Alangi Derick wrote:
>> Hello Strace Members,
>>
On Sun, Mar 9, 2014 at 3:30 PM, Alangi Derick wrote:
> Hello Strace Members,
> I am called Alangi Derick Ndimnain, i am from
> Cameroon and i recently founded this organisation called Strace that i
> like to work with this summer of code 2014. I am a Computer
> Engineering Stud
On Tue, Feb 25, 2014 at 3:31 PM, Rajul Srivastava
wrote:
> My name in Rajul, and I am a final year undergraduate student at the Indian
> Institute of Technology Kharagpur. I wish to participate in Google Summer of
> Code 2014, and while going through the list of organisations, I came across
> "str
31 matches
Mail list logo