lkml.org 
[lkml]   [2021]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] sched: Tweak default dynamic preempt mode selection
Hi Valentin,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on tip/master]
[also build test WARNING on linus/master next-20211106]
[cannot apply to linux/master v5.15]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url: https://github.com/0day-ci/linux/commits/Valentin-Schneider/sched-Tweak-default-dynamic-preempt-mode-selection/20211105-184135
base: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ea79c24a30aa27ccc4aac26be33f8b73f3f1f59c
config: x86_64-defconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/4731291127aa2100c984229a91533b671044a74b
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Valentin-Schneider/sched-Tweak-default-dynamic-preempt-mode-selection/20211105-184135
git checkout 4731291127aa2100c984229a91533b671044a74b
# save the attached .config to linux build tree
make W=1 ARCH=x86_64

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

kernel/sched/core.c:3439:6: warning: no previous prototype for 'sched_set_stop_task' [-Wmissing-prototypes]
3439 | void sched_set_stop_task(int cpu, struct task_struct *stop)
| ^~~~~~~~~~~~~~~~~~~
In file included from <command-line>:
kernel/sched/core.c: In function 'sched_dynamic_update':
include/linux/static_call_types.h:15:34: error: '__SCT__might_resched' undeclared (first use in this function); did you mean '__SCT__cond_resched'?
15 | #define STATIC_CALL_TRAMP_PREFIX __SCT__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:18:34: note: in expansion of macro '__PASTE'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:18:42: note: in expansion of macro 'STATIC_CALL_TRAMP_PREFIX'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:10: note: in expansion of macro 'STATIC_CALL_TRAMP'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~~~~~~~~~~~~~~
kernel/sched/core.c:6575:2: note: in expansion of macro 'static_call_update'
6575 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call_types.h:15:34: note: each undeclared identifier is reported only once for each function it appears in
15 | #define STATIC_CALL_TRAMP_PREFIX __SCT__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:18:34: note: in expansion of macro '__PASTE'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:18:42: note: in expansion of macro 'STATIC_CALL_TRAMP_PREFIX'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:10: note: in expansion of macro 'STATIC_CALL_TRAMP'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~~~~~~~~~~~~~~
kernel/sched/core.c:6575:2: note: in expansion of macro 'static_call_update'
6575 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'int (*)(void)' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6575:2: note: in expansion of macro 'static_call_update'
6575 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
In file included from <command-line>:
include/linux/static_call_types.h:9:33: error: '__SCK__might_resched' undeclared (first use in this function); did you mean '__SCK__cond_resched'?
9 | #define STATIC_CALL_KEY_PREFIX __SCK__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:12:32: note: in expansion of macro '__PASTE'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:12:40: note: in expansion of macro 'STATIC_CALL_KEY_PREFIX'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:155:24: note: in expansion of macro 'STATIC_CALL_KEY'
155 | __static_call_update(&STATIC_CALL_KEY(name), \
| ^~~~~~~~~~~~~~~
kernel/sched/core.c:6575:2: note: in expansion of macro 'static_call_update'
6575 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6575:2: note: in expansion of macro 'static_call_update'
6575 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
In file included from <command-line>:
include/linux/static_call_types.h:15:34: error: '__SCT__preempt_schedule' undeclared (first use in this function)
15 | #define STATIC_CALL_TRAMP_PREFIX __SCT__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:18:34: note: in expansion of macro '__PASTE'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:18:42: note: in expansion of macro 'STATIC_CALL_TRAMP_PREFIX'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:10: note: in expansion of macro 'STATIC_CALL_TRAMP'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~~~~~~~~~~~~~~
kernel/sched/core.c:6576:2: note: in expansion of macro 'static_call_update'
6576 | static_call_update(preempt_schedule, __preempt_schedule_func);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
kernel/sched/core.c:6576:39: error: '__preempt_schedule_func' undeclared (first use in this function); did you mean 'preempt_schedule_irq'?
6576 | static_call_update(preempt_schedule, __preempt_schedule_func);
| ^~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:42: note: in definition of macro 'static_call_update'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~
In file included from <command-line>:
include/linux/static_call_types.h:9:33: error: '__SCK__preempt_schedule' undeclared (first use in this function)
9 | #define STATIC_CALL_KEY_PREFIX __SCK__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:12:32: note: in expansion of macro '__PASTE'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:12:40: note: in expansion of macro 'STATIC_CALL_KEY_PREFIX'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:155:24: note: in expansion of macro 'STATIC_CALL_KEY'
155 | __static_call_update(&STATIC_CALL_KEY(name), \
| ^~~~~~~~~~~~~~~
kernel/sched/core.c:6576:2: note: in expansion of macro 'static_call_update'
6576 | static_call_update(preempt_schedule, __preempt_schedule_func);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6576:2: note: in expansion of macro 'static_call_update'
6576 | static_call_update(preempt_schedule, __preempt_schedule_func);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
In file included from <command-line>:
include/linux/static_call_types.h:15:34: error: '__SCT__preempt_schedule_notrace' undeclared (first use in this function)
15 | #define STATIC_CALL_TRAMP_PREFIX __SCT__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:18:34: note: in expansion of macro '__PASTE'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:18:42: note: in expansion of macro 'STATIC_CALL_TRAMP_PREFIX'
18 | #define STATIC_CALL_TRAMP(name) __PASTE(STATIC_CALL_TRAMP_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:10: note: in expansion of macro 'STATIC_CALL_TRAMP'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~~~~~~~~~~~~~~
kernel/sched/core.c:6577:2: note: in expansion of macro 'static_call_update'
6577 | static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
kernel/sched/core.c:6577:47: error: '__preempt_schedule_notrace_func' undeclared (first use in this function)
6577 | static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:154:42: note: in definition of macro 'static_call_update'
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^~~~
In file included from <command-line>:
include/linux/static_call_types.h:9:33: error: '__SCK__preempt_schedule_notrace' undeclared (first use in this function)
9 | #define STATIC_CALL_KEY_PREFIX __SCK__
| ^~~~~~~
include/linux/compiler_types.h:59:23: note: in definition of macro '___PASTE'
59 | #define ___PASTE(a,b) a##b
| ^
include/linux/static_call_types.h:12:32: note: in expansion of macro '__PASTE'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~
include/linux/static_call_types.h:12:40: note: in expansion of macro 'STATIC_CALL_KEY_PREFIX'
12 | #define STATIC_CALL_KEY(name) __PASTE(STATIC_CALL_KEY_PREFIX, name)
| ^~~~~~~~~~~~~~~~~~~~~~
include/linux/static_call.h:155:24: note: in expansion of macro 'STATIC_CALL_KEY'
155 | __static_call_update(&STATIC_CALL_KEY(name), \
| ^~~~~~~~~~~~~~~
kernel/sched/core.c:6577:2: note: in expansion of macro 'static_call_update'
6577 | static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func);
| ^~~~~~~~~~~~~~~~~~
In file included from include/linux/tracepoint.h:22,
from include/trace/events/sched.h:10,
from kernel/sched/core.c:10:
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6577:2: note: in expansion of macro 'static_call_update'
6577 | static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6583:3: note: in expansion of macro 'static_call_update'
6583 | static_call_update(might_resched, (void *)&__static_call_return0);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6583:3: note: in expansion of macro 'static_call_update'
6583 | static_call_update(might_resched, (void *)&__static_call_return0);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6584:3: note: in expansion of macro 'static_call_update'
6584 | static_call_update(preempt_schedule, NULL);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6584:3: note: in expansion of macro 'static_call_update'
6584 | static_call_update(preempt_schedule, NULL);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6585:3: note: in expansion of macro 'static_call_update'
6585 | static_call_update(preempt_schedule_notrace, NULL);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6585:3: note: in expansion of macro 'static_call_update'
6585 | static_call_update(preempt_schedule_notrace, NULL);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'int (*)(void)' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6592:3: note: in expansion of macro 'static_call_update'
6592 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6592:3: note: in expansion of macro 'static_call_update'
6592 | static_call_update(might_resched, __cond_resched);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6593:3: note: in expansion of macro 'static_call_update'
6593 | static_call_update(preempt_schedule, NULL);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6593:3: note: in expansion of macro 'static_call_update'
6593 | static_call_update(preempt_schedule, NULL);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6594:3: note: in expansion of macro 'static_call_update'
6594 | static_call_update(preempt_schedule_notrace, NULL);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6594:3: note: in expansion of macro 'static_call_update'
6594 | static_call_update(preempt_schedule_notrace, NULL);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:154:41: warning: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion]
154 | typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
| ^
kernel/sched/core.c:6601:3: note: in expansion of macro 'static_call_update'
6601 | static_call_update(might_resched, (void *)&__static_call_return0);
| ^~~~~~~~~~~~~~~~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6601:3: note: in expansion of macro 'static_call_update'
6601 | static_call_update(might_resched, (void *)&__static_call_return0);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6602:3: note: in expansion of macro 'static_call_update'
6602 | static_call_update(preempt_schedule, __preempt_schedule_func);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~
>> include/linux/static_call.h:156:39: warning: passing argument 3 of '__static_call_update' makes pointer from integer without a cast [-Wint-conversion]
156 | STATIC_CALL_TRAMP_ADDR(name), __F); \
| ^~~
| |
| int
kernel/sched/core.c:6603:3: note: in expansion of macro 'static_call_update'
6603 | static_call_update(preempt_schedule_notrace, __preempt_schedule_notrace_func);
| ^~~~~~~~~~~~~~~~~~
include/linux/static_call.h:177:82: note: expected 'void *' but argument is of type 'int'
177 | extern void __static_call_update(struct static_call_key *key, void *tramp, void *func);
| ~~~~~~^~~~


vim +154 include/linux/static_call.h

115284d89a436e Josh Poimboeuf 2020-08-18 151
115284d89a436e Josh Poimboeuf 2020-08-18 152 #define static_call_update(name, func) \
115284d89a436e Josh Poimboeuf 2020-08-18 153 ({ \
9432bbd969c667 Peter Zijlstra 2021-03-23 @154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
115284d89a436e Josh Poimboeuf 2020-08-18 155 __static_call_update(&STATIC_CALL_KEY(name), \
9432bbd969c667 Peter Zijlstra 2021-03-23 @156 STATIC_CALL_TRAMP_ADDR(name), __F); \
115284d89a436e Josh Poimboeuf 2020-08-18 157 })
115284d89a436e Josh Poimboeuf 2020-08-18 158

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[unhandled content-type:application/gzip]
\
 
 \ /
  Last update: 2021-11-06 06:34    [W:0.988 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site