aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-06-03 11:52:24 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-06-03 11:52:24 -0700
commitf88cd3fb9df228e5ce4e13ec3dbad671ddb2146e (patch)
treefffbe448eca2db8af55106979a424bffec61b7f7 /tools/perf/scripts/python/net_dropmonitor.py
parentMerge tag 'block-5.13-2021-06-03' of git://git.kernel.dk/linux-block (diff)
parentvfio/platform: fix module_put call in error flow (diff)
downloadlinux-f88cd3fb9df228e5ce4e13ec3dbad671ddb2146e.tar.gz
linux-f88cd3fb9df228e5ce4e13ec3dbad671ddb2146e.zip
Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
Pull VFIO fixes from Alex Williamson: - Fix error path return value (Zhen Lei) - Add vfio-pci CONFIG_MMU dependency (Randy Dunlap) - Replace open coding with struct_size() (Gustavo A. R. Silva) - Fix sample driver error path (Wei Yongjun) - Fix vfio-platform error path module_put() (Max Gurtovoy) * tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio: vfio/platform: fix module_put call in error flow samples: vfio-mdev: fix error handing in mdpy_fb_probe() vfio/iommu_type1: Use struct_size() for kzalloc() vfio/pci: zap_vma_ptes() needs MMU vfio/pci: Fix error return code in vfio_ecap_init()
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
='deletions'>-3/+0 2007-10-19Documentation: Drop reference to dead "eicon" kernel paramter.Robert P. J. Day1-3/+0 2007-10-19Drop the superfluous test for an old version of gcc.Robert P. J. Day1-8/+0 2007-10-19Remove long-dead commented-out MODULE_PARM reference.Robert P. J. Day1-1/+0 2007-10-19Explain clearly why kmalloc() can't use __GFP_HIGHMEM.Robert P. J. Day1-1/+2 2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day89-117/+117 2007-10-19crypto: convert crypto.h to UTF-8John Anthony Kazos Jr1-1/+1 2007-10-19crypto: convert "crypto" subdirectory to UTF-8John Anthony Kazos Jr2-2/+2 2007-10-19fix typos in drivers/block/KconfigPatrick Ringl1-2/+2 2007-10-19NULL terminate the pci_device_ids in pasemi_edacStephen Rothwell1-0/+1 2007-10-19Uninline fork.c/exit.cAlexey Dobriyan2-13/+13 2007-10-19kernel/fork.c: remove unneeded variable initialization in copy_process()Mariusz Kozlowski1-1/+1