[PATCH V2 Resend 2/2] drm/msm: Unconditionally call dev_pm_opp_of_remove_table()

2020-10-28 Thread Viresh Kumar
dev_pm_opp_of_remove_table() doesn't report any errors when it fails to find the OPP table with error -ENODEV (i.e. OPP table not present for the device). And we can call dev_pm_opp_of_remove_table() unconditionally here. While at it, also create a label to put clkname. Signed-off-by: Viresh

[PATCH v3 7/9] perf mem: Support Arm SPE events

2020-10-28 Thread Leo Yan
This patch adds Arm SPE events for perf memory profiling: 'spe-load': event for only recording memory load ops; 'spe-store': event for only recording memory store ops; 'spe-ldst': event for recording memory load and store ops. Signed-off-by: Leo Yan --- tools/perf/arch/arm64/util/Build

Re: [PATCH RFC v2 18/21] kasan: rename kasan_poison_kfree

2020-10-28 Thread Dmitry Vyukov
On Thu, Oct 22, 2020 at 3:20 PM Andrey Konovalov wrote: > > Rename kasan_poison_kfree() into kasan_slab_free_mempool() as it better > reflects what this annotation does. > > No functional changes. > > Signed-off-by: Andrey Konovalov > Link: >

Re: [seccomp] Request for a "enable on execve" mode for Seccomp filters

2020-10-28 Thread Jann Horn
On Wed, Oct 28, 2020 at 6:52 PM Rich Felker wrote: > On Wed, Oct 28, 2020 at 06:34:56PM +0100, Jann Horn wrote: > > On Wed, Oct 28, 2020 at 5:49 PM Rich Felker wrote: > > > On Wed, Oct 28, 2020 at 01:42:13PM +0100, Jann Horn wrote: > > > > On Wed, Oct 28, 2020 at 12:18 PM Camille Mougey > > >

Lieber Freund (Assalamu Alaikum),?

2020-10-28 Thread AISHA GADDAFI
-- Lieber Freund (Assalamu Alaikum), Ich bin vor einer privaten Suche auf Ihren E-Mail-Kontakt gestoßen Ihre Hilfe. Mein Name ist Aisha Al-Qaddafi, eine alleinerziehende Mutter und eine Witwe mit drei Kindern. Ich bin die einzige leibliche Tochter des Spätlibyschen Präsident (verstorbener Oberst

Re: [PATCH 3/3] ARM: dts: aspeed: amd-ethanolx: Enable devices for the iKVM functionality

2020-10-28 Thread Joel Stanley
On Tue, 27 Oct 2020 at 12:41, Konstantin Aladyshev wrote: > > Enable the USB 2.0 Virtual Hub Controller and > the Video Engine with it's reserved memory region for the implementation > of the iKVM functionality in the BMC. > > Signed-off-by: Konstantin Aladyshev Reviewed-by: Joel Stanley >

Re: [PATCH] mm: Fix a race during split THP

2020-10-28 Thread Andrew Morton
On Tue, 27 Oct 2020 11:25:19 +0100 Michal Hocko wrote: > I have noticed this fix and I do not see it in the mmotm tree. > Is there anything blocking this patch or it simply fall through cracks? It's merged into mainline. Perhaps the grammatical fixlet in the title tricked you... commit

Re: [PATCH 4.19 111/264] nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()

2020-10-28 Thread Pavel Machek
Hi! > From: Vadym Kochan > > [ Upstream commit fc9eec4d643597cf4cb2fef17d48110e677610da ] > > Fix missing 'kfree_const(cell->name)' when call to > nvmem_cell_info_to_nvmem_cell() in several places: > > * after nvmem_cell_info_to_nvmem_cell() failed during >nvmem_add_cells() > >

Re: [PATCH v3] usb: dwc3: core: fix a issue about clear connect state

2020-10-28 Thread Dejin Zheng
On Tue, Oct 27, 2020 at 10:33:09AM +0200, Felipe Balbi wrote: Hi Balbi: Thank you so much for your comment. > > Hi, > > Dejin Zheng writes: > > According to Synopsys Programming Guide chapter 2.2 Register Resets, > > it cannot reset the DCTL register by setting DCTL.CSFTRST for core soft > >

Re: [PATCH v3 1/2] dt-bindings: arm: cpus: Document 'qcom,freq-domain' property

2020-10-28 Thread Rob Herring
On Wed, Oct 21, 2020 at 04:20:37PM +0530, Viresh Kumar wrote: > On 21-10-20, 15:29, Manivannan Sadhasivam wrote: > > Hi, > > > > On Wed, Oct 21, 2020 at 10:36:43AM +0800, Hector Yuan wrote: > > > Hi, Manivannan > > > > > > On Tue, 2020-10-20 at 21:09 +0530, Manivannan Sadhasivam wrote: > > > >

Re: [PATCH 4/9] pstore/ftrace: Add recursion protection to the ftrace callback

2020-10-28 Thread Kees Cook
On Wed, Oct 28, 2020 at 07:52:48AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > If a ftrace callback does not supply its own recursion protection and > does not set the RECURSION_SAFE flag in its ftrace_ops, then ftrace will > make a helper trampoline to do so before

[PATCH -next] mm, page_alloc: Fix old-style function definition

2020-10-28 Thread Zou Wei
Fix warning: mm/page_alloc.c:763:6: warning: old-style function definition [-Wold-style-definition] void init_mem_debugging() ^~ Reported-by: Hulk Robot Signed-off-by: Zou Wei --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH RFC v2 4/5] fbdev: Avoid using FNTCHARCNT() and hard-coded font charcount

2020-10-28 Thread Peilin Ye
For user-provided fonts, the framebuffer layer is using a negative-indexing macro, FNTCHARCNT(), to keep track of their number of characters. For built-in fonts, it is using hard-coded values (256). This results in something like the following: map.length = (ops->p->userfont) ?

Re: [PATCH] net: ftgmac100: Ensure tx descriptor updates are visible

2020-10-28 Thread Joel Stanley
On Thu, 22 Oct 2020 at 07:41, Benjamin Herrenschmidt wrote: > > On Wed, 2020-10-21 at 14:40 +0200, Arnd Bergmann wrote: > > On Wed, Oct 21, 2020 at 12:39 PM Joel Stanley wrote: > > > > > > > > diff --git a/drivers/net/ethernet/faraday/ftgmac100.c > > > b/drivers/net/ethernet/faraday/ftgmac100.c

[PATCH net-next v2 3/4] net: hdlc_fr: Improve the initial check when we receive an skb

2020-10-28 Thread Xie He
1. Change the skb->len check from "<= 4" to "< 4". At first we only need to ensure a 4-byte header is present. We indeed normally need the 5th byte, too, but it'd be more logical and cleaner to check its existence when we actually need it. 2. Add an fh->ea2 check to the initial checks in fr_fx.

Re: [PATCH v2] kthread_worker: re-set CPU affinities if CPU come online

2020-10-28 Thread Thomas Gleixner
On Wed, Oct 28 2020 at 15:30, qiang zhang wrote: > From: Zqiang > > When someone CPU offlined, the 'kthread_worker' which bind this CPU, > will run anywhere, if this CPU online, recovery of 'kthread_worker' > affinity by cpuhp notifiers. > > Signed-off-by: Zqiang > --- > v1->v2: > rename

Re: [PATCH RFC v2 16/21] kasan: optimize poisoning in kmalloc and krealloc

2020-10-28 Thread Dmitry Vyukov
On Thu, Oct 22, 2020 at 3:20 PM Andrey Konovalov wrote: > > Since kasan_kmalloc() always follows kasan_slab_alloc(), there's no need > to reunpoison the object data, only to poison the redzone. > > This requires changing kasan annotation for early SLUB cache to > kasan_slab_alloc(). Otherwise

Re: [PATCH 4/5] fbcon: Avoid hard-coding built-in font charcount

2020-10-28 Thread Peilin Ye
On Tue, Oct 27, 2020 at 08:13:53PM +0100, Daniel Vetter wrote: > On Tue, Oct 27, 2020 at 12:37:29PM -0400, Peilin Ye wrote: > > fbcon_startup() and fbcon_init() are hard-coding the number of characters > > of our built-in fonts as 256. Recently, we included that information in > > our kernel font

Re: [PATCH v6 04/52] dt-bindings: memory: tegra20: emc: Document nvidia,memory-controller property

2020-10-28 Thread Rob Herring
On Tue, Oct 27, 2020 at 08:30:39PM +0100, Krzysztof Kozlowski wrote: > On Tue, Oct 27, 2020 at 10:17:19PM +0300, Dmitry Osipenko wrote: > > 27.10.2020 11:54, Krzysztof Kozlowski пишет: > > > On Mon, Oct 26, 2020 at 01:16:47AM +0300, Dmitry Osipenko wrote: > > >> Tegra20 External Memory Controller

[PATCH v2] efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes

2020-10-28 Thread Geert Uytterhoeven
EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER is deprecated, so it should not be enabled by default. In light of commit 4da0b2b7e67524cc ("efi/libstub: Re-enable command line initrd loading for x86"), keep the default for X86. Fixes: cf6b83664895a5c7 ("efi/libstub: Make initrd file loader

[PATCH net-next v2 4/4] net: hdlc_fr: Add support for any Ethertype

2020-10-28 Thread Xie He
Change the fr_rx function to make this driver support any Ethertype when receiving skbs on normal (non-Ethernet-emulating) PVC devices. (This driver is already able to handle any Ethertype when sending.) Originally in the fr_rx function, the code that parses the long (10-byte) header only

Re: [PATCH v3] zram: break the strict dependency from lzo

2020-10-28 Thread Rui Salvaterra
Hi, Sergey, On Wed, 28 Oct 2020 at 10:19, Sergey Senozhatsky wrote: > > Can the following work then? Almost! See below. :) > Completely untested. > > ===8<=== > > diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig > index fe7a4b7d30cf..f93eed40e155 100644 > ---

[PATCH 3/4] dt-bindings: clock: Introduce RPMHCC bindings for SDX55

2020-10-28 Thread Manivannan Sadhasivam
From: Vinod Koul Add compatible for SDX55 RPMHCC and DT include. Signed-off-by: Vinod Koul --- Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 + include/dt-bindings/clock/qcom,rpmh.h| 1 + 2 files changed, 2 insertions(+) diff --git

Re: [PATCH v3 1/2] dt-bindings: arm: cpus: Document 'qcom,freq-domain' property

2020-10-28 Thread Rob Herring
On Mon, Oct 26, 2020 at 09:51:08AM -0500, Bjorn Andersson wrote: > On Mon 26 Oct 09:32 CDT 2020, Rob Herring wrote: > > > On Tue, Oct 20, 2020 at 09:09:43PM +0530, Manivannan Sadhasivam wrote: > > > Add devicetree documentation for 'qcom,freq-domain' property specific > > > to Qualcomm CPUs. This

upstream build error (11)

2020-10-28 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:4d09c1d9 Merge tag 'devicetree-fixes-for-5.10-1' of git://.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=1615899c50 kernel config: https://syzkaller.appspot.com/x/.config?x=a5c844e56cc50cdb

Greetings

2020-10-28 Thread Isabella.Ferreira
Greetings, I wonder why you continue neglecting my emails. Please, acknowledge the receipt of this message in reference to the subject above as I intend to send to you the details of the mail. Sometimes, try to check your spam box because most of these correspondences fall out sometimes in SPAM

Re: [RESEND PATCH v3 1/4] dt-bindings: clock: Add support for LPASS Audio Clock Controller

2020-10-28 Thread Rob Herring
On Mon, 26 Oct 2020 12:02:18 +, Srinivas Kandagatla wrote: > Audio Clock controller is a block inside LPASS which controls > 2 Glitch free muxes to LPASS codec Macros. > > Signed-off-by: Srinivas Kandagatla > --- > .../bindings/clock/qcom,audiocc-sm8250.yaml | 58 +++ >

Re: [RFC] wimax: move out to staging

2020-10-28 Thread Dan Carpenter
On Tue, Oct 27, 2020 at 10:20:13PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > There are no known users of this driver as of October 2020, and it will > be removed unless someone turns out to still need it in future releases. > > According to

Re: [PATCH 1/2] cpufreq: mediatek: Add support for mt8167

2020-10-28 Thread Viresh Kumar
On 13-10-20, 11:27, Fabien Parent wrote: > Add compatible string for mediatek mt8167 > > Signed-off-by: Fabien Parent > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > drivers/cpufreq/mediatek-cpufreq.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git

Re: [PATCH v3 00/32] Documentation build fixes against v5.10-rc1

2020-10-28 Thread Jonathan Corbet
On Tue, 27 Oct 2020 10:51:04 +0100 Mauro Carvalho Chehab wrote: > This series contain the patches from a previous series I sent: > > [PATCH v2 00/24] Documentation build fixes against next-20201013 > > Plus other patches I sent later, against other versions of linux-next between >

Re: [PATCH v4 0/5] kselftest: Extend vDSO tests

2020-10-28 Thread Shuah Khan
On 10/26/20 6:50 PM, Shuah Khan wrote: On 10/26/20 5:01 PM, Thomas Gleixner wrote: On Mon, Oct 26 2020 at 11:49, Vincenzo Frascino wrote: This series extends the kselftests for the vDSO library making sure: that they compile correctly on non x86 platforms, that they can be cross compiled and

[RESEND PATCH 41/42] mfd: wm8400: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Charles Keepax --- drivers/mfd/wm8400-core.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: PROBLEM: Reiser4 hard lockup

2020-10-28 Thread Edward Shishkin
On 10/27/2020 08:36 PM, Theodore Y. Ts'o wrote: On Tue, Oct 27, 2020 at 01:53:31AM +0100, Edward Shishkin wrote: reiser4progs 1.1.x Software Framework Release Number (SFRN) 4.0.1 file system utilities should not be used to check/fix media formatted 'a priori' in SFRN 4.0.2 and vice-versa.

[PATCH v3] AMD_SFH: Fix for incorrect Sensor index

2020-10-28 Thread Sandeep Singh
From: Sandeep Singh It appears like the accelerometer/magnetometer and gyroscope indices were interchanged in the patch series which got into for-5.11/amd-sfh-hid until Mandoli/Richard reported to us. Ideally sensor indices should be 0,1,2 for the accelerometer, Gyroscope, Magnetometer

[RESEND PATCH 30/42] mfd: tc3589x: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/tc3589x.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v2 seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig

2020-10-28 Thread Geert Uytterhoeven
Hi Kees, On Wed, Oct 28, 2020 at 1:06 AM Kees Cook wrote: > On Tue, Oct 27, 2020 at 10:52:39AM +0100, Geert Uytterhoeven wrote: > > On Thu, Sep 24, 2020 at 2:48 PM YiFei Zhu wrote: > > > From: YiFei Zhu > > > > > > In order to make adding configurable features into seccomp > > > easier, it's

[RESEND PATCH 42/42] mfd: wm8994: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Charles Keepax --- drivers/mfd/wm8994-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[RESEND PATCH 39/42] mfd: vx855: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/vx855.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[RESEND PATCH 40/42] mfd: wl1273: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/wl1273-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[RESEND PATCH 38/42] mfd: twl6040: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/twl6040.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: WARNING in xfrm_alloc_compat

2020-10-28 Thread Steffen Klassert
Same here, Dmitry please look into it. I guess we can just remove the WARN_ON() that triggeres here. On Mon, Oct 26, 2020 at 06:58:28AM -0700, syzbot wrote: > Hello, > > syzbot found the following issue on: > > HEAD commit:f11901ed Merge tag 'xfs-5.10-merge-7' of git://git.kernel... > git

Re: [PATCH 2/3] opp: Add devres wrapper for dev_pm_opp_set_prop_name

2020-10-28 Thread Viresh Kumar
On 28-10-20, 19:02, Frank Lee wrote: > On Wed, Oct 28, 2020 at 6:29 PM Viresh Kumar wrote: > > > > On 12-10-20, 21:55, Frank Lee wrote: > > > From: Yangtao Li > > > > > > Add devres wrapper for dev_pm_opp_set_prop_name() to simplify driver > > > code. > > > > > > Signed-off-by: Yangtao Li > > >

Re: [PATCH v3 2/5] x86/boot/compressed/64: Add CPUID sanity check to early #VC handler

2020-10-28 Thread Joerg Roedel
On Tue, Oct 27, 2020 at 11:38:46AM +0100, Borislav Petkov wrote: > So why are we doing those checks here at all then? I mean, the HV > can tell us whatever it wants, i.e., make sure those checks pass but > still report the C-bit at the wrong position. Which means that those > checks are simply

[RESEND PATCH 37/42] mfd: tps80031: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/tps80031.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] pinctrl: qcom: sm8250: Specify PDC map

2020-10-28 Thread Bjorn Andersson
Specify the PDC mapping for SM8250, so that gpio interrupts are propertly mapped to the wakeup IRQs of the PDC. Signed-off-by: Bjorn Andersson --- drivers/pinctrl/qcom/pinctrl-sm8250.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/pinctrl/qcom/pinctrl-sm8250.c

Re: [PATCH] x86/mm/ident_map: Check for errors from ident_pud_init()

2020-10-28 Thread Joerg Roedel
On Tue, Oct 27, 2020 at 07:06:48PM -0400, Arvind Sankar wrote: > Commit > ea3b5e60ce80 ("x86/mm/ident_map: Add 5-level paging support") > added ident_p4d_init() to support 5-level paging, but this function > doesn't check and return errors from ident_pud_init(). > > For example, the

[PATCH net-next v2 2/4] net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleaner

2020-10-28 Thread Xie He
The eth_type_trans function is called when we receive frames carrying Ethernet frames. This function expects a non-NULL pointer as a argument, and assigns it directly to skb->dev. However, the code handling other types of frames first assigns a pointer to "dev", and then at the end checks whether

Re: [PATCH v5 1/2] dt-bindings: regulator: add support for MT6392

2020-10-28 Thread Fabien Parent
On Wed, Oct 28, 2020 at 1:33 PM Mark Brown wrote: > > You should be using the of_node from the parent device to find the > regulators set, look at how other drivers do this. Thanks for the help. I got it to work. I will send a new revision of the patches.

Re: [PATCH 0/3] warn and suppress irqflood

2020-10-28 Thread Thomas Gleixner
On Wed, Oct 28 2020 at 14:02, Pingfan Liu wrote: > On Tue, Oct 27, 2020 at 3:59 AM Thomas Gleixner wrote: >> Also Liu's patch only works if: >> >> 1) CONFIG_IRQ_TIME_ACCOUNTING is enabled > > I wonder whether it can not be a default option or not by the following > method: >

Re: [PATCH] firmware/dmi: Include product_sku info to modalias

2020-10-28 Thread Jean Delvare
Hi Kai-Chuan, On Wed, 28 Oct 2020 11:50:15 +0800, Kai-Chuan Hsieh wrote: > Some Dell platforms rely on modalias to customize configuration, > the product sku can be more specific for the hardware. > > Add product_sku to modalias for better utilization. > > Signed-off-by: Kai-Chuan Hsieh > ---

[RESEND PATCH 19/42] mfd: max8907: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/max8907.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] agp: amd64: remove unneeded initialization

2020-10-28 Thread Lukas Bulwahn
his change. No functional change. No change in binary code. Signed-off-by: Lukas Bulwahn --- applies cleanly on current master and next-20201028 David, please pick this minor non-urgent clean-up patch. drivers/char/agp/amd64-agp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/agp/amd

[RESEND PATCH 28/42] mfd: sky81452: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/sky81452.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v6 13/52] dt-bindings: memory: tegra124: emc: Document new interconnect property

2020-10-28 Thread Krzysztof Kozlowski
On Tue, Oct 27, 2020 at 11:16:29PM +0300, Dmitry Osipenko wrote: > 27.10.2020 22:48, Krzysztof Kozlowski пишет: > > On Tue, Oct 27, 2020 at 10:19:28PM +0300, Dmitry Osipenko wrote: > >> 27.10.2020 13:25, Krzysztof Kozlowski пишет: > >>> On Mon, Oct 26, 2020 at 01:16:56AM +0300, Dmitry Osipenko

Re: [PATCH 4/4] drm/gma500: avoid Woverride-init warning

2020-10-28 Thread Patrik Jakobsson
On Tue, Oct 27, 2020 at 5:50 PM Arnd Bergmann wrote: > > On Tue, Oct 27, 2020 at 10:54 AM Patrik Jakobsson > wrote: > > On Tue, Oct 27, 2020 at 10:33 AM Daniel Vetter wrote: > > > On Mon, Oct 26, 2020 at 08:41:04PM +0100, Arnd Bergmann wrote: > > > > From: Arnd Bergmann > > > > > > > > gcc

Re: [PATCH v4] dmaengine: qcom: Add ADM driver

2020-10-28 Thread Vinod Koul
On 25-10-20, 18:11, Jonathan McDowell wrote: > Gentle ping on this one; looks like I missed the window for 5.10, but is > there anything outstanding for it to hit 5.11 or should I just have > patience? That would be appreciated, it is in my queue and I should be able to review in few days or

[RESEND PATCH 29/42] mfd: sta2x11: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/sta2x11-mfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH net-next v3 0/4] net: hdlc_fr: Add support for any Ethertype

2020-10-28 Thread Xie He
The main purpose of this series is the last patch. The previous 3 patches are just code clean-ups so that the last patch will not make the code too messy. The patches must be applied in sequence. The receiving code of this driver doesn't support arbitrary Ethertype values. It only recognizes a

[RESEND PATCH 24/42] mfd: rdc321x: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/rdc321x-southbridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: linux-next: build warnings after merge of the counters tree

2020-10-28 Thread Shuah Khan
On 10/27/20 9:23 PM, Stephen Rothwell wrote: Hi all, On Wed, 28 Oct 2020 14:20:39 +1100 Stephen Rothwell wrote: After merging the counters tree, today's linux-next build (htmldocs) produced these warnings: Documentation/core-api/counters.rst:45: WARNING: undefined label: test counters

[RESEND PATCH 23/42] mfd: rc5t583: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/rc5t583.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[PATCH v1] kernel.h: Drop unneeded inclusion from other headers

2020-10-28 Thread Andy Shevchenko
There is no evidence we need kernel.h inclusion in certain headers. Drop unneeded inclusion from other headers. Signed-off-by: Andy Shevchenko --- include/linux/rwsem.h| 1 - include/linux/spinlock.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/linux/rwsem.h

Re: [PATCH 4.19 228/264] PM: hibernate: remove the bogus call to get_gendisk() in software_resume()

2020-10-28 Thread Christoph Hellwig
On Wed, Oct 28, 2020 at 08:10:57AM +0100, Pavel Machek wrote: > This does not fix anything in 4.19, and should not be there. > > It will break resume for people using resumewait option and using > numeric values, as original changelog explains. Eventually, someone > will cry regression and we'll

[RESEND PATCH 18/42] mfd: max77843: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/max77843.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[RESEND PATCH 20/42] mfd: max8997: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/max8997.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[RESEND PATCH 22/42] mfd: mc13xxx: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/mc13xxx-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[RESEND PATCH 25/42] mfd: retu: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/retu-mfd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[RESEND PATCH 17/42] mfd: max77693: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Chanwoo Choi --- drivers/mfd/max77693.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [PATCH] soc: qcom: QCOM_RPMH fix build with modular QCOM_RPMH

2020-10-28 Thread Lina Iyer
On Wed, Oct 28 2020 at 03:43 -0600, Anders Roxell wrote: On Tue, 27 Oct 2020 at 22:15, Lina Iyer wrote: Hi Anders, On Tue, Oct 27 2020 at 05:14 -0600, Anders Roxell wrote: >When building allmodconfig leading to the following link error with >CONFIG_QCOM_RPMH=y and CONFIG_QCOM_COMMAND_DB=m: >

[RESEND PATCH 15/42] mfd: max14577: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Chanwoo Choi --- drivers/mfd/max14577.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[RESEND PATCH 27/42] mfd: sec: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/sec-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: linux-next: build warning in Linus' tree

2020-10-28 Thread Micah Morton
On Tue, Oct 27, 2020 at 8:28 PM Stephen Rothwell wrote: > > Hi all, > > In Linus' tree, today's linux-next build (htmldocs) produced > this warning: > > Documentation/admin-guide/LSM/SafeSetID.rst:110: WARNING: Title underline too > short. Thanks for the heads up. I think someone sent a patch

[RESEND PATCH 26/42] mfd: rt5033: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/rt5033.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] procfs: delete duplicated words + other fixes

2020-10-28 Thread Randy Dunlap
Delete repeated words in fs/proc/. {the, which} where "which which" was changed to "with which". Signed-off-by: Randy Dunlap To: linux-fsde...@vger.kernel.org Cc: Alexey Dobriyan Cc: Andrew Morton --- This is a resend because Alexey requested that I send this thru Andrew. fs/proc/base.c

[RESEND PATCH 21/42] mfd: max8998: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/max8998.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] KUnit: Docs: usage: wording fixes

2020-10-28 Thread Randy Dunlap
Fix minor grammar and punctutation glitches. Hyphenate "architecture-specific" instances. Signed-off-by: Randy Dunlap Cc: David Gow Cc: linux-kselft...@vger.kernel.org Cc: kunit-...@googlegroups.com Cc: Shuah Khan Cc: Shuah Khan Cc: Brendan Higgins ---

Re: [PATCH] KUnit: Docs: style: fix some Kconfig example issues

2020-10-28 Thread Randy Dunlap
On 10/27/20 8:00 PM, David Gow wrote: > On Wed, Oct 28, 2020 at 2:49 AM Randy Dunlap wrote: >> >> Fix the Kconfig example to be closer to Kconfig coding style. >> (Except that it still uses spaces instead of tabs for indentation; >> I guess that Sphinx wants it that way.) >> >> Also add

[RESEND PATCH 13/42] mfd: lp8788: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/lp8788.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v2 0/3] gpiolib: cdev: allow edge event timestamps to be configured as REALTIME

2020-10-28 Thread Linus Walleij
On Thu, Oct 15, 2020 at 1:12 AM Kent Gibson wrote: > This patch set adds the option to select CLOCK_REALTIME as the source > clock for line events. > > The first patch is the core of the change, while the remaining two update > the GPIO tools to make use of the new option. > > Changes for v2: >

[RESEND PATCH 12/42] mfd: kempld: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/kempld-core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[RESEND PATCH 11/42] mfd: intel_soc_pmic: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andy Shevchenko --- drivers/mfd/intel_soc_pmic_core.c | 2 +- 1 file changed, 1 insertion(+), 1

[RESEND PATCH 10/42] mfd: intel_msic: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andy Shevchenko --- drivers/mfd/intel_msic.c | 5 +++-- 1 file changed, 3 insertions(+), 2

[RESEND PATCH 02/42] mfd: as3711: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/as3711.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[tip: x86/cleanups] x86/setup: Remove unused MCA variables

2020-10-28 Thread tip-bot2 for Borislav Petkov
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 0d847ce7c17613d63401ac82336ee1d5df749120 Gitweb: https://git.kernel.org/tip/0d847ce7c17613d63401ac82336ee1d5df749120 Author:Borislav Petkov AuthorDate:Wed, 21 Oct 2020 18:39:47 +02:00

[PATCH -next] drm/amd/display: remove useless if/else

2020-10-28 Thread Zou Wei
Fix the following coccinelle report: ./drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c:1367:3-5: WARNING: possible condition with no effect (if == else) Both branches are the same, so remove the if/else altogether. Fixes: 81875979f0b2 ("drm/amd/display: Remove extra pairs of parentheses in

[RESEND PATCH 04/42] mfd: atmel-hlcdc: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Alexandre Belloni --- drivers/mfd/atmel-hlcdc.c | 2 +- 1 file changed, 1 insertion(+), 1

[RESEND PATCH 08/42] mfd: da9055: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Adam Thomson --- drivers/mfd/da9055-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 2/3] blk-mq: Always complete remote completions requests in softirq

2020-10-28 Thread Sebastian Andrzej Siewior
Controllers with multiple queues have their IRQ-handelers pinned to a CPU. The core shouldn't need to complete the request on a remote CPU. Remove this case and always raise the softirq to complete the request. Signed-off-by: Sebastian Andrzej Siewior --- block/blk-mq.c | 14 +- 1

[PATCH 3/3] blk-mq: Use llist_head for blk_cpu_done

2020-10-28 Thread Sebastian Andrzej Siewior
With llist_head it is possible to avoid the locking (the irq-off region) when items are added. This makes it possible to add items on a remote CPU. llist_add() returns true if the list was previously empty. This can be used to invoke the SMP function call / raise sofirq only if the first item was

[RESEND PATCH 09/42] mfd: da9150: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Adam Thomson --- drivers/mfd/da9150-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v2 1/2] drm/msm: Implement shutdown callback for adreno

2020-10-28 Thread Akhil P Oommen
Implement the shutdown callback for adreno gpu platform device to safely shutdown it before a system reboot. This helps to avoid futher transactions from gpu after the smmu is moved to bypass mode. Signed-off-by: Akhil P Oommen --- drivers/gpu/drm/msm/adreno/adreno_device.c | 6 ++ 1 file

[RESEND PATCH 06/42] mfd: bcm2835: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Florian Fainelli Reviewed-by: Nicolas Saenz Julienne --- drivers/mfd/bcm2835-pm.c | 4 ++-- 1 file

[RESEND PATCH 05/42] mfd: axp20x: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Andy Shevchenko --- drivers/mfd/axp20x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[RESEND PATCH 07/42] mfd: bcm590xx: use PLATFORM_DEVID_NONE

2020-10-28 Thread Krzysztof Kozlowski
Use PLATFORM_DEVID_NONE define instead of "-1" value because: - it brings some meaning, - it might point attention why auto device ID was not used. Signed-off-by: Krzysztof Kozlowski Acked-by: Florian Fainelli --- drivers/mfd/bcm590xx.c | 5 +++-- 1 file changed, 3 insertions(+), 2

Re: [PATCH v3 1/1] sched/uclamp: add SCHED_FLAG_UTIL_CLAMP_RESET flag to reset uclamp

2020-10-28 Thread Yun Hsiang
Hi Patrick, On Wed, Oct 28, 2020 at 11:11:07AM +0100, Patrick Bellasi wrote: > > Hi Dietmar, Yun, > I hope I'm not too late before v4 posting ;) > > I think the overall approach is sound, I just added in a couple of > cleanups and a possible fix (user_defined reset). > > Best, > Patrick > >

[PATCH v3 net-next] net: bridge: mcast: add support for raw L2 multicast groups

2020-10-28 Thread Vladimir Oltean
From: Nikolay Aleksandrov Extend the bridge multicast control and data path to configure routes for L2 (non-IP) multicast groups. The uapi struct br_mdb_entry union u is extended with another variant, mac_addr, which does not change the structure size, and which is valid when the proto field is

[PATCH v2 4/5] clk: imx: gate2: Add cgr_mask for more flexible number of control bits

2020-10-28 Thread Abel Vesa
On some i.MX8 platforms, there are HW gates that share the same bit. So in order to make this clock type more usable, use a mask to specify how many bits belong to those HW gates. Signed-off-by: Abel Vesa --- drivers/clk/imx/clk-gate2.c | 16 ++-- drivers/clk/imx/clk.h | 24

[PATCH] arm64/smp: Move rcu_cpu_starting() earlier

2020-10-28 Thread Qian Cai
The call to rcu_cpu_starting() in secondary_start_kernel() is not early enough in the CPU-hotplug onlining process, which results in lockdep splats as follows: WARNING: suspicious RCU usage - kernel/locking/lockdep.c:3497 RCU-list traversed in non-reader section!!

[PATCH 1/3] blk-mq: Don't complete on a remote CPU in force threaded mode

2020-10-28 Thread Sebastian Andrzej Siewior
With force threaded interrupts enabled, raising softirq from an SMP function call will always result in waking the ksoftirqd thread. This is not optimal given that the thread runs at SCHED_OTHER priority. Completing the request in hard IRQ-context on PREEMPT_RT (which enforces the force threaded

Re: [GIT PULL] tracing, synthetic events: Replace buggy strcat() with seq_buf operations

2020-10-28 Thread pr-tracker-bot
The pull request you sent on Wed, 28 Oct 2020 07:47:35 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-v5.10-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/23859ae44402f4d935b9ee548135dd1e65e2cbf4 Thank you! --

<    3   4   5   6   7   8   9   10   11   12   >