aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-10-28 01:43:33 +0100
committerJakub Kicinski <kuba@kernel.org>2020-10-30 11:29:49 -0700
commitb3b7e64bcbcb46542650d1980ea22ff25f0332ee (patch)
treee83aefc7a5e9fd646393c39588969cc5195da2b7 /tools/perf/scripts/python/netdev-times.py
parentMerge branch 'selftests-net-bridge-add-tests-for-igmpv3' (diff)
downloadlinux-b3b7e64bcbcb46542650d1980ea22ff25f0332ee.tar.gz
linux-b3b7e64bcbcb46542650d1980ea22ff25f0332ee.zip
net: tipc: Fix parameter types passed to %s formater
Now that the compiler is performing printf checking, we get the warning: net/tipc/netlink_compat.c: In function ‘tipc_nl_compat_link_stat_dump’: net/tipc/netlink_compat.c:591:39: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘void *’ [-Wformat=] 591 | tipc_tlv_sprintf(msg->rep, "\nLink <%s>\n", | ~^ | | | char * | %p 592 | nla_data(link[TIPC_NLA_LINK_NAME])); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | void * There is no nla_string(), so cast to a char *. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20201028004333.929816-1-andrew@lunn.ch Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
ef='/linux/commit/mm/oom_kill.c?id=876aafbfd9ba5bb352f1b14622c27f3fe9a99013&follow=1'>mm, memcg: move all oom handling to memcontrol.cDavid Rientjes4-25/+18 2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes2-14/+30 2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes4-41/+93 2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes1-46/+65 2012-07-31mm, oom: move declaration for mem_cgroup_out_of_memory to oom.hDavid Rientjes2-2/+2 2012-07-31mm/hotplug: mark memory hotplug code in page_alloc.c as __meminitJiang Liu1-32/+34 2012-07-31mm/hotplug: free zone->pageset when a zone becomes emptyJiang Liu3-0/+17 2012-07-31mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu1-7/+8 2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu5-10/+17 2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...Wanpeng Li1-2/+2 2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg...Wanpeng Li1-2/+2 2012-07-31mm/memcg: complete documentation for tcp memcg filesWanpeng Li1-0/+2 2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu3-2/+7 2012-07-31mm/memory.c:print_vma_addr(): call up_read(&mm->mmap_sem) directlyJeff Liu1-1/+1 2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim2-2/+1 2012-07-31mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAPRabin Vincent1-1/+1 2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel4-5/+73 2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li1-4/+4 2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa1-0/+6 2012-07-31mm: remove unused LRU_ALL_EVICTABLEWanpeng Li1-1/+0 2012-07-31memcg: rename config variablesAndrew Morton33-78/+78 2012-07-31mm: clean up __count_immobile_pages()Minchan Kim1-16/+18 2012-07-31mm: do not use page_count() without a page pinMinchan Kim1-1/+8 2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes2-8/+10 2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes1-2/+2 2012-07-31mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...KOSAKI Motohiro1-3/+6 2012-07-31mm, fadvise: don't return -EINVAL when filesystem cannot implement fadvise()KOSAKI Motohiro1-11/+7 2012-07-31mm/compaction: cleanup on compaction_deferredGavin Shan1-2/+2 2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki1-12/+7 2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki1-3/+2 2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki1-5/+0 2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki1-3/+0 2012-07-31mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton1-17/+18 2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes1-6/+5 2012-07-31hugetlb/cgroup: remove exclude and wakeup rmdir calls from migrateAneesh Kumar K.V1-2/+4 2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to activ...Aneesh Kumar K.V2-14/+13 2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V1-1/+10