diff options
| author | Mika Penttilä <[email protected]> | 2022-08-26 08:06:31 +0300 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2022-10-03 14:03:03 -0700 |
| commit | 6a760f58c792b6f7411f886271bb03f697464433 (patch) | |
| tree | ceeedb2153b30b27cf1b79c8ef501c025dec4e97 /tools/perf/scripts/python/libxed.py | |
| parent | dcc579663f607392ade99a2301278239e819f57e (diff) | |
mm/hmm/test: use char dev with struct device to get device node
HMM selftests use an in-kernel pseudo device to emulate device memory.
The pseudo device registers a major device range for two or four pseudo
device instances. User space has a script that reads /proc/devices in
order to find the assigned major number, and sends that to mknod(1), once
for each node.
Change this to properly use cdev and struct device APIs.
Delete the /proc/devices parsing from the user-space test script, now that
it is unnecessary.
Also, delete an unused field in struct dmirror_device: devmem.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Mika Penttilä <[email protected]>
Reviewed-by: John Hubbard <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Cc: Alistair Popple <[email protected]>
Cc: Ralph Campbell <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions