Re: [PATCH 14/14] net: phy: Make use of linkmode_mod_bit helper

2019-07-08 Thread David Miller
From: Fuqian Huang Date: Mon, 8 Jul 2019 20:34:17 +0800 > linkmode_mod_bit is introduced as a helper function to set/clear > bits in a linkmode. > Replace the if else code structure with a call to the helper > linkmode_mod_bit. > > Signed-off-by: Fuqian Huang Applied to net-next, thanks.

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

2019-07-08 Thread Stephen Rothwell
Hi Jason, On Mon, 8 Jul 2019 16:08:27 + Jason Gunthorpe wrote: > > From f10ff380fd7dfba4a36d40f8dd00fe17da8a1a10 Mon Sep 17 00:00:00 2001 > From: Jason Gunthorpe > Date: Mon, 8 Jul 2019 12:17:48 -0300 > Subject: [PATCH] RDMA/rvt: Do not use a kernel header in the ABI > > rvt was using

Re: [PATCH v7 10/12] KVM/x86/lbr: lazy save the guest lbr stack

2019-07-08 Thread Wei Wang
On 07/08/2019 10:53 PM, Peter Zijlstra wrote: On Mon, Jul 08, 2019 at 09:23:17AM +0800, Wei Wang wrote: When the vCPU is scheduled in: - if the lbr feature was used in the last vCPU time slice, set the lbr stack to be interceptible, so that the host can capture whether the lbr feature

[PATCH net-next] net: dsa: vsc73xx: Fix Kconfig warning and build errors

2019-07-08 Thread YueHaibing
Fix Kconfig dependency warning and subsequent build errors caused by OF is not set: WARNING: unmet direct dependencies detected for NET_DSA_VITESSE_VSC73XX Depends on [n]: NETDEVICES [=y] && HAVE_NET_DSA [=y] && OF [=n] && NET_DSA [=m] Selected by [m]: - NET_DSA_VITESSE_VSC73XX_PLATFORM

Re: [PATCH v7 08/12] KVM/x86/vPMU: Add APIs to support host save/restore the guest lbr stack

2019-07-08 Thread Wei Wang
On 07/08/2019 10:48 PM, Peter Zijlstra wrote: On Mon, Jul 08, 2019 at 09:23:15AM +0800, Wei Wang wrote: From: Like Xu This patch adds support to enable/disable the host side save/restore This patch should be disqualified on Changelog alone...

Re: linux-next: manual merge of the net-next tree with the net tree

2019-07-08 Thread David Miller
From: Stephen Rothwell Date: Tue, 9 Jul 2019 10:27:28 +1000 > I am still getting this conflict (the commit ids may have changed). > Just a reminder in case you think Linus may need to know. I'm resolving this right now, thanks Stephen.

Re: [PATCH v7 07/12] perf/x86: no counter allocation support

2019-07-08 Thread Wei Wang
On 07/08/2019 10:29 PM, Peter Zijlstra wrote: Thanks for the comments. diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 0ab99c7..19e6593 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h @@ -528,6 +528,7 @@ typedef void

Re: [PATCH v3] kasan: add memory corruption identification for software tag-based mode

2019-07-08 Thread Walter Wu
On Mon, 2019-07-08 at 19:33 +0300, Andrey Ryabinin wrote: > > On 7/5/19 4:34 PM, Dmitry Vyukov wrote: > > On Mon, Jul 1, 2019 at 11:56 AM Walter Wu wrote: > > This patch adds memory corruption identification at bug report for > > software tag-based mode, the report show whether

Re: [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()

2019-07-08 Thread Aneesh Kumar K.V
On 7/9/19 7:50 AM, Oliver O'Halloran wrote: On Tue, Jul 9, 2019 at 12:22 AM Aneesh Kumar K.V wrote: Christophe Leroy writes: *snip* + if (IS_ENABLED(CONFIG_PPC64)) + isync(); } Was checking with Michael about why we need that extra isync. Michael pointed this came via

Re: [RFC v2] vhost: introduce mdev based hardware vhost backend

2019-07-08 Thread Jason Wang
On 2019/7/8 下午2:16, Tiwei Bie wrote: On Fri, Jul 05, 2019 at 08:49:46AM -0600, Alex Williamson wrote: On Thu, 4 Jul 2019 14:21:34 +0800 Tiwei Bie wrote: On Thu, Jul 04, 2019 at 12:31:48PM +0800, Jason Wang wrote: On 2019/7/3 下午9:08, Tiwei Bie wrote: On Wed, Jul 03, 2019 at 08:16:23PM

Re: linux-next: manual merge of the block tree with the jc_docs tree

2019-07-08 Thread Christoph Hellwig
Next time it would be really helpful if fixups to nvme documentation went through the nvme/block tree.. On Tue, Jul 09, 2019 at 10:08:30AM +1000, Stephen Rothwell wrote: > Hi all, > > On Tue, 25 Jun 2019 14:42:26 +1000 Stephen Rothwell > wrote: > > > > Today's linux-next merge of the block

Re: [PATCH v4] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()

2019-07-08 Thread Viresh Kumar
On 09-07-19, 07:39, Wen Yang wrote: > The cpu variable is still being used in the of_get_property() call > after the of_node_put() call, which may result in use-after-free. > > Fixes: a9acc26b75f ("cpufreq/pasemi: fix possible object reference leak") > Signed-off-by: Wen Yang > Cc: "Rafael J.

Re: [LKP] [SUNRPC] 0472e47660: fsmark.app_overhead 16.0% regression

2019-07-08 Thread Xing Zhengjun
Hi Trond, On 7/8/2019 7:44 PM, Trond Myklebust wrote: I've asked several times now about how to interpret your results. As far as I can tell from your numbers, the overhead appears to be entirely contained in the NUMA section of your results. IOW: it would appear to be a scheduling overhead

Re: [PATCH 4.4 00/73] 4.4.185-stable review

2019-07-08 Thread shuah
On 7/8/19 9:12 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.4.185 release. There are 73 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. Responses should be made

[PATCH 2/2 net-next] net: stmmac: add support for hash table size 128/256 in dwmac4

2019-07-08 Thread Biao Huang
1. get hash table size in hw feature reigster, and add support for taller hash table(128/256) in dwmac4. 2. only clear GMAC_PACKET_FILTER bits used in this function, to avoid side effect to functions of other bits. stmmac selftests output log with flow control on: ethtool -t eth0

Re: linux-next: manual merge of the vfs tree with the nfsd tree

2019-07-08 Thread J. Bruce Fields
On Tue, Jul 09, 2019 at 12:15:31AM +1000, Stephen Rothwell wrote: > Hi, > > On Mon, 8 Jul 2019 08:45:10 -0400 "J. Bruce Fields" > wrote: > > > > I did a fetch of > > > > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > > > and looked at the "master" branch and

[PATCH 1/2 net-next] net: stmmac: dwmac4: mac address array boudary violation issue

2019-07-08 Thread Biao Huang
The mac address array size is GMAC_MAX_PERFECT_ADDRESSES, so the 'reg' should be less than it, or will affect other registers. Signed-off-by: Biao Huang --- drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 0/2 net-next] fix out-of-boundary issue and add taller hash table support

2019-07-08 Thread Biao Huang
Fix mac address out-of-boundary issue in net-next tree. and resend the patch which was discussed in https://lore.kernel.org/patchwork/patch/1082117 but with no further progress. Biao Huang (2): net: stmmac: dwmac4: mac address array boudary violation issue net: stmmac: add support for hash

Re: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

2019-07-08 Thread Rob Herring
On Tue, 11 Jun 2019 14:06:40 +0100, Fabrizio Castro wrote: > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings. > > Signed-off-by: Fabrizio Castro > --- > Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring

Re: [PATCH v1 2/2] arm64: dts: mt8183: add systimer0 device node

2019-07-08 Thread Rob Herring
On Tue, Jun 11, 2019 at 07:28:54PM +0800, Dehui Sun wrote: > Add systimer0 device node for MT8183. > > Signed-off-by: Dehui Sun > --- > This patch is based on the following patches: > https://patchwork.kernel.org/cover/10962385/ > https://patchwork.kernel.org/patch/10983939/ > --- >

Re: [PATCH v1 1/2] dt-bindings: mediatek: update bindings for MT8183 systimer

2019-07-08 Thread Rob Herring
On Tue, 11 Jun 2019 19:28:53 +0800, Dehui Sun wrote: > This commit adds mt8183 compatible node in mtk-timer binding document. > > Signed-off-by: Dehui Sun > --- > Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring

Re: [PATCH 1/3] dt-bindings: fsl: scu: Update RTC compatible string

2019-07-08 Thread Rob Herring
On Tue, 11 Jun 2019 14:33:31 +0800, anson.hu...@nxp.com wrote: > From: Anson Huang > > Update RTC compatible string to make system controller RTC > driver more generic for all i.MX SoCs with system controller > inside. > > Signed-off-by: Anson Huang > --- > This patch should be based on below

Re: [PATCH 4.9 000/102] 4.9.185-stable review

2019-07-08 Thread shuah
On 7/8/19 9:11 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.9.185 release. There are 102 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. Responses should be made

[PATCH v3 4/4] numa: introduce numa cling feature

2019-07-08 Thread 王贇
Although we paid so many effort to settle down task on a particular node, there are still chances for a task to leave it's preferred node, that is by wakeup, numa swap migrations or load balance. When we are using cpu cgroup in share way, since all the workloads see all the cpus, it could be

Re: [PATCH 3/3] of: unittest: simplify getting the adapter of a client

2019-07-08 Thread Rob Herring
On Mon, 10 Jun 2019 11:51:56 +0200, Wolfram Sang wrote: > We have a dedicated pointer for that, so use it. Much easier to read and > less computation involved. > > Reported-by: Peter Rosin > Signed-off-by: Wolfram Sang > --- > > Please apply to your subsystem tree. > > drivers/of/unittest.c

Re: [PATCH v4 1/2] dt-bindings: interrupt-controller: Amazon's Annapurna Labs FIC

2019-07-08 Thread Rob Herring
On Mon, Jun 10, 2019 at 11:34:42AM +0300, Talel Shenhar wrote: > Document Amazon's Annapurna Labs Fabric Interrupt Controller SoC binding. > > Signed-off-by: Talel Shenhar > --- > .../interrupt-controller/amazon,al-fic.txt | 29 > ++ > 1 file changed, 29

Re: [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()

2019-07-08 Thread Oliver O'Halloran
On Tue, Jul 9, 2019 at 12:22 AM Aneesh Kumar K.V wrote: > > Christophe Leroy writes: > > > *snip* > > + if (IS_ENABLED(CONFIG_PPC64)) > > + isync(); > > } > > > Was checking with Michael about why we need that extra isync. Michael > pointed this came via > >

Re: [PATCH v5 08/15] spi: imx: add new i.mx6ul compatible name in binding doc

2019-07-08 Thread Rob Herring
On Mon, 10 Jun 2019 16:17:46 +0800, yibin.g...@nxp.com wrote: > From: Robin Gong > > ERR009165 fixed from i.mx6ul, add its compatible name in binding > doc. > > Signed-off-by: Robin Gong > Acked-by: Mark Brown > --- > Documentation/devicetree/bindings/spi/fsl-imx-cspi.txt | 1 + > 1 file

Re: [PATCH 2/7] dt-bindings: mmc: Add Actions Semi SD/MMC/SDIO controller binding

2019-07-08 Thread Rob Herring
On Mon, Jun 10, 2019 at 03:45:37PM +0200, Andreas Färber wrote: > Am 08.06.19 um 21:53 schrieb Manivannan Sadhasivam: > > Add devicetree binding for Actions Semi Owl SoC's SD/MMC/SDIO controller. > > > > Signed-off-by: Manivannan Sadhasivam > > --- > > .../devicetree/bindings/mmc/owl-mmc.txt

Re: [PATCH] sched/core: Cache timer busy housekeeping target

2019-07-08 Thread Wanpeng Li
On Tue, 9 Jul 2019 at 09:39, Frederic Weisbecker wrote: > > On Mon, Jul 01, 2019 at 08:24:37PM +0800, Wanpeng Li wrote: > > diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c > > index 41dfff2..0d49bef 100644 > > --- a/kernel/time/hrtimer.c > > +++ b/kernel/time/hrtimer.c > > @@ -195,8

Re: [PATCH v2 4/4] numa: introduce numa cling feature

2019-07-08 Thread 王贇
On 2019/7/8 下午4:07, Hillf Danton wrote: > > On Mon, 8 Jul 2019 10:25:27 +0800 Michael Wang wrote: >> /* Attempt to migrate a task to a CPU on the preferred node. */ >> static void numa_migrate_preferred(struct task_struct *p) >> { >> +bool failed, target; >> unsigned long interval = HZ;

Re: [PATCH 4.9 000/102] 4.9.185-stable review

2019-07-08 Thread Naresh Kamboju
On Mon, 8 Jul 2019 at 20:50, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.9.185 release. > There are 102 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. > >

Re: [PATCH v5 10/13] dt-bindings: media: sunxi-ir: Add H6 compatible

2019-07-08 Thread Rob Herring
On Sat, 8 Jun 2019 01:10:57 +0200, =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= wrote: > There are some minor differences between A31 or A64 with H6 IR peripheral. > > But A31 IR driver is compatible with H6. > > Signed-off-by: Clément Péron > Acked-by: Sean Young > --- >

Re: [PATCH v5 07/13] dt-bindings: media: sunxi-ir: Add A64 compatible

2019-07-08 Thread Rob Herring
On Sat, 8 Jun 2019 01:10:54 +0200, =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= wrote: > There are some minor differences between A31 and A64 driver. > > But A31 IR driver is compatible with A64. > > Signed-off-by: Clément Péron > Acked-by: Sean Young > --- >

Re: [PATCH 1/2] dt-bindings: rtc: new binding for Amlogic VRTC

2019-07-08 Thread Rob Herring
On Fri, 7 Jun 2019 12:43:42 -0700, Kevin Hilman wrote: > From: Kevin Hilman > > Add binding fo the new VRTC driver for Amlogic SoCs. The 64-bit > family of SoCs only has an RTC managed by firmware, and this VRTC > driver provides the simple, one-register firmware interface. > > Signed-off-by:

Re: [PATCH v5 01/13] dt-bindings: media: sunxi-ir: Add A31 compatible

2019-07-08 Thread Rob Herring
On Sat, 8 Jun 2019 01:10:48 +0200, =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= wrote: > Allwinner A31 has introduced a new memory mapping and a > reset line. > > The difference in memory mapping are : > > - In the configure register there is a new sample bit > and Allwinner has introduced the

Re: cputime takes cstate into consideration

2019-07-08 Thread Wanpeng Li
also Cc Frederic, On Tue, 9 Jul 2019 at 10:00, Ankur Arora wrote: > > On 2019-06-26 12:23 p.m., Thomas Gleixner wrote: > > On Wed, 26 Jun 2019, Raslan, KarimAllah wrote: > >> On Wed, 2019-06-26 at 10:54 -0400, Konrad Rzeszutek Wilk wrote: > >>> There were some ideas that Ankur (CC-ed) mentioned

Re: [PATCH v2 1/6] dt-bindings: Remove unused compatible strings

2019-07-08 Thread Rob Herring
On Fri, Jun 07, 2019 at 05:44:05PM +0200, Paul Cercueil wrote: > Right now none of the Ingenic-based boards probe this driver from > devicetree. This driver defined three compatible strings for the exact > same behaviour. Before these strings are used, we can remove two of > them. > >

Re: cputime takes cstate into consideration

2019-07-08 Thread Ankur Arora
On 2019-06-26 12:23 p.m., Thomas Gleixner wrote: On Wed, 26 Jun 2019, Raslan, KarimAllah wrote: On Wed, 2019-06-26 at 10:54 -0400, Konrad Rzeszutek Wilk wrote: There were some ideas that Ankur (CC-ed) mentioned to me of using the perf counters (in the host) to sample the guest and construct a

Re: [PATCH] scsi: libsas: remove the exporting of sas_wait_eh

2019-07-08 Thread Jason Yan
On 2019/7/9 0:43, Denis Efremov wrote: The function sas_wait_eh is declared static and marked EXPORT_SYMBOL, which is at best an odd combination. Because the function is not used outside of the drivers/scsi/libsas/sas_scsi_host.c file it is defined in, this commit removes the EXPORT_SYMBOL()

RE: [PATCH] cgroup: simplify code for cgroup_subtree_control_write()

2019-07-08 Thread Peng Wang
On Monday, July 8, 2019 10:41 PM, Tejun Heo wrote: > On Mon, Jul 08, 2019 at 09:01:32PM +0800, Peng Wang wrote: > > Process "enable" and "disable" earlier to simplify code. > > I don't think this is correct and even if it were the value of this > change is close to none, so nack on this one. OK.

Re: [PATCH v2 3/3] media: dt-bindings: imx7-csi: add i.MX6UL/L support

2019-07-08 Thread Rob Herring
On Thu, 6 Jun 2019 17:38:25 +0200, =?UTF-8?q?S=C3=A9bastien=20Szymanski?= wrote: > Document "fsl,imx6ul-csi" entry. > > Signed-off-by: Sébastien Szymanski > --- > > Changes for v2: > - New patch to document new "fsl,imx6ul-csi" entry. > >

Re: [PATCH V2 2/2] dt-bindings: Document the DesignWare IP reset bindings

2019-07-08 Thread Rob Herring
On Thu, Jun 06, 2019 at 05:36:28PM +0200, Luis Oliveira wrote: > This adds documentation of device tree bindings for the > DesignWare IP reset controller. > > Signed-off-by: Gustavo Pimentel > Signed-off-by: Luis Oliveira > --- > Changelog > - Add active low configuration example > - Fix

Re: [PATCH] locking/lockdep: Fix lock IRQ usage initialization bug

2019-07-08 Thread Qian Cai
2.727157] Modules linked in: brd ext4 crc16 mbcache jbd2 loop i2c_opal i2c_core ip_tables x_tables xfs sd_mod ahci libahci tg3 firmware_class libata libphy dm_mirror dm_region_hash dm_log dm_mod [last unloaded: dummy_del_mod] [ 8872.727213] CPU: 60 PID: 124801 Comm: proc01 Tainted: G W

Re: [PATCH v2 2/3] scsi: ufs: Allow resetting the UFS device

2019-07-08 Thread Rob Herring
On Wed, Jun 05, 2019 at 06:02:48PM -0700, Bjorn Andersson wrote: > Acquire the device-reset GPIO and toggle this to reset the UFS device > during initialization and host reset. > > Based on downstream support implemented by Subhash Jadavani > . > > Tested-by: John Stultz > Signed-off-by: Bjorn

Re: [GIT PULL] x86/core changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:11:42 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-core-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3431a940bb6c3969240d91314d654ebac7e12b09 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] x86/build changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 15:09:31 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c83b5d321b58794b8469d57990dc3884cbcd289e Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] scheduler changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 13:53:49 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-core-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/dad1c12ed831a7a89cc01e5582cd0b81a4be7f19 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] RAS changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 11:51:02 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/090bc5a2a91499c1fd64b78d125daa6ca5531d38 Thank you! -- Deet-doot-dot, I am a

Re: [PATCH 3/6] clk: qcom: Add DT bindings for ipq6018 gcc clock controller

2019-07-08 Thread Rob Herring
On Wed, 5 Jun 2019 22:58:55 +0530, Sricharan R wrote: > Add the compatible strings and the include file for ipq6018 > gcc clock controller. > > Signed-off-by: Sricharan R > Signed-off-by: anusha > Signed-off-by: Abhishek Sahu > --- > .../devicetree/bindings/clock/qcom,gcc.txt | 1 +

Re: [PATCH 1/6] pinctrl: qcom: Add ipq6018 pinctrl driver

2019-07-08 Thread Rob Herring
On Wed, Jun 05, 2019 at 10:58:53PM +0530, Sricharan R wrote: > Add initial pinctrl driver to support pin configuration with > pinctrl framework for ipq6018. > > Signed-off-by: Sricharan R > Signed-off-by: Rajkumar Ayyasamy > Signed-off-by: speriaka > --- >

Re: [GIT PULL] x86/cache changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:00:48 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cache-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6cfcdad7630de2b2eb09740bdc6ee921de8c785e Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] RCU changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 11:09:20 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-rcu-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/46f1ec23a46940846f86a91c46f7119d8a8b5de1 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] x86/asm changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 14:22:47 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-asm-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a1aab6f3d295f078c008893ee7fa2c011626c46f Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] x86/topology changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:27:56 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-topology-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/222a21d29521d144f3dd7a0bc4d4020e448f0126 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] locking changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 11:35:16 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > locking-core-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e1928328699a582a540b105e5f4c160832a7fdcb Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] x86/platform changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:19:51 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-platform-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8faef7125d02c0bbd7a1ceb4e3b599a9b8c42e58 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] x86 cleanups for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:07:55 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-cleanups-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5b7a2095232d026d4537c4be54040c0f10525b5b Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] x86/paravirt changes for v5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 18:14:48 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > x86-paravirt-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/da1770238597a4619b7845583881543ca81270cd Thank you! -- Deet-doot-dot, I

Re: [PATCH 5.2 v2 2/2] dt-binding: edac: add NPCM ECC documentation

2019-07-08 Thread Rob Herring
On Wed, Jun 05, 2019 at 10:12:53PM +0800, George Hung wrote: > Add device tree documentation for Nuvoton BMC ECC > > Signed-off-by: George Hung > --- > .../bindings/edac/npcm7xx-sdram-edac.txt| 17 + > 1 file changed, 17 insertions(+) > create mode 100644 >

RE: [PATCH V2 1/2] DT: mailbox: add binding doc for the ARM SMC mailbox

2019-07-08 Thread Peng Fan
Hi Rob, > Subject: Re: [PATCH V2 1/2] DT: mailbox: add binding doc for the ARM SMC > mailbox > > On Mon, Jun 03, 2019 at 04:30:04PM +0800, peng@nxp.com wrote: > > From: Peng Fan > > > > The ARM SMC mailbox binding describes a firmware interface to trigger > > actions in software layers

Re: [PATCH] sched/core: Cache timer busy housekeeping target

2019-07-08 Thread Frederic Weisbecker
On Mon, Jul 01, 2019 at 08:24:37PM +0800, Wanpeng Li wrote: > diff --git a/kernel/time/hrtimer.c b/kernel/time/hrtimer.c > index 41dfff2..0d49bef 100644 > --- a/kernel/time/hrtimer.c > +++ b/kernel/time/hrtimer.c > @@ -195,8 +195,10 @@ struct hrtimer_cpu_base *get_target_base(struct >

linux-next: manual merge of the vfs tree with the ubifs tree

2019-07-08 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the vfs tree got a conflict in: fs/ubifs/super.c between commit: eeabb9866e4c ("ubifs: Add support for zstd compression.") from the ubifs tree and commit: 334d581528b9 ("vfs: Convert ubifs to use the new mount API") from the vfs tree. I fixed it up

Re: [PATCH POC] printk_ringbuffer: Alternative implementation of lockless printk ringbuffer

2019-07-08 Thread John Ogness
On 2019-07-08, Petr Mladek wrote: >>> This is POC that implements the lockless printk ringbuffer slightly >>> different way. I believe that it is worth considering because it looks >>> much easier to deal with. The reasons are: >>> >>> + The state of each entry is always clear. >>> >>> +

Re: [PATCH 4.14 00/56] 4.14.133-stable review

2019-07-08 Thread shuah
On 7/8/19 9:12 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.14.133 release. There are 56 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. Responses should be made

Re: linux-next: manual merge of the tip tree with the hwmon-staging tree

2019-07-08 Thread Guenter Roeck
On 7/8/19 5:17 PM, Stephen Rothwell wrote: Hi all, On Mon, 1 Jul 2019 17:15:24 +1000 Stephen Rothwell wrote: Today's linux-next merge of the tip tree got a conflict in: drivers/hwmon/coretemp.c between commit: 601fdf7e6635 ("hwmon: Correct struct allocation style") from the

Re: [PATCH] locking/lockdep: Fix lock IRQ usage initialization bug

2019-07-08 Thread Yuyang Du
The problem should have been fixed with this in that pull: locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKING and this is a better fix than mine. Thanks, Yuyang On Tue, 9 Jul 2019 at 01:32, Qian Cai wrote: > > I saw Ingo send a pull request to Linus for 5.3

Re: [PATCH] net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC

2019-07-08 Thread Jiangfeng Xiao
On 2019/7/9 2:18, David Miller wrote: > From: David Miller > Date: Sun, 07 Jul 2019 22:18:05 -0700 (PDT) > >> From: Jiangfeng Xiao >> Date: Fri, 5 Jul 2019 14:10:03 +0800 >> >>> HI13X1 changed the offsets and bitmaps for tx_desc >>> registers in the same peripheral device on different >>>

Re: Procedure questions - new filesystem driver..

2019-07-08 Thread Valdis Klētnieks
On Tue, 09 Jul 2019 01:52:20 +0100, Al Viro said: > On Mon, Jul 08, 2019 at 08:37:42PM -0400, Valdis Klētnieks wrote: > > I have an out-of-tree driver for the exfat file system that I beaten into > > shape > > for upstreaming. The driver works, and passes sparse and checkpatch (except > > for a

Re: [PATCH V2 2/2] ASoC: fsl_esai: recover the channel swap after xrun

2019-07-08 Thread Nicolin Chen
On Fri, Jul 05, 2019 at 07:03:47AM +, S.j. Wang wrote: > > > > > + > > > + /* restore registers by regcache_sync */ > > > + fsl_esai_register_restore(esai_priv); > > > + > > > + regmap_update_bits(esai_priv->regmap, REG_ESAI_TCR, > > > +ESAI_xCR_xPR_MASK,

Re: [PATCH 4.19 00/90] 4.19.58-stable review

2019-07-08 Thread shuah
On 7/8/19 9:12 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.19.58 release. There are 90 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. Responses should be made

Re: [PATCH 5.1 00/96] 5.1.17-stable review

2019-07-08 Thread shuah
On 7/8/19 9:12 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 5.1.17 release. There are 96 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. Responses should be made

Re: Procedure questions - new filesystem driver..

2019-07-08 Thread Al Viro
On Mon, Jul 08, 2019 at 08:37:42PM -0400, Valdis Klētnieks wrote: > I have an out-of-tree driver for the exfat file system that I beaten into > shape > for upstreaming. The driver works, and passes sparse and checkpatch (except > for a number of line-too-long complaints). > > Do you want this

Re: [PATCH] Fix perf-hooks test for sanitizers

2019-07-08 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 08, 2019 at 02:59:28PM -0700, Numfor Mbiziwo-Tiapo escreveu: > The perf-hooks test fails with Address Sanitizer and Memory > Sanitizer builds because it purposefully generates a segfault. > Checking if these sanitizers are active when running this test > will allow the perf-hooks test

Re: linux-next: manual merge of the keys tree with the integrity tree

2019-07-08 Thread Stephen Rothwell
Hi Mimi, On Mon, 08 Jul 2019 20:31:35 -0400 Mimi Zohar wrote: > > Thank you for carrying the patch!  I did remember to mention it in the > pull request. :) Excellent! -- Cheers, Stephen Rothwell pgpYjn9KvlEGM.pgp Description: OpenPGP digital signature

Re: [PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled

2019-07-08 Thread Randy Dunlap
On 7/8/19 8:05 AM, Stephen Hemminger wrote: > On Sun, 7 Jul 2019 10:46:22 -0700 > Randy Dunlap wrote: > >> On 7/3/19 11:06 AM, Haiyang Zhang wrote: >>> >>> -Original Message- From: Randy Dunlap Sent: Wednesday, July 3, 2019 12:59 PM To: LKML ; linux-pci >>>

Procedure questions - new filesystem driver..

2019-07-08 Thread Valdis Klētnieks
I have an out-of-tree driver for the exfat file system that I beaten into shape for upstreaming. The driver works, and passes sparse and checkpatch (except for a number of line-too-long complaints). Do you want this taken straight to the fs/ tree, or through drivers/staging? pgpbSeo1mEBGL.pgp

Re: linux-next: manual merge of the keys tree with the integrity tree

2019-07-08 Thread Mimi Zohar
Hi Stephen, On Tue, 2019-07-09 at 10:11 +1000, Stephen Rothwell wrote: > > diff --cc security/integrity/digsig.c > > index 868ade3e8970,e432900c00b9.. > > --- a/security/integrity/digsig.c > > +++ b/security/integrity/digsig.c > > @@@ -69,9 -70,8 +70,9 @@@ int

Re: linux-next: manual merge of the net-next tree with the net tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Tue, 2 Jul 2019 12:13:57 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the net-next tree got a conflict in: > > net/ipv4/devinet.c > > between commit: > > 2e6054636816 ("ipv4: don't set IPv6 only flags to IPv4 addresses") > > from the net tree and commit: > >

Re: linux-next: manual merge of the m68knommu tree with the m68k tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Tue, 2 Jul 2019 09:09:12 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the m68knommu tree got a conflict in: > > arch/m68k/Kconfig > > between commits: > > 34dc63a5fb9b ("m68k: Use the generic dma coherent remap allocator") > 69878ef47562 ("m68k: Implement

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 1 Jul 2019 21:08:53 +1000 Stephen Rothwell wrote: > > After merging the hmm tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > mm/hmm.c: In function 'hmm_get_or_create': > mm/hmm.c:50:2: error: implicit declaration of function >

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 1 Jul 2019 20:35:13 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the pidfd tree got a conflict in: > > kernel/fork.c > > between commits: > > 9014143bab2f ("fork: don't check parent_tidptr with CLONE_PIDFD") > 6fd2fe494b17 ("copy_process(): don't use

Re: linux-next: manual merge of the tip tree with the hwmon-staging tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 1 Jul 2019 17:15:24 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the tip tree got a conflict in: > > drivers/hwmon/coretemp.c > > between commit: > > 601fdf7e6635 ("hwmon: Correct struct allocation style") > > from the hwmon-staging tree and commit: > >

Re: linux-next: manual merge of the dma-mapping tree with Linus' tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 1 Jul 2019 08:42:13 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the dma-mapping tree got a conflict in: > > include/linux/genalloc.h > > between commit: > > 795ee30648c7 ("lib/genalloc: introduce chunk owners") > > from Linus' tree and commit: > >

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Fri, 28 Jun 2019 17:28:07 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the gpio tree got a conflict in: > > drivers/gpio/Makefile > > between commit: > > 18bc64b3aebf ("gpio: Initial support for ROHM bd70528 GPIO block") > > from the mfd tree and commit: > >

Re: linux-next: manual merge of the devicetree tree with the net-next tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Fri, 28 Jun 2019 14:56:26 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the devicetree tree got a conflict in: > > Documentation/devicetree/bindings/net/ethernet.txt > > between commit: > > 79b647a0c0d5 ("dt-bindings: net: document new usxgmii phy mode") > >

Re: linux-next: manual merge of the battery tree with the pci tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Fri, 28 Jun 2019 13:55:11 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the battery tree got a conflict in: > > Documentation/power/power_supply_class.txt > > between commit: > > 151f4e2bdc7a ("docs: power: convert docs to ReST and rename to *.rst") > > from

Re: [PATCH bpf v2] xdp: fix race on generic receive path

2019-07-08 Thread Daniel Borkmann
On 07/03/2019 02:09 PM, Ilya Maximets wrote: > Unlike driver mode, generic xdp receive could be triggered > by different threads on different CPU cores at the same time > leading to the fill and rx queue breakage. For example, this > could happen while sending packets from two processes to the >

Re: linux-next: manual merge of the samsung-krzk tree with the arm tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Fri, 28 Jun 2019 09:16:34 +1000 Stephen Rothwell wrote: > > On Fri, 21 Jun 2019 09:33:47 +1000 Stephen Rothwell > wrote: > > > > Today's linux-next merge of the samsung-krzk tree got a conflict in: > > > > arch/arm/configs/exynos_defconfig > > > > between commit: > > > >

Re: linux-next: manual merge of the keys tree with the integrity tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Wed, 26 Jun 2019 14:33:33 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the keys tree got a conflict in: > > security/integrity/digsig.c > > between commit: > > 8c655784e2cf ("integrity: Fix __integrity_init_keyring() section mismatch") > > from the integrity

Re: linux-next: manual merge of the keys tree with the ecryptfs tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Wed, 26 Jun 2019 14:28:38 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the keys tree got a conflict in: > > fs/ecryptfs/keystore.c > > between commit: > > 29a51df0609c ("ecryptfs: remove unnessesary null check in > ecryptfs_keyring_auth_tok_for_sig") > >

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Tue, 25 Jun 2019 16:04:32 +1000 Stephen Rothwell wrote: > > After merging the tip tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/net/wireless/intersil/p54/txrx.c: In function 'p54_rx_data': > drivers/net/wireless/intersil/p54/txrx.c:386:28:

Re: linux-next: manual merge of the block tree with the jc_docs tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Tue, 25 Jun 2019 14:42:26 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the block tree got a conflict in: > > Documentation/fault-injection/nvme-fault-injection.txt > > between commit: > > 10ffebbed550 ("docs: fault-injection: convert docs to ReST and rename to

Re: [RFC 0/2] Optimize the idle CPU search

2019-07-08 Thread Subhra Mazumdar
On 7/8/19 10:24 AM, Parth Shah wrote: When searching for an idle_sibling, scheduler first iterates to search for an idle core and then for an idle CPU. By maintaining the idle CPU mask while iterating through idle cores, we can mark non-idle CPUs for which idle CPU search would not have to

Re: linux-next: manual merge of the fbdev tree with the v4l-dvb tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Tue, 25 Jun 2019 12:28:17 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the fbdev tree got a conflict in: > > drivers/media/pci/ivtv/ivtvfb.c > > between commit: > > 2161536516ed ("media: media/pci: set device_caps in struct video_device") > > from the v4l-dvb

Re: [PATCH] fpga-manager: altera-ps-spi: Fix build error

2019-07-08 Thread Moritz Fischer
On Mon, Jul 08, 2019 at 03:13:56PM +0800, YueHaibing wrote: > If BITREVERSE is m and FPGA_MGR_ALTERA_PS_SPI is y, > build fails: > > drivers/fpga/altera-ps-spi.o: In function `altera_ps_write': > altera-ps-spi.c:(.text+0x4ec): undefined reference to `byte_rev_table' > > Select BITREVERSE to fix

Re: linux-next: manual merge of the cgroup tree with the block tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 24 Jun 2019 17:52:38 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the cgroup tree got a conflict in: > > Documentation/block/bfq-iosched.txt > > between commit: > > 8060c47ba853 ("block: rename CONFIG_DEBUG_BLK_CGROUP to > CONFIG_BFQ_CGROUP_DEBUG") > >

Re: linux-next: manual merge of the usb tree with the pci tree

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 24 Jun 2019 17:47:29 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the usb tree got a conflict in: > > Documentation/index.rst > > between commit: > > c42eaffa1656 ("Documentation: add Linux PCI to Sphinx TOC tree") > > from the pci tree and commit: > >

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Mon, 24 Jun 2019 15:51:24 +1000 Stephen Rothwell wrote: > > Hi all, > > Today's linux-next merge of the devicetree tree got conflicts in: > > scripts/dtc/Makefile.dtc > scripts/dtc/libfdt/Makefile.libfdt > > between commit: > > ec8f24b7faaf ("treewide: Add SPDX license

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

2019-07-08 Thread Stephen Rothwell
Hi all, On Fri, 21 Jun 2019 15:43:15 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the kvms390 tree got a conflict in: > > tools/testing/selftests/kvm/Makefile > > between commit: > > 61cfcd545e42 ("kvm: tests: Sort tests in the Makefile alphabetically") > > from Linus'

<    1   2   3   4   5   6   7   8   9   10   >