Re: [BUG] jevents problem when cross building Re: [PATCH 2/3] perf tools: Allow to enable/disable events via control file

2020-12-16 Thread John Garry
On 10/12/2020 19:57, John Garry wrote: Hi Arnaldo, Can you try this on top: 8<- From 201aa2cb7bc8723765afd84a5d3972248af0f0a1 Mon Sep 17 00:00:00 2001 From: John Garry Date: Thu, 10 Dec 2020 19:45:14 + Subject: [PATCH] perf jevents: Add system events table for empty mapping For

Re: [PATCH 1/2] futex: mark futex_detect_cmpxchg() as 'noinline'

2020-12-16 Thread Peter Zijlstra
On Tue, Dec 15, 2020 at 12:26:10PM +0100, Arnd Bergmann wrote: > On Tue, Dec 15, 2020 at 7:09 AM Guo Ren wrote: > > On Mon, Dec 14, 2020 at 9:15 PM Arnd Bergmann wrote: > > > I had a look at what other architectures always implement > > > futex_atomic_cmpxchg_inatomic() or can use the

[PATCH] drm/etnaviv: provide more ID values via GET_PARAM ioctl.

2020-12-16 Thread Christian Gmeiner
Make it possible for the user space to access these ID values. Signed-off-by: Christian Gmeiner --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 12 include/uapi/drm/etnaviv_drm.h| 3 +++ 2 files changed, 15 insertions(+) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c

Re: [PATCH bpf-next v5 11/11] bpf: Document new atomic instructions

2020-12-16 Thread Brendan Jackman
On Wed, 16 Dec 2020 at 08:08, Yonghong Song wrote: > > > > On 12/15/20 4:18 AM, Brendan Jackman wrote: > > Document new atomic instructions. > > > > Signed-off-by: Brendan Jackman > > Ack with minor comments below. > > Acked-by: Yonghong Song > > > --- > > Documentation/networking/filter.rst

[PATCH] um: fix spelling mistake in Kconfig "privleges" -> "privileges"

2020-12-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King --- arch/um/drivers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/drivers/Kconfig b/arch/um/drivers/Kconfig index 2e7b8e0e7194..58e3ffc17b7d

[PATCH 1/3] dt-bindings: usb: mtk-xhci: add a new property for broken streams

2020-12-16 Thread Chunfeng Yun
The 0.96 xHCI controller on some platforms does not support bulk stream even HCCPARAMS says supporting, due to MaxPSASize is set a non-zero default value by mistake, so add a new property "mediatek,broken_streams_quirk" to fix it. Signed-off-by: Chunfeng Yun --- this patch depends on:

[PATCH 2/3] usb: xhci-mtk: fix UAS issue by XHCI_BROKEN_STREAMS quirk

2020-12-16 Thread Chunfeng Yun
The 0.96 xHCI controller on some platforms does not support bulk stream even HCCPARAMS says supporting, due to MaxPSASize is set a non-zero default value by mistake, here use XHCI_BROKEN_STREAMS quirk to fix it. Fixes: 94a631d91ad3 ("usb: xhci-mtk: check hcc_params after adding primary hcd")

[PATCH 3/3] arm64: dts: mt8173: add a broken streams quirk property for xHCI node

2020-12-16 Thread Chunfeng Yun
Due to 0.96 xHCI on mt8173 doesn't support bulk stream but MaxPSASize says supporting, add a new "mediatek,broken_streams_quirk" property to fix it. Fixes: 94a631d91ad3 ("usb: xhci-mtk: check hcc_params after adding primary hcd") Signed-off-by: Chunfeng Yun ---

Re: [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations

2020-12-16 Thread Brendan Jackman
On Wed, 16 Dec 2020 at 08:19, Yonghong Song wrote: > > > > On 12/15/20 3:12 AM, Brendan Jackman wrote: > > On Tue, Dec 08, 2020 at 10:15:35AM -0800, Yonghong Song wrote: > >> > >> > >> On 12/8/20 8:59 AM, Brendan Jackman wrote: > >>> On Tue, Dec 08, 2020 at 08:38:04AM -0800, Yonghong Song wrote:

arch/sh/kernel/process_32.c:42:9: sparse: sparse: incorrect type in argument 1 (different base types)

2020-12-16 Thread kernel test robot
months ago config: sh-randconfig-s032-20201216 (attached as .config) compiler: sh4-linux-gcc (GCC) 9.3.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse

[PATCH] wilc1000: fix spelling mistake in Kconfig "devision" -> "division"

2020-12-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King --- drivers/net/ethernet/ni/Kconfig | 2 +- drivers/net/wireless/microchip/wilc1000/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

NAK: [PATCH] wilc1000: fix spelling mistake in Kconfig "devision" -> "division"

2020-12-16 Thread Colin Ian King
On 16/12/2020 11:54, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in the Kconfig help text. Fix it. > > Signed-off-by: Colin Ian King > --- > drivers/net/ethernet/ni/Kconfig | 2 +- > drivers/net/wireless/microchip/wilc1000/Kconfig | 2 +- > 2 files

[PATCH][V2] wilc1000: fix spelling mistake in Kconfig "devision" -> "division"

2020-12-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King --- V2: remove another fix from the patch --- drivers/net/wireless/microchip/wilc1000/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: static_branch_enable() does not work from a __init function?

2020-12-16 Thread Jessica Yu
+++ Peter Zijlstra [16/12/20 10:26 +0100]: [snip] PS, I originally found: in arch/x86/kvm/vmx/vmx.c: vmx_init(), it looks like the line "static_branch_enable(_evmcs);" does not take effect in a v5.4-based kernel, but does take effect in the v5.10 kernel in the same x86-64 virtual machine on

Re: [PATCH v2 1/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm

2020-12-16 Thread Lucas Stach
Hi Guido, Am Mittwoch, dem 16.12.2020 um 12:27 +0100 schrieb Guido Günther: This allows us to shut down the mipi power domain on the imx8. The alternative would be to drop the dphy from the mipi power domain in the SOCs device tree and only have the DSI host controller visible there but since the

[PATCH] net: nixge: fix spelling mistake in Kconfig: "Instuments" -> "Instruments"

2020-12-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the Kconfig. Fix it. Signed-off-by: Colin Ian King --- drivers/net/ethernet/ni/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ni/Kconfig b/drivers/net/ethernet/ni/Kconfig index

Re: [PATCH v2 1/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm

2020-12-16 Thread Lucas Stach
Hi Guido, this time hopefully with less broken quoting. My mailer is driving me mad right now... Am Mittwoch, dem 16.12.2020 um 12:27 +0100 schrieb Guido Günther: > This allows us to shut down the mipi power domain on the imx8. The > alternative would be to drop the dphy from the mipi power

drivers/tty/vt/keyboard.c:2037:13: sparse: sparse: incorrect type in initializer (different address spaces)

2020-12-16 Thread kernel test robot
-20201216 (attached as .config) compiler: sh4-linux-gcc (GCC) 9.3.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # apt-get install sparse # sparse version: v0.6.3-184-g1b896707-dirty

Re: [PATCH v3 4/7] iommu: Switch gather->end to unsigned long long

2020-12-16 Thread Robin Murphy
On 2020-12-16 10:36, Yong Wu wrote: Currently gather->end is "unsigned long" which may be overflow in arch32 in the corner case: 0xfff0 + 0x10(iova + size). Although it doesn't affect the size(end - start), it affects the checking "gather->end < end" This won't help the same situation

Re: [PATCH v8 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver

2020-12-16 Thread Lukasz Stelmach
It was <2020-12-15 wto 17:46>, when Jakub Kicinski wrote: > On Wed, 16 Dec 2020 01:42:03 +0100 Lukasz Stelmach wrote: + ax_local->stats.rx_packets++; + ax_local->stats.rx_bytes += skb->len; + skb->dev = ndev; + + skb->truesize = skb->len + sizeof(struct sk_buff); >>>

[PATCH][next] NFSv4.2: fix error return on memory allocation failure

2020-12-16 Thread Colin King
From: Colin Ian King Currently when an alloc_page fails the error return is not set in variable err and a garbage initialized value is returned. Fix this by setting err to -ENOMEM before taking the error return path. Addresses-Coverity: ("Uninitialized scalar variable") Fixes: a1f26739ccdc

[PATCH] soc: ti: knav_qmss: Put refcount for dev node in failure case

2020-12-16 Thread Vasyl Gomonovych
for_each_child_of_node increases refcount for each device_node and decreases previous one in a loop, but in case jump out of a loop current node refcount has no chnase for decreases so requires an of_node_put for jupm out cases. Fix based on raport from

Re: [PATCH] x86/sgx: Synchronize encl->srcu in sgx_encl_release().

2020-12-16 Thread Jarkko Sakkinen
On Tue, Dec 15, 2020 at 02:04:10PM -0800, Sean Christopherson wrote: > On Tue, Dec 15, 2020, Jarkko Sakkinen wrote: > > On Mon, Dec 14, 2020 at 11:01:32AM -0800, Sean Christopherson wrote: > > > Haitao reported the bug, and for all intents and purposes provided the > > > fix. I > > > just did

Re: [PATCH 2/3] usb: xhci-mtk: fix UAS issue by XHCI_BROKEN_STREAMS quirk

2020-12-16 Thread Nicolas Boichat
On Wed, Dec 16, 2020 at 7:53 PM Chunfeng Yun wrote: > > The 0.96 xHCI controller on some platforms does not support > bulk stream even HCCPARAMS says supporting, due to MaxPSASize > is set a non-zero default value by mistake, here use > XHCI_BROKEN_STREAMS quirk to fix it. > > Fixes: 94a631d91ad3

[PATCH v2 1/3] KVM: arm64: Decouple partial code of hyp stage 1 mapping and guest stage 2 mapping

2020-12-16 Thread Yanan Wang
Procedures of hyp stage 1 mapping and guest stage 2 mapping are different, but they are tied closely by function kvm_set_valid_leaf_pte(). So separate them by rewriting kvm_set_valid_leaf_pte(). Signed-off-by: Will Deacon Signed-off-by: Yanan Wang --- arch/arm64/kvm/hyp/pgtable.c | 54

[PATCH v2 2/3] KVM: arm64: Add prejudgement for relaxing permissions only case in stage2 translation fault handler

2020-12-16 Thread Yanan Wang
In dirty-logging, or dirty-logging-stopped time, even normal running time of a guest configed with huge mappings and numbers of vCPUs, translation faults by different vCPUs on the same GPA could occur successively almost at the same time. There are two reasons for it. (1) If there are some vCPUs

Re: [PATCH 1/1] regulators: bd718x7: Add enable times

2020-12-16 Thread Vaittinen, Matti
Hello Guido, Thanks for looking at this! On Wed, 2020-12-16 at 12:05 +0100, Guido Günther wrote: > Use the typical startup times from the data sheet so boards get a > reasonable default. Not setting any enable time can lead to board > hangs > when e.g. clocks are enabled too soon afterwards. >

[PATCH v2 0/3] RFC: Solve several problems in stage 2 translation

2020-12-16 Thread Yanan Wang
Hi, this is the second version, thanks for reading. PATCH1/3: Procedures of hyp stage 1 mapping and guest stage 2 mapping are different, but they are tied closely by function kvm_set_valid_leaf_pte(). So separate them by rewriting kvm_set_valid_leaf_pte(). PATCH2/3: To avoid unnecessary update

[PATCH v2 3/3] KVM: arm64: Mark the page dirty only if the fault is handled successfully

2020-12-16 Thread Yanan Wang
We now mark the page dirty and set the bitmap before calling fault handlers in user_mem_abort(), and we might end up having spurious dirty pages if update of permissions or mapping has failed. So, mark the page dirty only if the fault is handled successfully. Let the guest directly enter again

[PATCH v7] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap

2020-12-16 Thread Topi Miettinen
Writing a new value of 3 to /proc/sys/kernel/randomize_va_space enables full randomization of memory mappings. With 2, the base of the VMA used for such mappings is random, but the mappings are created in predictable places within the VMA and in sequential order. With 3, new VMAs are created to

Re: [PATCH 00/15] drm/vc4: hdmi: Add CEC support for the BCM2711

2020-12-16 Thread Hans Verkuil
Hi Maxime, On 10/12/2020 14:46, Maxime Ripard wrote: > Hi, > > Here's a series introducing the CEC support for the BCM2711 found on the > RaspberryPi4. > > The BCM2711 HDMI controller uses a similar layout for the CEC registers, the > main difference being that the interrupt handling part is

Re: regression: 9a56493f6942 "uts: Use generic ns_common::count" broke makedumpfile 1.6.7

2020-12-16 Thread Kirill Tkhai
Hi, Alexander, On 16.12.2020 14:02, Mike Galbraith wrote: > Greetings, > > With this commit, bisected and confirmed, kdump stops working here, > makedumpfile saying "check_release: Can't get the kernel version". hasn't your commit 55d9e11398a4 "kdump: append uts_namespace.name offset to

[PATCH][next] octeontx2-af: Fix undetected unmap PF error check

2020-12-16 Thread Colin King
From: Colin Ian King Currently the check for an unmap PF error is always going to be false because intr_val is a 32 bit int and is being bit-mask checked against 1ULL << 32. Fix this by making intr_val a u64 to match the type at it is copied from, namely npa_event_context->npa_af_rvu_ge.

Re: [PATCH] spi: Fix the clamping of spi->max_speed_hz

2020-12-16 Thread Geert Uytterhoeven
On Wed, Dec 16, 2020 at 10:23 AM Tudor Ambarus wrote: > If spi->controller->max_speed_hz is zero, a non-zero spi->max_speed_hz > will be overwritten by zero. Make sure spi->controller->max_speed_hz > is not zero when clamping spi->max_speed_hz. > > Put the spi->controller->max_speed_hz non-zero

Re: static_branch_enable() does not work from a __init function?

2020-12-16 Thread Jessica Yu
+++ Peter Zijlstra [16/12/20 10:26 +0100]: On Wed, Dec 16, 2020 at 03:54:29AM +, Dexuan Cui wrote: PS, I originally found: in arch/x86/kvm/vmx/vmx.c: vmx_init(), it looks like the line "static_branch_enable(_evmcs);" does not take effect in a v5.4-based kernel, but does take effect in the

Re: [PATCH 1/1] regulators: bd718x7: Add enable times

2020-12-16 Thread Guido Günther
Hi Matti, On Wed, Dec 16, 2020 at 12:29:20PM +, Vaittinen, Matti wrote: > Hello Guido, > > Thanks for looking at this! > > On Wed, 2020-12-16 at 12:05 +0100, Guido Günther wrote: > > Use the typical startup times from the data sheet so boards get a > > reasonable default. Not setting any

Re: linusw/devel bisection: baseline.bootrr.mediatek-mt8173-pinctrl-probed on mt8173-elm-hana

2020-12-16 Thread Linus Walleij
On Wed, Dec 16, 2020 at 11:10 AM Guillaume Tucker wrote: > > It seems we need to teach the core to ignore the name (empty string). > > OK great, I see you've sent a patch for that. I'll check if we > can confirm it fixes the issue (something I'd like to also > automate...). Yups would love to

Re: [PATCH] gpiolib: Allow name duplicates of "" and "NC"

2020-12-16 Thread Linus Walleij
On Tue, Dec 15, 2020 at 6:02 PM Bjorn Andersson wrote: > Not all GPIO pins are exposed to the world and this is typically > described by not giving these lines particular names, commonly "" or > "NC". > > With the recent introduction of '2cd64ae98f35 ("gpiolib: Disallow > identical line names in

Re: [PATCH v7 1/4] dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID

2020-12-16 Thread Krzysztof Kozlowski
On Wed, Dec 16, 2020 at 09:55:34AM +, Alice Guo (OSS) wrote: > > > > -Original Message- > > From: Krzysztof Kozlowski > > Sent: 2020年12月15日 17:11 > > To: Alice Guo (OSS) > > Cc: robh...@kernel.org; shawn...@kernel.org; s.ha...@pengutronix.de; > > ker...@pengutronix.de;

[PATCH v2] ALSA: hda: Continue to probe when codec probe fails

2020-12-16 Thread Kai-Heng Feng
Similar to commit 9479e75fca37 ("ALSA: hda: Keep the controller initialization even if no codecs found"), when codec probe fails, it doesn't enable runtime suspend, and can prevent graphics card from getting powered down: [4.280991] snd_hda_intel :01:00.1: no codecs initialized $ cat

Re: [PATCH] objtool: Fix seg fault with Clang non-section symbols

2020-12-16 Thread Miroslav Benes
On Mon, 14 Dec 2020, Josh Poimboeuf wrote: > The Clang assembler likes to strip section symbols, which means objtool > can't reference some text code by its section. This confuses objtool > greatly, causing it to seg fault. > > The fix is similar to what was done before, for ORC reloc

Re: [PATCH 1/1] regulators: bd718x7: Add enable times

2020-12-16 Thread Mark Brown
On Wed, Dec 16, 2020 at 01:41:33PM +0100, Guido Günther wrote: > On Wed, Dec 16, 2020 at 12:29:20PM +, Vaittinen, Matti wrote: > > > + .enable_time = 144, > > Where are these values obtained from? I have a feeling they might be > > board / load specific. If this is the case -

Re: static_branch_enable() does not work from a __init function?

2020-12-16 Thread Peter Zijlstra
On Wed, Dec 16, 2020 at 12:55:25PM +0100, Jessica Yu wrote: > +++ Peter Zijlstra [16/12/20 10:26 +0100]: > [snip] > > > PS, I originally found: in arch/x86/kvm/vmx/vmx.c: vmx_init(), it looks > > > like the line "static_branch_enable(_evmcs);" does not take effect > > > in a v5.4-based kernel, but

[PATCH] ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658

2020-12-16 Thread Chris Chiu
Acer TravelMate laptops P648/P658 series with codec ALC282 only have one physical jack for headset but there's a confusing lineout pin on NID 0x1b reported. Audio applications hence misunderstand that there are a speaker and a lineout, and take the lineout as the default audio output. Add a new

Re: general protection fault in taprio_dequeue_soft

2020-12-16 Thread Davide Caratti
On Tue, 2020-12-15 at 01:44 -0800, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit:7f376f19 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.k.. > git tree: net > console output: https://syzkaller.appspot.com/x/log.txt?x=1384228750 > kernel config:

[PATCH 2/3] dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc

2020-12-16 Thread Claudiu Beznea
Add compatible for Microchip SAMA7G5's shutdown controller. Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt

[PATCH] ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"

2020-12-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King --- sound/soc/sof/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index 031dad5fc4c7..3e8b6c035ce3 100644

[PATCH 0/3] power: reset: at91-sama5d2_shdwc: add support for SAMA7G5

2020-12-16 Thread Claudiu Beznea
Hi, This series adds support for SAMA7G5 shutdown controller. Thank you, Claudiu Beznea Claudiu Beznea (3): power: reset: at91-sama5d2_shdwc: fix wkupdbc mask dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc power: reset: at91-sama5d2_shdwc: add support for sama7g5

[PATCH 3/3] power: reset: at91-sama5d2_shdwc: add support for sama7g5

2020-12-16 Thread Claudiu Beznea
Add support for SAMA7G5 by adding proper struct reg_config structure and since SAMA7G5 is not currently on LPDDR setups the commit also avoid the mapping of DDR controller. Signed-off-by: Claudiu Beznea --- drivers/power/reset/at91-sama5d2_shdwc.c | 72 1 file

[PATCH 1/3] power: reset: at91-sama5d2_shdwc: fix wkupdbc mask

2020-12-16 Thread Claudiu Beznea
According to datasheet WKUPDBC mask is b/w bits 26..24. Fixes: f80cb48843987 ("power: reset: at91-shdwc: add new shutdown controller driver") Signed-off-by: Claudiu Beznea --- drivers/power/reset/at91-sama5d2_shdwc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [linux-sunxi] Re: [PATCH 1/3] dt-bindings: arm: sunxi: add PineTab new panel DT binding

2020-12-16 Thread Maxime Ripard
On Tue, Dec 15, 2020 at 06:59:33AM +0800, Icenowy Zheng wrote: > 于 2020年12月14日 GMT+08:00 下午6:37:04, Maxime Ripard 写到: > >On Thu, Dec 10, 2020 at 04:42:32PM +0800, Icenowy Zheng wrote: > >> Early adopters' PineTabs (and all further releases) will have a new > >LCD > >> panel different with the one

Re: [RFC][PATCH 0/5] select_idle_sibling() wreckage

2020-12-16 Thread Li, Aubrey
Hi Peter, On 2020/12/15 0:48, Peter Zijlstra wrote: > Hai, here them patches Mel asked for. They've not (yet) been through the > robots, so there might be some build fail for configs I've not used. > > Benchmark time :-) > Here is the data on my side, benchmarks were tested on a x86 4 sockets

Re: TREE01 rcutorture writer stalls?

2020-12-16 Thread Frederic Weisbecker
On Tue, Dec 15, 2020 at 09:04:07PM -0800, Paul E. McKenney wrote: > Hello, Frederic, > > Are you seeing rcutorture writer stalls? Please see attached for an > example from testing, search for "Call Trace". I am running an overnight > test, which should get me some idea of frequency. My thought

[PATCH wireless -next] brcmfmac: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Therefore, goto expression is no longer needed, so simplify it. Signed-off-by: Zheng Yongjun --- .../net/wireless/broadcom/brcm80211/brcmfmac/firmware.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)

[PATCH wireless -next] rtw88: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Signed-off-by: Zheng Yongjun --- drivers/net/wireless/realtek/rtw88/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c

[PATCH -next] ti/fapll: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Signed-off-by: Zheng Yongjun --- drivers/clk/ti/fapll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c index 95e36ba64acc..a61d69159e9a 100644 ---

Re: [PATCH v2 3/8] dt-bindings: regulator: Add document for MT6359 regulator

2020-12-16 Thread Mark Brown
On Wed, Dec 16, 2020 at 12:34:19PM +0800, Hsin-hsiung Wang wrote: > On Wed, 2020-09-23 at 17:24 +0100, Mark Brown wrote: > > On Mon, Sep 21, 2020 at 07:48:10PM +0800, Hsin-Hsiung Wang wrote: > > > +Required properties: > > > +- compatible: "mediatek,mt6359-regulator" > > The compatible isn't

Re: [PATCH v9 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page

2020-12-16 Thread Oscar Salvador
On Sun, Dec 13, 2020 at 11:45:26PM +0800, Muchun Song wrote: > + > +/* > + * vmemmap_rmap_walk - walk vmemmap page table > + * > + * @rmap_pte:called for each non-empty PTE (lowest-level) > entry. > + * @reuse: the page which is reused for the tail vmemmap pages. > + *

[PATCH -next] qcom: bam_dma: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Therefore, goto expression is no longer needed, so simplify it. Signed-off-by: Zheng Yongjun --- drivers/dma/qcom/bam_dma.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git

[PATCH -next] ubi: eba: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Signed-off-by: Zheng Yongjun --- drivers/mtd/ubi/eba.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/ubi/eba.c b/drivers/mtd/ubi/eba.c index 0edecfdbd01f..9c2840ffd2e9 100644 ---

Re: [PATCH 0/1] regulators: bd718x7: Add enable times

2020-12-16 Thread Mark Brown
On Wed, Dec 16, 2020 at 12:05:53PM +0100, Guido Günther wrote: > Use the typical startup times from the data sheet so boards get a > reasonable default. Not setting any enable time can lead to board hangs > when e.g. clocks are enabled too soon afterwards. Please don't send cover letters for

[PATCH -next] soc: fsl: qbman: Delete useless kfree code

2020-12-16 Thread Zheng Yongjun
The parameter of kfree function is NULL, so kfree code is useless, delete it. Signed-off-by: Zheng Yongjun --- drivers/soc/fsl/qbman/bman.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/soc/fsl/qbman/bman.c b/drivers/soc/fsl/qbman/bman.c index c5dd026fe889..6cc1847e534a 100644 ---

[rcu:dev.2020.12.15a] BUILD SUCCESS WITH WARNING 22a5aeecf105617107dc7f8ee4f6cb1231630a15

2020-12-16 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.12.15a branch HEAD: 22a5aeecf105617107dc7f8ee4f6cb1231630a15 tools/rcutorture: Support nocb toggle in TREE01 Warning ids grouped by kconfigs: gcc_recent_errors `-- i386-randconfig-s032-20201215

Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE

2020-12-16 Thread Vijayanand Jitta
On 12/16/2020 1:56 PM, Alexander Potapenko wrote: > On Wed, Dec 16, 2020 at 4:43 AM Vijayanand Jitta > wrote: >> >> >> >> On 12/14/2020 4:02 PM, Vijayanand Jitta wrote: >>> >>> >>> On 12/14/2020 3:04 PM, Alexander Potapenko wrote: On Mon, Dec 14, 2020 at 5:02 AM Vijayanand Jitta

[PATCH -next] mips: kernel: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/mips/kernel/cevt-txx9.c | 2 +- arch/mips/kernel/vpe-mt.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/mips/kernel/cevt-txx9.c b/arch/mips/kernel/cevt-txx9.c

[PATCH -next] mips: pci: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/mips/kernel/vpe-cmp.c | 4 ++-- arch/mips/pci/pci-ar2315.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/mips/kernel/vpe-cmp.c b/arch/mips/kernel/vpe-cmp.c index

[PATCH -next] platform: intel-mid: device_libs: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/x86/platform/intel-mid/device_libs/platform_bt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/platform/intel-mid/device_libs/platform_bt.c

Re: static_branch_enable() does not work from a __init function?

2020-12-16 Thread Jessica Yu
+++ Peter Zijlstra [16/12/20 13:47 +0100]: On Wed, Dec 16, 2020 at 12:55:25PM +0100, Jessica Yu wrote: +++ Peter Zijlstra [16/12/20 10:26 +0100]: [snip] > > PS, I originally found: in arch/x86/kvm/vmx/vmx.c: vmx_init(), it looks > > like the line "static_branch_enable(_evmcs);" does not take

Re: [PATCH v3] lib: stackdepot: Add support to configure STACK_HASH_SIZE

2020-12-16 Thread Alexander Potapenko
On Wed, Dec 16, 2020 at 2:06 PM Vijayanand Jitta wrote: > > > > On 12/16/2020 1:56 PM, Alexander Potapenko wrote: > > On Wed, Dec 16, 2020 at 4:43 AM Vijayanand Jitta > > wrote: > >> > >> > >> > >> On 12/14/2020 4:02 PM, Vijayanand Jitta wrote: > >>> > >>> > >>> On 12/14/2020 3:04 PM, Alexander

[PATCH -next] kernel: cpu: mtrr: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/x86/kernel/cpu/mtrr/cleanup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/cpu/mtrr/cleanup.c b/arch/x86/kernel/cpu/mtrr/cleanup.c index

[PATCH -next] arm: mach-davinci: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/arm/mach-davinci/pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/pm.c b/arch/arm/mach-davinci/pm.c index 323ee4e657c4..94d7d69b9db7 100644 ---

Re: Linux 5.4.84

2020-12-16 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index eee1aa092ede..fe0ab15cfd83 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 83 +SUBLEVEL = 84 EXTRAVERSION = NAME = Kleptomaniac Octopus @@ -802,8 +802,11 @@ DEBUG_CFLAGS

Linux 5.9.15

2020-12-16 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.9.15 kernel. All users of the 5.9 kernel series must upgrade. The updated 5.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.9.y and can be browsed at the normal kernel.org git web browser:

Linux 5.4.84

2020-12-16 Thread Greg Kroah-Hartman
I'm announcing the release of the 5.4.84 kernel. All users of the 5.4 kernel series must upgrade. The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser:

[PATCH -next] alpha: kernel: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/alpha/kernel/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/alpha/kernel/process.c b/arch/alpha/kernel/process.c index 4c7b0414a3ff..71041347d189 100644 ---

[PATCH -next] arm: mach-pxa: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- arch/arm/mach-pxa/z2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index 21fd76bb09cd..6511c4304dda 100644 ---

Re: Linux 5.9.15

2020-12-16 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 0983973bcf08..399cda4e42ae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 9 -SUBLEVEL = 14 +SUBLEVEL = 15 EXTRAVERSION = NAME = Kleptomaniac Octopus @@ -821,8 +821,11 @@ DEBUG_CFLAGS

[PATCH -next] soc: soc-dapm: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- sound/soc/soc-dapm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c index 7f87b449f950..2cf4c9057b14 100644 --- a/sound/soc/soc-dapm.c

[PATCH 1/3] dt-bindings: phy: brcm,brcmstb-usb-phy: convert to the json-schema

2020-12-16 Thread Rafał Miłecki
From: Rafał Miłecki Changes that require mentioning: 1. interrupt-names Name "wakeup" was changed to the "wake". It matches example and what Linux driver looks for in the first place 2. brcm,ipp and brcm,ioc Both were described as booleans with 0 / 1 values. In examples they were

[PATCH -next] tools: perf: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- tools/perf/builtin-diff.c | 4 ++-- tools/perf/builtin-inject.c | 2 +- tools/perf/ui/browsers/annotate.c | 2 +- tools/perf/util/annotate.c| 2 +- 4 files changed, 5

[PATCH 3/3] phy: phy-brcm-usb: support BCM4908 binding

2020-12-16 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 seems to have slightly different registers but work when programmed just like the STB one. Signed-off-by: Rafał Miłecki --- drivers/phy/broadcom/phy-brcm-usb.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/phy/broadcom/phy-brcm-usb.c

[PATCH 2/3] dt-bindings: phy: brcm,brcmstb-usb-phy: add BCM4908 binding

2020-12-16 Thread Rafał Miłecki
From: Rafał Miłecki BCM4908 uses the same PHY and may require just slightly different programming. Signed-off-by: Rafał Miłecki --- .../devicetree/bindings/phy/brcm,brcmstb-usb-phy.yaml| 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH -next] samples: v4l: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- samples/v4l/v4l2-pci-skeleton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/v4l/v4l2-pci-skeleton.c b/samples/v4l/v4l2-pci-skeleton.c index

[PATCH trivial] dm crypt: Spelling s/cihper/cipher/

2020-12-16 Thread Geert Uytterhoeven
Fix a misspelling of "cipher". Signed-off-by: Geert Uytterhoeven --- drivers/md/dm-crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c index 392337f16ecfd87f..3e6a06c93865e311 100644 --- a/drivers/md/dm-crypt.c +++

[PATCH] crypto: CRYPTO_DEV_KEEMBAY_OCS_AES_SM4 should depend on ARCH_KEEMBAY

2020-12-16 Thread Geert Uytterhoeven
The Intel Keem Bay Offload and Crypto Subsystem (OCS) is only present on Intel Keem Bay SoCs. Hence add a dependency on ARCH_KEEMBAY, to prevent asking the user about this driver when configuring a kernel without Intel Keem Bay platform support. While at it, fix a misspelling of "cipher".

[PATCH net-next] mscc: ocelot_vcap: Delete unused variable payload

2020-12-16 Thread Zheng Yongjun
The variable `payload` is set but not used, so delete it. Signed-off-by: Zheng Yongjun --- drivers/net/ethernet/mscc/ocelot_vcap.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/ethernet/mscc/ocelot_vcap.c b/drivers/net/ethernet/mscc/ocelot_vcap.c index

Re: [External] Re: [PATCH v9 03/11] mm/hugetlb: Free the vmemmap pages associated with each HugeTLB page

2020-12-16 Thread Muchun Song
On Wed, Dec 16, 2020 at 9:06 PM Oscar Salvador wrote: > > On Sun, Dec 13, 2020 at 11:45:26PM +0800, Muchun Song wrote: > > + > > +/* > > + * vmemmap_rmap_walk - walk vmemmap page table > > + * > > + * @rmap_pte:called for each non-empty PTE (lowest-level) > > entry. > > + *

[PATCH -next] leds: leds-lm3533: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/leds/leds-lm3533.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/leds/leds-lm3533.c b/drivers/leds/leds-lm3533.c index b3edee703193..9dd205870525 100644 ---

[PATCH v2 2/4] scsi: ufs: Remove redundant null checking of devfreq instance

2020-12-16 Thread Stanley Chu
hba->devfreq is zero-initialized thus it is not required to check its existence in ufshcd_add_lus() function which is invoked during initialization only. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufshcd.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git

[PATCH v2 0/4] scsi: ufs: Cleanup and refactor clock scaling

2020-12-16 Thread Stanley Chu
Hi, This series cleans up and refactors clk-scaling feature, and shall not change any functionality. This series is based on Can's series "Three changes related with UFS clock scaling" in 5.10/scsi-fixes branch in Martin's tree. However this series may not be required to be merged to 5.10. The

[PATCH v2 1/4] scsi: ufs: Refactor cancelling clkscaling works

2020-12-16 Thread Stanley Chu
Cancelling suspend_work and resume_work is only required while suspending clk-scaling. Thus moving these two invokes into ufshcd_suspend_clkscaling() function. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufshcd.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff

[PATCH v2 3/4] scsi: ufs: Cleanup and refactor clk-scaling feature

2020-12-16 Thread Stanley Chu
Manipulate clock scaling related stuff only if the host capability supports clock scaling feature to avoid redundant code execution. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufshcd.c | 64 --- 1 file changed, 33 insertions(+), 31 deletions(-) diff

Re: [PATCH] ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"

2020-12-16 Thread Kai Vehmanen
Hi, thanks Colin. On Wed, 16 Dec 2020, Colin King wrote: > From: Colin Ian King > > There is a spelling mistake in the Kconfig help text. Fix it. > > Signed-off-by: Colin Ian King Acked-by: Kai Vehmanen Br, kai

[PATCH -next] mmc: core: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/mmc/core/core.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index d42037f0f10d..07c5f242f28a 100644 ---

[PATCH v2 4/4] scsi: ufs: Fix build warning by incorrect function description

2020-12-16 Thread Stanley Chu
Fix build warnings as below due to incorrect function description of ufshcd_try_to_abort_task(). ufshcd.c:6651: warning: Function parameter or member 'hba' not described in 'ufshcd_try_to_abort_task' ufshcd.c:6651: warning: Function parameter or member 'tag' not described in

[PATCH -next] edac: ppc4xx_edac: convert comma to semicolon

2020-12-16 Thread Zheng Yongjun
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun --- drivers/edac/ppc4xx_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/edac/ppc4xx_edac.c b/drivers/edac/ppc4xx_edac.c index 677095769182..6793f6d799e7 100644 ---

Re: [PATCH 5.9 000/105] 5.9.15-rc1 review

2020-12-16 Thread Greg Kroah-Hartman
On Mon, Dec 14, 2020 at 04:53:20PM -0700, Shuah Khan wrote: > On 12/14/20 10:27 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.15 release. > > There are 105 patches in this series, all will be posted as a response > > to this one. If anyone has any

Re: [linux-sunxi] Re: [PATCH 1/3] dt-bindings: arm: sunxi: add PineTab new panel DT binding

2020-12-16 Thread Icenowy Zheng
在 2020-12-16星期三的 14:00 +0100,Maxime Ripard写道: > On Tue, Dec 15, 2020 at 06:59:33AM +0800, Icenowy Zheng wrote: > > 于 2020年12月14日 GMT+08:00 下午6:37:04, Maxime Ripard > > 写到: > > > On Thu, Dec 10, 2020 at 04:42:32PM +0800, Icenowy Zheng wrote: > > > > Early adopters' PineTabs (and all further

Re: [PATCH 5.9 000/105] 5.9.15-rc1 review

2020-12-16 Thread Greg Kroah-Hartman
On Tue, Dec 15, 2020 at 07:57:08AM +0530, Naresh Kamboju wrote: > On Mon, 14 Dec 2020 at 23:06, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.9.15 release. > > There are 105 patches in this series, all will be posted as a response > > to this one. If

Re: [PATCH 5.9 000/105] 5.9.15-rc1 review

2020-12-16 Thread Greg Kroah-Hartman
On Tue, Dec 15, 2020 at 12:32:01PM -0800, Guenter Roeck wrote: > On Mon, Dec 14, 2020 at 06:27:34PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.15 release. > > There are 105 patches in this series, all will be posted as a response > > to this one.

<    1   2   3   4   5   6   7   8   9   10   >