RE: In device tree, can't understand 'ranges' property of PCIe root complex node

2023-02-13 Thread Chan Kim
Hello all, I forgot that I asked this question here and I'll write what I have found later. I found in 'PCI bus bindings to : IEEE Std 1275-1994 standard for Boot firmware' document, this 'range' property is for pci-to-pci bridge (and RC contains bridge property I understand). So if an address

Re: Calculating private and shared memory for processes

2023-02-13 Thread Jeffrey Walton
On Fri, Feb 10, 2023 at 5:43 PM Rahul Gore (Nokia) wrote: > > I’m trying to find private and shared memory usage of each process in Linux. > ... Application should _not_ share memory across processes. That's a security vulnerability. One app could corrupt memory, and cause unpredictable results

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 and