summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-09-16 21:39:27 +0200
committerDavid S. Miller <davem@davemloft.net>2019-09-16 21:39:27 +0200
commitf432c2e30461cfdfde5ee74ad62d9684016f3623 (patch)
treedb3d398fe5737b425daebfbf7cccb46117cc3bec /tools/perf/scripts/python/bin/task-analyzer-record
parentdb539cae12a3456cc710855b345542ccd2946e25 (diff)
parentbef17466811b9f559d1dba3ebbfbd01a880c89a2 (diff)
downloadkernel-f432c2e30461cfdfde5ee74ad62d9684016f3623.tar.gz
Merge branch 'drop_monitor-Better-sanitize-notified-packets'
Ido Schimmel says: ==================== drop_monitor: Better sanitize notified packets When working in 'packet' mode, drop monitor generates a notification with a potentially truncated payload of the dropped packet. The payload is copied from the MAC header, but I forgot to check that the MAC header was set, so do it now. Patch #1 sets the offsets to the various protocol layers in netdevsim, so that it will continue to work after the MAC header check is added to drop monitor in patch #2. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
='/distro/kernel/commit/drivers/pci/setup-bus.c?h=master&id=2c8d5a2dc1e335d895dea45164f5d4d850b134da'>PCI: Add support for root bus sizingIvan Kokshaysky 2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson 2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson 2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson 2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson 2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson 2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson 2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson 2020-01-29PCI: Rename variablesNicholas Johnson 2020-01-29PCI: Remove unnecessary bracesNicholas Johnson 2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe 2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson 2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson 2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt 2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov 2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson 2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson 2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt 2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas 2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar 2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson 2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang 2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas