summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2020-08-20 19:20:46 +0200
committerPeter Zijlstra <peterz@infradead.org>2020-08-26 12:41:51 +0200
commitc94a88f341c9b8f05d8639f62bb5d95936f881cd (patch)
tree2834965193a52c31739d9ef69877df6b4c9dd70c /tools/perf/scripts/python/bin
parentd012a7190fc1fd72ed48911e77ca97ba4521bccd (diff)
downloadkernel-c94a88f341c9b8f05d8639f62bb5d95936f881cd.tar.gz
sched: Use __always_inline on is_idle_task()
is_idle_task() may be used from noinstr functions such as irqentry_enter(). Since the compiler is free to not inline regular inline functions, switch to using __always_inline. Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200820172046.GA177701@elver.google.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
'2021-09-03 15:33:47 -0700'>2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan 2021-07-27tty: drop put_tty_driverJiri Slaby 2021-07-27tty: stop using alloc_tty_driverJiri Slaby 2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman 2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds 2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei 2021-05-17isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma 2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter 2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman 2021-05-13isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter 2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby 2021-05-13isdn: capi, remove optional tty opsJiri Slaby 2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby 2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby 2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby 2021-05-13Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman 2021-05-13tty: make tty_operations::write_room return uintJiri Slaby 2021-05-11mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei