-
In systemd we use the kernel's mount ID for various purposes. However, libmount doesn't allow us to search for a mount entry in /proc/self/mountinfo given a mount id. would be good to have that
(i …
-
Reproduced with the pwntools/pwntools:stable container.
Code to reproduce:
```
from pwn import *
context.update(arch='amd64', os='linux')
sh = shellcraft.read('eax', '0x006030c0', 0x1000)
…
-
**UE Version:**
UE 5.3
**Frontend Version:**
UE5.3
**Problem component**
Signalling Server
**Description**
We have 2 signalling server being started as systemd service on ubuntu machine w…
-
When running tfexec inside a aws lambda any command dies with a cryptic error:
`fork/exec /var/task/terraform: operation not permitted: PathError`.
The issue is in `tfexec/cmd_linux.go`, setting `P…
-
`crypto/riscvcap.c:85`: `return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags);` was added in OpenSSL v3.4.0
`#define __NR_riscv_hwprobe 258` is defined in `/data/riscv64-li…
-
### What version of Bun is running?
1.1.33+247456b67
### What platform is your computer?
Linux 6.8.0-47-generic x86_64 x86_64
### What steps can reproduce the bug?
Steps:
1. bun create @biomejs/b…
-
Running parca-agent in Docker on Unraid 7.0.0-beta.2.
```
# uname -a
Linux Magda 6.8.12-Unraid #3 SMP PREEMPT_DYNAMIC Tue Jun 18 07:52:57 PDT 2024 x86_64 Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz G…
-
### Proposal Details
There exists basic support for `AF_VSOCK` sockets implemented in #19434.
Could support for such sockets please be added to the net module? For example `net.FileListener` can o…
-
根据wyf童鞋在zCore上实验,发现一些zCore bug, 记录如下:
* 在zCore/tests目录下python3 linux_libc_test.py -a x86_64,结果发现每个测试都会跑7~8秒之后段错误然后failed。这些测例在zCore里面手动跑好像没有问题。
> 通过更新Qemu,问题不再出现;
* 在zCore里面手动跑linux-syscall/t…
-
### 🐛 Describe the bug
getting inconsistent results of ```torch.Tensor.logcumsumexp``` between CPU and GPU
```python #
import torch
self = torch.tensor([[2.4375, -0.3340, -0.3711]], dtype=torch.…