Re: [PATCH] Change in comment for the list_empty() routine.

2019-03-26 Thread Rasmus Villemoes
On 26/03/2019 07.21, Nitin U. Yewale wrote: > Hello, > > In one of the observations it was noticed that list_empty() routine > returns true when the list is empty (head->next == head) OR False > otherwise. Hence the proposed patch. Hm, does anything use that file? It's almost impossible to have a

RE: Bad file pattern in MAINTAINERS section 'Hyper-V CORE AND DRIVERS'

2019-03-26 Thread Tianyu Lan
Hi Joe: Thanks for report. I just sent out a fix patch. -Original Message- From: Joe Perches Sent: Tuesday, March 26, 2019 5:25 AM To: linux-kernel@vger.kernel.org Cc: KY Srinivasan ; Haiyang Zhang ; Stephen Hemminger ; Sasha Levin ; linux-hyp...@vger.kernel.org; Michael Kelley

Re: BUG in "perf: Suppress AUX/OVERWRITE records"?

2019-03-26 Thread Alexander Shishkin
Ben Gainey writes: > Hi all > > Regarding commit 1627314fb54a33ebd23bd08f2e215eaed0f44712 "perf: > Suppress AUX/OVERWRITE records", I have found that I no longer receive > PERF_RECORD_AUX on context switch when collecting data from the arm_spe > PMU driver. This is because, on context switch, the

Re: [PATCH 8/8] vfio/mdev: Improve the create/remove sequence

2019-03-26 Thread Kirti Wankhede
On 3/23/2019 4:50 AM, Parav Pandit wrote: > There are five problems with current code structure. > 1. mdev device is placed on the mdev bus before it is created in the > vendor driver. Once a device is placed on the mdev bus without creating > its supporting underlying vendor device, an open() c

Re: [PATCH] firmware: arm_scmi: Fix leak in scmi_mailbox_check

2019-03-26 Thread Mukesh Ojha
On 3/25/2019 11:07 PM, Steven Price wrote: of_parse_phandle_with_args() requires the caller to call of_node_put() on the returned args->np pointer. Otherwise the reference count will remain incremented. However, in this case, since we don't actually use the returned pointer, we can simply pass

[tip:ras/core] MAINTAINERS: Fix file pattern for X86 MCE INFRASTRUCTURE

2019-03-26 Thread tip-bot for Tony Luck
Commit-ID: 1762058319f1cf34b11fc6b82678828ecc88c8ee Gitweb: https://git.kernel.org/tip/1762058319f1cf34b11fc6b82678828ecc88c8ee Author: Tony Luck AuthorDate: Mon, 25 Mar 2019 16:34:17 -0700 Committer: Borislav Petkov CommitDate: Tue, 26 Mar 2019 08:23:53 +0100 MAINTAINERS: Fix file pat

Re: [PATCH v6 0/3] Stingray USB PHY driver support

2019-03-26 Thread Kishon Vijay Abraham I
On 22/03/19 10:12 PM, Florian Fainelli wrote: > On 3/19/19 11:38 AM, Scott Branden wrote: >> Thanks Srinath and Rob - patch series looks good now. >> >> patch series, >> >> Acked-by: Scott Branden >> > > Kishon, can you let me know when you apply patches 1 and 2 so I can > queue up patch 3 for

Re: [RFC][PATCH 00/16] sched: Core scheduling

2019-03-26 Thread Aaron Lu
On Fri, Mar 08, 2019 at 11:44:01AM -0800, Subhra Mazumdar wrote: > > On 2/22/19 4:45 AM, Mel Gorman wrote: > >On Mon, Feb 18, 2019 at 09:49:10AM -0800, Linus Torvalds wrote: > >>On Mon, Feb 18, 2019 at 9:40 AM Peter Zijlstra wrote: > >>>However; whichever way around you turn this cookie; it is ex

Re: [PATCH] MAINTAINERS: Add entry for EDAC-I10NM

2019-03-26 Thread Borislav Petkov
On Mon, Mar 25, 2019 at 04:56:27PM -0700, Luck, Tony wrote: > We forgot to update the MAINTAINERS file when adding this > new driver. > > Fixes: d4dc89d069aa ("EDAC, i10nm: Add a driver for Intel 10nm server > processors") > Signed-off-by: Tony Luck > --- > MAINTAINERS | 6 ++ > 1 file chan

Re: [PATCH v2 1/8] mmc: sdhci: Get rid of finish_tasklet

2019-03-26 Thread Adrian Hunter
On 18/03/19 11:33 AM, Ulf Hansson wrote: > + Arnd, Grygorii > > On Fri, 15 Feb 2019 at 20:17, Faiz Abbas wrote: >> >> sdhci.c has two bottom halves implemented. A threaded_irq for handling >> card insert/remove operations and a tasklet for finishing mmc requests. >> With the addition of external

Re: [PATCH v1] phy: qcom-qmp: Add msm8998 PCIe QMP PHY support

2019-03-26 Thread Kishon Vijay Abraham I
Hi, On 22/03/19 9:42 PM, Marc Gonzalez wrote: > Copy init sequence from downstream: > https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/arch/arm/boot/dts/qcom/msm8998-v2.dtsi?h=LE.UM.1.3.r3.25#n372 Can't we instead have reference to HW manual or datasheet? > > Signed-off-by: Marc Gonzale

Re: [RFC v4 08/17] kunit: test: add support for test abort

2019-03-26 Thread Knut Omang
On Mon, 2019-03-25 at 15:32 -0700, Brendan Higgins wrote: > On Fri, Mar 22, 2019 at 12:11 AM Knut Omang wrote: > > On Thu, 2019-03-21 at 18:41 -0700, Brendan Higgins wrote: > > > On Thu, Mar 21, 2019 at 6:10 PM Frank Rowand > > > wrote: > > > > On 2/27/19 11:42 PM, Brendan Higgins wrote: > > > >

Re: [PATCH v6] ipvs: allow tunneling with gue encapsulation

2019-03-26 Thread Julian Anastasov
Hello, On Tue, 26 Mar 2019, Jacky Hu wrote: > ipip packets are blocked in some public cloud environments, this patch > allows gue encapsulation with the tunneling method, which would make > tunneling working in those environments. > > Signed-off-by: Jacky Hu > --- > include/net/ip_vs

[PATCH 05/10] ALSA: aloop: Use callback functions for timer specific implementations

2019-03-26 Thread twischer
From: Timo Wischer This commit only refectors the implementation. It does not change the behaviour. It is required to support other timers (e.g sound timer). Signed-off-by: Timo Wischer --- sound/drivers/aloop.c | 113 +- 1 file changed, 94 inser

[PATCH 06/10] ALSA: aloop: Rename all jiffies timer specific functions

2019-03-26 Thread twischer
From: Timo Wischer This commit does not change the behaviour. It only seperates the jiffies timer specific implementation from the generic part. Signed-off-by: Timo Wischer --- sound/drivers/aloop.c | 28 +++- 1 file changed, 15 insertions(+), 13 deletions(-) diff --gi

[PATCH 08/10] ALSA: aloop: Support selection of snd_timer instead of jiffies

2019-03-26 Thread twischer
From: Timo Wischer to do synchronous audio forwarding between hardware sound card and aloop devices. Such an audio route could look like the following: Sound card -> Loopback application -> ALSA loop device -> arecord In this case the loopback device should use the sound timer of the sound card.

[PATCH 09/10] ALSA: pcm: Add snd_pcm_ops for snd_pcm_link()

2019-03-26 Thread twischer
From: Timo Wischer snd_pcm_link() can be called by the user as long as the device is not yet started. Therefore currently a driver which wants to iterate over the linked substreams has to do this at the start trigger. But the start trigger should not block for a long time. Therefore there is no c

[PATCH 07/10] ALSA: aloop: Move CABLE_VALID_BOTH to the top of file

2019-03-26 Thread twischer
From: Timo Wischer so all functions can use the same. Signed-off-by: Timo Wischer --- sound/drivers/aloop.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/drivers/aloop.c b/sound/drivers/aloop.c index 3105757..85a1519 100644 --- a/sound/drivers/aloop.c +++ b/

Re: [RFC PATCH v2 3/5] mtd: Add support for Hyperbus memory devices

2019-03-26 Thread Sergei Shtylyov
On 25.03.2019 23:13, Sergei Shtylyov wrote: Cypress' Hyperbus is Low Signal Count, High Performance Double Data Rate It's HyperBus, according to the spec... Bus interface between a host system master and one or more slave interfaces. Hyperbus is used to connect microprocessor, microcontr

Re: [git pull] habanalabs fixes for 5.1 rc2/3

2019-03-26 Thread Greg KH
On Thu, Mar 21, 2019 at 05:28:16PM +0200, Oded Gabbay wrote: > Hi Greg, > > A couple of important fixes for habanalabs driver: > > - Fix host crash upon resume after suspend > - Fix MMU related bugs which result in user's jobs getting stuck > - Fix race between user context cleanup and hard-reset

Re: [External] Re: vmscan: Reclaim unevictable pages

2019-03-26 Thread Pankaj Suryawanshi
From: Pankaj Suryawanshi Sent: 20 March 2019 12:18 To: Kirill Tkhai; Vlastimil Babka; Michal Hocko; aneesh.ku...@linux.ibm.com Cc: linux-kernel@vger.kernel.org; minc...@kernel.org; linux...@kvack.org; khand...@linux.vnet.ibm.com Subject: Re: [External] Re

Re: [PATCH 1/4] clk: meson: mpll: add init callback and regs

2019-03-26 Thread Jerome Brunet
On Mon, 2019-03-25 at 10:10 -0700, Stephen Boyd wrote: > Quoting Jerome Brunet (2019-03-25 04:11:57) > > @@ -138,6 +129,27 @@ static int mpll_set_rate(struct clk_hw *hw, > > return 0; > > } > > > > +static void mpll_init(struct clk_hw *hw) > > +{ > > + struct clk_regmap *clk = to_c

[PATCH 10/10] ALSA: aloop: Use timer of linked card if chosen

2019-03-26 Thread twischer
From: Timo Wischer If there is a hardware sound card linked to the loopback device the sound timer of the hardware sound card will be used for this loopback device. Such a link will be created when snd_pcm_link() was called. Linked dummy and loopback devices will be ignored. This feature can be

[PATCH] quota: remove trailing whitespaces

2019-03-26 Thread Sascha Hauer
This removes all trailing whitespaces in fs/quota/. Signed-off-by: Sascha Hauer --- fs/quota/dquot.c| 10 +- fs/quota/quota_v1.c | 2 +- fs/quota/quota_v2.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fs/quota/dquot.c b/fs/quota/dquot.c index fc20e06c56ba

Re: [PATCH] efi/libstub: refactor cmd_stubcopy

2019-03-26 Thread Ard Biesheuvel
On Tue, 26 Mar 2019 at 07:06, Masahiro Yamada wrote: > > Hi Ard, > > > > On Sat, Feb 16, 2019 at 11:07 AM Masahiro Yamada > wrote: > > > > On Sat, Feb 16, 2019 at 12:38 AM Ard Biesheuvel > > wrote: > > > > > > On Fri, 15 Feb 2019 at 06:49, Masahiro Yamada > > > wrote: > > > > > > > > On Tue, Fe

Re: [git pull] habanalabs fixes for 5.1 rc2/3

2019-03-26 Thread Oded Gabbay
On Tue, Mar 26, 2019 at 9:53 AM Greg KH wrote: > > On Thu, Mar 21, 2019 at 05:28:16PM +0200, Oded Gabbay wrote: > > Hi Greg, > > > > A couple of important fixes for habanalabs driver: > > > > - Fix host crash upon resume after suspend > > - Fix MMU related bugs which result in user's jobs getting

Re: [BACKPORT 4.4.y 02/25] ALSA: compress: add support for 32bit calls in a 64bit kernel

2019-03-26 Thread Arnd Bergmann
On Tue, Mar 26, 2019 at 2:23 AM Greg KH wrote: > > On Fri, Mar 22, 2019 at 04:43:53PM +0100, Arnd Bergmann wrote: > > From: Ravindra Lokhande > > > > Compress offload does not support ioctl calls from a 32bit userspace > > in a 64 bit kernel. This patch adds support for ioctls from a 32bit > > us

Re: [RFC][PATCH 00/16] sched: Core scheduling

2019-03-26 Thread Aaron Lu
On Tue, Mar 26, 2019 at 03:32:12PM +0800, Aaron Lu wrote: > On Fri, Mar 08, 2019 at 11:44:01AM -0800, Subhra Mazumdar wrote: > > > > On 2/22/19 4:45 AM, Mel Gorman wrote: > > >On Mon, Feb 18, 2019 at 09:49:10AM -0800, Linus Torvalds wrote: > > >>On Mon, Feb 18, 2019 at 9:40 AM Peter Zijlstra > >

Re: [PATCH v4 1/2] x86/MCE: Add function to allow filtering of MCA errors

2019-03-26 Thread Borislav Petkov
On Mon, Mar 25, 2019 at 04:34:22PM +, Ghannam, Yazen wrote: > From: Yazen Ghannam > > Some systems may report spurious MCA errors. In general, spurious MCA > errors may be disabled by clearing a particular bit in MCA_CTL. However, > clearing a bit in MCA_CTL may not be recommended for some er

Re: [PATCH v1] phy: qcom-qmp: Add msm8998 PCIe QMP PHY support

2019-03-26 Thread Vivek Gautam
Hi Marc, On Tue, Mar 26, 2019 at 1:18 PM Kishon Vijay Abraham I wrote: > > Hi, > > On 22/03/19 9:42 PM, Marc Gonzalez wrote: > > Copy init sequence from downstream: > > https://source.codeaurora.org/quic/la/kernel/msm-4.4/tree/arch/arm/boot/dts/qcom/msm8998-v2.dtsi?h=LE.UM.1.3.r3.25#n372 > > Can'

[PATCH v4] RISC-V: Always compile mm/init.c with cmodel=medany and notrace

2019-03-26 Thread Anup Patel
The Linux RISC-V 32bit kernel is broken after we moved setup_vm() from kernel/setup.c to mm/init.c because Linux RISC-V 32bit kernel by default uses cmodel=medlow which results in a non-position-independent setup_vm(). This patch fixes Linux RISC-V 32bit kernel booting by: 1. Forcing cmodel=medany

Re: [BACKPORT 4.4.y 01/25] mmc: pwrseq: constify mmc_pwrseq_ops structures

2019-03-26 Thread Arnd Bergmann
On Tue, Mar 26, 2019 at 2:22 AM Greg KH wrote: > On Fri, Mar 22, 2019 at 04:43:52PM +0100, Arnd Bergmann wrote: > > } > > > > -static struct mmc_pwrseq_ops mmc_pwrseq_simple_ops = { > > +static const struct mmc_pwrseq_ops mmc_pwrseq_simple_ops = { > > .pre_power_on = mmc_pwrseq_simple_pre_

[PATCH] arm64: gic-v3: fix unexpected overwrite of spi/ppi/sgi prio

2019-03-26 Thread Wei Li
The priority config will be restored to the default value in the notifiers of gic suspend. While the arm64 nmi-like interrupt has been implemented by using priority since commit bc3c03ccb464 ("arm64: Enable the support of pseudo-NMIs"), we need to do the save and restore exactly. Signed-off-by: We

Re: [PATCH] arm64: add support for ASR AquilaC SoC

2019-03-26 Thread Dan Carpenter
I'm not the right person to send this to... $ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms Catalin Marinas (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) Will Deacon (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) linux-arm-ker...@lists.infradead.org (moderated list:ARM64 PORT (

[git pull v2] habanalabs fixes for 5.1-rc3

2019-03-26 Thread Oded Gabbay
Hi Greg, A couple of important fixes for habanalabs driver: - Fix host crash upon resume after suspend - Fix MMU related bugs which result in user's jobs getting stuck - Fix race between user context cleanup and hard-reset which results in host crash - Fix sparse warning Thanks, Oded The foll

Re: [PATCH 04/10] ALSA: aloop: Use always spin_lock_irqsave() for cable->lock

2019-03-26 Thread Timo Wischer
On 3/25/19 17:58, Takashi Iwai wrote: On Mon, 25 Mar 2019 17:40:23 +0100, Timo Wischer wrote: Best regards Timo Wischer Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6938 On 3/25/19 17:07, Takashi Iwai wrote: On Mon, 25 Mar 2019 17:00:38 +0100, wrote: From: T

Re: [BACKPORT 4.4.y 17/25] mmc: core: don't try to switch block size for dual rate mode

2019-03-26 Thread Arnd Bergmann
On Tue, Mar 26, 2019 at 2:27 AM Greg KH wrote: > > On Fri, Mar 22, 2019 at 04:44:08PM +0100, Arnd Bergmann wrote: > > From: Ziyuan Xu > > > > Per spec, block size should always be 512 bytes for dual rate mode, > > so any attempts to switch the block size under dual rate mode should > > be neglect

Re: [PATCH v6 0/3] Stingray USB PHY driver support

2019-03-26 Thread Srinath Mannam
On Tue, Mar 26, 2019 at 1:00 PM Kishon Vijay Abraham I wrote: > > > > On 22/03/19 10:12 PM, Florian Fainelli wrote: > > On 3/19/19 11:38 AM, Scott Branden wrote: > >> Thanks Srinath and Rob - patch series looks good now. > >> > >> patch series, > >> > >> Acked-by: Scott Branden > >> > > > > Kisho

Re: [PATCH 15/17] x86/hyperv: Make hv_vcpu_is_preempted visible

2019-03-26 Thread Yi Sun
On 19-03-21 15:00:07, Andi Kleen wrote: > From: Andi Kleen > > This function is referrenced from assembler, so need to be marked > visible for LTO. > > Cc: yi.y@linux.intel.com > Cc: k...@microsoft.com > Cc: haiya...@microsoft.com > Fixes: 3a025de64bf8 x86/hyperv: Enable PV qspinlock for Hyp

Re: [PATCH v4 01/11] tracing: Add tracing error log

2019-03-26 Thread Masami Hiramatsu
Hi Tom, On Fri, 22 Mar 2019 10:34:27 -0500 Tom Zanussi wrote: > +static int tracing_err_log_open(struct inode *inode, struct file *file) > +{ > + if (file->f_mode & FMODE_WRITE) { > + if (file->f_flags & O_TRUNC) > + return 0; > + else > +

[PATCH] csky: Add non-uapi asm/ptrace.h namespace

2019-03-26 Thread guoren
From: Guo Ren Move #ifdef __KERNEL__ code in the uapi namespace to non-uapi include/asm/ptrace.h namespace and remove #ifdef __KERNEL__ in include/asm/ptrace.h. Seperate ptrace.h in uapi and non-uapi is more common and clear. Signed-off-by: Guo Ren Cc: Dmitry V. Levin --- arch/csky/include/as

Print map for total physical and virtual memory

2019-03-26 Thread Pankaj Suryawanshi
Hello, 1. Is there any way to print whole physical and virtual memory map in kernel/user space ? 2. Is there any way to print map of cma area reserved memory and movable pages of cma area. 3. Is there any way to know who pinned the pages from cma reserved area ? Regards, Pankaj *

Re: [PATCH 09/10] ALSA: pcm: Add snd_pcm_ops for snd_pcm_link()

2019-03-26 Thread Takashi Iwai
On Tue, 26 Mar 2019 08:49:33 +0100, wrote: > > From: Timo Wischer > > snd_pcm_link() can be called by the user as long as the device is not > yet started. Therefore currently a driver which wants to iterate over > the linked substreams has to do this at the start trigger. But the start > trigge

Re: KASAN: use-after-free Write in skb_release_data (2)

2019-03-26 Thread Dmitry Vyukov
On Mon, Mar 25, 2019 at 9:36 AM Eric Dumazet wrote: > > On Mon, Mar 25, 2019 at 1:19 AM syzbot > wrote: > > > > syzbot has bisected this bug to: > > > > commit 472c2e07eef045145bc1493cc94a01c87140780a > > Author: Eric Dumazet > > Date: Fri Mar 22 15:56:39 2019 + > > > > tcp: add one s

Re: [PATCH 1/2] io_uring: fix big-endian compat signal mask handling

2019-03-26 Thread Arnd Bergmann
On Tue, Mar 26, 2019 at 1:13 AM James Bottomley wrote: > On Mon, 2019-03-25 at 17:24 +0100, Arnd Bergmann wrote: > > On Mon, Mar 25, 2019 at 5:19 PM James Bottomley > > wrote: > > > This looks a bit suboptimal: shouldn't in_compat_syscall() be hard > > > coded to return 0 if CONFIG_COMPAT isn't d

Re: [PATCH 0/1] pwm: meson: fix scheduling while atomic issue

2019-03-26 Thread Jerome Brunet
On Mon, 2019-03-25 at 19:04 +0100, Martin Blumenstingl wrote: > > Thanks for fixing this Martin. > you're welcome! > > > As for the future enhancement, I'd like to know what you have in mind. > > As I have told you previously, I think the clock bindings of this driver are > > not great. > > > > T

Re: [PATCH 0/4] gdb script for kconfig and timer list

2019-03-26 Thread Kieran Bingham
Hi Stephen, Thank you for these patches, Could you check them through with PEP8 please? While we are not entirely "pep8 clean", Your series adds the following warnings: linux/config.py:10:1: E302 expected 2 blank lines, found 1 linux/config.py:17:41: E128 continuation line under-indented for vi

Re: [PATCH v5 1/1] gpio: add driver for Mellanox BlueField GPIO controller

2019-03-26 Thread Bartosz Golaszewski
pon., 25 mar 2019 o 19:30 Shravan Kumar Ramani napisał(a): > > This patch adds support for the GPIO controller used by Mellanox > BlueField SOCs. > > Reviewed-by: David Woods > Signed-off-by: Shravan Kumar Ramani > --- > drivers/gpio/Kconfig | 7 +++ > drivers/gpio/Makefile | 1 + >

Re: [PATCH 14/17] crypto: Don't mark AES tables const and cacheline_aligned

2019-03-26 Thread Rasmus Villemoes
On 21/03/2019 23.00, Andi Kleen wrote: > From: Andi Kleen > > cacheline_aligned is a special section. It cannot be const at the same > time because it's not read-only. It doesn't give any MMU protection. Urgh. Perhaps this instead just wanted to use the quadruple underscore version, cachelin

Re: your mail

2019-03-26 Thread Dan Carpenter
On Sat, Mar 23, 2019 at 01:17:38PM -0400, William J. Cunningham wrote: > >From bb04b0ca982b7042902fffe1377e0e38e83b402b Mon Sep 17 00:00:00 2001 > From: Will Cunningham > Date: Sat, 23 Mar 2019 12:54:34 -0400 > Subject: [PATCH] Staging: emxx_udc: emxx_udc: Fixed a coding style error > > Removed u

hello dear

2019-03-26 Thread Aisha Gadafi
Assalamu Alaikum Wa Rahmatullahi Wa Barakatuh, hello dear I came across your contact during my private search. Mrs Aisha Al- Qaddafi is my name, the only daughter of late Libyan president, am a single Mother and a Widow with three Children.I have funds the sum of $27.5 million USD for, investme

Re: [PATCH 2/2] x86/mmap: handle worst-case heap randomization in mmap_base

2019-03-26 Thread Thomas Gleixner
On Tue, 26 Mar 2019, Saidi, Ali wrote: > On 3/21/19, 9:11 AM, "linux-arm-kernel on behalf of Thomas Gleixner" > t...@linutronix.de> wrote: > > On Tue, 12 Mar 2019, Ali Saidi wrote: > > > Increase mmap_base by the worst-case brk randomization so that > > the stack and heap remai

RE: [PATCH 3.18 132/134] rcu: Do RCU GP kthread self-wakeup from softirq and interrupt

2019-03-26 Thread He, Bo
Hi, Paul: I have tried on my PC and not hit any hang issue with RCU torture test for one hour, the configurations are like: OS: ubuntu 16.04 kenrel: 3.18.136 + 3.18 rcu patch CPU: Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz -Original Message- From: Paul E. McKenney Sent: Tuesday,

Re: general protection fault in freeary

2019-03-26 Thread Dmitry Vyukov
On Sun, Mar 24, 2019 at 7:51 PM syzbot wrote: > > syzbot has bisected this bug to: > > commit 86f690e8bfd124c38940e7ad58875ef383003348 > Author: Greg Kroah-Hartman > Date: Thu Mar 29 12:15:13 2018 + > > Merge tag 'stm-intel_th-for-greg-20180329' of > git://git.kernel.org/pub/scm/linux/

Re: [Fix PATCH] cpu/hotplug: Fix bug report when add "nosmt" parameter with CONFIG_HOTPLUG_CPU=N

2019-03-26 Thread Tianyu Lan
Hi Thomas: Thanks for your review. On Tue, Mar 26, 2019 at 6:39 AM Thomas Gleixner wrote: > > On Mon, 25 Mar 2019, Thomas Gleixner wrote: > > That has nothing to do with 'nosmt'. It's a general bug in the rollback > > code when HOTPLUG_CPU=n. 'nosmt' is using the rollback mechanism and

Re: [PATCH v11 0/2] PWM support for HiFive Unleashed

2019-03-26 Thread Andreas Schwab
On Mär 26 2019, Yash Shah wrote: > 'On Mon, Mar 25, 2019 at 9:24 PM Andreas Schwab wrote: >> >> >> I still don't see any improvement. FYI, this is the patch I use for the >> device tree: >> > > I am sharing you my test environment which has been working for me so > that you can duplicate at you

tools bugs: make clean deletes files in the git tree

2019-03-26 Thread Adrian Hunter
Hi Doing: make -C tools clean Results in: git diff --stat tools/pci/pcitest.sh | 72 tools/testing/selftests/livepatch/test-callbacks.sh | 587

Re: BUG: corrupted list in freeary

2019-03-26 Thread Dmitry Vyukov
On Mon, Dec 3, 2018 at 3:53 PM Dmitry Vyukov wrote: > > On Sat, Dec 1, 2018 at 9:22 PM Manfred Spraul > wrote: > > > > Hi Dmitry, > > > > On 11/30/18 6:58 PM, Dmitry Vyukov wrote: > > > On Thu, Nov 29, 2018 at 9:13 AM, Manfred Spraul > > > wrote: > > >> Hello together, > > >> > > >> On 11/27/18

Re: [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed

2019-03-26 Thread Shawn Guo
On Thu, Mar 21, 2019 at 03:25:54PM +, Abel Vesa wrote: > This is never used and the imx_clk_hw_fixed does the same thing. > > Signed-off-by: Abel Vesa Applied, thanks.

Re: [PATCH 3/4] scripts/gdb: Add rb tree iterating utilities

2019-03-26 Thread Kieran Bingham
Hi Stephen, On 25/03/2019 18:45, Stephen Boyd wrote: > Implement gdb functions for rb_first(), rb_last(), rb_next(), and > rb_prev(). These can be useful to iterate through the kernel's red-black > trees. I definitely approve of getting data-structure helpers into scripts/gdb, as it will greatly

Re: [PATCH v2] dmaengine: stm32-mdma: Revert "Add a check on read_u32_array"

2019-03-26 Thread Pierre Yves MORDRET
On 3/25/19 5:28 PM, Vinod Koul wrote: > On 25-03-19, 17:21, Pierre-Yves MORDRET wrote: >> This reverts commit 906b40b246b0 ("Add a check on read_u32_array") > > This and patch title should contain: > 906b40b246b0 ("dmaengine: stm32-mdma: Add a check on read_u32_array") > > I have fixed it up a

Re: [PATCH 0/1] pwm: meson: fix scheduling while atomic issue

2019-03-26 Thread Neil Armstrong
On 26/03/2019 09:37, Jerome Brunet wrote: > On Mon, 2019-03-25 at 19:04 +0100, Martin Blumenstingl wrote: >>> Thanks for fixing this Martin. >> you're welcome! >> >>> As for the future enhancement, I'd like to know what you have in mind. >>> As I have told you previously, I think the clock bindings

Re: [External] Re: vmscan: Reclaim unevictable pages

2019-03-26 Thread Michal Hocko
[You were asked to use a reasonable quoting several times. This is really annoying because it turns the email thread into a complete mess] On Tue 26-03-19 07:53:14, Pankaj Suryawanshi wrote: > Is there anyone who is familiar with this? Please Comment. Not really. You are observing an unexpected

Re: [PATCH] ARM: dts: imx7ulp: add ocotp support

2019-03-26 Thread Shawn Guo
On Fri, Mar 22, 2019 at 06:31:56AM +, Anson Huang wrote: > Add i.MX7ULP OCOTP support, its clock source is from > M4 BUS clock which is NOT available in Linux clock tree, > but M4 BUS clock is always ON when A7 (Linux) is alive, > so just use dummy clock here. > > Signed-off-by: Anson Huang

Re: [PATCH] staging: octeon-ethernet: fix incorrect PHY mode

2019-03-26 Thread Andrew Lunn
> -static void cvm_set_rgmii_delay(struct device_node *np, int iface, int port) > +static void cvm_set_rgmii_delay(struct octeon_ethernet *priv, int iface, > + int port) > { > + struct device_node *np = priv->of_node; > u32 delay_value; > + bool rx_delay;

[PATCH v2 0/4] Clean up comments and codes in sparse_add_one_section()

2019-03-26 Thread Baoquan He
This is v2 post. V1 is here: http://lkml.kernel.org/r/20190320073540.12866-1-...@redhat.com This patchset includes 4 patches. The first three patches are around sparse_add_one_section(). The last one is a simple clean up patch when review codes in hotplug path, carry it in this patchset. Baoquan

[PATCH v2 1/4] mm/sparse: Clean up the obsolete code comment

2019-03-26 Thread Baoquan He
The code comment above sparse_add_one_section() is obsolete and incorrect, clean it up and write new one. Signed-off-by: Baoquan He --- v1-v2: Add comments to explain what the returned value means for each error code. mm/sparse.c | 15 --- 1 file changed, 12 insertions(+), 3 del

[PATCH v2 3/4] mm/sparse: Rename function related to section memmap allocation/free

2019-03-26 Thread Baoquan He
These functions are used to allocate/free section memmap, have nothing to do with kmalloc/free during the handling. Rename them to remove the confusion. Signed-off-by: Baoquan He Acked-by: Mike Rapoport --- mm/sparse.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff

[PATCH v2 4/4] drivers/base/memory.c: Rename the misleading parameter

2019-03-26 Thread Baoquan He
The input parameter 'phys_index' of memory_block_action() is actually the section number, but not the phys_index of memory_block. Fix it. Signed-off-by: Baoquan He Cc: Greg Kroah-Hartman Cc: "Rafael J. Wysocki" --- drivers/base/memory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(

[PATCH v2 2/4] mm/sparse: Optimize sparse_add_one_section()

2019-03-26 Thread Baoquan He
Reorder the allocation of usemap and memmap since usemap allocation is much simpler and easier. Otherwise hard work is done to make memmap ready, then have to rollback just because of usemap allocation failure. And also check if section is present earlier. Then don't bother to allocate usemap and

[PATCH] iio: imu: mpu6050: Fix FIFO layout for ICM20602

2019-03-26 Thread stevemo
From: Steve Moskovchenko The MPU6050 driver has recently gained support for the ICM20602 IMU, which is very similar to MPU6xxx. However, the ICM20602's Gyro data specifically includes temperature readings, which were not present on MPU6xxx parts. As a result, the driver will under-read the ICM206

Re: [PATCH 0/1] pwm: meson: fix scheduling while atomic issue

2019-03-26 Thread Neil Armstrong
On 25/03/2019 18:41, Martin Blumenstingl wrote: > Hello Uwe, > > On Mon, Mar 25, 2019 at 9:41 AM Uwe Kleine-König > wrote: >> >> Hello Martin, >> >> On Sun, Mar 24, 2019 at 11:02:16PM +0100, Martin Blumenstingl wrote: >>> Back in January a "BUG: scheduling while atomic" error showed up during >>>

Re: BUG in "perf: Suppress AUX/OVERWRITE records"?

2019-03-26 Thread Ben Gainey
On Tue, 2019-03-26 at 09:02 +0200, Alexander Shishkin wrote: > Ben Gainey writes: > > > Hi all > > > > Regarding commit 1627314fb54a33ebd23bd08f2e215eaed0f44712 "perf: > > Suppress AUX/OVERWRITE records", I have found that I no longer > > receive > > PERF_RECORD_AUX on context switch when collecti

[PATCH V3 0/5] mmc: mmci: add get_datactrl_cfg callback

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch series adds get_datactrl_cfg callback in mmci_host_ops to allow to get datactrl configuration specific at variant. change V3: -keep the common functions in mmci_start_data. define function used by some variants like an helper (example mmci_dctrl_blks used by mmci a

[PATCH V3 1/5] mmc: mmci: add get_datactrl_cfg callback and helper functions

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch adds get_datactrl_cfg callback in mmci_host_ops to allow to get datactrl configuration specific at variant. Common helper function is defined and could be call by variant. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.h | 6 ++ 1 file changed, 6 inse

[PATCH V3 4/5] mmc: mmci: stm32: define get_dctrl_cfg

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch defines get_dctrl_cfg callback for sdmmc variant. sdmmc variant has specific stm32 transfer modes. sdmmc data transfer mode selection could be: -Block data transfer ending on block count. -SDIO multibyte data transfer. -MMC Stream data transfer (not used). -Block da

[PATCH V3 5/5] mmc: mmci: replace blksz_datactrlXX by get_datactrl_cfg callback

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch allows to get datactrl configuration specific at variant. This introduce more flexibility on datactlr value. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.c | 26 ++ drivers/mmc/host/mmci.h | 7 --- 2 files changed, 2 inserti

[PATCH V3 3/5] mmc: mmci: qcom: define get_dctrl_cfg

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch defines get_dctrl_cfg callback for qcom variant. qcom variant has a specific block size definition. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci_qcom_dml.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mmc/host/mmci_qcom_dml.c b/driv

[PATCH V3 2/5] mmc: mmci: define get_dctrl_cfg for legacy variant

2019-03-26 Thread Ludovic Barre
From: Ludovic Barre This patch defines get_dctrl_cfg callback for legacy variants whatever DMA_ENGINE configuration. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.c | 31 +++ drivers/mmc/host/mmci.h | 3 +++ 2 files changed, 26 insertions(+), 8 deletions(-

Re: [External] Re: vmscan: Reclaim unevictable pages

2019-03-26 Thread Pankaj Suryawanshi
From: Michal Hocko Sent: 26 March 2019 14:31 To: Pankaj Suryawanshi Cc: Kirill Tkhai; Vlastimil Babka; aneesh.ku...@linux.ibm.com; linux-kernel@vger.kernel.org; minc...@kernel.org; linux...@kvack.org; khand...@linux.vnet.ibm.com Subject: Re: [External]

[PATCH] serial: Add Milbeaut serial control

2019-03-26 Thread Sugaya Taichi
Add Milbeaut serial control including earlycon and console. Signed-off-by: Sugaya Taichi --- drivers/tty/serial/Kconfig | 26 ++ drivers/tty/serial/Makefile| 1 + drivers/tty/serial/milbeaut_usio.c | 621 + include/uapi/linux/serial_core.h

Re: [PATCH] perf machine: Update kernel map address and re-order properly

2019-03-26 Thread liwei (GF)
Hi Arnaldo, Please shoot a glance at this modification, i think this issue is influential. On 2019/2/28 19:28, Jiri Olsa Wrote: > On Thu, Feb 28, 2019 at 05:20:03PM +0800, Wei Li wrote: >> Since commit 1fb87b8e9599 ("perf machine: Don't search for active kernel >> start in __machine__create_kerne

Re: [External] Re: vmscan: Reclaim unevictable pages

2019-03-26 Thread Pankaj Suryawanshi
From: Michal Hocko Sent: 26 March 2019 14:31 To: Pankaj Suryawanshi Cc: Kirill Tkhai; Vlastimil Babka; aneesh.ku...@linux.ibm.com; linux-kernel@vger.kernel.org; minc...@kernel.org; linux...@kvack.org; khand...@linux.vnet.ibm.com Subject: Re: [External]

Re: [PATCH] arm64: gic-v3: fix unexpected overwrite of spi/ppi/sgi prio

2019-03-26 Thread Marc Zyngier
On 26/03/2019 08:16, Wei Li wrote: > The priority config will be restored to the default value in the > notifiers of gic suspend. While the arm64 nmi-like interrupt has been > implemented by using priority since commit bc3c03ccb464 ("arm64: Enable > the support of pseudo-NMIs"), we need to do the s

Re: [PATCH] arm64: add support for ASR AquilaC SoC

2019-03-26 Thread qiaozhou
On 2019/3/26 下午4:12, Dan Carpenter wrote: I'm not the right person to send this to... $ ./scripts/get_maintainer.pl -f arch/arm64/Kconfig.platforms Catalin Marinas (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) Will Deacon (maintainer:ARM64 PORT (AARCH64 ARCHITECTURE)) linux-arm-ker...@li

Re: [PATCH v2 4/4] drivers/base/memory.c: Rename the misleading parameter

2019-03-26 Thread Rafael J. Wysocki
On Tue, Mar 26, 2019 at 10:02 AM Baoquan He wrote: > > The input parameter 'phys_index' of memory_block_action() is actually > the section number, but not the phys_index of memory_block. Fix it. > > Signed-off-by: Baoquan He > Cc: Greg Kroah-Hartman > Cc: "Rafael J. Wysocki" Reviewed-by: Rafae

Hello,

2019-03-26 Thread Sgt Clara Herbert
-- Greetings to you, My name is Sgt Clara. America i am here to search for a business partner or friend who will help me to invest my fund in his company/country,Please reply me through my email : Thanks Sgt Clara

Re: [PATCH v2 1/4] mm/sparse: Clean up the obsolete code comment

2019-03-26 Thread Mike Rapoport
On Tue, Mar 26, 2019 at 05:02:24PM +0800, Baoquan He wrote: > The code comment above sparse_add_one_section() is obsolete and > incorrect, clean it up and write new one. > > Signed-off-by: Baoquan He Reviewed-by: Mike Rapoport > --- > v1-v2: > Add comments to explain what the returned value

Re: [PATCH v2 2/4] mm/sparse: Optimize sparse_add_one_section()

2019-03-26 Thread Mike Rapoport
On Tue, Mar 26, 2019 at 05:02:25PM +0800, Baoquan He wrote: > Reorder the allocation of usemap and memmap since usemap allocation > is much simpler and easier. Otherwise hard work is done to make > memmap ready, then have to rollback just because of usemap allocation > failure. > > And also check

Re: [PATCH v2 1/4] mm/sparse: Clean up the obsolete code comment

2019-03-26 Thread Michal Hocko
On Tue 26-03-19 17:02:24, Baoquan He wrote: > The code comment above sparse_add_one_section() is obsolete and > incorrect, clean it up and write new one. > > Signed-off-by: Baoquan He Please note that you need /** to start a kernel doc. Other than that. Acked-by: Michal Hocko > --- > v1-v2: >

Re: [PATCH] timekeeping: Force upper bound for setting CLOCK_REALTIME

2019-03-26 Thread Miroslav Lichvar
On Sat, Mar 23, 2019 at 11:36:19AM +0100, Thomas Gleixner wrote: > It is reasonable to force an upper bound for the various methods of setting > CLOCK_REALTIME. Year 2262 is the absolute upper bound. Assume a maximum > uptime of 30 years which is plenty enough even for esoteric embedded > systems.

Re: [PATCH v4 1/2] x86/MCE: Add function to allow filtering of MCA errors

2019-03-26 Thread Borislav Petkov
On Mon, Mar 25, 2019 at 04:34:22PM +, Ghannam, Yazen wrote: > From: Yazen Ghannam > > Some systems may report spurious MCA errors. In general, spurious MCA > errors may be disabled by clearing a particular bit in MCA_CTL. However, > clearing a bit in MCA_CTL may not be recommended for some er

Re: [PATCH v2 2/4] mm/sparse: Optimize sparse_add_one_section()

2019-03-26 Thread Michal Hocko
On Tue 26-03-19 17:02:25, Baoquan He wrote: > Reorder the allocation of usemap and memmap since usemap allocation > is much simpler and easier. Otherwise hard work is done to make > memmap ready, then have to rollback just because of usemap allocation > failure. Is this really worth it? I can see

Re: [PATCH v2 1/4] mm/sparse: Clean up the obsolete code comment

2019-03-26 Thread Baoquan He
On 03/26/19 at 10:23am, Michal Hocko wrote: > On Tue 26-03-19 17:02:24, Baoquan He wrote: > > The code comment above sparse_add_one_section() is obsolete and > > incorrect, clean it up and write new one. > > > > Signed-off-by: Baoquan He > > Please note that you need /** to start a kernel doc. O

Re: Bad file pattern in MAINTAINERS section 'CIRRUS LOGIC LOCHNAGAR DRIVER'

2019-03-26 Thread Charles Keepax
On Mon, Mar 25, 2019 at 02:24:55PM -0700, Joe Perches wrote: > A file pattern line in this section of the MAINTAINERS file in linux-next > does not have a match in the linux source files. > > This could occur because a matching filename was never added, was deleted > or renamed in some other commi

Re: [PATCH v2 4/4] drivers/base/memory.c: Rename the misleading parameter

2019-03-26 Thread Michal Hocko
On Tue 26-03-19 17:02:27, Baoquan He wrote: > The input parameter 'phys_index' of memory_block_action() is actually > the section number, but not the phys_index of memory_block. Fix it. phys_index is a relict from the past and it indeed denotes the section number which is exported as phys_index vi

Re: [PATCH] writeback: fix range_cyclic writeback vs writepages deadlock

2019-03-26 Thread Gavin Will
Hi We believe we have seen this deadlock issue on our XFS system and currently are trying the patch (aware of the disclaimer that it may not be production ready). However trying to repo this issue is very hard. I was interested in Dave Chinner saying that he had seen a repeatable deadlock and hope

[RT WARNING] DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current) with fsfreeze (4.19.25-rt16)

2019-03-26 Thread Juri Lelli
Hi, Running this reproducer on a 4.19.25-rt16 kernel (with lock debugging turned on) produces warning below. --->8--- # dd if=/dev/zero of=fsfreezetest count=99 # mkfs -t xfs -q ./fsfreezetest # mkdir testmount # mount -t xfs -o loop ./fsfreezetest ./testmount # for I in `seq 10`; do fs

"GUARANTEED" I NEED YOUR IMMEDIATE RESPONSE

2019-03-26 Thread gen . asmiller
I have a lucrative business proposal to discuss with you, please contact me if interested. With my email; a.smil...@yahoo.com Thanks.

Re: [External] Re: vmscan: Reclaim unevictable pages

2019-03-26 Thread Michal Hocko
On Tue 26-03-19 09:16:11, Pankaj Suryawanshi wrote: > > > From: Michal Hocko > Sent: 26 March 2019 14:31 > To: Pankaj Suryawanshi > Cc: Kirill Tkhai; Vlastimil Babka; aneesh.ku...@linux.ibm.com; > linux-kernel@vger.kernel.org; minc...@kernel.org; linux...

  1   2   3   4   5   6   7   8   9   10   >