drivers/iio/adc/at91_adc.c:1439:34: warning: unused variable 'at91_adc_dt_ids'

2020-11-17 Thread kernel test robot
Hi Alexandru, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0fa8ee0d9ab95c9350b8b84574824d9a384a9f7d commit: 4027860dcc4cd0c45c36bae21e45bee5a17f2f0f iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driver

Re: linux-next: build failure after merge of the gpio tree

2020-11-17 Thread Linus Walleij
On Wed, Nov 18, 2020 at 4:30 AM Stephen Rothwell wrote: > drivers/gpio/gpio-xilinx.c: In function 'xgpio_remove': > drivers/gpio/gpio-xilinx.c:275:2: error: implicit declaration of function > 'pm_runtime_disable' [-Werror=implicit-function-declaration] > 275 | pm_runtime_disable(>dev); >

Corporate and Personal Loan *

2020-11-17 Thread Investment Corporate
Hello linux-kernel@vger.kernel.org We are Base Investment Company offering Corporate and Personal Loan at 3% Interest Rate for a duration of 10Years. We also pay 1% commission to brokers, who introduce project owners for finance or other opportunities. Please get back to me if you are

Re: linux-next: manual merge of the gpio tree with the kspp-gustavo tree

2020-11-17 Thread Linus Walleij
On Wed, Nov 18, 2020 at 4:24 AM Stephen Rothwell wrote: > b8e0b635e6e6 ("gpio: Fix fall-through warnings for Clang") > > from the kspp-gustavo tree and commit: Interesting I guess this is a clang tree? Please rebase on the GPIO tree and send me + Andy this patch so we can integrate it

Re: [PATCH 1/3] clk: fix redefinition of clk_prepare on MIPS with HAVE_LEGACY_CLK

2020-11-17 Thread Krzysztof Kozlowski
On Tue, Nov 17, 2020 at 11:41:57PM -0800, Stephen Boyd wrote: > Quoting Krzysztof Kozlowski (2020-11-15 09:09:48) > > COMMON_CLK even though is a user-selectable symbol, is still selected by > > multiple other config options. COMMON_CLK should not be used when > > legacy clocks are provided by

Re: [PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation

2020-11-17 Thread Daniel Vetter
On Wed, Nov 18, 2020 at 3:40 AM John Stultz wrote: > On Fri, Nov 13, 2020 at 12:39 PM Daniel Vetter wrote: > > On Thu, Nov 12, 2020 at 08:11:02PM -0800, John Stultz wrote: > > > On Thu, Nov 12, 2020 at 1:32 AM Daniel Vetter wrote: > > > > On Thu, Nov 12, 2020 at 11:09:04AM +0530, Sumit Semwal

Re: Re: [PATCH] Changes since v1 - Change subject form "ALSA" to "USB:"- Adjust to approoriate line

2020-11-17 Thread Greg KH
On Wed, Nov 18, 2020 at 03:41:08PM +0800, 彭浩 wrote: > 此电子邮件消息仅供预期收件人使用,其中可能包含保密或特权使用信息。如果您不是预 > 期收件人,请勿使用、传播、分发或复制此电子邮件或信赖此邮件采取任何行动。如果您 > 误收了此邮件,请立即回复邮件通知统信软件技术有限公司发件人,并删除误收电子邮件 > 及其相关附件。感谢配合! > > This email message is intended only for the use of the individual or entity > who > /which is the

[PATCH v2] ARM: dts: keystone-k2g-evm: add HDMI and analog audio data

2020-11-17 Thread Peter Ujfalusi
The board is using McASP2 for both analog (tlv320aic3106) and HDMI (SiI9022) audio. 12.288MHz oscillator provides the MCLK for both aic3106 and SiI9022. Signed-off-by: Peter Ujfalusi --- Hi, Changes since v1: - Rename the sii9022_mclk ficed clock to aud_mclk (as it is named in the schema) and

Re: [RFC][PATCH v2 00/21] x86/pti: Defer CR3 switch to C code

2020-11-17 Thread Alexandre Chartre
On 11/17/20 10:26 PM, Borislav Petkov wrote: On Tue, Nov 17, 2020 at 07:12:07PM +0100, Alexandre Chartre wrote: Some benchmarks are available, in particular from phoronix: What I was expecting was benchmarks *you* have run which show that perf penalty, not something one can find quickly on

Re: [PATCH 1/3] clk: fix redefinition of clk_prepare on MIPS with HAVE_LEGACY_CLK

2020-11-17 Thread Stephen Boyd
Quoting Krzysztof Kozlowski (2020-11-15 09:09:48) > COMMON_CLK even though is a user-selectable symbol, is still selected by > multiple other config options. COMMON_CLK should not be used when > legacy clocks are provided by architecture, so it correctly depends on > !HAVE_LEGACY_CLK. > >

Re: [PATCH 0/5] context_tracking: Flatter archs not using exception_enter/exit() v3

2020-11-17 Thread Peter Zijlstra
On Tue, Nov 17, 2020 at 04:16:32PM +0100, Frederic Weisbecker wrote: > Frederic Weisbecker (5): > context_tracking: Introduce HAVE_CONTEXT_TRACKING_OFFSTACK > context_tracking: Don't implement exception_enter/exit() on > CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK > sched: Detect

[PATCH 3/3] dt-bindings: panel: Add bindings for MRB2801

2020-11-17 Thread mdurnev
From: Mikhail Durnev Add binding for Ronbo MRB2801 display module. This binding is for display panels using an Ilitek ILI9341 controller in parallel mode. Signed-off-by: Mikhail Durnev --- .../devicetree/bindings/display/ronbo,mrb2801.txt | 42 ++ 1 file changed, 42

Re: [PATCH] ARM: dts: keystone-k2g-evm: add HDMI and analog audio data

2020-11-17 Thread Peter Ujfalusi
Hi, On 17/11/2020 12.17, Peter Ujfalusi wrote: > The board is using McASP2 for both analog (tlv320aic3106) and > HDMI (SiI9022) audio. > > Signed-off-by: Peter Ujfalusi > --- > arch/arm/boot/dts/keystone-k2g-evm.dts | 112 + > 1 file changed, 112 insertions(+) > > diff

[PATCH 2/3] drm/tiny: Add driver for ili9341 with parallel bus

2020-11-17 Thread mdurnev
From: Mikhail Durnev MRB2801 display module [1] is an example of ILI9341 display that connects to Intel 8080 parallel bus. Its connector is compatible with the ALIENTEK STM32 development board. It can be used with the drm/mipi-dbi bus driver if the bus is emulated with GPIO. [1]

[PATCH 1/3] drm/mipi-dbi: Add support for Type B

2020-11-17 Thread mdurnev
From: Mikhail Durnev Intel 8080 type (Type B) parallel bus over GPIO. The parallel bus is implemented partially. It supports only write operations from the host to the display. Read operations would require switching GPIO mode between input and output back and forth. But this implementation is

[PATCH 0/3] drm/mipi-dbi: Type B bus support, drm/tiny: MRB2801

2020-11-17 Thread mdurnev
From: Mikhail Durnev Hi All, This patch series is aiming at extending the mipi-dbi bus driver to support Intel 8080 type parallel bus (Type B) over GPIO and adding a new driver for ILI9341 display panels with 8- or 16-bit parallel interface. It was tested with the MRB2801 display module [1]

[PATCH 1/1] ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl()

2020-11-17 Thread Zhen Lei
The ACPI_ALLOCATE() does not zero the "buf", so when the condition "integer->type != ACPI_TYPE_INTEGER" in int_to_buf() is met, the result is unpredictable in acpi_nfit_ctl(). Signed-off-by: Zhen Lei --- drivers/acpi/nfit/core.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-)

Re: [PATCH net-next v4 4/4] net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY

2020-11-17 Thread kernel test robot
Hi Dan, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Dan-Murphy/DP83TD510-Single-Pair-10Mbps-Ethernet-PHY/20201118-041918 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git

Re: [PATCH v3] ALSA: usb-audio: disable 96khz support for HUAWEI USB-C HEADSET

2020-11-17 Thread Takashi Iwai
On Wed, 18 Nov 2020 06:26:06 +0100, Macpaul Lin wrote: > > On Tue, 2020-11-10 at 17:04 +0800, Macpaul Lin wrote: > > The HUAWEI USB-C headset (VID:0x12d1, PID:0x3a07) reported it supports > > 96khz. However there will be some random issue under 96khz. > > Not sure if there is any alternate

[PATCH -next] scsi: lpfc: Mark lpfc_nvmet_prep_abort_wqe with static keyword

2020-11-17 Thread Zou Wei
Fix the following sparse warning: drivers/scsi/lpfc/lpfc_nvmet.c:3340:1: warning: symbol 'lpfc_nvmet_prep_abort_wqe' was not declared. Should it be static? Signed-off-by: Zou Wei --- drivers/scsi/lpfc/lpfc_nvmet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tip:efi/core] BUILD SUCCESS b283477d394ac41ca59ee20eb9293ae9002eb1d7

2020-11-17 Thread kernel test robot
defconfig mips allyesconfig mips allmodconfig powerpc allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20201117 i386

[tip:x86/cleanups] BUILD SUCCESS 09a217c10504bcaef911cf2af74e424338efe629

2020-11-17 Thread kernel test robot
allyesconfig powerpc allmodconfig powerpc allnoconfig i386 randconfig-a006-20201117 i386 randconfig-a005-20201117 i386 randconfig-a001-20201117 i386 randconfig-a002-20201117 i386

Re: [PATCH v2 2/4] mtd: parsers: Add Qcom SMEM parser

2020-11-17 Thread Manivannan Sadhasivam
On Tue, Nov 17, 2020 at 10:20:33PM -0600, Bjorn Andersson wrote: > On Tue 17 Nov 11:48 CST 2020, Manivannan Sadhasivam wrote: > > > NAND based Qualcomm platforms have the partition table populated in the > > Shared Memory (SMEM). Hence, add a parser for parsing the partitions > > from it. > > >

[PATCH v2 3/4] arm64: dts: rockchip: nanopi4: Move ep-gpios property to nanopc-t4

2020-11-17 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Only the NanoPC T4 hs the PCIe reset pin routed to the SoC. For the NanoPi M4 family, no such signal is routed to the expansion header on the base board. As the schematics for the expansion board were not released, it is unclear how this is handled, but the likely answer is

[PATCH v2 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B

2020-11-17 Thread Chen-Yu Tsai
From: Chen-Yu Tsai Hi everyone, This is v2 of my Nanopi M4B series. Changes since v1 include: - Rewrite subject of patch 1 to match existing convention and reference 'ep-gpios' DT property instead of the 'ep_gpio' field This series mainly adds support for the new Nanopi M4B, which is a

[PATCH v2 4/4] arm64: dts: rockchip: rk3399: Add NanoPi M4B

2020-11-17 Thread Chen-Yu Tsai
From: Chen-Yu Tsai The NanoPi M4B is a minor revision of the original M4. The differences against the original Nanopi M4 that are common with the other M4V2 revision include: - microphone header removed - power button added - recovery button added Additional changes specific to the M4B:

[PATCH v2 1/4] PCI: rockchip: Make 'ep-gpios' DT property optional

2020-11-17 Thread Chen-Yu Tsai
From: Chen-Yu Tsai The Rockchip PCIe controller DT binding clearly states that 'ep-gpios' is an optional property. And indeed there are boards that don't require it. Make the driver follow the binding by using devm_gpiod_get_optional() instead of devm_gpiod_get(). Fixes: e77f847df54c ("PCI:

[PATCH v2 2/4] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4B

2020-11-17 Thread Chen-Yu Tsai
From: Chen-Yu Tsai The NanoPi M4B is a minor revision of the original M4. The differences against the original Nanopi M4 that are common with the other M4V2 revision include: - microphone header removed - power button added - recovery button added Additional changes specific to the M4B:

Re: [PATCH v5 8/8] rpmsg: Turn name service into a stand alone driver

2020-11-17 Thread Guennadi Liakhovetski
On Tue, Nov 17, 2020 at 05:06:47PM -0700, Mathieu Poirier wrote: [snip] > I confirm that all this is working as expected - I will send a new revision of > this set tomorrow afternoon. > > Guennadi, can I add a Co-developed-by and Signed-off-by with your name on the > patch? You can add the

Re: [RFC][PATCH v2 00/21] x86/pti: Defer CR3 switch to C code

2020-11-17 Thread Alexandre Chartre
On 11/17/20 10:23 PM, Borislav Petkov wrote: On Tue, Nov 17, 2020 at 08:02:51PM +0100, Alexandre Chartre wrote: No. This prevents the guest VM from gathering data from the host kernel on the same cpu-thread. But there's no mitigation for a guest VM running on a cpu-thread attacking another

[PATCH] Changes since v1 - Change subject form "ALSA" to "USB:" - Adjust to approoriate line

2020-11-17 Thread penghao
USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO built-in usb-audio card Add a USB_QUIRK_DISCONNECT_SUSPEND quirk for the Lenovo TIO built-in usb-audio. when A630Z going into S3,the system immediately wakeup 7-8 seconds later by usb-audio disconnect interrupt to avoids the

Re: [PATCH] Changes since v1 - Change subject form "ALSA" to "USB:" - Adjust to approoriate line

2020-11-17 Thread Greg KH
On Wed, Nov 18, 2020 at 02:51:32PM +0800, penghao wrote: > USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for > Lenovo A630Z TIO built-in usb-audio card Your subject line does not work, please put that information below the --- line. Also, we need a "real" name for the From: and

Re: [PATCH v9 8/9] arch, mm: wire up memfd_secret system call were relevant

2020-11-17 Thread Mike Rapoport
On Tue, Nov 17, 2020 at 05:15:30PM +, Catalin Marinas wrote: > On Tue, Nov 17, 2020 at 06:29:31PM +0200, Mike Rapoport wrote: > > From: Mike Rapoport > > > > Wire up memfd_secret system call on architectures that define > > ARCH_HAS_SET_DIRECT_MAP, namely arm64, risc-v and x86. > > > >

[PATCH v3 1/3] media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc

2020-11-17 Thread Dikshita Agarwal
- Adds min/max qp controls for B frame for h264. - Adds min/max qp controls for I/P/B frames for hevc similar to h264. - Update valid range of mim/max qp for hevc to accommodate 10 bit. Signed-off-by: Dikshita Agarwal --- .../userspace-api/media/v4l/ext-ctrls-codec.rst| 52

[PATCH v3 3/3] venus: venc: Add support for frame-specific min/max qp controls

2020-11-17 Thread Dikshita Agarwal
Add support for frame type specific min and max qp controls for encoder. Signed-off-by: Dikshita Agarwal --- drivers/media/platform/qcom/venus/core.h | 18 + drivers/media/platform/qcom/venus/venc.c | 21 --- drivers/media/platform/qcom/venus/venc_ctrls.c | 51

[PATCH v3 0/3] Add new controls for QP and layer bitrate

2020-11-17 Thread Dikshita Agarwal
This series adds frame specific min/max qp controls for hevc and layer wise bitrate control for h264. Chnages since v2: - addressed comments. - added driver side implementation for new controls. Dikshita Agarwal (3): media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc media:

Re: [PATCH v9 6/9] secretmem: add memcg accounting

2020-11-17 Thread Mike Rapoport
On Tue, Nov 17, 2020 at 12:02:01PM -0800, Shakeel Butt wrote: > On Tue, Nov 17, 2020 at 11:49 AM Roman Gushchin wrote: > > > > On Tue, Nov 17, 2020 at 06:29:29PM +0200, Mike Rapoport wrote: > > > From: Mike Rapoport > > > > > > Account memory consumed by secretmem to memcg. The accounting is

[PATCH v3 2/3] media: v4l2-ctrl: Add layer wise bitrate controls for h264

2020-11-17 Thread Dikshita Agarwal
Adds bitrate control for all coding layers for h264 same as hevc. Signed-off-by: Dikshita Agarwal --- .../userspace-api/media/v4l/ext-ctrls-codec.rst | 20 drivers/media/v4l2-core/v4l2-ctrls.c | 7 +++ include/uapi/linux/v4l2-controls.h

[PATCH v3] power: suspend: Move dpm_watchdog to suspend.c and enhance it

2020-11-17 Thread josephjang
On Fri, Nov 13, 2020 at 2:26 PM Greg Kroah-Hartman wrote: > > On Fri, Oct 23, 2020 at 02:04:17PM +0800, Joseph Jang wrote: > > Since dpm_watchdog just cover device power management, we proposed to > > move it to core power suspend.c to cover not only device power management > > hang issues,

Re: WARNING: can't access registers at asm_common_interrupt

2020-11-17 Thread Jürgen Groß
On 16.11.20 14:04, Peter Zijlstra wrote: On Mon, Nov 16, 2020 at 12:56:32PM +0100, Jürgen Groß wrote: static inline notrace unsigned long arch_local_save_flags(void) { PVOP_CALL_ARGS; PVOP_TEST_NULL(irq.save_fl); asm_inline volatile(ALTERNATIVE(paravirt_alt(PARAVIRT_CALL),

[PATCH net-next v2] r8153_ecm: avoid to be prior to r8152 driver

2020-11-17 Thread Hayes Wang
Avoid r8153_ecm is compiled as built-in, if r8152 driver is compiled as modules. Otherwise, the r8153_ecm would be used, even though the device is supported by r8152 driver. Fixes: c1aedf015ebd ("net/usb/r8153_ecm: support ECM mode for RTL8153") Reported-by: Marek Szyprowski Signed-off-by: Hayes

[PATCH v3 3/3] f2fs: Handle casefolding with Encryption

2020-11-17 Thread Daniel Rosenberg
Expand f2fs's casefolding support to include encrypted directories. To index casefolded+encrypted directories, we use the SipHash of the casefolded name, keyed by a key derived from the directory's fscrypt master key. This ensures that the dirhash doesn't leak information about the plaintext

[PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops

2020-11-17 Thread Daniel Rosenberg
This shifts the responsibility of setting up dentry operations from fscrypt to the individual filesystems, allowing them to have their own operations while still setting fscrypt's d_revalidate as appropriate. Most filesystems can just use generic_set_encrypted_ci_d_ops, unless they have their own

[PATCH v3 1/3] libfs: Add generic function for setting dentry_ops

2020-11-17 Thread Daniel Rosenberg
This adds a function to set dentry operations at lookup time that will work for both encrypted filenames and casefolded filenames. A filesystem that supports both features simultaneously can use this function during lookup preparations to set up its dentry operations once fscrypt no longer does

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS

2020-11-17 Thread Daniel Rosenberg
These patches are on top of the torvalds tree. F2FS currently supports casefolding and encryption, but not at the same time. These patches aim to rectify that. In a later follow up, this will be added for Ext4 as well. The f2fs-tools changes have already been applied. Since both fscrypt and

[PATCH net-next v5] net/tun: Call netdev notifiers

2020-11-17 Thread Martin Schiller
Call netdev notifiers before and after changing the device type. Signed-off-by: Martin Schiller --- Changes to v4: * Fix copy'n'paste error Changes to v3: * Handle return value of call_netdevice_notifiers() Changes to v2: * Use subject_prefix 'net-next' to fix 'fixes_present' issue Changes

[PATCH] arm64: mm: add support for memmap kernel parameters

2020-11-17 Thread Barry Song
memmap should be an useful kernel parameter which has been supported by x86, mips and xtensa. This patch adds support for ARM64. At this stage, the below two modes are supported only: memmap=nn[KMG]@ss[KMG] Force usage of a specific region of memory memmap=nn[KMG]$ss[KMG] Region of memory to be

Re: [PATCH 5.4 000/151] 5.4.78-rc1 review

2020-11-17 Thread Naresh Kamboju
On Tue, 17 Nov 2020 at 18:55, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.4.78 release. > There are 151 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. > >

[PATCH] mmc: mediatek: Add system suspend/resume interface

2020-11-17 Thread Wenbin Mei
Before we got these errors on MT8192 platform: [ 59.153891] Restarting tasks ... [ 59.154540] done. [ 59.159175] PM: suspend exit [ 59.218724] mtk-msdc 11f6.mmc: phase: [map:fffe] [maxlen:31] [final:16] [ 119.776083] mmc0: cqhci: timeout for tag 9 [ 119.780196] mmc0: cqhci:

linux-next: Tree for Nov 18

2020-11-17 Thread Stephen Rothwell
Hi all, Changes since 20201117: The phy-next tree still had its a build failure so I used the version from next-20201116. The gpio tree gained a conflict against the kspp-gustavo tree. It also gained a build failure so I used the version from next-20201117. The mhi tree still had its build

Re: [PATCH] rtc: sc27xx: Always read normal alarm

2020-11-17 Thread Chunyan Zhang
Hi Alexandre, Thanks for this cleanup. On Wed, 18 Nov 2020 at 05:22, Alexandre Belloni wrote: > > The RTC core only reads the alarm from the hardware at boot time, to know > whether an alarm was already set before booting. It keeps track of all the > alarms after that so there is no need to

Re: [PATCH v2 3/3] f2fs: Handle casefolding with Encryption

2020-11-17 Thread Eric Biggers
On Tue, Nov 17, 2020 at 10:22:28PM -0800, Daniel Rosenberg wrote: > > > @@ -273,10 +308,14 @@ struct f2fs_dir_entry > > > *f2fs_find_target_dentry(const struct f2fs_dentry_ptr *d, > > > continue; > > > } > > > > > > - if (de->hash_code ==

Re: workqueue: Only kick a worker after thawed or for an unbound workqueue

2020-11-17 Thread Yunfeng Ye
On 2020/11/18 12:06, Lai Jiangshan wrote: > On Tue, Nov 17, 2020 at 3:33 PM Yunfeng Ye wrote: >> >> In realtime scenario, We do not want to have interference on the >> isolated cpu cores. but when invoking alloc_workqueue() for percpu wq >> on the housekeeping cpu, it kick a kworker on the

Re: [PATCH 2/2] fpga: dfl: look for vendor specific capability

2020-11-17 Thread Xu Yilun
On Tue, Nov 17, 2020 at 11:41:32AM -0800, matthew.gerl...@linux.intel.com wrote: > > > On Tue, 17 Nov 2020, Xu Yilun wrote: > > >On Mon, Nov 16, 2020 at 05:25:52PM -0800, matthew.gerl...@linux.intel.com > >wrote: > >>From: Matthew Gerlach > >> > >>A DFL may not begin at offset 0 of BAR 0. A

[PATCH] mmc: sdhci-of-arasan: Add pinctrl support to the driver

2020-11-17 Thread Manish Narani
Driver should be able to handle optional pinctrl setting. Signed-off-by: Michal Simek Signed-off-by: Manish Narani --- drivers/mmc/host/sdhci-of-arasan.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/mmc/host/sdhci-of-arasan.c

Re: [PATCH v2 3/3] f2fs: Handle casefolding with Encryption

2020-11-17 Thread Daniel Rosenberg
On Tue, Nov 17, 2020 at 10:50 AM Eric Biggers wrote: > > > What is the assignment to dentry_page supposed to be accomplishing? It looks > like it's meant to pass up errors from f2fs_find_target_dentry(), but it > doesn't > do that. Woops. Fixed that for the next version. > > > @@ -222,14

Re: [PATCH v4 01/10] Add auxiliary bus support

2020-11-17 Thread Greg KH
On Tue, Nov 17, 2020 at 01:04:56PM -0800, Dan Williams wrote: > On Mon, Nov 16, 2020 at 11:02 PM Greg KH wrote: > > > > On Tue, Nov 17, 2020 at 07:30:00AM +0200, Leon Romanovsky wrote: > > > On Fri, Nov 13, 2020 at 08:18:50AM -0800, Dave Ertman wrote: > > > > Add support for the Auxiliary Bus,

Re: WARNING: kernel/irq/chip.c:242 __irq_startup+0xa8/0xb0

2020-11-17 Thread Naresh Kamboju
On Tue, 13 Oct 2020 at 11:09, Naresh Kamboju wrote: > > On stable rc 5.8.15 the following kernel warning was noticed once > while boot and this is hard to reproduce. This is now reproduciable on arm64 NXP ls2088 device [ 19.980839] [ cut here ] [ 19.985468] WARNING:

Re: [PATCH v11 14/16] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling

2020-11-17 Thread Kuppuswamy, Sathyanarayanan
On 11/17/20 11:19 AM, Sean V Kelley wrote: Root Complex Event Collectors (RCEC) appear as peers to Root Ports and also have the AER capability. In addition, actions need to be taken for associated RCiEPs. In such cases the RCECs will need to be walked in order to find and act upon their

Re: [PATCH v11 15/16] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

2020-11-17 Thread Kuppuswamy, Sathyanarayanan
On 11/17/20 11:19 AM, Sean V Kelley wrote: Root Complex Event Collectors (RCEC) appear as peers of Root Ports and also have the PME capability. As with AER, there is a need to be able to walk the RCiEPs associated with their RCEC for purposes of acting upon them with callbacks. Add RCEC

drivers/remoteproc/mtk_scp.c:306:39: sparse: sparse: incorrect type in argument 2 (different address spaces)

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

Re: [PATCH v11 16/16] PCI/AER: Add RCEC AER error injection support

2020-11-17 Thread Kuppuswamy, Sathyanarayanan
On 11/17/20 11:19 AM, Sean V Kelley wrote: From: Qiuxu Zhuo Root Complex Event Collectors (RCEC) appear as peers to Root Ports and may also have the AER capability. Add RCEC support to the AER error injection driver. Reviewed-by: Kuppuswamy Sathyanarayanan Co-developed-by: Sean V

Re: [RFC PATCH 5/5] locking/rwsem: Remove reader optimistic spinning

2020-11-17 Thread Davidlohr Bueso
On Tue, 17 Nov 2020, Waiman Long wrote: The column "CS Load" represents the number of pause instructions issued in the locking critical section. A CS load of 1 is extremely short and is not likey in real situations. A load of 20 (moderate) and 100 (long) are more realistic. It can be seen that

Re: [PATCH 4.19 000/264] 4.19.153-rc1 review

2020-11-17 Thread Greg Kroah-Hartman
On Tue, Nov 17, 2020 at 08:36:21PM +0100, Salvatore Bonaccorso wrote: > Hi Guenter, > > On Sat, Nov 14, 2020 at 05:27:41AM -0800, Guenter Roeck wrote: > > On 11/14/20 12:35 AM, Salvatore Bonaccorso wrote: > > > Hi Guenter, > > > > > > On Sat, Oct 31, 2020 at 07:31:32AM -0700, Guenter Roeck

Re: [PATCHv1 3/4] dt-bindings: fpga: add authenticate-fpga-config property

2020-11-17 Thread Xu Yilun
On Tue, Nov 17, 2020 at 09:39:55AM -0600, Richard Gong wrote: > > > On 11/16/20 8:24 PM, Xu Yilun wrote: > >On Mon, Nov 16, 2020 at 08:14:52AM -0600, Richard Gong wrote: > >> > >>Hi Yilun, > >> > >>On 11/15/20 8:47 PM, Xu Yilun wrote: > >>>On Sun, Nov 15, 2020 at 11:21:06AM -0800, Moritz Fischer

[PATCH net-next v4] net/tun: Call netdev notifiers

2020-11-17 Thread Martin Schiller
Call netdev notifiers before and after changing the device type. Signed-off-by: Martin Schiller --- Changes to v3: * Handle return value of call_netdevice_notifiers() Changes to v2: * Use subject_prefix 'net-next' to fix 'fixes_present' issue Changes to v1: * Fix 'subject_prefix' and

Re: [PATCH 5.9 000/255] 5.9.9-rc1 review

2020-11-17 Thread Naresh Kamboju
On Tue, 17 Nov 2020 at 19:02, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.9.9 release. > There are 255 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. > >

linux-next: build warnings after merge of the v4l-dvb tree

2020-11-17 Thread Stephen Rothwell
Hi all, After merging the v4l-dvb tree, today's linux-next build (htmldocs) produced these warnings: Documentation/output/videodev2.h.rst:6: WARNING: undefined label: v4l2-meta-fmt-rk-isp1-params (if the link has no caption the label must precede a section header)

linux-next: build warning after merge of the v4l-dvb tree

2020-11-17 Thread Stephen Rothwell
Hi all, After merging the v4l-dvb tree, today's linux-next build (htmldocs) produced this warning: Documentation/output/lirc.h.rst:6: WARNING: undefined label: rc-proto-max (if the link has no caption the label must precede a section header) Introduced by commit 72e637fec558 ("media: rc:

Re: [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path

2020-11-17 Thread Viresh Kumar
On 17-11-20, 09:02, Rob Clark wrote: > With that on top of the previous patch, Don't you still have this ? Which fixed the lockdep in the remove path. https://lore.kernel.org/lkml/20201022080644.2ck4okrxygmkuatn@vireshk-i7/ To make it clear you need these patches to fix the OPP stuff: //From

Re: [PATCH v3] ALSA: usb-audio: disable 96khz support for HUAWEI USB-C HEADSET

2020-11-17 Thread Macpaul Lin
On Tue, 2020-11-10 at 17:04 +0800, Macpaul Lin wrote: > The HUAWEI USB-C headset (VID:0x12d1, PID:0x3a07) reported it supports > 96khz. However there will be some random issue under 96khz. > Not sure if there is any alternate setting could be applied. > Hence 48khz is suggested to be applied at

linux-next: build warning after merge of the drm-misc tree

2020-11-17 Thread Stephen Rothwell
Hi all, After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: Documentation/gpu/todo.rst:302: WARNING: Unexpected indentation. Documentation/gpu/todo.rst:303: WARNING: Block quote ends without a blank line; unexpected unindent. Introduced by commit

Re: [PATCH net-next v3] net/tun: Call netdev notifiers

2020-11-17 Thread Martin Schiller
On 2020-11-18 01:32, Jakub Kicinski wrote: On Mon, 16 Nov 2020 11:41:21 +0100 Martin Schiller wrote: Call netdev notifiers before and after changing the device type. Signed-off-by: Martin Schiller --- Change from v2: use subject_prefix 'net-next' to fix 'fixes_present' issue Change from v1:

Re: [PATCH v5 07/24] clk: mediatek: Fix asymmetrical PLL enable and disable control

2020-11-17 Thread Weiyi Lu
On Wed, 2020-11-18 at 11:55 +0800, Ikjoon Jang wrote: > On Mon, Nov 09, 2020 at 10:03:32AM +0800, Weiyi Lu wrote: > > In fact, the en_mask is a combination of divider enable mask > > and pll enable bit(bit0). > > Before this patch, we enabled both divider mask and bit0 in prepare(), > > but only

[RFC -V5] autonuma: Migrate on fault among multiple bound nodes

2020-11-17 Thread Huang Ying
Now, AutoNUMA can only optimize the page placement among the NUMA nodes if the default memory policy is used. Because the memory policy specified explicitly should take precedence. But this seems too strict in some situations. For example, on a system with 4 NUMA nodes, if the memory of an

linux-next: build warning after merge of the net-next tree

2020-11-17 Thread Stephen Rothwell
Hi all, After merging the net-next tree, today's linux-next build (htmldocs) produced this warning: Documentation/networking/index.rst:6: WARNING: toctree contains reference to nonexisting document 'networking/framerelay' Introduced by commit f73659192b0b ("net: wan: Delete the DLCI / SDLA

[stable-rc 5.9] BUG: Invalid wait context on arm64 db410c device

2020-11-17 Thread Naresh Kamboju
While booting stable rc 5.9.9-rc1 kernel on arm64 Qualcomm db410c device the following BUG: Invalid wait context noticed. This issue has not reproduced after several testing loops. [ 18.667840] [ 18.667865] = [ 18.668392] [ BUG: Invalid wait context ] [

Re: [PATCH 4/5] locking/rwsem: Wake up all waiting readers if RWSEM_WAKE_READ_OWNED

2020-11-17 Thread Davidlohr Bueso
On Tue, 17 Nov 2020, Waiman Long wrote: The rwsem wakeup logic has been modified by commit d3681e269fff ("locking/rwsem: Wake up almost all readers in wait queue") to wake up all readers in the wait queue if the first waiter is a reader. In the case of RWSEM_WAKE_READ_OWNED, not all readers can

Re: [PATCH 2/4] dma-buf: add export symbol for dma-heap

2020-11-17 Thread John Stultz
On Tue, Nov 17, 2020 at 10:19 AM Minchan Kim wrote: > > From: Hyesoo Yu > > The heaps could be added as module, so some functions should > be exported to register dma-heaps. And dma-heap of module can use > cma area to allocate and free. However the function related cma > is not exported now.

[gustavoars-linux:testing/clang-ft/for-linus] BUILD SUCCESS 60c3fe4030afca9f560eb513ff1411c7779fa5b8

2020-11-17 Thread kernel test robot
randconfig-a006-20201117 i386 randconfig-a005-20201117 i386 randconfig-a001-20201117 i386 randconfig-a002-20201117 i386 randconfig-a004-20201117 i386 randconfig-a003-20201117 x86_64 randconfig-a015-20201115 x86_64

Hello Dear

2020-11-17 Thread Miss Lisha Haman
My dear I am Miss Lisha Haman 23 years of age , I am the only daughter to Dr Abdul Haman from France-Paris who work with (SEMAFO) the biggest Canadian gold producer here in West Africa Burkina Faso, Unfortunately my father was a victim on the deadliest attack by the jihadist On the 6 November

Re: [PATCH rfc] workqueue: honour cond_resched() more effectively.

2020-11-17 Thread NeilBrown
On Wed, Nov 18 2020, Hillf Danton wrote: > On Wed, 18 Nov 2020 09:16:09 +1100 >> From: NeilBrown >> Date: Mon, 9 Nov 2020 13:37:17 +1100 > > What is the brand of your wall clock? The gap between the Date tag > above and 18 Nov is longer than a week. I guess 'git commit --amend' doesn't update

Re: linux-next: build failure after merge of the mhi tree

2020-11-17 Thread Manivannan Sadhasivam
Hi Stephen, On Wed, Nov 18, 2020 at 03:51:28PM +1100, Stephen Rothwell wrote: > Hi all, > > On Wed, 18 Nov 2020 15:45:00 +1100 Stephen Rothwell > wrote: > > > > On Wed, 18 Nov 2020 15:39:12 +1100 Stephen Rothwell > > wrote: > > > > > > Why isn't that "fix patch" in the mhi tree (with

[PATCH v2 1/5] perf metric: Restructure struct expr_parse_ctx.

2020-11-17 Thread Ian Rogers
A later change to parsing the ids out (in expr__find_other) will potentially drop hashmaps and so it is more convenient to move expr_parse_ctx to have a hashmap pointer rather than a struct value. As this pointer must be freed, rather than just going out of scope, add expr__ctx_new and

[PATCH v2 5/5] perf metric: Don't compute unused events.

2020-11-17 Thread Ian Rogers
For a metric like: EVENT1 if #smt_on else EVENT2 currently EVENT1 and EVENT2 will be measured and then when the metric is reported EVENT1 or EVENT2 will be printed depending on the value from smt_on() during the expr parsing. Computing both events is unnecessary and can lead to multiplexing as

[PATCH v2 3/5] perf metric: Rename expr__find_other.

2020-11-17 Thread Ian Rogers
A later change will remove the notion of other, rename the function to expr__find_ids as this is what it populated. Signed-off-by: Ian Rogers --- tools/perf/tests/expr.c | 8 tools/perf/tests/pmu-events.c | 9 - tools/perf/util/expr.c| 4 ++--

[PATCH v2 4/5] perf metric: Add utilities to work on ids map.

2020-11-17 Thread Ian Rogers
Add utilities to new/free an ids hashmap, as well as to union. Add testing of the union. Unioning hashmaps will be used when parsing the metric, if a value is known then the hashmap is unnecessary, otherwise we need to union together all the event ids to compute their values for reporting.

[PATCH v2 2/5] perf metric: Use NAN for missing event IDs.

2020-11-17 Thread Ian Rogers
If during computing a metric an event (id) is missing the parsing aborts. A later patch will make it so that events that aren't used in the output are deliberately omitted, in which case we don't want the abort. Modify the missing ID case to report NAN for these cases. Signed-off-by: Ian Rogers

[PATCH v2 0/5] Don't compute events that won't be used in a metric.

2020-11-17 Thread Ian Rogers
For a metric like: EVENT1 if #smt_on else EVENT2 currently EVENT1 and EVENT2 will be measured and then when the metric is reported EVENT1 or EVENT2 will be printed depending on the value from smt_on() during the expr parsing. Computing both events is unnecessary and can lead to

Re: [PATCH] bpf: don't fail kmalloc while releasing raw_tp

2020-11-17 Thread Paul E. McKenney
On Tue, Nov 17, 2020 at 08:09:22PM -0500, Steven Rostedt wrote: > On Tue, 17 Nov 2020 16:42:44 -0800 > Matt Mullins wrote: > > > > > Indeed with a stub function, I don't see any need for > > > READ_ONCE/WRITE_ONCE. > > > > I'm not sure if this is a practical issue, but without WRITE_ONCE,

[rcu:dev.2020.11.15a 38/47] ERROR: modpost: "poll_state_synchronize_srcu" undefined!

2020-11-17 Thread kernel test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2020.11.15a head: 0cbf40a040eee93f0060e7eebac98c91ef6af021 commit: 7d879f439ed440baf02e676a784e8fa68ca87109 [38/47] rcutorture: Add writer-side tests of polling grace-period API config:

Re: [PATCH v2] tracepoint: Do not fail unregistering a probe due to memory allocation

2020-11-17 Thread Alexei Starovoitov
On Tue, Nov 17, 2020 at 6:18 PM Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" > > The list of tracepoint callbacks is managed by an array that is protected > by RCU. To update this array, a new array is allocated, the updates are > copied over to the new array, and then the list of

[PATCH] arm64: dts: qcom: sc7180: Add prox sensor to LTE SKU Lazor boards

2020-11-17 Thread Stephen Boyd
There's a proximity sensor on Lazor devices, but only for LTE SKUs. Enable it only on the LTE SKUs and also configure it properly so it works. Cc: Douglas Anderson Cc: Matthias Kaehlcke Signed-off-by: Stephen Boyd --- arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r1-lte.dts | 8

Re: [PATCH v2 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block

2020-11-17 Thread Andrew Morton
On Thu, 12 Nov 2020 14:38:13 +0100 David Hildenbrand wrote: > virtio-mem soon wants to use offline_and_remove_memory() memory that > exceeds a single Linux memory block (memory_block_size_bytes()). Let's > remove that restriction. > > Let's remember the old state and try to restore that if

Re: linux-next: build failure after merge of the mhi tree

2020-11-17 Thread Stephen Rothwell
Hi all, On Wed, 18 Nov 2020 15:45:00 +1100 Stephen Rothwell wrote: > > On Wed, 18 Nov 2020 15:39:12 +1100 Stephen Rothwell > wrote: > > > > Why isn't that "fix patch" in the mhi tree (with necessary Acked-bys)? > > Ignore that, I missed its appearance :-) Ignore that, my question stands

Re: linux-next: build failure after merge of the mhi tree

2020-11-17 Thread Stephen Rothwell
Hi all, On Wed, 18 Nov 2020 15:39:12 +1100 Stephen Rothwell wrote: > > Why isn't that "fix patch" in the mhi tree (with necessary Acked-bys)? Ignore that, I missed its appearance :-) -- Cheers, Stephen Rothwell pgpiUFU2hM2C_.pgp Description: OpenPGP digital signature

Re: [PATCH v3 3/3] [RFC] CPUFreq: Add support for cpu-perf-dependencies

2020-11-17 Thread Viresh Kumar
On 17-11-20, 14:06, Rafael J. Wysocki wrote: > Is this really a cpufreq thing, though, or is it arch stuff? I think > the latter, because it is not necessary for anything in cpufreq. > > Yes, acpi-cpufreq happens to know this information, because it uses > processor_perflib, but the latter may

[PATCH v2] ASoC: hdmi-codec: Get ELD in before reporting plugged event

2020-11-17 Thread Cheng-Yi Chiang
In plugged callback, ELD should be updated from display driver so that user space can query information from ELD immediately after receiving jack plugged event. When jack is unplugged, clear ELD buffer so that user space does not get obsolete information of unplugged HDMI. Signed-off-by:

Re: linux-next: build failure after merge of the mhi tree

2020-11-17 Thread Stephen Rothwell
Hi Manivannan, On Tue, 17 Nov 2020 09:53:59 +0530 Manivannan Sadhasivam wrote: > > +ath11k list, kalle > > On Tue, Nov 17, 2020 at 03:12:25PM +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the mhi tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > >

Re: [PATCH RFC v5 01/13] perf jevents: Add support for an extra directory level

2020-11-17 Thread kajoljain
On 11/13/20 2:54 PM, John Garry wrote: > On 13/11/2020 08:48, kajoljain wrote: >> >> On 11/6/20 6:05 PM, John Garry wrote: >>> Currently only upto a level 2 directory is supported, in form >>> vendor/platform. >> Hi John, >> Just want to check in case of sub directories, >> Will it be good

  1   2   3   4   5   6   7   8   9   10   >