Re: [PATCH v3 3/3] ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced

2020-08-04 Thread Nicolin Chen
On Wed, Aug 05, 2020 at 02:34:13PM +0800, Shengjiu Wang wrote: > As new function fsl_sai_dir_is_synced is included for checking if > stream is synced by the opposite stream, then replace the existing > synchronous checking with this new function. > > Signed-off-by: Shengjiu Wang Acked-by: Nicoli

Re: [PATCH net-next RFC 00/13] Add devlink reload level option

2020-08-04 Thread Vasundhara Volam
On Wed, Aug 5, 2020 at 12:02 PM Moshe Shemesh wrote: > > > On 8/4/2020 1:13 PM, Vasundhara Volam wrote: > > On Mon, Aug 3, 2020 at 7:23 PM Moshe Shemesh wrote: > >> > >> On 8/3/2020 3:47 PM, Vasundhara Volam wrote: > >>> On Mon, Aug 3, 2020 at 5:47 PM Moshe Shemesh wrote: > On 8/3/2020 1:24

Re: [PATCH bpf-next 2/5] libbpf: support BPF_PROG_TYPE_USER programs

2020-08-04 Thread Andrii Nakryiko
On Tue, Aug 4, 2020 at 11:26 PM Song Liu wrote: > > > > > On Aug 4, 2020, at 10:32 PM, Andrii Nakryiko > > wrote: > > > > On Tue, Aug 4, 2020 at 8:59 PM Song Liu wrote: > >> > >> > >> > >>> On Aug 4, 2020, at 6:38 PM, Andrii Nakryiko > >>> wrote: > >>> > >>> On Mon, Aug 3, 2020 at 6:18 PM Son

[PATCH] dt-bindings: nvmem: Convert snvs lpgpr to json-schema

2020-08-04 Thread Anson Huang
Convert the snvs lpgpr binding to DT schema format using json-schema. Signed-off-by: Anson Huang --- .../devicetree/bindings/nvmem/snvs-lpgpr.txt | 21 --- .../devicetree/bindings/nvmem/snvs-lpgpr.yaml | 31 ++ 2 files changed, 31 insertions(+), 21 dele

Re: [PATCH 4.14 00/47] 4.14.192-rc3 review

2020-08-04 Thread Naresh Kamboju
On Tue, 4 Aug 2020 at 14:23, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.192 release. > There are 47 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Res

Re: [PATCH v2 2/3] perf symbols: Try reading the symbol table with libbfd

2020-08-04 Thread Remi Bernon
On 2020-08-04 22:32, Jiri Olsa wrote: On Tue, Aug 04, 2020 at 10:57:35AM +0200, Remi Bernon wrote: SNIP + +int dso__load_bfd_symbols(struct dso *dso, const char *debugfile) +{ + int err = -1; + long symbols_size, symbols_count; + asection *section; + asymbol **symbols,

Re: [PATCH v2 1/2] thermal: qcom-spmi-temp-alarm: Don't suppress negative temp

2020-08-04 Thread Stephen Boyd
Quoting Guru Das Srinagesh (2020-07-29 09:52:51) > From: Veera Vegivada > > Currently driver is suppressing the negative temperature > readings from the vadc. Consumers of the thermal zones need > to read the negative temperature too. Don't suppress the > readings. > > Fixes: c610afaa21d3c6e ("t

Re: [PATCH v2 2/2] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 1 PMIC peripherals

2020-08-04 Thread Stephen Boyd
Quoting Guru Das Srinagesh (2020-07-29 09:52:52) > From: David Collins > > Add support for TEMP_ALARM GEN2 PMIC peripherals with digital > major revision 1. This revision utilizes a different temperature > threshold mapping than earlier revisions. > > Signed-off-by: David Collins > Signed-off-

[PATCH] CREDITS: add myself

2020-08-04 Thread Alexander A. Klimov
Rationale: 50 already merged patches of mine. Signed-off-by: Alexander A. Klimov --- (Let's try once more - with 50 patches instead of just 2.) See: git log --oneline '--author=Alexander A. Klimov ' v5.7..master CREDITS | 5 + 1 file changed, 5 insertions(+) diff --git a/CREDITS b/CRE

Re: [PATCH 4.19 00/52] 4.19.137-rc3 review

2020-08-04 Thread Naresh Kamboju
On Tue, 4 Aug 2020 at 14:23, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.19.137 release. > There are 52 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Res

Re: [PATCH 04/20] dlb2: add device ioctl layer and first 4 ioctls

2020-08-04 Thread gregkh
On Tue, Aug 04, 2020 at 10:20:47PM +, Eads, Gage wrote: > > > +/* [7:0]: device revision, [15:8]: device version */ > > > +#define DLB2_SET_DEVICE_VERSION(ver, rev) (((ver) << 8) | (rev)) > > > + > > > +static int dlb2_ioctl_get_device_version(struct dlb2_dev *dev, > > > +

Re: [PATCH 3/3] arm64: dts: sc7180: Add assigned-performance-states for i2c

2020-08-04 Thread Stephen Boyd
Quoting Rajendra Nayak (2020-08-04 04:46:56) > qup-i2c devices on sc7180 are clocked with a fixed clock (19.2 Mhz) s/Mhz/MHz/ > Though qup-i2c does not support DVFS, it still needs to vote for a > performance state on 'cx' to satisfy the 19.2 Mhz clock frequency Capitalize CX? > requirement. >

[PATCH] dt-bindings: perf: Convert i.MX DDR to json-schema

2020-08-04 Thread Anson Huang
Convert the i.MX DDR perf binding to DT schema format using json-schema. Signed-off-by: Anson Huang --- .../devicetree/bindings/perf/fsl-imx-ddr.txt | 22 .../devicetree/bindings/perf/fsl-imx-ddr.yaml | 39 ++ 2 files changed, 39 insertions(+), 22 dele

Re: [PATCH 1/3] dt-bindings: power: Introduce 'assigned-performance-states' property

2020-08-04 Thread Stephen Boyd
Quoting Rajendra Nayak (2020-08-04 04:46:54) > While most devices within power-domains which support performance states, > scale the performance state dynamically, some devices might want to > set a static/default performance state while the device is active. > These devices typically would also ru

[PATCH v3 2/3] ASoC: fsl_sai: Drop TMR/RMR settings for synchronous mode

2020-08-04 Thread Shengjiu Wang
Tx synchronous with Rx: The RMR is the word mask register, it is used to mask any word in the frame, it is not relating to clock generation, So it is no need to be changed when Tx is going to be enabled. Rx synchronous with Tx: The TMR is the word mask register, it is used to mask any word in the

[PATCH v3 3/3] ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced

2020-08-04 Thread Shengjiu Wang
As new function fsl_sai_dir_is_synced is included for checking if stream is synced by the opposite stream, then replace the existing synchronous checking with this new function. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl_sai.c | 40 1 file changed

[PATCH v3 0/3] refine and clean code for synchronous mode

2020-08-04 Thread Shengjiu Wang
refine and clean code for synchronous mode Shengjiu Wang (3): ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger() ASoC: fsl_sai: Drop TMR/RMR settings for synchronous mode ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced changes in v3: - Add reviewed-by Nicol

[PATCH v3 1/3] ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()

2020-08-04 Thread Shengjiu Wang
Current code enables TCSR.TE and RCSR.RE together, and disable TCSR.TE and RCSR.RE together in trigger(), which only supports one operation mode: 1. Rx synchronous with Tx: TE is last enabled and first disabled Other operation mode need to be considered also: 2. Tx synchronous with Rx: RE is last

Re: [PATCH 0/3] x86/kexec_file: Fix some corners bugs and improve the crash_exclude_mem_range()

2020-08-04 Thread Dave Young
Hi Lianbo, Added Andrew in cc. On 08/04/20 at 12:49pm, Lianbo Jiang wrote: > This series includes the following patches, it fixes some corners bugs > and improves the crash_exclude_mem_range(). > > [1] [PATCH 1/3] x86/crash: Correct the address boundary of function > parameters > [2] [PATCH 2

Re: [PATCH] mmc: cqhci: Fix a print format for the task descriptor

2020-08-04 Thread Ulf Hansson
On Wed, 15 Jul 2020 at 09:34, Ben Chuang wrote: > > The format string of the task descriptor should be "%016llx". > > Signed-off-by: Ben Chuang Applied for next (a while ago), thanks! Kind regards Uffe > --- > drivers/mmc/host/cqhci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH] mmc: host: sdhci-of-arasan: fix timings allocation code

2020-08-04 Thread Ulf Hansson
On Tue, 14 Jul 2020 at 21:12, Manish Narani wrote: > > The initial code that was adding delays was doing a cast over undefined > memory. This meant that the delays would be all gibberish. > > This change, allocates all delays on the stack, and assigns them from the > ZynqMP & Versal macros/phase-l

Re: [PATCH v7 0/4] mmc: mediatek: add mmc cqhci support

2020-08-04 Thread Ulf Hansson
On Mon, 20 Jul 2020 at 02:42, Chun-Hung Wu wrote: > > This series provides MediaTek cqhci implementations as below: > - Refine msdc timeout api to reduce redundant code > - MediaTek command queue support > - dt-bindings for mt6779 > > v1 -> v2: > - Add more patch details in commit message

Re: [PATCH V1 2/2] mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 mode

2020-08-04 Thread Ulf Hansson
On Tue, 21 Jul 2020 at 03:29, shirley her wrote: > > Add HW tuning support for SD host controller in SDR104 mode > > Signed-off-by: Shirley Her Applied for next (a while ago), thanks! Kind regards Uffe > --- > Change in V1: > 1. Add HW tuning for SDR104 mode instead of SW tuning > 2. Change

Re: [PATCH V1 1/2] mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1

2020-08-04 Thread Ulf Hansson
On Tue, 21 Jul 2020 at 03:18, shirley her wrote: > > Add bug fix for O2 host controller Seabird1 > > Signed-off-by: Shirley Her Applied for next (a while ago), thanks! > --- > change in V1: > 1. Add quriks2 and mmc->caps2 for Seabird1 > 2. Add get_cd support for Seabird1 Future wise, I wouldn'

Re: [PATCH v1] mmc: via-sdmmc: use generic power management

2020-08-04 Thread Ulf Hansson
On Mon, 20 Jul 2020 at 16:28, Vaibhav Gupta wrote: > > Drivers using legacy PM have to manage PCI states and device's PM states > themselves. They also need to take care of configuration registers. > > With improved and powerful support of generic PM, PCI Core takes care of > above mentioned, devi

Re: [PATCH v1] memstick: jmb38x_ms: use generic power management

2020-08-04 Thread Ulf Hansson
On Mon, 20 Jul 2020 at 13:19, Vaibhav Gupta wrote: > > Drivers using legacy PM have to manage PCI states and device's PM states > themselves. They also need to take care of configuration registers. > > With improved and powerful support of generic PM, PCI Core takes care of > above mentioned, devi

Re: [PATCH] mmc: sdhci-cadence: do not use hardware tuning for SD mode

2020-08-04 Thread Ulf Hansson
On Mon, 20 Jul 2020 at 08:12, Masahiro Yamada wrote: > > As commit ef6b75671b5f ("mmc: sdhci-cadence: send tune request twice to > work around errata") stated, this IP has an errata. This commit applies > the second workaround for the SD mode. > > Due to the errata, it is not possible to use the h

Re: [PATCH v3 3/3] s390: convert to GENERIC_VDSO

2020-08-04 Thread Sven Schnelle
Hi Thomas, Thomas Gleixner writes: > Sven Schnelle writes: >> --- /dev/null >> +++ b/arch/s390/include/asm/vdso/data.h >> @@ -0,0 +1,13 @@ >> +/* SPDX-License-Identifier: GPL-2.0 */ >> +#ifndef __S390_ASM_VDSO_DATA_H >> +#define __S390_ASM_VDSO_DATA_H >> + >> +#include >> +#include > > I don'

Re: [PATCH] mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975x

2020-08-04 Thread Ulf Hansson
On Fri, 17 Jul 2020 at 05:33, Ben Chuang wrote: > > From: Ben Chuang > > Set SDR104's clock to 205MHz and enable SSC for GL9750 and GL9755 > > Signed-off-by: Ben Chuang Applied for next (a while ago), thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-pci-gli.c | 220 +

Re: [PATCH v3] block: check queue's limits.discard_granularity in __blkdev_issue_discard()

2020-08-04 Thread Hannes Reinecke
On 8/5/20 8:31 AM, Coly Li wrote: If create a loop device with a backing NVMe SSD, current loop device driver doesn't correctly set its queue's limits.discard_granularity and leaves it as 0. If a discard request at LBA 0 on this loop device, in __blkdev_issue_discard() the calculated req_sects w

[PATCH] dt-bindings: rng: Convert i.MX to json-schema

2020-08-04 Thread Anson Huang
Convert the i.MX rng binding to DT schema format using json-schema. Signed-off-by: Anson Huang --- Documentation/devicetree/bindings/rng/imx-rng.txt | 23 -- Documentation/devicetree/bindings/rng/imx-rng.yaml | 50 ++ 2 files changed, 50 insertions(+), 23 deletions(-

linux-next: manual merge of the fsinfo tree with the kbuid tree

2020-08-04 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the fsinfo tree got a conflict in: samples/vfs/Makefile between commit: 2f95ada7fe22 ("kbuild: introduce hostprogs-always-y and userprogs-always-y") from the kbuid tree and commits: 7e786dee0b78 ("fsinfo: Add fsinfo() syscall to query filesystem infor

Re: [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

2020-08-04 Thread Ulf Hansson
On Wed, 8 Jul 2020 at 19:48, Lad Prabhakar wrote: > > Document SDHI controller for RZ/G2H (R8A774E1) SoC, which is compatible > with R-Car Gen3 SoC family. > > Signed-off-by: Lad Prabhakar > Reviewed-by: Marian-Cristian Rotariu > Sorry, but this doesn't apply as the DT doc has been converted t

[PATCH v3] block: check queue's limits.discard_granularity in __blkdev_issue_discard()

2020-08-04 Thread Coly Li
If create a loop device with a backing NVMe SSD, current loop device driver doesn't correctly set its queue's limits.discard_granularity and leaves it as 0. If a discard request at LBA 0 on this loop device, in __blkdev_issue_discard() the calculated req_sects will be 0, and a zero length discard

Re: [PATCH net-next RFC 00/13] Add devlink reload level option

2020-08-04 Thread Moshe Shemesh
On 8/4/2020 1:13 PM, Vasundhara Volam wrote: On Mon, Aug 3, 2020 at 7:23 PM Moshe Shemesh wrote: On 8/3/2020 3:47 PM, Vasundhara Volam wrote: On Mon, Aug 3, 2020 at 5:47 PM Moshe Shemesh wrote: On 8/3/2020 1:24 PM, Vasundhara Volam wrote: On Tue, Jul 28, 2020 at 10:13 PM Jacob Keller wr

Re: [PATCH v2 1/1] phy: tusb1210: use bitmasks to set VENDOR_SPECIFIC2

2020-08-04 Thread Vinod Koul
Hello Liam, On 03-08-20, 20:08, Liam Beguin wrote: > Hi Vinod, > > On Sat, Jul 18, 2020 at 4:18 PM Liam Beguin wrote: > > > > > > Hi, > > > > I sent another patch[1] to try to address this. > > > > The issue seems to come from the fact that the parisc architecture > > doesn't support cmpxchg on

RE: [PATCH 1/1] arm64: kexec: no need to do irq_chip->irq_mask if it already masked

2020-08-04 Thread Jason Liu
> -Original Message- > From: Sudeep Holla > Sent: Tuesday, August 4, 2020 7:39 PM > To: Marc Zyngier > Cc: Jason Liu ; catalin.mari...@arm.com; > w...@kernel.org; linux-kernel@vger.kernel.org; Sudeep Holla > ; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH 1/1] arm64: kexec: n

RE: [PATCH 1/1] arm64: kexec: no need to do irq_chip->irq_mask if it already masked

2020-08-04 Thread Jason Liu
> -Original Message- > From: Sudeep Holla > Sent: Tuesday, August 4, 2020 6:20 PM > To: Jason Liu > Cc: w...@kernel.org; catalin.mari...@arm.com; as...@kernel.org; > m...@kernel.org; linux-arm-ker...@lists.infradead.org; > linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/1] arm64: k

Re: [PATCH 5.4 00/86] 5.4.56-rc3 review

2020-08-04 Thread Naresh Kamboju
On Tue, 4 Aug 2020 at 14:24, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.56 release. > There are 86 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Respo

Re: [PATCH v2 03/24] virtio: allow __virtioXX, __leXX in config space

2020-08-04 Thread Jason Wang
On 2020/8/4 上午4:58, Michael S. Tsirkin wrote: Currently all config space fields are of the type __uXX. This confuses people and some drivers (notably vdpa) access them using CPU endian-ness - which only works well for legacy or LE platforms. Update virtio_cread/virtio_cwrite macros to allow __

[PATCH v3 0/2] powerpc/watchpoint/ptrace: Buf fix plus new feature flag

2020-08-04 Thread Ravi Bangoria
Patch #1 fixes a bug when watchpoint is created with ptrace PPC_PTRACE_SETHWDEBUG and CONFIG_HAVE_HW_BREAKPOINT=N. patch #2 introduce new feature bit PPC_DEBUG_FEATURE_DATA_BP_ARCH_31 which will be set when running on ISA 3.1 compliant machine. v2: https://lore.kernel.org/r/20200723093330.306341-

[PATCH v3 2/2] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31

2020-08-04 Thread Ravi Bangoria
PPC_DEBUG_FEATURE_DATA_BP_ARCH_31 can be used to determine whether we are running on an ISA 3.1 compliant machine. Which is needed to determine DAR behaviour, 512 byte boundary limit etc. This was requested by Pedro Miraglia Franco de Carvalho for extending watchpoint features in gdb. Note that ava

[PATCH v3 1/2] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N

2020-08-04 Thread Ravi Bangoria
When kernel is compiled with CONFIG_HAVE_HW_BREAKPOINT=N, user can still create watchpoint using PPC_PTRACE_SETHWDEBUG, with limited functionalities. But, such watchpoints are never firing because of the missing privilege settings. Fix that. Reported-by: Pedro Miraglia Franco de Carvalho Suggeste

Re: [PATCH bpf-next 2/5] libbpf: support BPF_PROG_TYPE_USER programs

2020-08-04 Thread Song Liu
> On Aug 4, 2020, at 10:32 PM, Andrii Nakryiko > wrote: > > On Tue, Aug 4, 2020 at 8:59 PM Song Liu wrote: >> >> >> >>> On Aug 4, 2020, at 6:38 PM, Andrii Nakryiko >>> wrote: >>> >>> On Mon, Aug 3, 2020 at 6:18 PM Song Liu wrote: > On Aug 2, 2020, at 6:40 PM, And

[PATCH v4] usb: dwc3: Add support for VBUS power control

2020-08-04 Thread Mike Looijmans
Support VBUS power control using regulator framework. Enables the regulator while the port is in host mode. The "vbus-supply" property can be provided using a usb-connector child node and standard devicetree bindings. Signed-off-by: Mike Looijmans --- v2: Add missing devm_regulator_get call whic

Re: [PATCH v8 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation.

2020-08-04 Thread Michael Ellerman
Christophe Leroy writes: > On 07/15/2020 01:04 AM, Michael Ellerman wrote: >> Christophe Leroy writes: >>> Prepare for switching VDSO to generic C implementation in following >>> patch. Here, we: >>> - Modify __get_datapage() to take an offset >>> - Prepare the helpers to call the C VDSO function

Re: [PATCH v19 08/15] mm/damon: Add a tracepoint

2020-08-04 Thread SeongJae Park
On Tue, 4 Aug 2020 18:01:47 -0400 Steven Rostedt wrote: > On Tue, 4 Aug 2020 11:14:09 +0200 > SeongJae Park wrote: > > > From: SeongJae Park > > > > This commit adds a tracepoint for DAMON. It traces the monitoring > > results of each region for each aggregation interval. Using this, DAMON

[PATCH 0/2] Remove none supported ciphers

2020-08-04 Thread Gilad Ben-Yossef
the CryptoCell HW has support for ciphers and modes not supported and used at this time by Linux. Remove the code supporting this in the ccree ddriver until such time support is added in the kernel. Gilad Ben-Yossef (2): crypto: ccree: remove data unit size support crypto: ccree: remove bitloc

[PATCH 2/2] crypto: ccree: remove bitlocker cipher

2020-08-04 Thread Gilad Ben-Yossef
Remove the bitlocker cipher which is not supported by the kernel. Signed-off-by: Gilad Ben-Yossef --- drivers/crypto/ccree/cc_cipher.c | 49 ++-- drivers/crypto/ccree/cc_crypto_ctx.h | 1 - 2 files changed, 3 insertions(+), 47 deletions(-) diff --git a/drivers/crypt

[PATCH 1/2] crypto: ccree: remove data unit size support

2020-08-04 Thread Gilad Ben-Yossef
Remove the implementaion of automatic advancement of sector size in IV for storage ciphers as its use is not supproted by the kernel. Signed-off-by: Gilad Ben-Yossef --- drivers/crypto/ccree/cc_cipher.c | 233 +-- drivers/crypto/ccree/cc_driver.h | 1 - 2 files chan

Re: [PATCH v2 22/24] vdpa_sim: fix endian-ness of config space

2020-08-04 Thread Jason Wang
On 2020/8/4 上午5:00, Michael S. Tsirkin wrote: VDPA sim accesses config space as native endian - this is wrong since it's a modern device and actually uses LE. It only supports modern guests so we could punt and just force LE, but let's use the full virtio APIs since people tend to copy/paste c

Re: [PATCH] gpio: siox: indicate exclusive support of threaded IRQs

2020-08-04 Thread Uwe Kleine-König
Hello, [adding tglx for irq expertise to Cc] On Tue, Aug 04, 2020 at 11:16:03AM +0200, Ahmad Fatoum wrote: > Generic GPIO consumers like gpio-keys use request_any_context_irq() > to request a threaded handler if irq_settings_is_nested_thread() == > true or a hardirq handler otherwise. > > Driver

Re: [RFC PATCH 00/16] Core scheduling v6(Internet mail)

2020-08-04 Thread 蒋彪
Hi, > On Aug 5, 2020, at 11:57 AM, Li, Aubrey wrote: > > On 2020/8/4 0:53, Joel Fernandes wrote: >> Hi Aubrey, >> >> On Mon, Aug 3, 2020 at 4:23 AM Li, Aubrey wrote: >>> >>> On 2020/7/1 5:32, Vineeth Remanan Pillai wrote: Sixth iteration of the Core-Scheduling feature. Core sc

WARNING: locking bug in hci_dev_reset

2020-08-04 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:ac3a0c84 Merge git://git.kernel.org/pub/scm/linux/kernel/g.. git tree: net console output: https://syzkaller.appspot.com/x/log.txt?x=1088779290 kernel config: https://syzkaller.appspot.com/x/.config?x=c0cfcf935bcc94d2 dashboar

WARNING: refcount bug in l2cap_global_chan_by_psm

2020-08-04 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:c0842fbc random32: move the pseudo-random 32-bit definitio.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=142980c290 kernel config: https://syzkaller.appspot.com/x/.config?x=76cacb0fe58c4a1e das

Re: [PATCH v2 19/24] vdpa: make sure set_features in invoked for legacy

2020-08-04 Thread Jason Wang
On 2020/8/4 上午5:00, Michael S. Tsirkin wrote: Some legacy guests just assume features are 0 after reset. We detect that config space is accessed before features are set and set features to 0 automatically. Note: some legacy guests might not even access config space, if this is reported in the f

[PATCH v7 4/4] scsi: ufs: Prepare HPB read for cached sub-region

2020-08-04 Thread Daejun Park
This patch changes the read I/O to the HPB read I/O. If the logical address of the read I/O belongs to active sub-region, the HPB driver modifies the read I/O command to HPB read. It modifies the UPIU command of UFS instead of modifying the existing SCSI command. In the HPB version 1.0, the maxim

Re: [GIT PULL] printk for 5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Tue, 4 Aug 2020 19:12:09 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux tags/printk-for-5.9 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a754292348bf88ec6b55563eca4faba7dcfe2ae7 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] Documentation for 5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Mon, 3 Aug 2020 12:26:57 -0600: > git://git.lwn.net/linux.git tags/docs-5.9 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/2324d50d051ec0f14a548e78554fb02513d6dcef Thank you! -- Deet-doot-dot, I am a bot. https://korg.wiki.kernel.org/use

Re: [GIT PULL] parisc architecture updates for kernel v5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Tue, 4 Aug 2020 17:20:24 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git > parisc-5.9-1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/95ffa676583b23baed40861d30b65fe31397da00 Thank you! -- Deet-doot-dot,

Re: [PATCH 5.7 000/116] 5.7.13-rc3 review

2020-08-04 Thread Naresh Kamboju
On Tue, 4 Aug 2020 at 14:24, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.7.13 release. > There are 116 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Resp

Re: [GIT PULL] Kselftest update for Linux 5.9-rc1

2020-08-04 Thread Linus Torvalds
On Tue, Aug 4, 2020 at 2:56 PM Shuah Khan wrote: > > Please pull the following Kselftest update for Linux 5.9-rc1. Shortlog? diffstat? And the actual git address to pull from? I see the attached diff, and I'm sure I could guess what branch you want me to pull from, but please do a proper pull re

Re: [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()

2020-08-04 Thread Baoquan He
On 08/02/20 at 07:35pm, Mike Rapoport wrote: > From: Mike Rapoport > > * Replace magic numbers with defines > * Replace memblock_find_in_range() + memblock_reserve() with > memblock_phys_alloc_range() > * Stop checking for low memory size in reserve_crashkernel_low(). The > allocation from li

Re: [PATCH v6 5/5] Documentation: kunit: add a brief blurb about kunit_test_suite

2020-08-04 Thread Stephen Boyd
Quoting Brendan Higgins (2020-08-04 13:47:45) > Add a brief blurb saying how and when the kunit_test_suite() macro > works to the usage documentation. > > Signed-off-by: Brendan Higgins > --- > Documentation/dev-tools/kunit/usage.rst | 5 + > 1 file changed, 5 insertions(+) > > diff --git a

[PATCH v7 3/4] scsi: ufs: L2P map management for HPB read

2020-08-04 Thread Daejun Park
This is a patch for managing L2P map in HPB module. The HPB divides logical addresses into several regions. A region consists of several sub-regions. The sub-region is a basic unit where L2P mapping is managed. The driver loads L2P mapping data of each sub-region. The loaded sub-region is called a

[PATCH v6 2/2] iio: light: as73211: New driver

2020-08-04 Thread Christian Eggers
Support for AMS AS73211 JENCOLOR(R) Digital XYZ Sensor. This driver has no built-in trigger. In order for making triggered measurements, an external (software) trigger driver like iio-trig-hrtimer or iio-trig-sysfs is required. The sensor supports single and continuous measurement modes. The latt

[PATCH v6 1/2] dt-bindings: iio: light: add AMS AS73211 support

2020-08-04 Thread Christian Eggers
Add DT bindings for AMS AS73211 XYZ True Color Sensor. Signed-off-by: Christian Eggers Reviewed-by: Rob Herring --- .../bindings/iio/light/ams,as73211.yaml | 54 +++ 1 file changed, 54 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/light/ams,as7321

Re: [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation

2020-08-04 Thread Mike Rapoport
On Wed, Aug 05, 2020 at 12:20:24PM +0800, Baoquan He wrote: > On 08/02/20 at 07:35pm, Mike Rapoport wrote: > > From: Mike Rapoport > > > > Currently, initrd image is reserved very early during setup and then it > > might be relocated and re-reserved after the initial physical memory > > mapping i

[PATCH v6 0/2] iio: light: Support AMS AS73211 digital XYZ sensor

2020-08-04 Thread Christian Eggers
This series adds support for the AMS AS73211 digital XYZ sensor. Probably everything is fine now... Changes in v6: --- - [2/2] Fixed remaining open points reported by Andy Shevchenko. Changes in v5: --- - [1/2] Reviewed by Rob Herring - [2/2] Added KHZ_PER_HR define - [2

Re: [PATCH v7 1/4] usb: typec: Add QCOM PMIC typec detection driver

2020-08-04 Thread Stephen Boyd
Quoting Wesley Cheng (2020-08-03 17:45:20) > The QCOM SPMI typec driver handles the role and orientation detection, and > notifies client drivers using the USB role switch framework. It registers > as a typec port, so orientation can be communicated using the typec switch > APIs. The driver also

Re: PATCH: rtsx_pci driver - don't disable the rts5229 card reader on Intel NUC boxes

2020-08-04 Thread Chris Clayton
Thanks, Ricky. On 05/08/2020 03:35, 吳昊澄 Ricky wrote: > > >> -Original Message- >> From: Chris Clayton [mailto:chris2...@googlemail.com] >> Sent: Tuesday, August 04, 2020 7:52 PM >> To: 吳昊澄 Ricky; gre...@linuxfoundation.org >> Cc: LKML; rdun...@infradead.org; philqua...@gmail.com; Arnd Be

Re: [PATCH bpf-next 5/5] selftests/bpf: add benchmark for uprobe vs. user_prog

2020-08-04 Thread Andrii Nakryiko
On Tue, Aug 4, 2020 at 9:47 PM Song Liu wrote: > > > > > On Aug 4, 2020, at 6:52 PM, Andrii Nakryiko > > wrote: > > > > On Tue, Aug 4, 2020 at 2:01 PM Song Liu wrote: > >> > >> > >> > >>> On Aug 2, 2020, at 10:10 PM, Andrii Nakryiko > >>> wrote: > >>> > >>> On Sun, Aug 2, 2020 at 9:47 PM Song

RE: [PATCH] PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROBE_DEFER

2020-08-04 Thread Richard Zhu
> -Original Message- > From: Anson Huang > Sent: 2020年8月4日 13:38 > To: Richard Zhu ; l.st...@pengutronix.de; > lorenzo.pieral...@arm.com; r...@kernel.org; bhelg...@google.com; > shawn...@kernel.org; s.ha...@pengutronix.de; ker...@pengutronix.de; > feste...@gmail.com; linux-...@vger.kernel.

Re: linux-next: manual merge of the seccomp tree with the kselftest tree

2020-08-04 Thread Stephen Rothwell
Hi all, On Mon, 20 Jul 2020 15:59:17 +1000 Stephen Rothwell wrote: > > Hi all, > > Today's linux-next merge of the seccomp tree got a conflict in: > > tools/testing/selftests/seccomp/seccomp_bpf.c > > between commit: > > 4c6614dc86ad ("selftests/seccomp: Check ENOSYS under tracing") > >

Re: [PATCH bpf-next 2/5] libbpf: support BPF_PROG_TYPE_USER programs

2020-08-04 Thread Andrii Nakryiko
On Tue, Aug 4, 2020 at 8:59 PM Song Liu wrote: > > > > > On Aug 4, 2020, at 6:38 PM, Andrii Nakryiko > > wrote: > > > > On Mon, Aug 3, 2020 at 6:18 PM Song Liu wrote: > >> > >> > >> > >>> On Aug 2, 2020, at 6:40 PM, Andrii Nakryiko > >>> wrote: > >>> > >>> On Sat, Aug 1, 2020 at 1:50 AM Song

[PATCH v7 2/4] scsi: ufs: Introduce HPB feature

2020-08-04 Thread Daejun Park
This is a patch for the HPB feature. This patch adds HPB function calls to UFS core driver. The mininum size of the memory pool used in the HPB is implemented as a Kconfig parameter (SCSI_UFS_HPB_HOST_MEM), so that it can be configurable. Reviewed-by: Can Guo Tested-by: Bean Huo Signed-off-by:

[PATCH v2 9/9] arm64: tegra: Audio graph sound card for Jetson Nano and TX1

2020-08-04 Thread Sameer Pujar
Enable support for audio-graph based sound card on Jetson-Nano and Jetson-TX1. Depending on the platform, required I/O interfaces are enabled. * Jetson-Nano: Enable I2S3, I2S4, DMIC1 and DMIC2. * Jetson-TX1: Enable all I2S and DMIC interfaces. Signed-off-by: Sameer Pujar --- arch/arm64/boot/d

[PATCH v2 7/9] ASoC: audio-graph: Support empty Codec endpoint

2020-08-04 Thread Sameer Pujar
For open platforms, which can support pluggable audio cards, Codec endpoint is not fixed always. It actually depends on the compatible HW module that is going to be connected. From SoC side the given I/O interface is always available. Hence such links have fixed CPU endpoint but no Codec endpoint.

[PATCH v2 6/9] ASoC: audio-graph: Add support for component chaining

2020-08-04 Thread Sameer Pujar
The audio-graph driver supports both normal and DPCM DAI links. The sound cards requiring DPCM DAI link support, use DPCM_SELECTABLE flag and DAI links are treated as DPCM links depending on the number of child nodes in a given DAI link. There is another requirement where multiple ASoC components

[PATCH v2 8/9] arm64: tegra: Audio graph header for Tegra210

2020-08-04 Thread Sameer Pujar
Expose a header which describes DT bindings required to use audio-graph based sound card. All Tegra210 based platforms can include this header and add platform specific information. Currently, from SoC point of view, all links are exposed for ADMAIF, AHUB, I2S and DMIC components. Signed-off-by: S

[PATCH v2 0/9] Audio graph card updates and usage with Tegra210 audio

2020-08-04 Thread Sameer Pujar
This series proposes following enhancements to audio-graph card driver. * Support multiple instances of a component. * Support open platforms with empty Codec endpoint. * Identify no-pcm DPCM DAI links which can be used in BE<->BE connections. * Add new compatible to support DPCM based DAI chai

[PATCH v2 3/9] ASoC: audio-graph: Identify 'no_pcm' DAI links for DPCM

2020-08-04 Thread Sameer Pujar
PCM devices are created for FE dai links with 'no-pcm' flag as '0'. Such DAI links have CPU component which implement either pcm_construct() or pcm_new() at component or dai level respectively. Based on this, current patch exposes a helper function to identify such components and populate 'no_pcm'

[PATCH v2 1/9] ASoC: soc-core: Fix component name_prefix parsing

2020-08-04 Thread Sameer Pujar
The "prefix" can be defined in DAI link node or it can be specified as part of the component node itself. Currently "sound-name-prefix" defined in a component is not taking effect. Actually the property is not getting parsed. It can be fixed by parsing "sound-name-prefix" property whenever "prefix"

[PATCH v2 5/9] ASoC: dt-bindings: audio-graph-card: Support for component chaining

2020-08-04 Thread Sameer Pujar
New compatible "audio-graph-cc-card" is exposed for audio-graph card driver which allows usage of DAI link chaining and thus connects multiple components together in a system. Signed-off-by: Sameer Pujar --- Documentation/devicetree/bindings/sound/audio-graph-card.txt | 1 + 1 file changed, 1 in

[PATCH v2 2/9] ASoC: audio-graph: Use of_node and DAI for DPCM DAI link names

2020-08-04 Thread Sameer Pujar
For multiple instances of components, using DAI name alone for DAI links is causing conflicts. Components can define multiple DAIs and hence using just a device name won't help either. Thus DT device node reference and DAI names are used to uniquely represent DAI link names. Signed-off-by: Sameer

[PATCH v2 4/9] ASoC: soc-pcm: Get all BEs along DAPM path

2020-08-04 Thread Sameer Pujar
dpcm_end_walk_at_be() stops the graph walk when first BE is found for the given FE component. In a component model we may want to connect multiple DAIs from different components. A new flag is introduced in 'snd_soc_card', which when set allows DAI/component chaining. Later PCM operations can be ca

Re: [net v3] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len

2020-08-04 Thread Martin Schiller
On 2020-08-04 21:20, Xie He wrote: On Tue, Aug 4, 2020 at 5:43 AM Martin Schiller wrote: I'm not an expert in the field, but after reading the commit message and the previous comments, I'd say that makes sense. Thanks! Shouldn't this kernel panic be intercepted by a skb_cow() before the

[PATCH v7 1/4] scsi: ufs: Add UFS feature related parameter

2020-08-04 Thread Daejun Park
This is a patch for parameters to be used for UFS features layer and HPB module. Reviewed-by: Can Guo Tested-by: Bean Huo Signed-off-by: Daejun Park --- drivers/scsi/ufs/ufs.h | 12 1 file changed, 12 insertions(+) diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h inde

Re: [PATCH v2 02/18] gpio: uapi: define uAPI v2

2020-08-04 Thread Kent Gibson
On Tue, Aug 04, 2020 at 07:42:34PM +0200, Bartosz Golaszewski wrote: > On Sat, Jul 25, 2020 at 6:20 AM Kent Gibson wrote: > > > > Add a new version of the uAPI to address existing 32/64-bit alignment > > issues, add support for debounce and event sequence numbers, and provide > > some future proof

Re: [PATCH v2 2/2] ASoC: fsl_sai: Refine enable and disable sequence for synchronous mode

2020-08-04 Thread Nicolin Chen
On Wed, Aug 05, 2020 at 01:03:37PM +0800, Shengjiu Wang wrote: > > Btw, the new fsl_sai_dir_is_synced() can be probably applied to > > other places with a followup patch. > Do you mean move it to the beginning of this file? There are other existing places testing "sync[tx] && !sync[!tx]" so you m

Re: [PATCH v2] x86/cpu: Use SERIALIZE in sync_core() when available

2020-08-04 Thread hpa
On August 4, 2020 10:08:08 PM PDT, Borislav Petkov wrote: >On Tue, Aug 04, 2020 at 09:58:25PM -0700, h...@zytor.com wrote: >> Because why use an alternative to jump over one instruction? >> >> I personally would prefer to have the IRET put out of line > >Can't yet - SERIALIZE CPUs are a minority a

Re: [PATCH v2] x86/cpu: Use SERIALIZE in sync_core() when available

2020-08-04 Thread Borislav Petkov
On Tue, Aug 04, 2020 at 09:58:25PM -0700, h...@zytor.com wrote: > Because why use an alternative to jump over one instruction? > > I personally would prefer to have the IRET put out of line Can't yet - SERIALIZE CPUs are a minority at the moment. > and have the call/jmp replaced by SERIALIZE inli

Re: [GIT pull] core/entry for v5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Tue, 04 Aug 2020 08:21:53 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > core-entry-2020-08-04 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/d25c8be67481060782d7e8b84bc0d0355922 Thank you! -- Deet-doot-dot, I

Re: [GIT pull] x86/fsgsbase for v5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Tue, 04 Aug 2020 08:21:58 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-fsgsbase-2020-08-04 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4da9f3302615f4191814f826054846bf843e24fa Thank you! -- Deet-doot-dot,

Re: [GIT pull] x86/entry for v5.9

2020-08-04 Thread pr-tracker-bot
The pull request you sent on Tue, 04 Aug 2020 08:21:57 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-entry-2020-08-04 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/125cfa0d4d143416ae217c26a72003baae93233d Thank you! -- Deet-doot-dot, I am a

Re: [PATCH v2 2/2] ASoC: fsl_sai: Refine enable and disable sequence for synchronous mode

2020-08-04 Thread Shengjiu Wang
On Wed, Aug 5, 2020 at 12:13 PM Nicolin Chen wrote: > > On Wed, Aug 05, 2020 at 10:23:53AM +0800, Shengjiu Wang wrote: > > Tx synchronous with Rx: > > The TCSR.TE is no need to enabled when only Rx is going to be enabled. > > Check if need to disable RSCR.RE before disabling TCSR.TE. > > > > Rx sy

Re: [PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices

2020-08-04 Thread Eli Cohen
On Tue, Aug 04, 2020 at 05:29:09PM -0400, Michael S. Tsirkin wrote: > On Tue, Aug 04, 2020 at 07:20:36PM +0300, Eli Cohen wrote: > > Hi Michael, > > please note that this series depends on mlx5 core device driver patches > > in mlx5-next branch in > > git://git.kernel.org/pub/scm/linux/kernel/git/m

Re: [PATCH] RAS/CEC: Fix cec_init prototype

2020-08-04 Thread Borislav Petkov
On Tue, Aug 04, 2020 at 06:18:47PM +0200, Luca Stefani wrote: > * late_initcall expects a function to return an integer Please write a proper sentence for a commit message. > Signed-off-by: Luca Stefani > --- > drivers/ras/cec.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) >

Re: [PATCH v2] x86/cpu: Use SERIALIZE in sync_core() when available

2020-08-04 Thread hpa
On August 4, 2020 9:48:40 PM PDT, Borislav Petkov wrote: >On Tue, Aug 04, 2020 at 07:10:59PM -0700, Ricardo Neri wrote: >> The SERIALIZE instruction gives software a way to force the processor >to >> complete all modifications to flags, registers and memory from >previous >> instructions and drain

[PATCH 3/3] dt-bindings: serial: Convert NXP lpuart to json-schema

2020-08-04 Thread Anson Huang
Convert the NXP lpuart binding to DT schema format using json-schema. Signed-off-by: Anson Huang --- .../devicetree/bindings/serial/fsl-lpuart.txt | 43 .../devicetree/bindings/serial/fsl-lpuart.yaml | 79 ++ 2 files changed, 79 insertions(+), 43 deletio

  1   2   3   4   5   6   7   8   9   10   >