summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorIlan Tayari <ilant@mellanox.com>2017-04-30 16:51:19 +0300
committerDavid S. Miller <davem@davemloft.net>2017-05-01 14:59:39 -0400
commit152afb9b45a8af4a93699a15925c392a28182a26 (patch)
tree310ad3247951c8e65add607f5f938f27171e2e21 /tools/perf/scripts/python/bin/stackcollapse-record
parent67d349ed603d5ce4a6f1722b1736e2bcef0e8690 (diff)
downloadkernel-152afb9b45a8af4a93699a15925c392a28182a26.tar.gz
xfrm: Indicate xfrm_state offload errors
Current code silently ignores driver errors when configuring IPSec offload xfrm_state, and falls back to host-based crypto. Fail the xfrm_state creation if the driver has an error, because the NIC offloading was explicitly requested by the user program. This will communicate back to the user that there was an error. Fixes: d77e38e612a0 ("xfrm: Add an IPsec hardware offloading API") Signed-off-by: Ilan Tayari <ilant@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
cf60de3afd5a06410fd5b9'>mm/debug_vm_pgtable: use struct pgtable_debug_args in protnone and devmap testsGavin Shan 2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in leaf and savewrite testsGavin Shan 2021-09-03mm/debug_vm_pgtable: use struct pgtable_debug_args in basic testsGavin Shan 2021-09-03mm/debug_vm_pgtable: introduce struct pgtable_debug_argsGavin Shan 2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple 2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu 2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu 2021-06-29mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual 2021-06-05mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer 2021-04-30mm: HUGE_VMAP arch support cleanupNicholas Piggin 2021-02-24mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual 2021-02-24mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual 2020-10-16mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.Aneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable: avoid none pte in pte_clear_testAneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64Aneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entriesAneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/thp: use page table depost/withdraw with THPAneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/locks: take correct page table lockAneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/locks: move non page table modifying test togetherAneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...Aneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...Aneesh Kumar K.V 2020-10-16mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...Aneesh Kumar K.V 2020-10-16mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom valueAneesh Kumar K.V 2020-08-07Documentation/mm: add descriptions for arch page table helpersAnshuman Khandual 2020-08-07mm/debug_vm_pgtable: add debug prints for individual testsAnshuman Khandual 2020-08-07mm/debug_vm_pgtable: add tests validating advanced arch page table helpersAnshuman Khandual 2020-08-07mm/debug_vm_pgtable: add tests validating arch helpers for core MM featuresAnshuman Khandual 2020-07-16mm/debug_vm_pgtable: Remove uninitialized_var() usageKees Cook 2020-06-26mm/debug_vm_pgtable: fix build failure with powerpc 8xxChristophe Leroy