Re: problem in building 4.8.0: references to non-existent util CLANG

2018-08-18 Thread Randy Dunlap
On 08/18/2018 05:48 PM, Linda Walsh wrote: > Is CLANG required for building now? > > when I did a "make xconfig" (or any make, for that matter), I get: > >>  make xconfig > scripts/kconfig/qconf  Kconfig > invocation line: ./scripts/clang-version.sh gcc ## debug line I added >

donation

2018-08-18 Thread Xiang, Feifei
-- donation of $3 to you, contact hams@hotmail.com to verefly

[RFC PATCH] compiler.h: give up __compiletime_assert_fallback()

2018-08-18 Thread Masahiro Yamada
__compiletime_assert_fallback() is supposed to stop building earlier by using the negative-array-size method in case the compiler does not support "error" attribute, but has never worked like that. You can try this simple code: #include void foo(void) { BUILD_BUG_ON(1);

Re: [PATCH] sched: idle: Avoid retaining the tick when it has been stopped

2018-08-18 Thread Rafael J. Wysocki
On Fri, Aug 17, 2018 at 4:12 PM Frederic Weisbecker wrote: > > On Fri, Aug 17, 2018 at 11:32:07AM +0200, Rafael J. Wysocki wrote: > > On Thursday, August 16, 2018 3:27:24 PM CEST Frederic Weisbecker wrote: > > > On Thu, Aug 09, 2018 at 07:08:34PM +0200, Rafael J. Wysocki wrote: > > > > From:

Re: [PATCH] sched: idle: Avoid retaining the tick when it has been stopped

2018-08-18 Thread leo . yan
On Sat, Aug 18, 2018 at 11:57:00PM +0200, Rafael J. Wysocki wrote: [...] > > > > Otherwise we can have something like this: > > > > > > > > diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c > > > > index da9455a..408c985 100644 > > > > --- a/kernel/time/tick-sched.c > > > > +++

Re: problem in building 4.8.0: references to non-existent util CLANG

2018-08-18 Thread L A Walsh
Randy Dunlap wrote: On 08/18/2018 05:48 PM, Linda Walsh wrote: Is CLANG required for building now? Looks like this patch should fix it: https://marc.info/?l=linux-kbuild=153447099313149=2 --- Thanks much!

RE: [char-misc-next 00/12] mei: Add DMA ring

2018-08-18 Thread Winkler, Tomas
> > > On Tue, Jul 31, 2018 at 09:35:32AM +0300, Tomas Winkler wrote: > > > This series adds an alternative method for transferring data between > > > the mei driver and the device via a DMA ring. The DMA ring allows > > > transferring data in bigger chunks, up to 128K, than the HW ring 512B. >

Re: [PATCH] Revert "Permit silencing of __deprecated warnings."

2018-08-18 Thread Linus Torvalds
On Fri, Aug 17, 2018 at 7:45 PM Jason Gunthorpe wrote: > > Linus would prefer that __deprecated never produce a warning in an > allyesconfig compile. Since we have been at this state for some time, > the option no longer has a purpose. I got rid of the option, but of the code too, and - trying

Re: Fix 80d20d35af1e ("nohz: Fix local_timer_softirq_pending()") may have revealed another problem

2018-08-18 Thread Heiner Kallweit
On 18.08.2018 13:26, Thomas Gleixner wrote: > On Thu, 16 Aug 2018, Heiner Kallweit wrote: > >> Recently I started to get warning "NOHZ: local_softirq_pending 202" and >> I think it's related to mentioned commit (didn't bisect it yet). >> See log from suspending. >> >> I have no reason to think

Re: [RFC PATCH 1/6] Revert "PCI: Fix is_added/is_busmaster race condition"

2018-08-18 Thread Bjorn Helgaas
On Sat, Aug 18, 2018 at 01:24:51PM +1000, Benjamin Herrenschmidt wrote: > On Fri, 2018-08-17 at 10:44 -0500, Bjorn Helgaas wrote: > > On Fri, Aug 17, 2018 at 02:48:57PM +1000, Benjamin Herrenschmidt wrote: > > > This reverts commit 44bda4b7d26e9fffed6d7152d98a2e9edaeb2a76. > > > > Just to be

KASAN: use-after-free Read in do_shrink_slab

2018-08-18 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:1f7a4c73a739 Merge tag '9p-for-4.19-2' of git://github.com.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=16c46d9a40 kernel config: https://syzkaller.appspot.com/x/.config?x=68e80edb3c9718c5

[PATCH] dt-bindings: input: pwm-vibrator: correct pwm-names in example

2018-08-18 Thread Brian Masney
In the example for the pwm-vibrator bindings, pwm8 is the direction pin, and pwm9 is the enable pin. The pwm-names on the vibrator node has these two values swapped. This patch corrects the values for pwm-names. Signed-off-by: Brian Masney --- arch/arm/boot/dts/omap4-droid4-xt894.dts is actual

[RFC PATCH] scripts: add header bloat measuring script

2018-08-18 Thread Rasmus Villemoes
With a little cooperation from fixdep, we can rather easily quantify the header bloat phenomenon. While computing CONFIG_ dependencies, fixdep opens all the headers used by a given translation unit anyway, so it's rather cheap to have it record the number and total size of those in the generated

[PATCH] export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()

2018-08-18 Thread Masahiro Yamada
With the special case handling for Blackfin and Metag was removed by commit 94e58e0ac312 ("export.h: remove code for prefixing symbols with underscore"), VMLINUX_SYMBOL() is no-no. Replace the remaining usages, then remove the definition of VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR(). no longer

Re: linux-next: manual merge of the driver-core tree with the iommu tree

2018-08-18 Thread Stephen Rothwell
Hi all, On Wed, 11 Jul 2018 13:14:45 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the driver-core tree got a conflict in: > > drivers/iommu/ipmmu-vmsa.c > > between commits: > > 0b8ac1409641 ("iommu/ipmmu-vmsa: Hook up r8a7796 DT matching code") > 3701c123e1c1

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

2018-08-18 Thread Stephen Rothwell
Hi Yoshinori, On Sun, 19 Aug 2018 01:35:47 +0900 Yoshinori Sato wrote: > > > Commit > > > > 85f866b60ba7 ("h8300: switch to NO_BOOTMEM") > > > > is missing a Signed-off-by from its committer. > > OK. Fixed it. This last one is still missing your Signed-off-by ... (it is commit

KINDLY REPLY stemlightresour...@gmail.com URGENTLY

2018-08-18 Thread STEMLIGHTRESOURCES
KINDLY REPLY stemlightresour...@gmail.com URGENTLY

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

2018-08-18 Thread Stephen Rothwell
Hi all, On Tue, 26 Jun 2018 12:18:53 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the nvdimm tree got a conflict in: > > arch/x86/kernel/cpu/mcheck/mce.c > > between commit: > > d3d6923cd1ae ("x86/mce: Carve out the crashing_cpu check") > > from the tip tree and commit:

problem in building 4.8.0: references to non-existent util CLANG

2018-08-18 Thread Linda Walsh
Is CLANG required for building now? when I did a "make xconfig" (or any make, for that matter), I get: make xconfig scripts/kconfig/qconf Kconfig invocation line: ./scripts/clang-version.sh gcc ## debug line I added ./scripts/clang-version.sh: line 15: ./COPYING: Permission denied

with due respect

2018-08-18 Thread Mr. Duna Wattara
Dear Friend, I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my investigation and no one is informed of this communication. I need your urgent assistance in transferring the sum of $11.3million

Re: Linux 3.18.119

2018-08-18 Thread Greg KH
diff --git a/Documentation/Changes b/Documentation/Changes index 1de131bb49fb..9ad68f1819d3 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -25,7 +25,7 @@ o Gnu C 3.2 # gcc --version o Gnu make 3.80# make

Linux 3.18.119

2018-08-18 Thread Greg KH
I'm announcing the release of the 3.18.119 kernel. All users of the 3.18 kernel series must upgrade. The updated 3.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.18.y and can be browsed at the normal kernel.org git web

Linux 4.4.149

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.4.149 kernel. All users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web browser:

[PATCHv2] ide: Use NULL to compare with pointer-typed value rather than 0

2018-08-18 Thread zhong jiang
We should use NULL to compare with pointer-typed value rather than 0. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- drivers/ide/pmac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/pmac.c b/drivers/ide/pmac.c index

Re: Linux 4.4.150

2018-08-18 Thread Greg KH
diff --git a/Makefile b/Makefile index e7c46ece5f27..7789195c6a59 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 4 -SUBLEVEL = 149 +SUBLEVEL = 150 EXTRAVERSION = NAME = Blurry Fish Butt diff --git a/arch/x86/include/asm/pgtable-invert.h

[PATCH] mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB

2018-08-18 Thread Liu Xiang
If the size of spi-nor flash is larger than 16MB, the read_opcode is set to SPINOR_OP_READ_1_1_4_4B, and fsl_qspi_get_seqid() will return -EINVAL when cmd is SPINOR_OP_READ_1_1_4_4B. This can cause read operation fail. Signed-off-by: Liu Xiang --- drivers/mtd/spi-nor/fsl-quadspi.c | 1 + 1 file

Re: [PATCH] ide: Use NULL to compare with pointer-typed value rather than 0

2018-08-18 Thread zhong jiang
On 2018/8/17 21:23, zhong jiang wrote: > We should use NULL to compare with pointer-typed value rather than > 0. The issue is detected with the help of Coccinelle. > > Signed-off-by: zhong jiang > --- > drivers/ide/pmac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH v2] spi: dw: support 4-16 bits per word

2018-08-18 Thread Simon Goldschmidt
On Fri, Aug 17, 2018 at 6:32 PM Trent Piepho wrote: > > On Fri, 2018-08-17 at 09:01 +0200, Simon Goldschmidt wrote: > > The spi-dw driver currently only supports 8 or 16 bits per word. > > > > Since the hardware supports 4-16 bits per word, adapt the driver > > to also support this. > > > > > > >

Linux 4.18.2

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.18.2 kernel. All users of the 4.18 kernel series must upgrade. The updated 4.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.18.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 4.18.2

2018-08-18 Thread Greg KH
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index ddc029734b25..005d8842a503 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -35,7 +35,7 @@ binutils 2.20 ld -v flex 2.5.35

Re: Linux 4.9.121

2018-08-18 Thread Greg KH
diff --git a/Documentation/Changes b/Documentation/Changes index 22797a15dc24..76d6dc0d3227 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -33,7 +33,7 @@ GNU C 3.2 gcc --version GNU make 3.80 make --version binutils

Linux 4.9.121

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.9.121 kernel. All users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 4.4.149

2018-08-18 Thread Greg KH
diff --git a/Documentation/Changes b/Documentation/Changes index ec97b77c8b00..f25649ffb892 100644 --- a/Documentation/Changes +++ b/Documentation/Changes @@ -25,7 +25,7 @@ o GNU C 3.2 # gcc --version o GNU make 3.80# make

Linux 4.17.16

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.17.16 kernel. All users of the 4.17 kernel series must upgrade. The updated 4.17.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.17.y and can be browsed at the normal kernel.org git web

Re: Linux 4.14.64

2018-08-18 Thread Greg KH
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 560beaef5a7c..73fcdcd52b87 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -33,7 +33,7 @@ GNU C 3.2 gcc --version GNU make

Re: Linux 4.17.16

2018-08-18 Thread Greg KH
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index ddc029734b25..005d8842a503 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -35,7 +35,7 @@ binutils 2.20 ld -v flex 2.5.35

Linux 4.14.64

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.14.64 kernel. All users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web

Linux 4.18.3

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.18.3 kernel. All x86 users of the 4.18 kernel series must upgrade. The updated 4.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.18.y and can be browsed at the normal kernel.org git web

RE: [PATCH v4 1/4] edac: synps: Add platform specific structures for ddrc controller

2018-08-18 Thread Manish Narani
Ping. > -Original Message- > From: Manish Narani [mailto:manish.nar...@xilinx.com] > Sent: Saturday, August 4, 2018 2:56 PM > To: robh...@kernel.org; mark.rutl...@arm.com; catalin.mari...@arm.com; > will.dea...@arm.com; Michal Simek ; b...@alien8.de; > mche...@kernel.org;

RE: [PATCH v4 4/4] arm64: zynqmp: Add DDRC node

2018-08-18 Thread Manish Narani
Ping. > -Original Message- > From: Manish Narani [mailto:manish.nar...@xilinx.com] > Sent: Saturday, August 4, 2018 2:56 PM > To: robh...@kernel.org; mark.rutl...@arm.com; catalin.mari...@arm.com; > will.dea...@arm.com; Michal Simek ; b...@alien8.de; > mche...@kernel.org; m...@kernel.org;

Re: Linux 4.9.122

2018-08-18 Thread Greg KH
diff --git a/Makefile b/Makefile index e54a126841a9..1f44343a1e04 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 121 +SUBLEVEL = 122 EXTRAVERSION = NAME = Roaring Lionus diff --git a/arch/x86/include/asm/pgtable-invert.h

Linux 4.4.150

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.4.150 kernel. All x86 users of the 4.4 kernel series must upgrade. The updated 4.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.4.y and can be browsed at the normal kernel.org git web

Re: Linux 4.18.3

2018-08-18 Thread Greg KH
diff --git a/Makefile b/Makefile index fd409a0fd4e1..e2bd815f24eb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 18 -SUBLEVEL = 2 +SUBLEVEL = 3 EXTRAVERSION = NAME = Merciless Moray diff --git

Linux 4.9.122

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.9.122 kernel. All x86 users of the 4.9 kernel series must upgrade. The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y and can be browsed at the normal kernel.org git web

Linux 4.14.65

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.14.65 kernel. All x86 users of the 4.14 kernel series must upgrade. The updated 4.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.y and can be browsed at the normal kernel.org git web

Re: Linux 4.14.65

2018-08-18 Thread Greg KH
diff --git a/Makefile b/Makefile index 025156791e90..7995690ff1aa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 14 -SUBLEVEL = 64 +SUBLEVEL = 65 EXTRAVERSION = NAME = Petit Gorille diff --git

Linux 4.17.17

2018-08-18 Thread Greg KH
I'm announcing the release of the 4.17.17 kernel. All x86 users of the 4.17 kernel series must upgrade. The updated 4.17.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.17.y and can be browsed at the normal kernel.org git web

Re: Linux 4.17.17

2018-08-18 Thread Greg KH
diff --git a/Makefile b/Makefile index 8ca595f045c4..5ff2040cf3ee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 17 -SUBLEVEL = 16 +SUBLEVEL = 17 EXTRAVERSION = NAME = Merciless Moray diff --git

Re: [BUG v4.14-rt] kernel BUG at /work/rt/stable-rt.git/kernel/sched/core.c:1639!

2018-08-18 Thread Mike Galbraith
On Fri, 2018-08-17 at 16:23 -0400, Steven Rostedt wrote: > Pulling in stable releases into v4.14-rt I triggered this with my CPU > hotplug test: > > [ cut here ] > kernel BUG at /work/rt/stable-rt.git/kernel/sched/core.c:1639! > invalid opcode: [#1] PREEMPT SMP PTI >

Re: How delete node or property in overlayd dts?

2018-08-18 Thread Zhang Bo
在 2018/8/18 1:47, Rob Herring 写道: On Tue, Aug 14, 2018 at 7:26 PM Frank Rowand wrote: On 08/14/18 07:46, 张波 wrote: /delete-node/ /delete-prop/ could be used in dtsi files without device tree overlay. but with device tree overlay, /delete-node/ and /delete-prop/ are not work. How to

[PATCH] gpu: Use ERR_CAST to replace ERR_PTR(PTR_ERR())

2018-08-18 Thread zhong jiang
We prefer to ERR_CAST rather than ERR_PTR(PTR_ERR()), So just replace it. The issue is detected with the help of Coccinelle Signed-off-by: zhong jiang --- drivers/gpu/drm/omapdrm/dss/dss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/omapdrm/dss/dss.c

[tip:perf/urgent] perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 6a648b534d3d4f6532241fd9b97c0dab7b0c3f89 Gitweb: https://git.kernel.org/tip/6a648b534d3d4f6532241fd9b97c0dab7b0c3f89 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 10:30:08 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 10:30:08 -0300

[tip:perf/urgent] perf trace: Allow setting up a syscall_tp struct without a format_field

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: aa823f58f7abf42f181fbaef4fdbe76eccea1c29 Gitweb: https://git.kernel.org/tip/aa823f58f7abf42f181fbaef4fdbe76eccea1c29 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 15:03:02 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 15:07:33 -0300

[tip:perf/urgent] perf trace: Rename some syscall_tp methods to raw_syscall

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 63f11c80e5dd4afae69ea2578addf896ddc06fee Gitweb: https://git.kernel.org/tip/63f11c80e5dd4afae69ea2578addf896ddc06fee Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 14:27:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 15:07:28 -0300

[tip:perf/urgent] perf trace: Use beautifiers on syscalls:sys_enter_ handlers

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a98392bb1e169a04aad83ed28f2b7a63010104ec Gitweb: https://git.kernel.org/tip/a98392bb1e169a04aad83ed28f2b7a63010104ec Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 14:05:09 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 15:07:19 -0300

[tip:perf/urgent] perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f3acd8869b9badcfd91cf50a2b6242be7b9368e2 Gitweb: https://git.kernel.org/tip/f3acd8869b9badcfd91cf50a2b6242be7b9368e2 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 15:11:58 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 15:39:00 -0300

[tip:perf/urgent] perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: d32855fa35b94a066c5860c94adc3ebcac7d2c66 Gitweb: https://git.kernel.org/tip/d32855fa35b94a066c5860c94adc3ebcac7d2c66 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 2 Aug 2018 15:09:24 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 2 Aug 2018 15:38:57 -0300

Re: Fix 80d20d35af1e ("nohz: Fix local_timer_softirq_pending()") may have revealed another problem

2018-08-18 Thread Thomas Gleixner
On Thu, 16 Aug 2018, Heiner Kallweit wrote: > Recently I started to get warning "NOHZ: local_softirq_pending 202" and > I think it's related to mentioned commit (didn't bisect it yet). > See log from suspending. > > I have no reason to think the fix is wrong, it may just have revealed > another

[tip:perf/urgent] perf annotate: Make annotation_line__max_percent static

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: 5ecf7d30eb4f9c046f5284f20133d7b69729c315 Gitweb: https://git.kernel.org/tip/5ecf7d30eb4f9c046f5284f20133d7b69729c315 Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:03 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:45 -0300 perf annotate:

[tip:perf/urgent] perf annotate: Get rid of annotation__scnprintf_samples_period()

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: 0683d13c1afbf5cca147b6f578d1463be132b11b Gitweb: https://git.kernel.org/tip/0683d13c1afbf5cca147b6f578d1463be132b11b Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:04 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:46 -0300 perf annotate:

[tip:perf/urgent] perf annotate: Make symbol__annotate_fprintf2() local

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: 7a3e71e0d806070071f53271705b0c511c0359fc Gitweb: https://git.kernel.org/tip/7a3e71e0d806070071f53271705b0c511c0359fc Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:02 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:45 -0300 perf annotate:

[tip:perf/urgent] perf annotate: Add support to toggle percent type

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: 3e0d79531984c731951d9a8a5be406df3a78ac97 Gitweb: https://git.kernel.org/tip/3e0d79531984c731951d9a8a5be406df3a78ac97 Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:17 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:52 -0300 perf annotate:

[tip:perf/urgent] perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: 4c650ddc2e9e8f1d8dc46f13b30b1b9a6017fb02 Gitweb: https://git.kernel.org/tip/4c650ddc2e9e8f1d8dc46f13b30b1b9a6017fb02 Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:15 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:51 -0300 perf annotate:

[tip:perf/urgent] perf annotate: Pass struct annotation_options to symbol__calc_lines()

2018-08-18 Thread tip-bot for Jiri Olsa
Commit-ID: c849c12cf344e4b99dbf98df642b622b6c91bbfd Gitweb: https://git.kernel.org/tip/c849c12cf344e4b99dbf98df642b622b6c91bbfd Author: Jiri Olsa AuthorDate: Sat, 4 Aug 2018 15:05:14 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:50 -0300 perf annotate:

[tip:perf/urgent] perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: e0b6d2ef329098bd9780ec00a75db3b11922031a Gitweb: https://git.kernel.org/tip/e0b6d2ef329098bd9780ec00a75db3b11922031a Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 7 Aug 2018 15:40:13 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:57 -0300

[tip:perf/urgent] perf bpf: Make bpf__setup_output_event() return the bpf-output event

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 78e890ea8683f7d570f911637b23b23d27be4aed Gitweb: https://git.kernel.org/tip/78e890ea8683f7d570f911637b23b23d27be4aed Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 7 Aug 2018 16:19:05 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:58 -0300

[tip:perf/urgent] perf trace: Setup the augmented syscalls bpf-output event fields

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: d3d1c4bdf5a793ab10c448f9cf5aa5b19ce026d3 Gitweb: https://git.kernel.org/tip/d3d1c4bdf5a793ab10c448f9cf5aa5b19ce026d3 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 7 Aug 2018 16:21:44 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:58 -0300

[tip:perf/urgent] perf bpf: Add bpf__setup_output_event() strerror() counterpart

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: aa31be3a4874d91fb40d872f1865805ab411035c Gitweb: https://git.kernel.org/tip/aa31be3a4874d91fb40d872f1865805ab411035c Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 6 Aug 2018 11:35:37 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:56 -0300

[tip:perf/urgent] perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions

2018-08-18 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 8fa25f303adfed6eab921db8e242e59dd0b3b004 Gitweb: https://git.kernel.org/tip/8fa25f303adfed6eab921db8e242e59dd0b3b004 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 7 Aug 2018 15:10:19 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 8 Aug 2018 15:55:57 -0300

[tip:perf/urgent] tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: 096177a8b51937ba3004164f0366ef20656bb17a Gitweb: https://git.kernel.org/tip/096177a8b51937ba3004164f0366ef20656bb17a Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:02:46 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 10 Aug 2018 15:29:35 -0300

[tip:perf/urgent] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: cbc49b25b9cf26bf8c91169085be27382d945dd7 Gitweb: https://git.kernel.org/tip/cbc49b25b9cf26bf8c91169085be27382d945dd7 Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:02:47 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:21:13 -0300

[tip:perf/urgent] tools lib traceevent, perf tools: Rename pevent alloc / free APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: 4d5c58b15c4363219e19380848eb74ca60143187 Gitweb: https://git.kernel.org/tip/4d5c58b15c4363219e19380848eb74ca60143187 Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:02:49 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:21:43 -0300

[tip:perf/urgent] tools lib traceevent, perf tools: Rename pevent plugin related APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: c32d52b4641d3c7b2569b3fe148bf687e5c61888 Gitweb: https://git.kernel.org/tip/c32d52b4641d3c7b2569b3fe148bf687e5c61888 Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:02:48 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:21:39 -0300

[tip:perf/urgent] tools lib traceevent, perf tools: Rename pevent parse APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: c60167c187f9255e698998887bfbbba6418861b5 Gitweb: https://git.kernel.org/tip/c60167c187f9255e698998887bfbbba6418861b5 Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:02:51 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:21:57 -0300

[PATCH v2] staging: mt7621-mmc: Fix debug macros in dbg.h

2018-08-18 Thread Nishad Kamdar
Fixed four debug macros by replacing printk with dev_ without __func__ or __LINE__ or current->comm and current->pid. Further removed the do {} while(0) loop for single statement macro. Issues found by checkpatch. Signed-off-by: Nishad Kamdar --- Changes in v2: - Replace printk with dev_. -

[tip:perf/urgent] perf tools: Check for null when copying nsinfo.

2018-08-18 Thread tip-bot for Benno Evers
Commit-ID: 3f4417d693b43fa240ac8bde4487f67745ca23d8 Gitweb: https://git.kernel.org/tip/3f4417d693b43fa240ac8bde4487f67745ca23d8 Author: Benno Evers AuthorDate: Fri, 10 Aug 2018 15:36:13 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:39:09 -0300 perf tools:

[tip:perf/urgent] tools lib traceevent: Rename various pevent get/set/is APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: 413af01c8d9d5d688df3244401cbddfe98bafe2a Gitweb: https://git.kernel.org/tip/413af01c8d9d5d688df3244401cbddfe98bafe2a Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:03:06 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:35:02 -0300

[tip:perf/urgent] tools lib traceevent: Rename internal parser related APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: 1634e4604cccbe6394dd858fb973604d2313336b Gitweb: https://git.kernel.org/tip/1634e4604cccbe6394dd858fb973604d2313336b Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:03:07 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:35:58 -0300

[tip:perf/urgent] tools lib traceevent: Rename various pevent APIs

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: c99eeaf5497288d4e0fbca7ee0c401fd35860481 Gitweb: https://git.kernel.org/tip/c99eeaf5497288d4e0fbca7ee0c401fd35860481 Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:03:08 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:36:43 -0300

[tip:perf/urgent] tools lib traceevent: Rename static variables and functions in event-parse.c

2018-08-18 Thread tip-bot for Tzvetomir Stoyanov (VMware)
Commit-ID: 0ae98637b611c51737eadd9cc6e041746dbb11ef Gitweb: https://git.kernel.org/tip/0ae98637b611c51737eadd9cc6e041746dbb11ef Author: Tzvetomir Stoyanov (VMware) AuthorDate: Wed, 8 Aug 2018 14:03:09 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Aug 2018 15:37:26 -0300

[tip:perf/urgent] kallsyms: Simplify update_iter_mod()

2018-08-18 Thread tip-bot for Adrian Hunter
Commit-ID: b96679422007c3fa04625be14977904c27c722eb Gitweb: https://git.kernel.org/tip/b96679422007c3fa04625be14977904c27c722eb Author: Adrian Hunter AuthorDate: Wed, 6 Jun 2018 15:54:09 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 14 Aug 2018 19:10:23 -0300 kallsyms:

[tip:perf/urgent] x86: Add entry trampolines to kcore

2018-08-18 Thread tip-bot for Adrian Hunter
Commit-ID: 6855dc41b24619c3d1de3dbd27dd0546b0e45272 Gitweb: https://git.kernel.org/tip/6855dc41b24619c3d1de3dbd27dd0546b0e45272 Author: Adrian Hunter AuthorDate: Wed, 6 Jun 2018 15:54:11 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 14 Aug 2018 19:13:26 -0300 x86: Add

[tip:perf/urgent] kallsyms, x86: Export addresses of PTI entry trampolines

2018-08-18 Thread tip-bot for Alexander Shishkin
Commit-ID: d83212d5dd6761625fe87cc23016bbaa47303271 Gitweb: https://git.kernel.org/tip/d83212d5dd6761625fe87cc23016bbaa47303271 Author: Alexander Shishkin AuthorDate: Wed, 6 Jun 2018 15:54:10 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 14 Aug 2018 19:12:29 -0300

[PATCH] Coccinelle: remove pci_alloc_consistent semantic to dectect in zalloc-simple.cocci

2018-08-18 Thread zhong jiang
Because pci_alloc_consistent has been deprecated. We prefer to use dam_alloc_coherent directly. Therefore, we should remove pci_alloc_consistent to increase the confidence. Signed-off-by: zhong jiang --- scripts/coccinelle/api/alloc/zalloc-simple.cocci | 41 +--- 1 file

Re: [BUG]smt sysfs dir missing on 4.4.148 and 4.14.63

2018-08-18 Thread Thomas Gleixner
On Fri, 17 Aug 2018, Greg Kroah-Hartman wrote: > On Fri, Aug 17, 2018 at 02:39:00PM +0200, Jinpu Wang wrote: > > > > I found the problem, CONFIG_HOTPLUG_SMT is enable due to CONFIG_SMP, > > but I did explicitly enable CONFIG_HOTPLUG_CPU. > > > > That's why the smt dir is missing, and kernel panic

Re: [PATCH v2] ASoC: tegra: probe deferral error reporting

2018-08-18 Thread Stefan Agner
On 15.08.2018 18:02, Jon Hunter wrote: > On 14/08/18 15:01, Marcel Ziswiler wrote: >> From: Marcel Ziswiler >> >> Actually report the error codes from of_get_named_gpio() resp. >> devm_gpio_request_one() upon trying to get the codec reset resp. sync >> GPIOs unless it is just a probe deferral. >>

[PATCH v2 5/8] nfsd: use seq_open_data() in exports_net_open()

2018-08-18 Thread Rasmus Villemoes
Using the seq_open_data() helper, exports_net_open() essentially becomes a oneliner. Signed-off-by: Rasmus Villemoes --- Depends on 1/8 introducing seq_open_data. fs/nfsd/nfsctl.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c

[PATCH v2 8/8] PCI: tegra: use seq_open_data

2018-08-18 Thread Rasmus Villemoes
Simplify the code slightly by having seq_open_data do the ->private assignment. Signed-off-by: Rasmus Villemoes --- Depends on 1/8 introducing seq_open_data. Not including Thierry's ack/reviewed-by since it's been half a year since v1. drivers/pci/controller/pci-tegra.c | 11 +-- 1

[PATCH v2 4/8] proc: use seq_open_data() in proc_id_map_open()

2018-08-18 Thread Rasmus Villemoes
Simplify the code slightly by using the seq_open_data helper. Signed-off-by: Rasmus Villemoes --- Depends on 1/8 introducing seq_open_data. fs/proc/base.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index

[PATCH v2 2/8] seq_file: use seq_open_data in single_open

2018-08-18 Thread Rasmus Villemoes
Avoid the somewhat hard to grok assignment by using the seq_open_data helper. Signed-off-by: Rasmus Villemoes --- fs/seq_file.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/seq_file.c b/fs/seq_file.c index c8c86660f6db..518a72e444d9 100644 --- a/fs/seq_file.c +++

[PATCH v2 3/8] seq_file: use seq_open_data in __seq_open_private

2018-08-18 Thread Rasmus Villemoes
Signed-off-by: Rasmus Villemoes --- fs/seq_file.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fs/seq_file.c b/fs/seq_file.c index 518a72e444d9..5cc4670294e7 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c @@ -632,18 +632,15 @@ void *__seq_open_private(struct file *f,

Re: [PATCH 4.17 00/21] 4.17.16-stable review

2018-08-18 Thread Rafael David Tinoco
On Thu, Aug 16, 2018 at 08:45:10PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.17.16 release. > There are 21 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

[PATCH] staging: rtl8188eu: Type cast function argument

2018-08-18 Thread Bhaskar Singh
This patch might suppress some warrning. The function prototype of rtw_malloc2d is void *rtw_malloc2d(int h, int w, int size) This patch also resolves the checkpatch.pl warning WARNING: line over 80 characters Signed-off-by: Bhaskar Singh --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 3

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

2018-08-18 Thread Stephen Rothwell
Hi Yoshinori, Commits 785b0958b55d ("h8300: gcc-8.1 fix") 8eabc2d5fae0 ("h8300: Add missing output register.") are missing a Signed-off-by from their authors and committers. Commit 85f866b60ba7 ("h8300: switch to NO_BOOTMEM") is missing a Signed-off-by from its committer. -- Cheers,

Re: [PATCH] staging: rtl8188eu: Type cast function argument

2018-08-18 Thread zhong jiang
On 2018/8/18 22:24, Bhaskar Singh wrote: > This patch might suppress some warrning. > > The function prototype of rtw_malloc2d is > > void *rtw_malloc2d(int h, int w, int size) > > This patch also resolves the checkpatch.pl warning > > WARNING: line over 80 characters > > Signed-off-by: Bhaskar

Re: [PATCH 4.18 00/22] 4.18.2-stable review

2018-08-18 Thread Greg Kroah-Hartman
On Sat, Aug 18, 2018 at 11:21:07AM -0300, Rafael David Tinoco wrote: > On Thu, Aug 16, 2018 at 08:45:16PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.18.2 release. > > There are 22 patches in this series, all will be posted as a response > > to this

Re: [PATCH 4.4 00/13] 4.4.149-stable review

2018-08-18 Thread Rafael David Tinoco
On Thu, Aug 16, 2018 at 08:41:47PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.149 release. > There are 13 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

Re: [PATCH] iio: accel: cros_ec_accel_legacy: Mark expected switch fall-throughs

2018-08-18 Thread Marcus Folkesson
Hi Gutavo, Sorry for the delay. On Wed, Aug 15, 2018 at 12:50:10PM -0500, Gustavo A. R. Silva wrote: > Hi Marcus, > > On 8/15/18 12:27 PM, Marcus Folkesson wrote: > > Hi, > > > > On Wed, Aug 15, 2018 at 11:38:52AM -0500, Gustavo A. R. Silva wrote: > >> In preparation to enabling

Re: [PATCHv2] ide: Use NULL to compare with pointer-typed value rather than 0

2018-08-18 Thread Sergei Shtylyov
On 08/18/2018 09:16 AM, zhong jiang wrote: > We should use NULL to compare with pointer-typed value rather than > 0. The issue is detected with the help of Coccinelle. Your description stopped to match the patch in v2. Actually, this X == NULL to !x preference is largely spocific to

[GIT PULL] TTY/Serial patches for 4.19-rc1

2018-08-18 Thread Greg KH
The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063: Linux 4.18-rc3 (2018-07-01 16:04:53 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-4.19-rc1 for you to fetch changes up to

  1   2   3   4   5   >