[tip: x86/mm] smp: Micro-optimize smp_call_function_many_cond()

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the x86/mm branch of tip: Commit-ID: d43f17a1da25373580ebb466de7d0641acbf6fd6 Gitweb: https://git.kernel.org/tip/d43f17a1da25373580ebb466de7d0641acbf6fd6 Author:Peter Zijlstra AuthorDate:Tue, 02 Mar 2021 08:02:43 +01:00 Committer:

[tip: x86/mm] cpumask: Mark functions as pure

2021-03-06 Thread tip-bot2 for Nadav Amit
The following commit has been merged into the x86/mm branch of tip: Commit-ID: 291c4011dd7ac0cd0cebb727a75ee5a50d16dcf7 Gitweb: https://git.kernel.org/tip/291c4011dd7ac0cd0cebb727a75ee5a50d16dcf7 Author:Nadav Amit AuthorDate:Sat, 20 Feb 2021 15:17:10 -08:00 Committer:

[tip: x86/mm] smp: Inline on_each_cpu_cond() and on_each_cpu()

2021-03-06 Thread tip-bot2 for Nadav Amit
The following commit has been merged into the x86/mm branch of tip: Commit-ID: a5aa5ce300597224ec76dacc8e63ba3ad7a18bbd Gitweb: https://git.kernel.org/tip/a5aa5ce300597224ec76dacc8e63ba3ad7a18bbd Author:Nadav Amit AuthorDate:Sat, 20 Feb 2021 15:17:12 -08:00 Committer:

[tip: x86/mm] x86/mm/tlb: Do not make is_lazy dirty for no reason

2021-03-06 Thread tip-bot2 for Nadav Amit
The following commit has been merged into the x86/mm branch of tip: Commit-ID: 09c5272e48614a30598e759c3c7bed126d22037d Gitweb: https://git.kernel.org/tip/09c5272e48614a30598e759c3c7bed126d22037d Author:Nadav Amit AuthorDate:Sat, 20 Feb 2021 15:17:09 -08:00 Committer:

Re: [PATCH 1/1] RISC-V: correct enum sbi_ext_rfence_fid

2021-03-06 Thread Anup Patel
On Sat, Mar 6, 2021 at 11:19 AM Heinrich Schuchardt wrote: > > The constants in enum sbi_ext_rfence_fid should match the SBI > specification. See > https://github.com/riscv/riscv-sbi-doc/blob/master/riscv-sbi.adoc#78-function-listing > > | Function Name | FID | EID > |

[PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-06 Thread zhangkun4jr
From: Zhang Kun The value assigned to len by sg_pcopy_from_buffer() never used for anything, so remove it. Signed-off-by: Zhang Kun --- drivers/usb/host/xhci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index

[PATCH] media:atomisp: remove duplicate include in sh_css

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'ia_css_isys.h' included in 'sh_css.c' is duplicated. It is also included in the 30th line. Signed-off-by: Zhang Yunkai --- drivers/staging/media/atomisp/pci/sh_css.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/media/atomisp/pci/sh_css.c

[tip: x86/cpu] x86/cpu/hygon: Set __max_die_per_package on Hygon

2021-03-06 Thread tip-bot2 for Pu Wen
The following commit has been merged into the x86/cpu branch of tip: Commit-ID: 59eca2fa1934de42d8aa44d3bef655c92ea69703 Gitweb: https://git.kernel.org/tip/59eca2fa1934de42d8aa44d3bef655c92ea69703 Author:Pu Wen AuthorDate:Tue, 02 Mar 2021 10:02:17 +08:00 Committer:

[tip: x86/platform] x86/platform/uv: Fix indentation warning in Documentation/ABI/testing/sysfs-firmware-sgi_uv

2021-03-06 Thread tip-bot2 for Justin Ernst
The following commit has been merged into the x86/platform branch of tip: Commit-ID: e93d757c3f33c8a09f4aae579da4dc4500707471 Gitweb: https://git.kernel.org/tip/e93d757c3f33c8a09f4aae579da4dc4500707471 Author:Justin Ernst AuthorDate:Fri, 19 Feb 2021 12:28:52 -06:00

[tip: timers/urgent] hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()

2021-03-06 Thread tip-bot2 for Anna-Maria Behnsen
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: eca8f0c80a005aea84df507a446fc0154fc55a32 Gitweb: https://git.kernel.org/tip/eca8f0c80a005aea84df507a446fc0154fc55a32 Author:Anna-Maria Behnsen AuthorDate:Tue, 23 Feb 2021 17:02:40 +01:00

[tip: perf/urgent] perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR

2021-03-06 Thread tip-bot2 for Kan Liang
The following commit has been merged into the perf/urgent branch of tip: Commit-ID: afbef30149587ad46f4780b1e0cc5e219745ce90 Gitweb: https://git.kernel.org/tip/afbef30149587ad46f4780b1e0cc5e219745ce90 Author:Kan Liang AuthorDate:Mon, 30 Nov 2020 11:38:41 -08:00 Committer:

[PATCH] sound: soc: codecs: Fix a spello in the file wm8955.c

2021-03-06 Thread Bhaskar Chowdhury
s/sortd/sorted/ Signed-off-by: Bhaskar Chowdhury --- sound/soc/codecs/wm8955.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/wm8955.c b/sound/soc/codecs/wm8955.c index 513df47bd87d..538bb8b0db39 100644 --- a/sound/soc/codecs/wm8955.c +++

[tip: perf/urgent] perf/core: Flush PMU internal buffers for per-CPU events

2021-03-06 Thread tip-bot2 for Kan Liang
The following commit has been merged into the perf/urgent branch of tip: Commit-ID: a5398bffc01fe044848c5024e5e867e407f239b8 Gitweb: https://git.kernel.org/tip/a5398bffc01fe044848c5024e5e867e407f239b8 Author:Kan Liang AuthorDate:Mon, 30 Nov 2020 11:38:40 -08:00 Committer:

[tip: locking/core] static_call: Fix the module key fixup

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the locking/core branch of tip: Commit-ID: 50bf8080a94d171e843fc013abec19d8ab9f50ae Gitweb: https://git.kernel.org/tip/50bf8080a94d171e843fc013abec19d8ab9f50ae Author:Peter Zijlstra AuthorDate:Thu, 25 Feb 2021 23:03:51 +01:00

[tip: locking/core] lockdep: Add lockdep_assert_not_held()

2021-03-06 Thread tip-bot2 for Shuah Khan
The following commit has been merged into the locking/core branch of tip: Commit-ID: 3e31f94752e454bdd0ca4a1d046ee21f80c166c5 Gitweb: https://git.kernel.org/tip/3e31f94752e454bdd0ca4a1d046ee21f80c166c5 Author:Shuah Khan AuthorDate:Fri, 26 Feb 2021 17:06:58 -07:00

[tip: locking/core] x86/jump_label: Mark arguments as const to satisfy asm constraints

2021-03-06 Thread tip-bot2 for Jason Gerecke
The following commit has been merged into the locking/core branch of tip: Commit-ID: 864b435514b286c0be2a38a02f487aa28d990ef8 Gitweb: https://git.kernel.org/tip/864b435514b286c0be2a38a02f487aa28d990ef8 Author:Jason Gerecke AuthorDate:Thu, 11 Feb 2021 13:48:48 -08:00

[tip: locking/core] lockdep: Add lockdep lock state defines

2021-03-06 Thread tip-bot2 for Shuah Khan
The following commit has been merged into the locking/core branch of tip: Commit-ID: f8cfa46608f8aa5ca5421ce281ab314129c15411 Gitweb: https://git.kernel.org/tip/f8cfa46608f8aa5ca5421ce281ab314129c15411 Author:Shuah Khan AuthorDate:Fri, 26 Feb 2021 17:06:59 -07:00

[tip: locking/core] locking/csd_lock: Prepare more CSD lock debugging

2021-03-06 Thread tip-bot2 for Juergen Gross
The following commit has been merged into the locking/core branch of tip: Commit-ID: de7b09ef658d637eed0584eaba30884e409aef31 Gitweb: https://git.kernel.org/tip/de7b09ef658d637eed0584eaba30884e409aef31 Author:Juergen Gross AuthorDate:Mon, 01 Mar 2021 11:13:35 +01:00

[tip: locking/core] locking/csd_lock: Add more data to CSD lock debugging

2021-03-06 Thread tip-bot2 for Juergen Gross
The following commit has been merged into the locking/core branch of tip: Commit-ID: a5aabace5fb8abf2adcfcf0fe54c089b20d71755 Gitweb: https://git.kernel.org/tip/a5aabace5fb8abf2adcfcf0fe54c089b20d71755 Author:Juergen Gross AuthorDate:Mon, 01 Mar 2021 11:13:36 +01:00

[tip: locking/core] locking/csd_lock: Add boot parameter for controlling CSD lock debugging

2021-03-06 Thread tip-bot2 for Juergen Gross
The following commit has been merged into the locking/core branch of tip: Commit-ID: 8d0968cc6b8ffd8496c2ebffdfdc801f949a85e5 Gitweb: https://git.kernel.org/tip/8d0968cc6b8ffd8496c2ebffdfdc801f949a85e5 Author:Juergen Gross AuthorDate:Mon, 01 Mar 2021 11:13:34 +01:00

[tip: irq/core] genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()

2021-03-06 Thread tip-bot2 for Barry Song
The following commit has been merged into the irq/core branch of tip: Commit-ID: cbe16f35bee6880becca6f20d2ebf6b457148552 Gitweb: https://git.kernel.org/tip/cbe16f35bee6880becca6f20d2ebf6b457148552 Author:Barry Song AuthorDate:Wed, 03 Mar 2021 11:49:15 +13:00 Committer:

[tip: locking/core] ath10k: Detect conf_mutex held ath10k_drain_tx() calls

2021-03-06 Thread tip-bot2 for Shuah Khan
The following commit has been merged into the locking/core branch of tip: Commit-ID: bdb1050ee1faaec1e78c15de8b1959176f26c655 Gitweb: https://git.kernel.org/tip/bdb1050ee1faaec1e78c15de8b1959176f26c655 Author:Shuah Khan AuthorDate:Fri, 26 Feb 2021 17:07:00 -07:00

[PATCH] soc:litex: remove duplicate include in litex_soc_ctrl

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'errno.h' included in 'litex_soc_ctrl.c' is duplicated. It is also included in the 11th line. Signed-off-by: Zhang Yunkai --- drivers/soc/litex/litex_soc_ctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/soc/litex/litex_soc_ctrl.c

[tip: objtool/core] objtool,x86: More ModRM sugar

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 36d92e43d01cbeeec99abdf405362243051d6b3f Gitweb: https://git.kernel.org/tip/36d92e43d01cbeeec99abdf405362243051d6b3f Author:Peter Zijlstra AuthorDate:Fri, 12 Feb 2021 09:13:00 +01:00

[tip: objtool/core] objtool: Collate parse_options() users

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: a2f605f9ff57397d05a8e2f282b78a69f574d305 Gitweb: https://git.kernel.org/tip/a2f605f9ff57397d05a8e2f282b78a69f574d305 Author:Peter Zijlstra AuthorDate:Fri, 26 Feb 2021 11:18:24 +01:00

[tip: objtool/core] objtool: Parse options from OBJTOOL_ARGS

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 900b4df347bbac4874149a226143a556909faba8 Gitweb: https://git.kernel.org/tip/900b4df347bbac4874149a226143a556909faba8 Author:Peter Zijlstra AuthorDate:Fri, 26 Feb 2021 11:32:30 +01:00

[tip: objtool/core] objtool,x86: Rewrite LEA decode

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 2ee0c363492f1acc1082125218e6a80c0d7d502b Gitweb: https://git.kernel.org/tip/2ee0c363492f1acc1082125218e6a80c0d7d502b Author:Peter Zijlstra AuthorDate:Tue, 09 Feb 2021 21:29:16 +01:00

[tip: objtool/core] objtool,x86: Rewrite LEAVE

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: ffc7e74f36a2c7424da262a32a0bbe59669677ef Gitweb: https://git.kernel.org/tip/ffc7e74f36a2c7424da262a32a0bbe59669677ef Author:Peter Zijlstra AuthorDate:Tue, 09 Feb 2021 21:41:13 +01:00

[tip: objtool/core] objtool,x86: Renumber CFI_reg

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: d473b18b2ef62563fb874f9cae6e123f99129e3f Gitweb: https://git.kernel.org/tip/d473b18b2ef62563fb874f9cae6e123f99129e3f Author:Peter Zijlstra AuthorDate:Tue, 09 Feb 2021 20:18:21 +01:00

[tip: objtool/core] objtool: Allow UNWIND_HINT to suppress dodgy stack modifications

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: d54dba41999498b38a40940e1123019d50b26496 Gitweb: https://git.kernel.org/tip/d54dba41999498b38a40940e1123019d50b26496 Author:Peter Zijlstra AuthorDate:Thu, 11 Feb 2021 13:03:28 +01:00

[tip: objtool/core] objtool,x86: Simplify register decode

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 16ef7f159c503c7befec7018ee0e82fdc311721e Gitweb: https://git.kernel.org/tip/16ef7f159c503c7befec7018ee0e82fdc311721e Author:Peter Zijlstra AuthorDate:Tue, 09 Feb 2021 19:59:43 +01:00

[tip: objtool/core] objtool,x86: Rewrite ADD/SUB/AND

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 961d83b9073b1ce5834af50d3c69e5e2461c6fd3 Gitweb: https://git.kernel.org/tip/961d83b9073b1ce5834af50d3c69e5e2461c6fd3 Author:Peter Zijlstra AuthorDate:Wed, 10 Feb 2021 14:11:30 +01:00

[tip: objtool/core] objtool,x86: Support %riz encodings

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 78df6245c3c82484200b9f8e306dc86fb19e9c02 Gitweb: https://git.kernel.org/tip/78df6245c3c82484200b9f8e306dc86fb19e9c02 Author:Peter Zijlstra AuthorDate:Wed, 10 Feb 2021 11:47:35 +01:00

[tip: objtool/core] objtool: Add --backup

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the objtool/core branch of tip: Commit-ID: 8ad15c6900840e8a2163012f4581c52127622e02 Gitweb: https://git.kernel.org/tip/8ad15c6900840e8a2163012f4581c52127622e02 Author:Peter Zijlstra AuthorDate:Fri, 26 Feb 2021 10:59:59 +01:00

[PATCH] scsi:ufs: remove duplicate include in ufshcd

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'blkdev.h' included in 'ufshcd.c' is duplicated. It is also included in the 18th line. Signed-off-by: Zhang Yunkai --- drivers/scsi/ufs/ufshcd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c index

[tip: sched/core] sched: Simplify set_affinity_pending refcounts

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: 50caf9c14b1498c90cf808dbba2ca29bd32ccba4 Gitweb: https://git.kernel.org/tip/50caf9c14b1498c90cf808dbba2ca29bd32ccba4 Author:Peter Zijlstra AuthorDate:Wed, 24 Feb 2021 11:42:08 +01:00

[tip: sched/core] sched: Collate affine_move_task() stoppers

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: 58b1a45086b5f80f2b2842aa7ed0da51a64a302b Gitweb: https://git.kernel.org/tip/58b1a45086b5f80f2b2842aa7ed0da51a64a302b Author:Peter Zijlstra AuthorDate:Wed, 24 Feb 2021 11:15:23 +01:00

[tip: sched/core] sched: Simplify migration_cpu_stop()

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: c20cf065d4a619d394d23290093b1002e27dff86 Gitweb: https://git.kernel.org/tip/c20cf065d4a619d394d23290093b1002e27dff86 Author:Peter Zijlstra AuthorDate:Wed, 24 Feb 2021 11:50:39 +01:00

[tip: sched/core] sched: Optimize migration_cpu_stop()

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: 3f1bc119cd7fc987c8ed25ffb717f99403bb308c Gitweb: https://git.kernel.org/tip/3f1bc119cd7fc987c8ed25ffb717f99403bb308c Author:Peter Zijlstra AuthorDate:Wed, 24 Feb 2021 11:21:35 +01:00

[tip: sched/core] sched: Fix migration_cpu_stop() requeueing

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: 8a6edb5257e2a84720fe78cb179eca58ba76126f Gitweb: https://git.kernel.org/tip/8a6edb5257e2a84720fe78cb179eca58ba76126f Author:Peter Zijlstra AuthorDate:Sat, 13 Feb 2021 13:10:35 +01:00

[tip: sched/core] sched: Fix affine_move_task() self-concurrency

2021-03-06 Thread tip-bot2 for Peter Zijlstra
The following commit has been merged into the sched/core branch of tip: Commit-ID: 9e81889c7648d48dd5fe13f41cbc99f3c362484a Gitweb: https://git.kernel.org/tip/9e81889c7648d48dd5fe13f41cbc99f3c362484a Author:Peter Zijlstra AuthorDate:Wed, 24 Feb 2021 11:31:09 +01:00

[tip: sched/core] sched/membarrier: fix missing local execution of ipi_sync_rq_state()

2021-03-06 Thread tip-bot2 for Mathieu Desnoyers
The following commit has been merged into the sched/core branch of tip: Commit-ID: ce29ddc47b91f97e7f69a0fb7cbb5845f52a9825 Gitweb: https://git.kernel.org/tip/ce29ddc47b91f97e7f69a0fb7cbb5845f52a9825 Author:Mathieu Desnoyers AuthorDate:Wed, 17 Feb 2021 11:56:51 -05:00

[tip: sched/core] sched/fair: Remove update of blocked load from newidle_balance

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: 0826530de3cbdc89e60a89e86def94a5f0fc81ca Gitweb: https://git.kernel.org/tip/0826530de3cbdc89e60a89e86def94a5f0fc81ca Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:01 +01:00

[tip: sched/core] sched/fair: Remove unused parameter of update_nohz_stats

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: 64f84f273592d17dcdca20244168ad9f525a39c3 Gitweb: https://git.kernel.org/tip/64f84f273592d17dcdca20244168ad9f525a39c3 Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:03 +01:00

[tip: sched/core] kcov: Remove kcov include from sched.h and move it to its users.

2021-03-06 Thread tip-bot2 for Sebastian Andrzej Siewior
The following commit has been merged into the sched/core branch of tip: Commit-ID: 183f47fcaa54a5ffe671d990186d330ac8c63b10 Gitweb: https://git.kernel.org/tip/183f47fcaa54a5ffe671d990186d330ac8c63b10 Author:Sebastian Andrzej Siewior AuthorDate:Thu, 18 Feb 2021 18:31:24

[tip: sched/core] sched/fair: Remove unused return of _nohz_idle_balance

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: ab2dde5e98db23387147fb4e7a52b6cf8141cdb3 Gitweb: https://git.kernel.org/tip/ab2dde5e98db23387147fb4e7a52b6cf8141cdb3 Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:02 +01:00

[tip: sched/core] sched/fair: Reorder newidle_balance pulled_task tests

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: 6553fc18179113a11835d5fde1735259f8943a55 Gitweb: https://git.kernel.org/tip/6553fc18179113a11835d5fde1735259f8943a55 Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:05 +01:00

[tip: sched/core] sched: Simplify migration_cpu_stop()

2021-03-06 Thread tip-bot2 for Valentin Schneider
The following commit has been merged into the sched/core branch of tip: Commit-ID: e140749c9f194d65f5984a5941e46758377c93c0 Gitweb: https://git.kernel.org/tip/e140749c9f194d65f5984a5941e46758377c93c0 Author:Valentin Schneider AuthorDate:Thu, 25 Feb 2021 10:22:30 +01:00

[tip: sched/core] sched/fair: Trigger the update of blocked load on newly idle cpu

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: c6f886546cb8a38617cdbe755fe50d3acd2463e4 Gitweb: https://git.kernel.org/tip/c6f886546cb8a38617cdbe755fe50d3acd2463e4 Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:06 +01:00

[tip: sched/core] sched/fair: Merge for each idle cpu loop of ILB

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: 7a82e5f52a3506bc35a4dc04d53ad2c9daf82e7f Gitweb: https://git.kernel.org/tip/7a82e5f52a3506bc35a4dc04d53ad2c9daf82e7f Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:04 +01:00

Re: [PATCH RESEND][next] hwmon: (corsair-cpro) Fix fall-through warnings for Clang

2021-03-06 Thread Marius Zachmann
On 06.03.21 at 10:53:59 CET, Gustavo A. R. Silva wrote > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > by explicitly adding a break statement instead of letting the code fall > through to the next case. > > Link: https://github.com/KSPP/linux/issues/115 > Acked-by:

[tip: sched/core] psi: Optimize task switch inside shared cgroups

2021-03-06 Thread tip-bot2 for Chengming Zhou
The following commit has been merged into the sched/core branch of tip: Commit-ID: 4117cebf1a9fcbf35b9aabf0e37b6c5eea296798 Gitweb: https://git.kernel.org/tip/4117cebf1a9fcbf35b9aabf0e37b6c5eea296798 Author:Chengming Zhou AuthorDate:Wed, 03 Mar 2021 11:46:59 +08:00

[tip: sched/core] psi: Add PSI_CPU_FULL state

2021-03-06 Thread tip-bot2 for Chengming Zhou
The following commit has been merged into the sched/core branch of tip: Commit-ID: e7fcd762282332f765af2035a9568fb126fa3c01 Gitweb: https://git.kernel.org/tip/e7fcd762282332f765af2035a9568fb126fa3c01 Author:Chengming Zhou AuthorDate:Wed, 03 Mar 2021 11:46:56 +08:00

[tip: sched/core] psi: Pressure states are unlikely

2021-03-06 Thread tip-bot2 for Johannes Weiner
The following commit has been merged into the sched/core branch of tip: Commit-ID: fddc8bab531e217806b84906681324377d741c6c Gitweb: https://git.kernel.org/tip/fddc8bab531e217806b84906681324377d741c6c Author:Johannes Weiner AuthorDate:Wed, 03 Mar 2021 11:46:58 +08:00

[tip: sched/core] psi: Use ONCPU state tracking machinery to detect reclaim

2021-03-06 Thread tip-bot2 for Chengming Zhou
The following commit has been merged into the sched/core branch of tip: Commit-ID: 7fae6c8171d20ac55402930ee8ae760cf85dff7b Gitweb: https://git.kernel.org/tip/7fae6c8171d20ac55402930ee8ae760cf85dff7b Author:Chengming Zhou AuthorDate:Wed, 03 Mar 2021 11:46:57 +08:00

[tip: sched/core] sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2

2021-03-06 Thread tip-bot2 for Barry Song
The following commit has been merged into the sched/core branch of tip: Commit-ID: 585b6d2723dc927ebc4ad884c4e879e4da8bc21f Gitweb: https://git.kernel.org/tip/585b6d2723dc927ebc4ad884c4e879e4da8bc21f Author:Barry Song AuthorDate:Wed, 24 Feb 2021 16:09:44 +13:00 Committer:

[tip: sched/core] cpu/hotplug: Allowing to reset fail injection

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: 3ae70c251f344976428d1f6ee61ea7b4e170fec3 Gitweb: https://git.kernel.org/tip/3ae70c251f344976428d1f6ee61ea7b4e170fec3 Author:Vincent Donnefort AuthorDate:Tue, 16 Feb 2021 10:35:04

[tip: sched/core] cpu/hotplug: Add cpuhp_invoke_callback_range()

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: 453e41085183980087f8a80dada523caf1131c3c Gitweb: https://git.kernel.org/tip/453e41085183980087f8a80dada523caf1131c3c Author:Vincent Donnefort AuthorDate:Tue, 16 Feb 2021 10:35:06

[tip: sched/core] sched/fair: Fix shift-out-of-bounds in load_balance()

2021-03-06 Thread tip-bot2 for Valentin Schneider
The following commit has been merged into the sched/core branch of tip: Commit-ID: 39a2a6eb5c9b66ea7c8055026303b3aa681b49a5 Gitweb: https://git.kernel.org/tip/39a2a6eb5c9b66ea7c8055026303b3aa681b49a5 Author:Valentin Schneider AuthorDate:Thu, 25 Feb 2021 17:56:56

[tip: sched/core] cpu/hotplug: CPUHP_BRINGUP_CPU failure exception

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: 62f250694092dd5fef9900dc3126f07110bf9d48 Gitweb: https://git.kernel.org/tip/62f250694092dd5fef9900dc3126f07110bf9d48 Author:Vincent Donnefort AuthorDate:Tue, 16 Feb 2021 10:35:05

[tip: sched/core] sched/pelt: Fix task util_est update filtering

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: b89997aa88f0b07d8a6414c908af75062103b8c9 Gitweb: https://git.kernel.org/tip/b89997aa88f0b07d8a6414c908af75062103b8c9 Author:Vincent Donnefort AuthorDate:Thu, 25 Feb 2021 16:58:20

[tip: sched/core] sched/fair: use lsub_positive in cpu_util_next()

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: 736cc6b31102236a55470c72523ed0a65eb3f804 Gitweb: https://git.kernel.org/tip/736cc6b31102236a55470c72523ed0a65eb3f804 Author:Vincent Donnefort AuthorDate:Thu, 25 Feb 2021 08:36:12

[tip: sched/core] sched/fair: Reduce the window for duplicated update

2021-03-06 Thread tip-bot2 for Vincent Guittot
The following commit has been merged into the sched/core branch of tip: Commit-ID: 39b6a429c30482c349f1bb3746470fe473cbdb0f Gitweb: https://git.kernel.org/tip/39b6a429c30482c349f1bb3746470fe473cbdb0f Author:Vincent Guittot AuthorDate:Wed, 24 Feb 2021 14:30:07 +01:00

[tip: sched/core] sched/fair: Fix task utilization accountability in compute_energy()

2021-03-06 Thread tip-bot2 for Vincent Donnefort
The following commit has been merged into the sched/core branch of tip: Commit-ID: 0372e1cf70c28de6babcba38ef97b6ae3400b101 Gitweb: https://git.kernel.org/tip/0372e1cf70c28de6babcba38ef97b6ae3400b101 Author:Vincent Donnefort AuthorDate:Thu, 25 Feb 2021 08:36:11

[PATCH] arm64: dts: imx8mp: add wdog2/3 nodes

2021-03-06 Thread peng . fan
From: Peng Fan There is wdog[2,3] in i.MX8MP, so add them, all wdogs share the same clock root, so use the wdog1 clk here. Signed-off-by: Peng Fan --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 16 1 file changed, 16 insertions(+) diff --git

[PATCH V13 10/10] remoteproc: imx_proc: enable virtio/mailbox

2021-03-06 Thread peng . fan
From: Peng Fan Use virtio/mailbox to build connection between Remote Proccessors and Linux. Add work queue to handle incoming messages. Reviewed-by: Richard Zhu Reviewed-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 116 - 1

[PATCH V13 08/10] remoteproc: imx_rproc: support i.MX8MQ/M

2021-03-06 Thread peng . fan
From: Peng Fan Add i.MX8MQ dev/sys addr map and configuration data structure i.MX8MM share i.MX8MQ settings. Reviewed-by: Richard Zhu Reviewed-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/Kconfig | 6 ++--- drivers/remoteproc/imx_rproc.c | 41

[PATCH V13 09/10] remoteproc: imx_rproc: ignore mapping vdev regions

2021-03-06 Thread peng . fan
From: Peng Fan vdev regions are vdev0vring0, vdev0vring1, vdevbuffer and similar. They are handled by remoteproc common code, no need to map in imx rproc driver. Signed-off-by: Peng Fan Reviewed-by: Mathieu Poirier --- drivers/remoteproc/imx_rproc.c | 3 +++ 1 file changed, 3 insertions(+)

[PATCH V13 06/10] remoteproc: imx_rproc: use devm_ioremap

2021-03-06 Thread peng . fan
From: Peng Fan We might need to map an region multiple times, becaue the region might be shared between remote processors, such i.MX8QM with dual M4 cores. So use devm_ioremap, not devm_ioremap_resource. Reviewed-by: Oleksij Rempel Reviewed-by: Richard Zhu Signed-off-by: Peng Fan

[PATCH V13 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook

2021-03-06 Thread peng . fan
From: Peng Fan The hook is used to parse memory-regions and load resource table from the address the remote processor published. Reviewed-by: Richard Zhu Reviewed-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 93 ++ 1 file

[PATCH V13 05/10] remoteproc: imx_rproc: correct err message

2021-03-06 Thread peng . fan
From: Peng Fan It is using devm_ioremap, so not devm_ioremap_resource. Correct the error message and print out sa/size. Reviewed-by: Bjorn Andersson Reviewed-by: Mathieu Poirier Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH V13 04/10] remoteproc: add is_iomem to da_to_va

2021-03-06 Thread peng . fan
From: Peng Fan Introduce an extra parameter is_iomem to da_to_va, then the caller could take the memory as normal memory or io mapped memory. Reviewed-by: Bjorn Andersson Reviewed-by: Mathieu Poirier Reported-by: kernel test robot Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c

Re: [syzbot] upstream boot error: WARNING in kvm_wait

2021-03-06 Thread Dmitry Vyukov
On Fri, Mar 5, 2021 at 9:56 PM syzbot wrote: > > Hello, > > syzbot found the following issue on: > > HEAD commit:280d542f Merge tag 'drm-fixes-2021-03-05' of git://anongit.. > git tree: upstream > console output: https://syzkaller.appspot.com/x/log.txt?x=138c7a92d0 > kernel config:

[PATCH V13 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support

2021-03-06 Thread peng . fan
From: Peng Fan Add i.MX8MQ/M support, also include mailbox for rpmsg/virtio usage. Signed-off-by: Peng Fan --- .../bindings/remoteproc/fsl,imx-rproc.yaml| 31 ++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git

[PATCH V13 03/10] remoteproc: introduce is_iomem to rproc_mem_entry

2021-03-06 Thread peng . fan
From: Peng Fan Introduce is_iomem to indicate this piece memory is iomem or not. Reviewed-by: Bjorn Andersson Reviewed-by: Mathieu Poirier Signed-off-by: Peng Fan --- include/linux/remoteproc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/remoteproc.h

[PATCH V13 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema

2021-03-06 Thread peng . fan
From: Peng Fan Convert the imx rproc binding to DT schema format using json-schema. Reviewed-by: Rob Herring Signed-off-by: Peng Fan --- .../bindings/remoteproc/fsl,imx-rproc.yaml| 61 +++ .../bindings/remoteproc/imx-rproc.txt | 33 -- 2 files changed, 61

[PATCH V13 00/10] remoteproc: imx_rproc: support iMX8MQ/M

2021-03-06 Thread peng . fan
From: Peng Fan V13: Add R-b tag from Rob for patch 1. Drop the reserved memory node from patch 2 per Rob's comment. Mathieu, Bjorn Only patch 2 not have R-b/A-b tag, but since Rob's only has a minor comment, and addressed in this version, is it ok for you take into remoteproc next

[RFC v2] scripts: kernel-doc: fix attribute capture in function parsing

2021-03-06 Thread Aditya Srivastava
Currently, kernel-doc warns for function prototype parsing on the presence of attributes "__attribute_const__" and "__flatten" in the definition. There are 166 occurrences in ~70 files in the kernel tree for "__attribute_const__" and 5 occurrences in 4 files for "__flatten". Out of 166, there

[PATCH v3 1/4] ALSA: hda/cirrus: Increase AUTO_CFG_MAX_INS from 8 to 18

2021-03-06 Thread Vitaly Rodionov
In preparation to support Cirrus Logic CS8409 HDA bridge on new Dell platforms it is nessasary to increase AUTO_CFG_MAX_INS and AUTO_CFG_NUM_INPUTS values. Currently AUTO_CFG_MAX_INS is limited to 8, but Cirrus Logic HDA bridge CS8409 has 18 input pins, 16 ASP receivers and 2 DMIC inputs. We have

[PATCH v3 3/4] ALSA: hda/cirrus: Add jack detect interrupt support from CS42L42 companion codec.

2021-03-06 Thread Vitaly Rodionov
In the case of CS8409 we do not have unsol events from NID's 0x24 and 0x34 where hs mic and hp are connected. Companion codec CS42L42 will generate interrupt via gpio 4 to notify jack events. We have to overwrite standard snd_hda_jack_unsol_event(), read CS42L42 jack detect status registers and

[PATCH v3 0/4] ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion codec

2021-03-06 Thread Vitaly Rodionov
Dell's laptops Inspiron 3500, Inspiron 3501, Inspiron 3505 are using Cirrus Logic CS8409 HDA bridge with CS42L42 companion codec. The CS8409 is a multichannel HD audio routing controller. CS8409 includes support for four channels of digital microphone data and two bidirectional ASPs for up to 32

[PATCH v3 2/4] ALSA: hda/cirrus: Add support for CS8409 HDA bridge and CS42L42 companion codec.

2021-03-06 Thread Vitaly Rodionov
Dell's laptops Inspiron 3500, Inspiron 3501, Inspiron 3505 are using Cirrus Logic CS8409 HDA bridge with CS42L42 companion codec. The CS8409 is a multichannel HD audio routing controller. CS8409 includes support for four channels of digital microphone data and two bidirectional ASPs for up to 32

[PATCH] media:vidtv: remove duplicate include in vidtv_psi

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'string.h' included in 'vidtv_psi.c' is duplicated. Signed-off-by: Zhang Yunkai --- drivers/media/test-drivers/vidtv/vidtv_psi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/test-drivers/vidtv/vidtv_psi.c b/drivers/media/test-drivers/vidtv/vidtv_psi.c

[syzbot] bpf boot error: WARNING in kvm_wait

2021-03-06 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:edbea922 veth: Store queue_mapping independently of XDP pr.. git tree: bpf console output: https://syzkaller.appspot.com/x/log.txt?x=113ae02ad0 kernel config: https://syzkaller.appspot.com/x/.config?x=402784bff477e1ac

[tip: x86/seves] x86/sev-es: Remove subtraction of res variable

2021-03-06 Thread tip-bot2 for Borislav Petkov
The following commit has been merged into the x86/seves branch of tip: Commit-ID: f3db3365c069c2a8505cdee8033fe3d22d2fe6c0 Gitweb: https://git.kernel.org/tip/f3db3365c069c2a8505cdee8033fe3d22d2fe6c0 Author:Borislav Petkov AuthorDate:Tue, 23 Feb 2021 12:03:19 +01:00

[PATCH v3 4/4] ALSA: hda/cirrus: Add Headphone and Headset MIC Volume Control

2021-03-06 Thread Vitaly Rodionov
From: Stefan Binding CS8409 does not support Volume Control for NIDs 0x24 (the Headphones), or 0x34 (The Headset Mic). However, CS42L42 codec does support gain control for both. We can add support for Volume Controls, by writing the the CS42L42 regmap via i2c commands, using custom info, get and

Re: [PATCH v2 4/5] mtd: spi-nor: Move Software Write Protection logic out of the core

2021-03-06 Thread Michael Walle
Am 2021-03-06 10:50, schrieb Tudor Ambarus: It makes the core file a bit smaller and provides better separation between the Software Write Protection features and the core logic. All the next generic software write protection features (e.g. Individual Block Protection) will reside in swp.c.

Re: [PATCH] x86/smpboot: remove duplicate include in smpboot.c

2021-03-06 Thread Borislav Petkov
On Fri, Mar 05, 2021 at 10:56:10PM -0800, menglong8.d...@gmail.com wrote: > From: Zhang Yunkai > > 'cpu_device_id.h' and 'intel_family.h' included in 'smpboot.c' > is duplicated. It is also included in the 80th line. > > Signed-off-by: Zhang Yunkai If you send another person's patch, then

[PATCH] drm/nouveau: remove duplicate include in nouveau_dmem and base

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'if000c.h' included in 'nouveau_dmem.c' is duplicated. 'priv.h' included in 'base.c' is duplicated. Signed-off-by: Zhang Yunkai --- drivers/gpu/drm/nouveau/nouveau_dmem.c | 1 - drivers/gpu/drm/nouveau/nvkm/engine/nvenc/base.c | 2 -- 2 files changed, 3

Re: [PATCH v6 1/2] dt-bindings: hwlock: add sun6i_hwspinlock

2021-03-06 Thread Wilken Gottwalt
On Tue, 2 Mar 2021 18:22:33 +0100 Maxime Ripard wrote: > On Mon, Mar 01, 2021 at 03:06:35PM +0100, Wilken Gottwalt wrote: > > On Mon, 1 Mar 2021 14:12:44 +0100 > > Maxime Ripard wrote: > > > > > On Sat, Feb 27, 2021 at 02:03:28PM +0100, Wilken Gottwalt wrote: > > > > Adds documentation on how

Re: [PATCH v6 2/2] hwspinlock: add sun6i hardware spinlock support

2021-03-06 Thread Wilken Gottwalt
On Tue, 2 Mar 2021 18:20:02 +0100 Maxime Ripard wrote: > Hi, > > On Mon, Mar 01, 2021 at 03:06:08PM +0100, Wilken Gottwalt wrote: > > On Mon, 1 Mar 2021 14:13:05 +0100 > > Maxime Ripard wrote: > > > > > On Sat, Feb 27, 2021 at 02:03:54PM +0100, Wilken Gottwalt wrote: > > > > Adds the

[PATCH] drm/amd/display: remove duplicate include in dcn21 and gpio

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'dce110_resource.h' included in 'dcn21_resource.c' is duplicated. 'hw_gpio.h' included in 'hw_factory_dce110.c' is duplicated. Signed-off-by: Zhang Yunkai --- drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 1 -

Re: [PATCH 2/2] MIPS: Loongson64: Move loongson_system_configuration to loongson.h

2021-03-06 Thread Jiaxun Yang
On Sat, Mar 6, 2021, at 5:53 PM, Thomas Bogendoerfer wrote: > On Sat, Mar 06, 2021 at 05:00:15PM +0800, Jiaxun Yang wrote: > > > > > > On Sat, Mar 6, 2021, at 4:03 PM, Thomas Bogendoerfer wrote: > > > On Thu, Mar 04, 2021 at 07:00:57PM +0800, Qing Zhang wrote: > > > > The purpose of

Re: [PATCH] arm64: dts: add support for the Pixel 2 XL

2021-03-06 Thread Konrad Dybcio
On 05.03.2021 22:35, Caleb Connolly wrote: > Add a minimal devicetree capable of booting on the Pixel 2 XL MSM8998 > device. > > It's currently possible to boot the device into postmarketOS with USB > networking, however the display panel depends on Display Stream > Compression which is not yet

[PATCH] drm/amd/display: remove duplicate include in amdgpu_dm.c

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'drm/drm_hdcp.h' included in 'amdgpu_dm.c' is duplicated. It is also included in the 79th line. Signed-off-by: Zhang Yunkai --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 - 1 file changed, 1 deletion(-) diff --git

[tip: x86/urgent] x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2

2021-03-06 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 8bd7b3980ca62904814d536b3a2453001992a0c3 Gitweb: https://git.kernel.org/tip/8bd7b3980ca62904814d536b3a2453001992a0c3 Author:Josh Poimboeuf AuthorDate:Fri, 05 Feb 2021 08:24:02 -06:00

[tip: x86/urgent] x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls

2021-03-06 Thread tip-bot2 for Andy Lutomirski
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: e59ba7bf71a09e474198741563e0e587ae43d1c7 Gitweb: https://git.kernel.org/tip/e59ba7bf71a09e474198741563e0e587ae43d1c7 Author:Andy Lutomirski AuthorDate:Thu, 04 Mar 2021 11:05:54 -08:00

[tip: x86/urgent] x86/unwind/orc: Silence warnings caused by missing ORC data

2021-03-06 Thread tip-bot2 for Josh Poimboeuf
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: d072f941c1e234f8495cc4828370b180318bf49b Gitweb: https://git.kernel.org/tip/d072f941c1e234f8495cc4828370b180318bf49b Author:Josh Poimboeuf AuthorDate:Fri, 05 Feb 2021 08:24:03 -06:00

Re: [PATCH v2] input: s6sy761: fix coordinate read bit shift

2021-03-06 Thread Andi Shyti
Hi Caleb, On Fri, Mar 05, 2021 at 06:58:10PM +, Caleb Connolly wrote: > The touch coordinate register contains the following: > > byte 3 byte 2 byte 1 > +++ +-+ +-+ > ||| | | |

Re: [PATCH] kbuild: dummy-tools, fix inverted tests for gcc

2021-03-06 Thread Masahiro Yamada
On Wed, Mar 3, 2021 at 7:43 PM Jiri Slaby wrote: > > There is a test in Kconfig which takes inverted value of a compiler > check: > * config CC_HAS_INT128 > def_bool !$(cc-option,$(m64-flag) -D__SIZEOF_INT128__=0) > > This results in CC_HAS_INT128 not being in super-config generated by >

<    1   2   3   4   5   >