jinengandhi-intel

Results 9 issues of jinengandhi-intel

## Description of the changes To run LTP tests with SGX (which doesn't support shared memory mappings), as a workaround changed the mmap flag from MAP_SHARED to MAP_PRIVATE (unintuitively) the...

## Description of the problem Description of lockf test ``` start N workers that randomly lock and unlock regions of a file # using the POSIX lockf(3) locking mechanism. Each...

enhancement
P: 1

## Description of the problem Incorrect input is given for flag parameter which is caught in Linux native but not in Graphene native which result in passing of the testcase...

bug
P: 1

## Description of the problem Current LTP parser doesn't consider output from standard error and hence any error messages over there are completely ignored. https://github.com/gramineproject/gramine/blob/master/LibOS/shim/test/ltp/test_ltp.py#L117 For ex: erorr message in...

## Description of the problem Copied below are the results for one of the OpenVino models when run with Gramine SGX from Sept 21st and Sept 22nd. We are seeing...

### Description of the problem Syzkaller has been modified in order to run with Gramine (https://github.com/JaewonHur/syzkaller). We were able to run it with Gramine v1.5 for Gramine-Direct and below crash...

bug
needs retesting
P: 2

### Description of the problem Performance benchmarking for workloads like MongoDB and Memcached are reporting degradation with secure eventfd commit when compared with the numbers with insecure eventfd. **MongoDB:** 15%...

needs retesting
P: 2

On July 1st a new version of Pillow 10.4.0 (https://pypi.org/project/pillow/) was released which is pulled automatically by all RPM based distros like CentOS/RHEL/Rocky Linux/Alma Linux resulting in a failure in...

Previously there was an open issue #113 with Pytorch 2.6 which was fixed by #115 and merged a few days back. But now as the pytorch execution proceeds further it...