Completion wait timeout error thrown by i2c-ismt.c driver

2024-01-22 Thread Rahul Gore (Nokia)
Hi, I have come across the following problem: Error: After pasting ~130kb text in console, multiple "ismt_smbus :00:12.0: completion wait timed out" messages are seen in dmesg. Configuration: 1. Custom Debian-based operating system based on Linux kernel 6.1.25-13-amd64. 2. Sysrq is set to

Calculating private and shared memory for processes

2023-02-13 Thread Rahul Gore (Nokia)
Hello, Just wanted to follow up on this question. Please let me know if I'm missing anything basic that I need to do to solve this problem. Regards, Rahul From: Rahul Gore (Nokia) Sent: Friday, February 10, 2023 2:43 PM To: kernelnewbies@kernelnewbies.org Subject: Calculating private

Calculating private and shared memory for processes

2023-02-10 Thread Rahul Gore (Nokia)
Hi, I'm trying to find private and shared memory usage of each process in Linux. One answer on Stack Overflow suggested using 'smem' utility (it reads /proc//smap). However, the sum of all PSS values in 'smem' output is not equal to Used value of the 'free' utility (it reads /proc/meminfo).