summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2021-01-12 12:53:58 +0100
committerJuergen Gross <jgross@suse.com>2021-01-13 12:31:17 +0100
commitef3a575baf53571dc405ee4028e26f50856898e7 (patch)
treecc4f673021aeaac13a60ec07b7f411168d7e36ec /tools/perf/scripts/python/bin
parent6190c0ccaf5dfee845df9c9cd8ad9fdc5856bb41 (diff)
downloadkernel-ef3a575baf53571dc405ee4028e26f50856898e7.tar.gz
xen/privcmd: allow fetching resource sizes
Allow issuing an IOCTL_PRIVCMD_MMAP_RESOURCE ioctl with num = 0 and addr = 0 in order to fetch the size of a specific resource. Add a shortcut to the default map resource path, since fetching the size requires no address to be passed in, and thus no VMA to setup. This is missing from the initial implementation, and causes issues when mapping resources that don't have fixed or known sizes. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Reviewed-by: Juergen Gross <jgross@suse.com> Tested-by: Andrew Cooper <andrew.cooper3@citrix.com> Cc: stable@vger.kernel.org # >= 4.18 Link: https://lore.kernel.org/r/20210112115358.23346-1-roger.pau@citrix.com Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
f='/distro/kernel/commit/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h?id=425eabddaf0f6e81756720f60a838a3941a6ceb8'>net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu 2019-08-17net: stmmac: Add support for VLAN Insertion OffloadJose Abreu 2019-08-17net: stmmac: xgmac: Add EEE supportJose Abreu 2019-08-17net: stmmac: Add support for SA Insertion/Replacement in XGMAC coresJose Abreu 2019-08-17net: stmmac: Add ethtool register dump for XGMAC coresJose Abreu 2019-08-17net: stmmac: dwxgmac: Add Flexible PPS supportJose Abreu 2019-08-17net: stmmac: Add Split Header support and enable it in XGMAC coresJose Abreu 2019-08-08net: stmmac: Add Flexible RX Parser support in XGMACJose Abreu 2019-08-08net: stmmac: Implement Safety Features in XGMAC coreJose Abreu 2019-08-08net: stmmac: Implement VLAN Hash Filtering in XGMACJose Abreu 2019-08-08net: stmmac: Implement RSS and enable it in XGMAC coreJose Abreu 2019-08-08net: stmmac: xgmac: Implement tx_queue_prio()Jose Abreu 2019-08-08net: stmmac: xgmac: Implement MMC countersJose Abreu 2019-08-06net: stmmac: xgmac: Fix XGMAC selftestsJose Abreu