[PATCH] sched: topology: add input parameter for sched_domain_flags_f()

2022-03-28 Thread
>> From: Wang Qing >> >> sched_domain_flags_f() are statically set now, but actually, we can get a >> lot of necessary information based on the cpu_map. e.g. we can know whether >> its cache is shared. >> >> Allows custom extension without affecting current. > >This all still makes absolutely

RE: [PATCH] sound: fsl: add missing put_device() call in imx_hdmi_probe()

2021-12-09 Thread
>> From: Wang Qing >> >> of_find_device_by_node() takes a reference to the embedded struct device >> which needs to be dropped when error return. > >... > >>    data = devm_kzalloc(>dev, sizeof(*data), GFP_KERNEL); >>    if (!data) { >> + put_device(_pdev->dev); > >If it's

Re:Re: [PATCH] sched/rt, powerpc: Prepare for PREEMPT_RT

2020-11-09 Thread
>Quoting Wang Qing : > >> Add PREEMPT_RT output to die(). >> >> Signed-off-by: Wang Qing >> --- >> arch/powerpc/kernel/traps.c | 10 +- >> 1 file changed, 9 insertions(+), 1 deletion(-) >> >> diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c >> index 5006dcb..6dfe567