Re: [GIT PULL] CIFS/SMB3 Fixes

2021-03-28 Thread pr-tracker-bot
The pull request you sent on Sat, 27 Mar 2021 19:07:10 -0500: > git://git.samba.org/sfrench/cifs-2.6.git tags/5.12-rc4-smb3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/81b1d39fd39a0ecfd30606714bcc05da586044f9 Thank you! -- Deet-doot-dot, I am a bot. https://korg.

arch/m68k/68000/dragen2.c:73:16: error: 'screen_bits' undeclared

2021-03-28 Thread kernel test robot
Hi Arnd, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0f4498cef9f5cd18d7c6639a2a902ec1edc5be4e commit: a734bbf694270dca8594a5c33375867dc31503f5 m68k: m68328: move platform code to separate files date: 4 months

[tip: locking/core] MAINTAINERS: Add myself as futex reviewer

2021-03-28 Thread tip-bot2 for Davidlohr Bueso
The following commit has been merged into the locking/core branch of tip: Commit-ID: bd9a5fc2edb0bdcb0756298daa31ddd6a02f0634 Gitweb: https://git.kernel.org/tip/bd9a5fc2edb0bdcb0756298daa31ddd6a02f0634 Author:Davidlohr Bueso AuthorDate:Fri, 22 Jan 2021 09:11:01 -08:00 Comm

[tip: x86/vmware] x86/vmware: Avoid TSC recalibration when frequency is known

2021-03-28 Thread tip-bot2 for Alexey Makhalov
The following commit has been merged into the x86/vmware branch of tip: Commit-ID: 0b4a285e2c65c2c9449c6eccb87298e385213e7b Gitweb: https://git.kernel.org/tip/0b4a285e2c65c2c9449c6eccb87298e385213e7b Author:Alexey Makhalov AuthorDate:Mon, 04 Jan 2021 16:47:52 -08:00 Commit

Re: [GIT PULL] locking fix

2021-03-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Mar 2021 12:28:43 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > locking-urgent-2021-03-28 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/47fbbc94dab61a1385f21a0a209c61b5d6b0a215 Thank you! -- Deet-doot-dot

Re: [GIT PULL] x86 fixes

2021-03-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Mar 2021 12:44:42 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-urgent-2021-03-28 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/36a14638f7c06546717cc1316fcfee6da42b98cc Thank you! -- Deet-doot-dot, I

Re: [PATCH] thermal/drivers/netlink: Add the temperature when crossing a trip point

2021-03-28 Thread Srinivas Pandruvada
Hi Daniel, On Sat, 2021-03-27 at 21:25 +0100, Daniel Lezcano wrote: > Hi Srinivas, > > On 27/03/2021 18:46, Srinivas Pandruvada wrote: > > On Fri, 2021-03-26 at 17:37 +0100, Rafael J. Wysocki wrote: > > > On Thu, Mar 25, 2021 at 8:38 PM Daniel Lezcano > > > wrote: > > > > The slope of the temper

[PATCH] usb: dvb-usb: fix memory leak in dvb_usb_adapter_init

2021-03-28 Thread Pavel Skripkin
syzbot reported memory leak in dvb-usb. The problem was in invalid error handling in dvb_usb_adapter_init(). for (n = 0; n < d->props.num_adapters; n++) { if ((ret = dvb_usb_adapter_stream_init(adap)) || (ret = dvb_usb_adapter_dvb_init(adap, adapter_nrs)) ||

Re: [PATCH 0/8] EXT4: Trivial typo fixes

2021-03-28 Thread Ritesh Harjani
On 21/03/27 04:00PM, Bhaskar Chowdhury wrote: > This patch series fixed few mundane typos in the below specific files. > > Bhaskar Chowdhury (8): > EXT4: migrate.c: Fixed few typos > EXT4: namei.c: Fixed a typo > EXT4: inline.c: A typo fixed > Fix a typo > EXT4: indirect.c: A trivial typo

Re: [PATCH v1 3/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

2021-03-28 Thread Jarkko Sakkinen
On Sat, Mar 27, 2021 at 01:41:24PM +0100, David Gstir wrote: > Hi! > > > On 25.03.2021, at 06:26, Sumit Garg wrote: > > > > On Wed, 24 Mar 2021 at 19:37, Ahmad Fatoum wrote: > >> > >> Hello Sumit, > >> > >> On 24.03.21 11:47, Sumit Garg wrote: > >>> On Wed, 24 Mar 2021 at 14:56, Ahmad Fatoum

Re: [PATCH] netfilter: ipset: Remove duplicate declaration

2021-03-28 Thread Jozsef Kadlecsik
On Sat, 27 Mar 2021, Wan Jiabing wrote: > struct ip_set is declared twice. One is declared at 79th line, > so remove the duplicate. Yes, it's a duplicate. Pablo, could you apply it? > Signed-off-by: Wan Jiabing Acked-by: Jozsef Kadlecsik Best regards, Jozsef > --- > include/linux/netfilter/

[PATCH] x86/apic/vector: Move pr_warn() outside of vector_lock

2021-03-28 Thread Waiman Long
It was found that the following circular locking dependency warning could happen in some systems: [ 218.097878] == [ 218.097879] WARNING: possible circular locking dependency detected [ 218.097880] 4.18.0-228.el8.x86_64+debug #1 Not tainted [

Re: [PATCH] PCI: Remove pci_try_set_mwi

2021-03-28 Thread Bjorn Helgaas
On Sun, Mar 28, 2021 at 12:04:35AM +0100, Heiner Kallweit wrote: > On 26.03.2021 22:26, Bjorn Helgaas wrote: > > [+cc Randy, Andrew (though I'm sure you have zero interest in this > > ancient question :))] > > > > On Wed, Dec 09, 2020 at 09:31:21AM +0100, Heiner Kallweit wrote: > >> pci_set_mwi()

Re: tools/testing/radix-tree/idr-test gets a failed assertion on single cpu systems

2021-03-28 Thread Matthew Wilcox
On Fri, Mar 26, 2021 at 02:23:39PM -0400, Chris von Recklinghausen wrote: > Hi Matthew, > > I made the observation that while tools/testing/radix-tree/idr-test runs and > passes just fine on a system with more than one cpu, it gets an assertion > failure when run on a single cpu system. My test sy

Re: ERROR: modpost: "zap_vma_ptes" undefined!

2021-03-28 Thread Jason Gunthorpe
On Wed, Mar 24, 2021 at 08:59:13AM +, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: 7acac4b3196caee5e21fb5ea53f8bc124e6a16fc > commit: 179209fa12709a3dfc323b37315da2683c24 vfio: IOMMU_API should be > selected > dat

Re: drivers/vfio/pci/vfio_pci_nvlink2.c:101:10: error: implicit declaration of function 'mm_iommu_put'

2021-03-28 Thread Jason Gunthorpe
> selected > date: 11 days ago > config: powerpc64-randconfig-r031-20210328 (attached as .config) > compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project > d50fe9f0d6b9ee61df8830a67ea0a33c27a637e7) > reproduce (this is a W=1 build): > wget > https:/

Compiling kernel-3.4.xxx with gcc-9.x. Need some help.

2021-03-28 Thread Fawad Lateef
Hi I am using an Olimex A20 SOM with NAND and due to some binary blob for NAND driver, I am stuck with the sunxi kernel 3.4.xxx version. (Repo here: https://github.com/linux-sunxi/linux-sunxi) I am currently using buildroot-2016 and gcc-5.5 for building the kernel and every other package needed.

[PATCH v2] ia64: simplify code flow around swiotlb init

2021-03-28 Thread Sergei Trofimovich
Before the change CONFIG_INTEL_IOMMU && !CONFIG_SWIOTLB && !CONFIG_FLATMEM could skip `set_max_mapnr(max_low_pfn);` if iommu is not present on system. CC: Andrew Morton CC: John Paul Adrian Glaubitz CC: linux-i...@vger.kernel.org Signed-off-by: Sergei Trofimovich --- Change since v1: fixed a ty

Re: [GIT PULL] perf tools changes for v5.12: 2nd batch

2021-03-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Mar 2021 15:38:38 -0300: > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-tools-fixes-for-v5.12-2020-03-28 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f9e2bb42cf0db3a624d295122db3475aa3e7ad18 Thank you

Re: [GIT PULL] auxdisplay for v5.12-rc6

2021-03-28 Thread pr-tracker-bot
The pull request you sent on Sun, 28 Mar 2021 18:51:51 +0200: > https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.12-rc6 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3fef15f872eec8292d4e53e307c1d17530fb16ba Thank you! -- Deet-doot-dot, I am a bot. ht

Re: [PATCH v8 1/3] lib: zstd: Add kernel-specific API

2021-03-28 Thread Nick Terrell
On Sat, Mar 27, 2021 at 2:48 PM Oleksandr Natalenko wrote: > > Hello. > > On Sat, Mar 27, 2021 at 05:48:01PM +0800, kernel test robot wrote: > > >> ERROR: modpost: "ZSTD_maxCLevel" [fs/f2fs/f2fs.ko] undefined! > > Since f2fs can be built as a module, the following correction seems to > be needed:

Re: [PATCH 4.9 00/78] 4.9.262-rc1 review

2021-03-28 Thread Ben Hutchings
On Mon, 2021-03-15 at 13:42 -0700, Florian Fainelli wrote: > > > On 3/15/2021 6:51 AM, gre...@linuxfoundation.org wrote: > > From: Greg Kroah-Hartman > > > > This is the start of the stable review cycle for the 4.9.262 > > release. > > There are 78 patches in this series, all will be posted as

Re: [PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-28 Thread Vesa Jääskeläinen
Hi, On 25.3.2021 20.41, Pavel Machek wrote: + led-gpios: +description: Array of one or more GPIOs pins used to control the LED. +minItems: 1 +maxItems: 8 # Should be enough We also have a case with multi color LEDs (which is probably a more common than multi intensity LED. So I a

[tip: x86/cleanups] x86/process/64: Move cpu_current_top_of_stack out of TSS

2021-03-28 Thread tip-bot2 for Lai Jiangshan
The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: 1591584e2e762edecefde403c44d9c26c9ff72c9 Gitweb: https://git.kernel.org/tip/1591584e2e762edecefde403c44d9c26c9ff72c9 Author:Lai Jiangshan AuthorDate:Tue, 26 Jan 2021 01:34:29 +08:00 Commit

[PATCH] checkpatch: Use python3 by default with spdxcheck.py

2021-03-28 Thread Ismael Luceno
Allow to override this via the PYTHON environment variable. Some systems still provide Python 2.x under the python name for compatibility reasons; plus the spdxcheck.py script already specifies python3 as it's interpreter. Signed-off-by: Ismael Luceno --- scripts/checkpatch.pl | 5 +++-- 1 file

Re: [PATCHv5 3/7] firmware: stratix10-svc: extend SVC driver to get the firmware version

2021-03-28 Thread Moritz Fischer
On Tue, Feb 09, 2021 at 04:20:29PM -0600, richard.g...@linux.intel.com wrote: > From: Richard Gong > > Extend Intel service layer driver to get the firmware version running at > FPGA device. Therefore FPGA manager driver, one of Intel service layer > driver's client, can decide whether to handle

[PATCH v5 0/7] phy: qcom-qmp: provide DP phy support for sm8250

2021-03-28 Thread Dmitry Baryshkov
Changes since v4: - Fix typo in the qcom,sc7180-qmp-usb3-phy name in the first patch Changes since v3: - Move qcom,sc7180-qmp-usb3-phy and qcom,sdm845-qmp-usb3-phy from qcom,qmp-usb3-dp.yaml to qcom,qmp-phy.yaml - Do not touch qcom,sm8250-qmp-usb3-phy compatible Changes since v2: - Drop un

[PATCH v5 2/7] dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SM8250

2021-03-28 Thread Dmitry Baryshkov
Add compatible for SM8250 in QMP USB3 DP PHY bindings. Signed-off-by: Dmitry Baryshkov Acked-by: Rob Herring --- Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml b

[PATCH v5 1/7] dt-bindings: phy: qcom,qmp-usb3-dp-phy: move usb3 compatibles back to qcom,qmp-phy.yaml

2021-03-28 Thread Dmitry Baryshkov
The commit 724fabf5df13 ("dt-bindings: phy: qcom,qmp-usb3-dp: Add DP phy information") has support for DP part of USB3+DP combo PHYs. However this change is not backwards compatible, placing additional requirements onto qcom,sc7180-qmp-usb3-phy and qcom,sdm845-qmp-usb3-phy device nodes (to include

[PATCH v5 4/7] phy: qcom-qmp: rename common registers

2021-03-28 Thread Dmitry Baryshkov
A plenty of DP PHY registers are common between V3 and V4. To simplify V4 code, rename all common registers. Signed-off-by: Dmitry Baryshkov --- drivers/phy/qualcomm/phy-qcom-qmp.c | 50 ++--- drivers/phy/qualcomm/phy-qcom-qmp.h | 37 ++--- 2 files changed

[PATCH v5 3/7] phy: qcom-qmp: move DP functions to callbacks

2021-03-28 Thread Dmitry Baryshkov
In preparation to adding support for V4 DP PHY move DP functions to callbacks at struct qmp_phy_cfg. Signed-off-by: Dmitry Baryshkov --- drivers/phy/qualcomm/phy-qcom-qmp.c | 438 +++- 1 file changed, 231 insertions(+), 207 deletions(-) diff --git a/drivers/phy/qualcomm/

[PATCH v5 6/7] arm64: dts: qcom: sm8250: switch usb1 qmp phy to USB3+DP mode

2021-03-28 Thread Dmitry Baryshkov
USB1 QMP PHY is not just a USB3 PHY, but USB3+DP PHY. Change device tree nodes accordingly. Signed-off-by: Dmitry Baryshkov --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi

[PATCH v5 5/7] phy: qcom-qmp: add support for sm8250-usb3-dp phy

2021-03-28 Thread Dmitry Baryshkov
Add support for QMP V4 Combo USB3+DP PHY (for SM8250 platform). Signed-off-by: Dmitry Baryshkov --- drivers/phy/qualcomm/phy-qcom-qmp.c | 388 ++-- drivers/phy/qualcomm/phy-qcom-qmp.h | 40 ++- 2 files changed, 406 insertions(+), 22 deletions(-) diff --git a/drivers/phy

[PATCH v5 7/7] arm64: dts: qcom: use dp_phy to provide clocks to dispcc

2021-03-28 Thread Dmitry Baryshkov
Plug dp_phy-provided clocks to display clock controller. Signed-off-by: Dmitry Baryshkov --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 0f79e68

Re: [PATCH] thermal/drivers/netlink: Add the temperature when crossing a trip point

2021-03-28 Thread Daniel Lezcano
On 28/03/2021 21:31, Srinivas Pandruvada wrote: > Hi Daniel, [ ... ] >> I don't see where is the problem. The protocol is still compatible >> with >> the previous version, so that does not break the existing AFAICT. >> That >> is done on purpose. > > The size of netlink message is changed. This

Re: [PATCH 0/8] EXT4: Trivial typo fixes

2021-03-28 Thread Bhaskar Chowdhury
On 01:07 Mon 29 Mar 2021, Ritesh Harjani wrote: On 21/03/27 04:00PM, Bhaskar Chowdhury wrote: This patch series fixed few mundane typos in the below specific files. Bhaskar Chowdhury (8): EXT4: migrate.c: Fixed few typos EXT4: namei.c: Fixed a typo EXT4: inline.c: A typo fixed Fix a typ

RE: [PATCH v3 00/25] KVM SGX virtualization support

2021-03-28 Thread Huang, Kai
> On Fri, Mar 19, 2021 at 08:29:27PM +1300, Kai Huang wrote: > > This series adds KVM SGX virtualization support. The first 14 patches > > starting with x86/sgx or x86/cpu.. are necessary changes to x86 and > > SGX core/driver to support KVM SGX virtualization, while the rest are > > patches > to

Re: Compiling kernel-3.4.xxx with gcc-9.x. Need some help.

2021-03-28 Thread Fawad Lateef
On Sun, 28 Mar 2021 at 22:49, Andy Shevchenko wrote: > > > > On Sunday, March 28, 2021, Fawad Lateef wrote: >> >> Hi >> >> I am using an Olimex A20 SOM with NAND and due to some binary blob for >> NAND driver, I am stuck with the sunxi kernel 3.4.xxx version. (Repo >> here: https://github.com/lin

Re: [PATCH v2] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again

2021-03-28 Thread Maciej W. Rozycki
On Thu, 25 Mar 2021, Tiezhu Yang wrote: > > > I wonder whether MIPS EVA will generate overlapping address ranges? > > they can overlap in EVA mode. > > > > > If yes, it is better to make ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE depend > > > on !EVA on MIPS. > > Could please add the change ? > > OK

RE: [PATCH v7 1/5] misc: Add Synopsys DesignWare xData IP driver

2021-03-28 Thread Gustavo Pimentel
On Sun, Mar 28, 2021 at 13:49:13, Greg Kroah-Hartman wrote: > On Sat, Mar 27, 2021 at 04:06:51AM +0100, Gustavo Pimentel wrote: > > Add Synopsys DesignWare xData IP driver. This driver enables/disables > > the PCI traffic generator module pertain to the Synopsys DesignWare > > prototype. > > >

Re: [PATCH 0/4] rtc:abx80x: Enable distributed digital calibration

2021-03-28 Thread Alexandre Belloni
Hello, Thank you for working on that! On 29/03/2021 00:02:28+0300, Kirill Kapranov wrote: > This patch series enables a Distributed Digital Calibration function for > the RTC of the family. This feature allows to improve the RTC accuracy by > means of compensation an XT oscillator drift. To learn

[PATCH v2] ia64: fix EFI_DEBUG build

2021-03-28 Thread Sergei Trofimovich
When enabled local debugging via `#define EFI_DEBUG 1` noticed build failure: arch/ia64/kernel/efi.c:564:8: error: 'i' undeclared (first use in this function) While at it fixed benign string format mismatches visible only when EFI_DEBUG is enabled: arch/ia64/kernel/efi.c:589:11:

Re: [PATCH v2 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-28 Thread Martin Blumenstingl
On Thu, Mar 25, 2021 at 4:25 PM Neil Armstrong wrote: > > Now the DT bindings has a property to get the FIFO size for a particular port, > retrieve it and use to setup the FIFO interrupts threshold. > > Signed-off-by: Neil Armstrong > Reviewed-by: Kevin Hilman Reviewed-by: Martin Blumenstingl

linux-next: Signed-off-by missing for commit in the amdgpu tree

2021-03-28 Thread Stephen Rothwell
Hi all, Commit 0ea5088407fa ("drm/amdgpu: Ensure that the modifier requested is supported by plane.") is missing a Signed-off-by from its author. The author is "Mark Yacoub ", but the SOB is "default avatarMark Yacoub " :-( -- Cheers, Stephen Rothwell pgpzrSoVQyBLZ.pgp Description: OpenP

Re: [PATCH v2 3/3] arm64: dts: meson: set 128bytes FIFO size on uart A

2021-03-28 Thread Martin Blumenstingl
On Thu, Mar 25, 2021 at 4:25 PM Neil Armstrong wrote: > > The first UART controller in "Everything-Else" power domain, usually used > for Bluetooth HCI has 128bytes FIFO depth. > > Signed-off-by: Neil Armstrong Reviewed-by: Martin Blumenstingl

[PATCH 2/4] rtc: abx80x: Enable SQW output

2021-03-28 Thread Kirill Kapranov
The RTCs of the family are able to produce square wave output for RTC calibration purposes or for an external usage. Signed-off-by: Kirill Kapranov --- drivers/rtc/rtc-abx80x.c | 126 +++ 1 file changed, 126 insertions(+) diff --git a/drivers/rtc/rtc-

[PATCH 1/4] dt-bindings: rtc: abracon,abx80x: Add sqw property

2021-03-28 Thread Kirill Kapranov
Introduce the string property "sqw" to control Square Wave Output register. This enables pulse generation output, that is useful for xtal calibration or for an external usage. Signed-off-by: Kirill Kapranov --- Documentation/devicetree/bindings/rtc/abracon,abx80x.txt | 12 1 file ch

[PATCH 4/4] rtc:abx80x: Enable xt digital calibration

2021-03-28 Thread Kirill Kapranov
The XT digital calibration feature allows to improve the RTC accuracy, using a Distributed Digital Calibration function. See ch. 5.9.1 of AB08XX Series Ultra Low Power RTC IC User's Guide https://abracon.com/realtimeclock/AB08XX-Application-Manual.pdf Signed-off-by: Kirill Kapranov --- drivers/r

[PATCH 3/4] dt-bindings: rtc: abracon,abx80x: Add xt-frequency property

2021-03-28 Thread Kirill Kapranov
Add the string property "xt-frequency" to control xtal calibration of the RTC. This allows to improve the RTC accuracy using a Distributed Digital Calibration function. See: ch. 5.9.1 of AB08XX Series Ultra Low Power RTC IC User's Guide https://abracon.com/realtimeclock/AB08XX-Application-Manual.pd

[PATCH 0/4] rtc:abx80x: Enable distributed digital calibration

2021-03-28 Thread Kirill Kapranov
This patch series enables a Distributed Digital Calibration function for the RTC of the family. This feature allows to improve the RTC accuracy by means of compensation an XT oscillator drift. To learn more, see: AB08XX Series Ultra Low Power RTC IC User's Guide https://abracon.com/realtimeclock/AB

linux-next: Fixes tag needs some work in the tip tree

2021-03-28 Thread Stephen Rothwell
Hi all, In commit 2f706e0e5e26 ("x86/kprobes: Fix to identify indirect jmp and others using range case") Fixes tag Fixes: 6256e668b7 ("x86/kprobes: Use int3 instead of debug trap for single-step") has these problem(s): - SHA1 should be at least 12 digits long I don't think this is wo

[tip: x86/splitlock] Documentation/admin-guide: Change doc for split_lock_detect parameter

2021-03-28 Thread tip-bot2 for Fenghua Yu
The following commit has been merged into the x86/splitlock branch of tip: Commit-ID: ebca17707e38f2050b188d837bd4646b29a1b0c2 Gitweb: https://git.kernel.org/tip/ebca17707e38f2050b188d837bd4646b29a1b0c2 Author:Fenghua Yu AuthorDate:Mon, 22 Mar 2021 13:53:25 Committer:

[tip: x86/splitlock] x86/traps: Handle #DB for bus lock

2021-03-28 Thread tip-bot2 for Fenghua Yu
The following commit has been merged into the x86/splitlock branch of tip: Commit-ID: ebb1064e7c2e90b56e4d40ab154ef9796060a1c3 Gitweb: https://git.kernel.org/tip/ebb1064e7c2e90b56e4d40ab154ef9796060a1c3 Author:Fenghua Yu AuthorDate:Mon, 22 Mar 2021 13:53:24 Committer:

[tip: x86/splitlock] x86/cpufeatures: Enumerate #DB for bus lock detection

2021-03-28 Thread tip-bot2 for Fenghua Yu
The following commit has been merged into the x86/splitlock branch of tip: Commit-ID: f21d4d3b97a8603567e5d4250bd75e8ebbd520af Gitweb: https://git.kernel.org/tip/f21d4d3b97a8603567e5d4250bd75e8ebbd520af Author:Fenghua Yu AuthorDate:Mon, 22 Mar 2021 13:53:23 Committer:

ERROR: modpost: "devm_iio_dmaengine_buffer_alloc" [drivers/iio/adc/adi-axi-adc.ko] undefined!

2021-03-28 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 36a14638f7c06546717cc1316fcfee6da42b98cc commit: be24c65e9fa2486bb8ec98d9f592bdcf04bedd88 iio: adc: adi-axi-adc: add proper Kconfig dependencies date: 6 weeks ago config: i386-randconfig-a003-20210329 (att

[PATCH] mac80211: remove redundant assignment of variable result

2021-03-28 Thread Colin King
From: Colin Ian King The variable result is being assigned a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- net/mac80211/tx.c | 2 +- 1 file chan

Re: [External] [PATCH 5/8] hugetlb: call update_and_free_page without hugetlb_lock

2021-03-28 Thread Mike Kravetz
On 3/26/21 11:54 PM, Muchun Song wrote: > On Thu, Mar 25, 2021 at 8:29 AM Mike Kravetz wrote: >> >> With the introduction of remove_hugetlb_page(), there is no need for >> update_and_free_page to hold the hugetlb lock. Change all callers to >> drop the lock before calling. >> >> With additional c

[PATCH 0/3] iio: adc: ad7923: convert driver resources routines to device-managed counterparts

2021-03-28 Thread Lucas Stankus
Following the initiative proposed by Alexandru, this patch series aims to convert the ad7923 to use only device-managed routines. Part of the driver was already using devm_ functions, so it was possible to convert the remainder of it without much hassle. With that, the deregistration function was

[PATCH 1/3] iio: adc: ad7923: use devm_add_action_or_reset for regulator disable

2021-03-28 Thread Lucas Stankus
Adds a device-managed action to handle disabling the driver's regulator on device detach. This slightly simplifies deinitialization and enables further conversion of the driver to device-managed routines without breaking the init order. Signed-off-by: Lucas Stankus --- drivers/iio/adc/ad7923.c |

[PATCH 2/3] iio: adc: ad7923: use device-managed function for triggered buffer

2021-03-28 Thread Lucas Stankus
Converts the iio_triggered_buffer_setup() call to its device-managed counterpart. With this, the error handling routine in the ad7923_probe() function becomes unnecessary as well as the iio_triggered_buffer_cleanup() call. Signed-off-by: Lucas Stankus --- drivers/iio/adc/ad7923.c | 15 +++---

[PATCH] lan743x: remove redundant intializations of pointers adapter and phydev

2021-03-28 Thread Colin King
From: Colin Ian King The pointers adapter and phydev are being initialized with values that are never read and are being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King --- drivers/net/ethern

[PATCH 3/3] iio: adc: ad7923: register device with devm_iio_device_register

2021-03-28 Thread Lucas Stankus
Registers the device using the devm variant. This is the final step of converting the ad7923 to only use devm routines, meaning that the ad7923_remove() function is no longer needed to release resources on device detach. Signed-off-by: Lucas Stankus --- drivers/iio/adc/ad7923.c | 12 +---

Re: [PATCH] move_mount: allow to add a mount into an existing group

2021-03-28 Thread Andrei Vagin
On Thu, Mar 25, 2021 at 03:14:44PM +0300, Pavel Tikhomirov wrote: > Previously a sharing group (shared and master ids pair) can be only > inherited when mount is created via bindmount. This patch adds an > ability to add an existing private mount into an existing sharing group. > > With this funct

Re: [PATCH, -v3] mm: Fix typos in comments

2021-03-28 Thread Andrew Morton
On Mon, 22 Mar 2021 22:26:24 +0100 Ingo Molnar wrote: > * Randy Dunlap wrote: > > > > New version attached. Can I add your Reviewed-by? > > > > Sure. > > Reviewed-by: Randy Dunlap > > -v3 attached, the only change is the addition of your Reviewed-by. > > This would be for -mm I suppose, if

[PATCH] ia64: mca: always make IA64_MCA_DEBUG an expression

2021-03-28 Thread Sergei Trofimovich
At least ia64_mca_log_sal_error_record() expects some statement: static void ia64_mca_log_sal_error_record(int sal_info_type) { ... if (irq_safe) IA64_MCA_DEBUG("CPU %d: SAL log contains %s error record\n", smp_processor_id(), sal

Re: Testers wanted: Atom netbooks with x86_64 disabled by BIOS

2021-03-28 Thread Willy Tarreau
On Sun, Mar 28, 2021 at 11:14:05PM +0300, Andy Shevchenko wrote: > On Sunday, March 28, 2021, Willy Tarreau wrote: > > > Hi Thomas, > > > > On Sun, Mar 28, 2021 at 03:07:24AM +0200, Thomas Gleixner wrote: > > > On Sun, Mar 28 2021 at 00:25, Willy Tarreau wrote: > > > > On Sat, Mar 27, 2021 at 10:

Re: linux-next: build warning after merge of the drm-intel-fixes tree

2021-03-28 Thread Stephen Rothwell
Hi all, On Fri, 26 Mar 2021 19:58:38 +1100 Stephen Rothwell wrote: > > After merging the drm-intel-fixes tree, today's linux-next build > (htmldocs) produced this warning: > > Documentation/gpu/i915:22: /drivers/gpu/drm/i915/intel_runtime_pm.c:423: > WARNING: Inline strong start-string without

Re: [PATCH] x86/apic/vector: Move pr_warn() outside of vector_lock

2021-03-28 Thread Thomas Gleixner
Waiman, On Sun, Mar 28 2021 at 15:58, Waiman Long wrote: > It was found that the following circular locking dependency warning > could happen in some systems: > > [ 218.097878] == > [ 218.097879] WARNING: possible circular locking dependency de

[PATCH net-next v4] net: x25: Queue received packets in the drivers instead of per-CPU queues

2021-03-28 Thread Xie He
X.25 Layer 3 (the Packet Layer) expects layer 2 to provide a reliable datalink service such that no packets are reordered or dropped. And X.25 Layer 2 (the LAPB layer) is indeed designed to provide such service. However, this reliability is not preserved when a driver calls "netif_rx" to deliver t

Re: [PATCH] ASoC: audio-graph-card: Add audio mixer for Motorola mdm6600

2021-03-28 Thread Kuninori Morimoto
Hi Pavel > motmdm.c handles audio configuration on "gsmtty2"; it needs to know > whether we are in call or not; that part is in motmdm-state.c and > listens on "gsmtty1". Subject is very confusable. I think this patch is not related to audio-graph-card ? I think it can be - ASoC: audio

Re: Testers wanted: Atom netbooks with x86_64 disabled by BIOS

2021-03-28 Thread Thomas Gleixner
On Sun, Mar 28 2021 at 23:58, Willy Tarreau wrote: > On Sun, Mar 28, 2021 at 11:14:05PM +0300, Andy Shevchenko wrote: >> Where did you get an idea that it had 64-bit SoC from? > > It's an N2600, and I bought this laptop because N2600 supports 64-bit > (and do have another mini-itx motherboard at wo

linux-next: manual merge of the arm64 tree with Linus' tree

2021-03-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the arm64 tree got a conflict in: arch/arm64/include/asm/cpucaps.h between commit: 20109a859a9b ("arm64: kernel: disable CNP on Carmel") from Linus' tree and commit: 18107f8a2df6 ("arm64: Support execute-only permissions with Enhanced PAN") from the

[tip:locking/urgent] BUILD SUCCESS f2ea2c3568eb3852fcce1348f9dd56dbc12804c0

2021-03-28 Thread kernel test robot
lyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a004-20210328 i386 randconfig-a003-202

[PATCH] media: atomisp: add ibuf_ctrl_rmgr.c to ISP2401 build only

2021-03-28 Thread Rodrigo Figueiredo Zaiden
When CONFIG_VIDEO_ATOMISP_ISP2401 is not set, sparse shows the following warnings: drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf_ctrl_rmgr.c:34:6: warning: symbol 'ia_css_isys_ibuf_rmgr_init' was not declared. Should it be static? drivers/staging/media/atomisp/pci/runtime/isys/src/ibuf

rtlwifi/rtl8192cu AP mode broken with PS STA

2021-03-28 Thread Maciej S. Szmigiero
Hi, It looks like rtlwifi/rtl8192cu AP mode is broken when a STA is using PS, since the driver does not update its beacon to account for TIM changes, so a station that is sleeping will never learn that it has packets buffered at the AP. Looking at the code, the rtl8192cu driver implements neithe

Re: linux-next: Fixes tag needs some work in the tip tree

2021-03-28 Thread Masami Hiramatsu
On Mon, 29 Mar 2021 08:30:37 +1100 Stephen Rothwell wrote: > Hi all, > > In commit > > 2f706e0e5e26 ("x86/kprobes: Fix to identify indirect jmp and others using > range case") > > Fixes tag > > Fixes: 6256e668b7 ("x86/kprobes: Use int3 instead of debug trap for > single-step") > > has

Linux 5.12-rc5

2021-03-28 Thread Linus Torvalds
So if rc4 was perhaps a bit smaller than average, it looks like rc5 is a bigger than average. We're not breaking any records, but it certainly isn't tiny, and the rc's aren't shrinking. I'm not overly worried yet, but let's just say that the trend had better not continue, or I'll start feeling li

[tip:master] BUILD SUCCESS 4b3ff7dd4b69698c08ca1d51741fe773a7b30b0a

2021-03-28 Thread kernel test robot
ig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a004-20210328 i386 randconfig-a003-20210328 i386 randconfig-a001-20210328 i386 randconfig-a002-202

Re: [PATCH] powerpc/process: Enhance readability for trap types.

2021-03-28 Thread Xiongwei Song
> On Mar 28, 2021, at 11:21 PM, Christophe Leroy > wrote: > > > > Le 28/03/2021 à 16:35, Xiongwei Song a écrit : >> From: Xiongwei Song >> Define macros to enhance the code readability on ppc trap types. > > Good idea > >> Signed-off-by: Xiongwei Song >> --- >> arch/powerpc/kernel/proce

Kbuild fix for today's linux-next

2021-03-28 Thread Masahiro Yamada
Hi Stephen, I noticed Clang build breakage for kbuild/for-next. Please apply the following, or use the old branch for kbuild tree. Thanks. diff --git a/scripts/as-version.sh b/scripts/as-version.sh index 11f1e7b24bff..8b9410e329df 100755 --- a/scripts/as-version.sh +++ b/scripts/as-version.s

/usr/bin/ld: ll_temac_main.c:undefined reference to `devm_platform_ioremap_resource_byname'

2021-03-28 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: f9e2bb42cf0db3a624d295122db3475aa3e7ad18 commit: bd69058f50d5ffa659423bcfa6fe6280ce9c760a net: ll_temac: Use devm_platform_ioremap_resource_byname() date: 8 months ago config: um-randconfig-r015-20210329 (

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients

2021-03-28 Thread Dmitry Osipenko
All consumer-grade Android and Chromebook devices show a splash screen on boot and then display is left enabled when kernel is booted. This behaviour is unacceptable in a case of implicit IOMMU domains to which devices are attached during kernel boot since devices, like display controller, may perf

[PATCH v1 2/2] iommu/tegra-smmu: Revert workaround that was needed for Nyan Big Chromebook

2021-03-28 Thread Dmitry Osipenko
The previous commit fixes problem where display client was attaching too early to IOMMU during kernel boot in a multi-platform kernel configuration which enables CONFIG_ARM_DMA_USE_IOMMU=y. The workaround that helped to defer the IOMMU attachment for Nyan Big Chromebook isn't needed anymore, revert

Re: Kbuild fix for today's linux-next

2021-03-28 Thread Stephen Rothwell
Hi Masahiro, On Mon, 29 Mar 2021 08:19:52 +0900 Masahiro Yamada wrote: > > I noticed Clang build breakage for kbuild/for-next. > > Please apply the following, or use the old branch > for kbuild tree. I had already merged the kbuild tree, so I applied your patch by hand for today (it was wrapped

mmotm 2021-03-28-16-37 uploaded

2021-03-28 Thread akpm
The mm-of-the-moment snapshot 2021-03-28-16-37 has been uploaded to https://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: https://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You

[PATCH v1] Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolution

2021-03-28 Thread Dmitry Osipenko
Drop unnecessary zero-checking of ABS_MT_TOUCH_MAJOR resolution since there is no difference between setting resolution to 0 vs not setting it at all. This change makes code cleaner a tad. Suggested-by: Dmitry Torokhov Signed-off-by: Dmitry Osipenko --- drivers/input/touchscreen/elants_i2c.c |

[PATCH 00/30] DMA: Mundane typo fixes

2021-03-28 Thread Bhaskar Chowdhury
This patch series fixes some trivial and rudimentary spellings in the COMMENT sections. Bhaskar Chowdhury (30): acpi-dma.c: Fix couple of typos altera-msgdma.c: Couple of typos fixed amba-pl08x.c: Fixed couple of typos bcm-sba-raid.c: Few typos fixed bcm2835-dma.c: Fix a typo idma64.c:

[PATCH 01/30] acpi-dma.c: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/exctract/extract/ s/avaiable/available/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/acpi-dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/acpi-dma.c b/drivers/dma/acpi-dma.c index 235f1396f968..4b1d5183bf64 100644 --- a/drivers/dma/acpi-dma.c +++

[PATCH 02/30] altera-msgdma.c: Couple of typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/assosiated/associated/ s/oder/order/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/altera-msgdma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/altera-msgdma.c b/drivers/dma/altera-msgdma.c index 9a841ce5f0c5..c3483bf2aaa7 100644 --- a/drivers/dma/alte

[PATCH 03/30] amba-pl08x.c: Fixed couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/busses/buses/ s/accound/account/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/amba-pl08x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index a24882ba3764..d15182634789 100644 --- a/drivers/dma/amba-pl08x.c ++

[PATCH 04/30] bcm-sba-raid.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/Maibox/Mailbox/ s/alloced/allocated/ s/atleast/"at least"/ s/parallely/parallel/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/bcm-sba-raid.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/dma/bcm-sba-raid.c b/drivers/dma/bcm-sba-raid.c index 64239da02e7

[PATCH 06/30] idma64.c: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ ...two different places Signed-off-by: Bhaskar Chowdhury --- drivers/dma/idma64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/idma64.c b/drivers/dma/idma64.c index f4c07ad3be15..3d0d48b12e28 100644 --- a/drivers/dma/idma64.c +++

[PATCH 07/30] iop-adma.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/asynchrounous/asynchronous/ s/depedency/dependency/ s/capabilites/capabilities/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/iop-adma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index 310b899d581f..81f32dc964e2

[PATCH 08/30] mv_xor.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/capabilites/capabilities/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/mv_xor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/mv_xor.c b/drivers/dma/mv_xor.c index 23b232b57518..a43388b6a30d 100644 --- a/drivers/dma/mv_xor.c +++ b/drivers/dma/mv_xor.c @@ -

[PATCH 12/30] of-dma.c: Fixed a typo

2021-03-28 Thread Bhaskar Chowdhury
s/propety/properly/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/of-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/of-dma.c b/drivers/dma/of-dma.c index ec00b20ae8e4..e028acff7fe8 100644 --- a/drivers/dma/of-dma.c +++ b/drivers/dma/of-dma.c @@ -337,7 +3

[PATCH 14/30] Revert "s3c24xx-dma.c: Fix a typo"

2021-03-28 Thread Bhaskar Chowdhury
s/transferred/transfered/ This reverts commit a2ddb8aea8106bd5552f8516ad7a8a26b9282a8f. --- drivers/dma/s3c24xx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index c98ae73cdcc3..8e14c72d03f0 100644 --- a/drivers/dma

[PATCH 10/30] mv_xor_v2.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/assosiated/associated/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/mv_xor_v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/mv_xor_v2.c b/drivers/dma/mv_xor_v2.c index 9b0d463f89bb..8a45861299a0 100644 --- a/drivers/dma/mv_xor_v2.c +++ b/drivers/dma/mv_x

[PATCH 13/30] s3c24xx-dma.c: Fix a typo

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ Signed-off-by: Bhaskar Chowdhury --- drivers/dma/s3c24xx-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index 8e14c72d03f0..c98ae73cdcc3 100644 --- a/drivers/dma/s3c24xx-dma.c +++ b/drivers

[PATCH 15/30] s3c24xx-dma.c: Few typos fixed

2021-03-28 Thread Bhaskar Chowdhury
s/transfered/transferred/ s/desintation/destination/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- drivers/dma/s3c24xx-dma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index 8e14c72d03f0..045f2f

[PATCH 16/30] st_fdma.h: Fix couple of typos

2021-03-28 Thread Bhaskar Chowdhury
s/transfert/transfer/ ...two different places. Signed-off-by: Bhaskar Chowdhury --- drivers/dma/st_fdma.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/st_fdma.h b/drivers/dma/st_fdma.h index fa15b97a3bab..702b21021124 100644 --- a/drivers/dma/st_fdma.h +++

<    1   2   3   4   5   6   >