[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 Committ

[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 Comm

[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 Committ

[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 Committ

[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 Committ

[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 Committ

[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 Committ

[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 77161750c9fb..9a564

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 Commi

[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 b/drivers/soc/litex/litex_s

[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 Committer

[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 Commit

[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 Commit

[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 Commit

[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 Commit

[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 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 Commi

[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 Committer

[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: 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 +++ b/sound/soc/codec

[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: 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 Committ

[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: Ing

[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 bd27bd67

[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 b/drivers/

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 > | sbi_remote_fen

[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:

[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] x86/mm/tlb: Remove unnecessary uses of the inline keyword

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

[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] x86/mm/tlb: Flush remote and local TLBs concurrently

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

[tip: x86/mm] x86/mm/tlb: Privatize cpu_tlbstate

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

[tip: x86/mm] smp: Run functions concurrently in smp_call_function_many_cond()

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

[tip: x86/mm] x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()

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

[tip: x86/mm] x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()

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

[PATCH v4] RISC-V: enable XIP

2021-03-06 Thread Vitaly Wool
Introduce XIP (eXecute In Place) support for RISC-V platforms. It allows code to be executed directly from non-volatile storage directly addressable by the CPU, such as QSPI NOR flash which can be found on many RISC-V platforms. This makes way for significant optimization of RAM footprint. The XIP

[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: b59cc97674c947861783ca92b9a6e7d043adba96 Gitweb: https://git.kernel.org/tip/b59cc97674c947861783ca92b9a6e7d043adba96 Author:Josh Poimboeuf AuthorDate:Fri, 05 Feb 2021 08:24:03 -06:00 Committ

[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: 5d5675df792ff67e74a500c4c94db0f99e6a10ef Gitweb: https://git.kernel.org/tip/5d5675df792ff67e74a500c4c94db0f99e6a10ef Author:Andy Lutomirski AuthorDate:Thu, 04 Mar 2021 11:05:54 -08:00 Commit

[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: e504e74cc3a2c092b05577ce3e8e013fae7d94e6 Gitweb: https://git.kernel.org/tip/e504e74cc3a2c092b05577ce3e8e013fae7d94e6 Author:Josh Poimboeuf AuthorDate:Fri, 05 Feb 2021 08:24:02 -06:00 Committ

Re: [PATCH v5] ARM: Implement SLS mitigation

2021-03-06 Thread Linus Walleij
On Fri, Mar 5, 2021 at 12:23 AM Jian Cai wrote: > On Wed, Mar 3, 2021 at 7:04 AM Linus Walleij wrote: > > > > On Tue, Feb 23, 2021 at 3:36 AM Jian Cai wrote: > > > > > This patch adds CONFIG_HARDEN_SLS_ALL that can be used to turn on > > > -mharden-sls=all, which mitigates the straight-line spec

Re: [PATCH v6] ARM: Implement SLS mitigation

2021-03-06 Thread Linus Walleij
On Fri, Mar 5, 2021 at 10:53 AM Will Deacon wrote: > I still don't see why SLS is worth a compiler mitigation which will affect > all CPUs that run the kernel binary, but Spectre-v1 is not. In other words, > the big thing missing from this is a justification as to why SLS is a > problem worth wor

[PATCH] thermal:ti-soc-thermal: remove duplicate include in ti-bandgap

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

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

2021-03-06 Thread Fabio Estevam
Hi Peng, On Sat, Mar 6, 2021 at 8:41 AM wrote: > > 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. The patch looks good, but I don't understand this sentence where you state that "all wdogs share the same clock roo

[PATCH] watchdog:dw_wdt: remove duplicate include

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'linux/kernel.h' included in 'dw_wdt.c' is duplicated. It is also included in the 17th line. Signed-off-by: Zhang Yunkai --- drivers/watchdog/dw_wdt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/watchdog/dw_wdt.c b/drivers/watchdog/dw_wdt.c index 32d0e1781e63.

Re: [PATCH 1/3] perf skel: Remove some unused variables.

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 06, 2021 at 12:08:38AM -0800, Ian Rogers escreveu: > Fixes -Wall warnings. Thanks, tested all with: $ make BUILD_BPF_SKEL=1 PYTHON=python3 O=/tmp/build/perf -C tools/perf install-bin Which makes me realize we need to turn both python3 and building the bpf skel to be the default...

[PATCH] pinctrl: ti: fix error return code of ti_iodelay_probe()

2021-03-06 Thread Jia-Ju Bai
When ti_iodelay_pinconf_init_dev() fails, no error return code of ti_iodelay_probe() is assigned. To fix this bug, ret is assigned with the return value of ti_iodelay_pinconf_init_dev(), and then ret is checked. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/pinctrl/ti/pinctrl-ti

Re: A note on the 5.12-rc1 tag

2021-03-06 Thread Ingo Molnar
* Linus Torvalds wrote: > But I also can heartily just recommend that people who already _did_ > start on rc1 to rebase their current - hopefully not extensive - work. Thanks for the heads-up - we just rebased about 50 commits in -tip to avoid this bug: our normal workflow is to jump on -rc1

Re: [PATCH RESEND WITH CCs v3 4/4] perf tools: determine if LR is the return address

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 05, 2021 at 10:54:03AM +0200, James Clark escreveu: > I've tested this patchset on a few different applications and have seen it > significantly improve > quality of frame pointer stacks on aarch64. For example with GDB 10 and > default build options, > 'bfd_calc_gnu_debuglink_crc32'

[PATCH] clocksourc: Fix the comments to __clocksource_register_scale

2021-03-06 Thread Hailong Liu
From: Hailong Liu The return value of __clocksource_register_scale() is awlays 0, which does not match the comments. Signed-off-by: Hailong Liu --- kernel/time/clocksource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.

[PATCH] security: tomoyo: fix error return code of tomoyo_update_domain()

2021-03-06 Thread Jia-Ju Bai
When mutex_lock_interruptible() fails, the error return code of tomoyo_update_domain() is not properly assigned. To fix this bug, error is assigned with the return value of mutex_lock_interruptible(), and then error is checked. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- security/tomo

Re: [PATCH 2/4] leds: simatic-ipc-leds: add new driver for Siemens Industial PCs

2021-03-06 Thread Henning Schild
Am Fri, 5 Mar 2021 19:25:55 +0100 schrieb Henning Schild : > Am Wed, 3 Mar 2021 21:56:15 +0100 > schrieb Henning Schild : > > > Am Wed, 3 Mar 2021 21:48:21 +0100 > > schrieb Henning Schild : > > > > > Am Wed, 3 Mar 2021 20:31:34 +0100 > > > schrieb Pavel Machek : > > > > > > > Hi! > > > >

Re: [PATCH 00/11] pragma once: treewide conversion

2021-03-06 Thread Miguel Ojeda
On Fri, Mar 5, 2021 at 10:25 PM Linus Torvalds wrote: > > And regardless of even _those_ issues, you still should do all the > other syntactic tokenization stuff (ie all the quoting, the the > character handling: 'a' is a valid C token, but if you see the string > "it's" outside of a comment, that

Re: [PATCH 2/4] leds: simatic-ipc-leds: add new driver for Siemens Industial PCs

2021-03-06 Thread Henning Schild
Am Sat, 6 Mar 2021 13:54:53 +0100 schrieb Henning Schild : > Am Fri, 5 Mar 2021 19:25:55 +0100 > schrieb Henning Schild : > > > Am Wed, 3 Mar 2021 21:56:15 +0100 > > schrieb Henning Schild : > > > > > Am Wed, 3 Mar 2021 21:48:21 +0100 > > > schrieb Henning Schild : > > > > > > > Am Wed, 3

Re: "struct perf_sample_data" alignment

2021-03-06 Thread Ingo Molnar
* Alexei Starovoitov wrote: > > This seems to be it... (completely untested) > > > > --- > > diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h > > index 3f7f89ea5e51..918a296d2ca2 100644 > > --- a/include/linux/perf_event.h > > +++ b/include/linux/perf_event.h > > @@ -1032,7

[PATCH] mm:process_vm_access: remove duplicate include

2021-03-06 Thread menglong8 . dong
From: Zhang Yunkai 'linux/compat.h' included in 'process_vm_access.c' is duplicated. Signed-off-by: Zhang Yunkai --- mm/process_vm_access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/process_vm_access.c b/mm/process_vm_access.c index f5fee9cf90f8..4bcc11958089 100644 --- a/mm/proces

Re: [PATCH] perf config: add annotate.demangle{,_kernel}

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 26, 2021 at 11:08:12AM +0100, Martin Liška escreveu: > On 2/26/21 11:03 AM, Martin Liška wrote: > > On 2/23/21 8:49 PM, Arnaldo Carvalho de Melo wrote: > > > Please consider making this configurable (if not already) via > > > ~/.perfconfig, 'perf config', sure in a followup patch. > >

[PATCH] staging: vc04_services: vchiq_arm: fix error return code of vchiq_release_internal() and vchiq_use_internal()

2021-03-06 Thread Jia-Ju Bai
When arm_state is NULL, no error return code of vchiq_release_internal() and vchiq_use_internal() is assigned. To fix this bug, ret is assigned with VCHIQ_ERROR. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 8 ++-- 1 file

Re: [PATCH v1 2/2] iio: adc: add ADC driver for the TI TSC2046 controller

2021-03-06 Thread Oleksij Rempel
On Fri, Mar 05, 2021 at 07:02:39PM +, Jonathan Cameron wrote: > On Fri, 5 Mar 2021 14:38:13 +0100 > Oleksij Rempel wrote: > > > Basically the TI TSC2046 touchscreen controller is 8 channel ADC optimized > > for > > the touchscreen use case. By implementing it as IIO ADC device, we can > > ma

[PATCH] interconnect: core: fix error return code of icc_link_destroy()

2021-03-06 Thread Jia-Ju Bai
When krealloc() fails and new is NULL, no error return code of icc_link_destroy() is assigned. To fix this bug, ret is assigned with -ENOMEM hen new is NULL. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/interconnect/core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/d

[PATCH] rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data()

2021-03-06 Thread Jia-Ju Bai
When idr_find() returns NULL to intent, no error return code of qcom_glink_rx_data() is assigned. To fix this bug, ret is assigned with -ENOENT in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/rpmsg/qcom_glink_native.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] tool/perf/bench: fix misspellings using codespell

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 05, 2021 at 01:22:12AM -0800, menglong8.d...@gmail.com escreveu: > From: Xiong Zhenwu > > $ codespell ./tool/perf/bench > tools/perf/bench/inject-buildid.c:375: tihs ==> this > > Fix a typo found by codespell. Thanks, applied. - Arnaldo > Signed-off-by: Xiong Zhenwu > --- >

Re: [PATCH] security: tomoyo: fix error return code of tomoyo_update_domain()

2021-03-06 Thread Tetsuo Handa
On 2021/03/06 22:03, Jia-Ju Bai wrote: > When mutex_lock_interruptible() fails, the error return code of > tomoyo_update_domain() is not properly assigned. > To fix this bug, error is assigned with the return value of > mutex_lock_interruptible(), and then error is checked. Thanks for a patch, but

Re: [PATCH v2 0/3] Introduce the for_each_set_clump macro

2021-03-06 Thread Syed Nayyar Waris
On Wed, Mar 3, 2021 at 8:13 PM Bartosz Golaszewski wrote: > > On Fri, Feb 12, 2021 at 2:19 PM Syed Nayyar Waris > wrote: > > > > Hello Bartosz, > > > > Since this patchset primarily affects GPIO drivers, would you like > > to pick it up through your GPIO tree? > > > > Sure, as soon as you figure

Re: [PATCH][RESEND] iio: dac: ad5686: Add support for AD5673R/AD5677R

2021-03-06 Thread Jonathan Cameron
On Wed, 17 Feb 2021 09:41:02 +0200 Alexandru Ardelean wrote: > From: Mircea Caprioru > > The AD5673R/AD5677R are low power, 16-channel, 12-/16-bit buffered voltage > output digital-to-analog converters (DACs). They include a 2.5 V internal > reference (enabled by default). > > These devices ar

[PATCH] net: mellanox: mlx5: fix error return code of mlx5e_stats_flower()

2021-03-06 Thread Jia-Ju Bai
When mlx5e_tc_get_counter() returns NULL to counter or mlx5_devcom_get_peer_data() returns NULL to peer_esw, no error return code of mlx5e_stats_flower() is assigned. To fix this bug, err is assigned with -EINVAL in these cases. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/net

[PATCH] infiniband: hw: cxgb4: fix error return code of pass_open_rpl()

2021-03-06 Thread Jia-Ju Bai
When ep is NULL, no error code of pass_open_rpl() is returned. To fix this bug, pass_open_rpl() returns -EINVAL in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/infiniband/hw/cxgb4/cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infini

Re: [PATCH 1/1] KVM: x86: to track if L1 is running L2 VM

2021-03-06 Thread Paolo Bonzini
On 05/03/21 23:57, Dongli Zhang wrote: The new per-cpu stat 'nested_run' is introduced in order to track if L1 VM is running or used to run L2 VM. An example of the usage of 'nested_run' is to help the host administrator to easily track if any L1 VM is used to run L2 VM. Suppose there is issue t

[PATCH] media: flexcop-usb: delete unneeded return

2021-03-06 Thread Julia Lawall
No need for a return after a break; Signed-off-by: Julia Lawall --- drivers/media/usb/b2c2/flexcop-usb.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/usb/b2c2/flexcop-usb.c b/drivers/media/usb/b2c2/flexcop-usb.c index e731243267e4..01d22834f4ac 100644 --- a/drivers/media

[PATCH] infiniband: hw: cxgb4: fix error return code of close_listsrv_rpl()

2021-03-06 Thread Jia-Ju Bai
When ep is NULL, no error code of close_listsrv_rpl() is returned. To fix this bug, close_listsrv_rpl() returns -EINVAL in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/infiniband/hw/cxgb4/cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver

[PATCH v3 0/3] Introduce the for_each_set_nbits macro

2021-03-06 Thread Syed Nayyar Waris
Hello Bartosz, Since this patchset primarily affects GPIO drivers, would you like to pick it up through your GPIO tree? This patchset introduces a new generic version of for_each_set_nbits. The previous version of for_each_set_clump8 used a fixed size 8-bit clump, but the new generic version can

[PATCH v3 1/3] gpiolib: Introduce the for_each_set_nbits macro

2021-03-06 Thread Syed Nayyar Waris
This macro iterates for each group of bits (clump) with set bits, within a bitmap memory region. For each iteration, "start" is set to the bit offset of the found clump, while the respective clump value is stored to the location pointed by "clump". Additionally, the bitmap_get_value() and bitmap_se

[PATCH v3 2/3] gpio: thunderx: Utilize for_each_set_nbits macro

2021-03-06 Thread Syed Nayyar Waris
This patch reimplements the thunderx_gpio_set_multiple function in drivers/gpio/gpio-thunderx.c to use the new for_each_set_nbits macro. Instead of looping for each bank in thunderx_gpio_set_multiple function, now we can skip bank which is not set and save cycles. Cc: Robert Richter Cc: Bartosz G

[PATCH v3 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

2021-03-06 Thread Syed Nayyar Waris
This patch reimplements the xgpio_set_multiple() function in drivers/gpio/gpio-xilinx.c to use the new generic functions: bitmap_get_value() and bitmap_set_value(). The code is now simpler to read and understand. Moreover, instead of looping for each bit in xgpio_set_multiple() function, now we can

[PATCH] net: mellanox: mlxsw: fix error return code of mlxsw_sp_router_nve_promote_decap()

2021-03-06 Thread Jia-Ju Bai
When fib_entry is NULL, no error return code of mlxsw_sp_router_nve_promote_decap() is assigned. To fix this bug, err is assigned with -EINVAL in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c | 4 +++- 1 file changed, 3 in

Re: [PATCH v2 RESEND] coccinelle: misc: add minmax script

2021-03-06 Thread Julia Lawall
On Fri, 19 Feb 2021, Denis Efremov wrote: > Check for opencoded min(), max() implementations. > > Signed-off-by: Denis Efremov > --- > > Changes in v2: > - <... ...> instead of ... when any > - org mode reports fixed > - patch rule to drop excessive () > > scripts/coccinelle/misc/minmax.co

[PATCH] thermal: thermal_of: fix error return code of thermal_of_populate_bind_params()

2021-03-06 Thread Jia-Ju Bai
When kcalloc() fails and __tcbp is NULL, no error return code of thermal_of_populate_bind_params() is assigned. To fix this bug, ret is assigned with -ENOMEM in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/thermal/thermal_of.c | 4 +++- 1 file changed, 3 insertions(+

[PATCH] media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming()

2021-03-06 Thread Jia-Ju Bai
When sun6i_video_remote_subdev() returns NULL to subdev, no error return code of sun6i_video_start_streaming() is assigned. To fix this bug, ret is assigned with -EINVAL in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c | 4

[PATCH] staging: ralink-gdma: Check return code of device_reset

2021-03-06 Thread Giovanni Gherdovich
The device_reset() function is marked as "__must_check", thus the static analysis tool "sparse" complains that in ralink-gdma its return value is ignored. Log a warning in case it returns an error. Signed-off-by: Giovanni Gherdovich --- drivers/staging/ralink-gdma/ralink-gdma.c | 4 +++- 1 file

[PATCH 1/2 V2] usb: gadget: s3c: Fix incorrect resources releasing

2021-03-06 Thread Christophe JAILLET
Since commit 188db4435ac6 ("usb: gadget: s3c: use platform resources"), 'request_mem_region()' and 'ioremap()' are no more used, so they don't need to be undone in the error handling path of the probe and in the removre function. Remove these calls and the unneeded 'rsrc_start' and 'rsrc_len' glob

[PATCH 2/2 v2] usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'

2021-03-06 Thread Christophe JAILLET
Some 'clk_prepare_enable()' and 'clk_get()' must be undone in the error handling path of the probe function, as already done in the remove function. Fixes: 3fc154b6b813 ("USB Gadget driver for Samsung s3c2410 ARM SoC") Signed-off-by: Christophe JAILLET --- v2: Fix a stupid error in the hash in Fi

[PATCH] media: tuners: fix error return code of hybrid_tuner_request_state()

2021-03-06 Thread Jia-Ju Bai
When kzalloc() fails and state is NULL, no error return code is assigned. To fix this bug, __ret is assigned with -ENOMEM in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/media/tuners/tuner-i2c.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/d

Re: [PATCH][RFC] perf annotate: show full line locations with 'k' in UI

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Mon, Feb 15, 2021 at 01:34:29PM +0100, Martin Liška escreveu: > On 2/12/21 9:34 PM, Arnaldo Carvalho de Melo wrote: > > Another idea is to, when requested, reserve one line at the bottom to > > show what is the source codefile:line for where the TUI cursor is, i.e. > > you press down/up and the

Re: [PATCH] net: mellanox: mlxsw: fix error return code of mlxsw_sp_router_nve_promote_decap()

2021-03-06 Thread Heiner Kallweit
On 06.03.2021 15:07, Jia-Ju Bai wrote: > When fib_entry is NULL, no error return code of > mlxsw_sp_router_nve_promote_decap() is assigned. > To fix this bug, err is assigned with -EINVAL in this case. > Again, are you sure this is a bug? To me it looks like it is intentional to not return an erro

[PATCH] ti: wlcore: fix error return code of wl1271_suspend()

2021-03-06 Thread Jia-Ju Bai
When wl is NULL, no error return code of wl1271_suspend() is assigned. To fix this bug, ret is assigned with -EINVAL in this case. Reported-by: TOTE Robot Signed-off-by: Jia-Ju Bai --- drivers/net/wireless/ti/wlcore/sdio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless

Re: [PATCH v1 3/4] IIO: acpi-als: Get rid of ACPICA message printing

2021-03-06 Thread Jonathan Cameron
On Fri, 05 Mar 2021 19:42:29 +0100 "Rafael J. Wysocki" wrote: > From: Rafael J. Wysocki > > Use acpi_evaluation_failure_warn() introduced previously instead of > the ACPICA-specific ACPI_EXCEPTION() macro to log warning messages > regarding ACPI object evaluation failures and drop the > ACPI_MO

[GIT PULL] perf tools fixes for v5.12

2021-03-06 Thread Arnaldo Carvalho de Melo
Hi Linus, Please consider pulling, Best regards, - Arnaldo Test results at the end of this message. The following changes since commit 7a7fd0de4a9804299793e564a555a49c1fc924cb: Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (202

Re: [PATCH v1 2/2] iio: adc: add ADC driver for the TI TSC2046 controller

2021-03-06 Thread Jonathan Cameron
On Sat, 6 Mar 2021 14:28:52 +0100 Oleksij Rempel wrote: > On Fri, Mar 05, 2021 at 07:02:39PM +, Jonathan Cameron wrote: > > On Fri, 5 Mar 2021 14:38:13 +0100 > > Oleksij Rempel wrote: > > > > > Basically the TI TSC2046 touchscreen controller is 8 channel ADC > > > optimized for > > > the

<    1   2   3   4   5   >