summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorYafang Shao <laoar.shao@gmail.com>2021-03-19 18:12:45 +0800
committerPetr Mladek <pmladek@suse.com>2021-03-19 16:38:43 +0100
commit96b94abc12e6ec648f770776522de20c073c6eca (patch)
treea319b13dd38d18a7693e2b325eee0efd19a921cc /tools/perf/scripts/python/bin/stackcollapse-record
parent4a8ef190c16f724a0bc23ef71bda44b8aef4afaa (diff)
downloadkernel-96b94abc12e6ec648f770776522de20c073c6eca.tar.gz
mm, slub: don't combine pr_err with INFO
It is strange to combine "pr_err" with "INFO", so let's remove the prefix completely. This patch is motivated by David's comment[1]. - before the patch [ 8846.517809] INFO: Slab 0x00000000f42a2c60 objects=33 used=3 fp=0x0000000060d32ca8 flags=0x17ffffc0010200(slab|head) - after the patch [ 6343.396602] Slab 0x000000004382e02b objects=33 used=3 fp=0x000000009ae06ffc flags=0x17ffffc0010200(slab|head) [1] https://lore.kernel.org/linux-mm/b9c0f2b6-e9b0-0c36-ebdd-2bc684c5a762@redhat.com/#t Suggested-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Yafang Shao <laoar.shao@gmail.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: David Hildenbrand <david@redhat.com> Acked-by: David Rientjes <rientjes@google.com> Cc: Matthew Wilcox <willy@infradead.org> Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org> Signed-off-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20210319101246.73513-3-laoar.shao@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
0402f487c1c68bc0a86f526dc8384f3'>ntb: intel: Remove redundant pci_clear_masterCai Huoqing 2023-07-08ntb: epf: Remove redundant pci_clear_masterCai Huoqing 2023-07-08ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing 2023-07-08ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas 2023-07-08ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can 2023-07-08NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can 2023-07-08ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can 2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman 2022-08-09NTB: epf: Allow more flexibility in the memory BAR map methodFrank Li 2022-08-09ntb: intel: add GNR support for Intel PCIe gen5 NTBDave Jiang 2022-08-09ntb: idt: fix clang -Wformat warningsJustin Stitt 2022-01-28ntb: intel: fix port config status offset for SPRDave Jiang 2022-01-11ntb_hw_switchtec: Fix a minor issue in config_req_id_table()Kelvin Cao 2022-01-11ntb_hw_switchtec: Remove code for disabling ID protectionKelvin Cao 2022-01-11ntb_hw_switchtec: Update the way of getting VEP instance IDKelvin Cao 2022-01-11ntb_hw_switchtec: AND with the part_map for a valid tpart_vecJeremy Pallotta 2022-01-11ntb_hw_switchtec: Fix bug with more than 32 partitionsWesley Sheng 2022-01-11ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_allJeremy Pallotta 2022-01-11ntb_hw_switchtec: fix the spelling of "its"Randy Dunlap 2022-01-11ntb_hw_amd: Add NTB PCI ID for new gen CPUSanjay R Mehta