[PATCH 09/83] perf annotate: Add map into struct annotate_args

2017-11-17 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa Add map into struct annotate_args to reduce the number of arguments that need to travel all the way to line allocation. Signed-off-by: Jiri Olsa Cc: Andi Kleen Cc: David Ahern Cc: Namhyung Kim

Re: WARNING in lock_release

2017-11-17 Thread Al Viro
On Thu, Nov 16, 2017 at 02:56:00AM -0800, syzbot wrote: > Hello, > > syzkaller hit the following crash on > 5515cf16e270538121e4fa9283fed86c6cfd8c9c > git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/master > compiler: gcc (GCC) 7.1.1 20170620 > .config is attached > Raw console

[ANNOUNCE] v4.13.13-rt5

2017-11-17 Thread Sebastian Andrzej Siewior
Dear RT folks! I'm pleased to announce the v4.13.13-rt5 patch set. Changes since v4.13.13-rt4: - Correct the elif macro in the apparmor patch applied in the last release. - Update the fixup for the PCI switchtec driver. It was introduced in the v4.13 cycle and was not perfect.

Re: [GIT PULL] usercopy whitelisting for v4.15-rc1

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 12:35 PM, Kees Cook wrote: > > This is why I introduced the fallback mode: with both kvm and sctp > (ipv6) not noticed until late in the development cycle, I became much > less satisfied it had gotten sufficient testing. So honestly, this is the

[PATCH 2/2] iommu/amd: Add support for fast IOTLB flushing

2017-11-17 Thread Suravee Suthikulpanit
From: Suravee Suthikulpanit Implement the newly added IOTLB flushing interface by introducing per-protection-domain IOTLB flush list, which maintains a list of IOVAs to be invalidated (by INVALIDATE_IOTLB_PAGES command) during IOTLB sync. Cc: Joerg Roedel

Re: [RFC 05/19] s390/zcrypt: base implementation of AP matrix device driver

2017-11-17 Thread Tony Krowiak
On 11/16/2017 11:47 AM, Cornelia Huck wrote: On Thu, 16 Nov 2017 09:25:27 -0500 Tony Krowiak wrote: On 11/16/2017 07:35 AM, Cornelia Huck wrote: On Thu, 16 Nov 2017 13:02:26 +0100 Pierre Morel wrote: On 14/11/2017 17:37, Tony

[PATCH 2/3] ALSA: rme32: Use common error handling code in snd_rme32_probe()

2017-11-17 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 17 Nov 2017 21:14:48 +0100 Add a jump target so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring

Re: [PATCH] zswap: Same-filled pages handling

2017-11-17 Thread Dan Streetman
On Wed, Oct 18, 2017 at 6:48 AM, Srividya Desireddy wrote: > > From: Srividya Desireddy > Date: Wed, 18 Oct 2017 15:39:02 +0530 > Subject: [PATCH] zswap: Same-filled pages handling > > Zswap is a cache which compresses the pages that are being

[PATCH] dmaengine: ioat: Fix error handling path

2017-11-17 Thread Christophe JAILLET
If the last test in 'ioat_dma_self_test()' fails, we must release all the allocated resources and not just part of them. Signed-off-by: Christophe JAILLET --- drivers/dma/ioat/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v5 11/11] intel_sgx: driver documentation

2017-11-17 Thread Darren Hart
On Mon, Nov 13, 2017 at 09:45:28PM +0200, Jarkko Sakkinen wrote: Please do not submit patches to LKML without a commit message. There is *always* something you can provide to give the review additional context to aid in their review of your code. As Thomas has noted, the various maintainers have

Re: [PATCH 01/10] x86/apic: Install an empty physflat_init_apic_ldr

2017-11-17 Thread Thomas Gleixner
On Thu, 16 Nov 2017, Jan Kiszka wrote: > From: Jan Kiszka > > As the comment already stated, there is no need for setting up LDR in I prefer to have a proper reference to documentation why this is not needed than to a comment which is technically dubious. > physflat

[PATCH v3 3/3] perf, tools, script: Allow computing metrics in perf script

2017-11-17 Thread Andi Kleen
From: Andi Kleen Add support for computing perf stat style metrics in perf script. When using leader sampling we can get metrics for each sampling period by computing formulas over the values of the different group members. This allows things like fine grained IPC

Re: [PATCH] dmaengine: ioat: Fix error handling path

2017-11-17 Thread Dave Jiang
On 11/17/2017 02:37 PM, Christophe JAILLET wrote: > If the last test in 'ioat_dma_self_test()' fails, we must release all > the allocated resources and not just part of them. > > Signed-off-by: Christophe JAILLET Good catch! Thanks! Acked-by: Dave Jiang

Add fine grained sampled metrics for perf script

2017-11-17 Thread Andi Kleen
This patch kit adds perf script support for computing metrics for sampled groups. This allows much more fine grained metrics measurement than perf stat allows, because the metrics can be at PMI granularity instead of a slow timer. Also the kernel does the sampling in this case which has much less

RE: [PATCH v2] typec: tcpm: fusb302: Resolve out of order messaging events

2017-11-17 Thread Adam Thomson
On 17 November 2017 17:20, Guenter Roeck wrote: > On Thu, Nov 16, 2017 at 04:28:11PM +, Adam Thomson wrote: > > The expectation in the FUSB302 driver is that a TX_SUCCESS event > > should occur after a message has been sent, but before a GCRCSENT > > event is raised to indicate successful

Re: [PATCH] zswap: Same-filled pages handling

2017-11-17 Thread Dan Streetman
On Wed, Oct 18, 2017 at 5:31 PM, Timofey Titovets wrote: >> +static int zswap_is_page_same_filled(void *ptr, unsigned long *value) >> +{ >> + unsigned int pos; >> + unsigned long *page; >> + >> + page = (unsigned long *)ptr; >> + for (pos = 1; pos <

Re: [PATCH] checkpatch: allow URL >80 chars

2017-11-17 Thread Joe Perches
On Fri, 2017-11-17 at 16:56 +0100, Andreas Brauchli wrote: > Allow URL to exceed the 80 char limit for improved interaction in > adaption to ongoing but undocumented practice. > > $ git grep -E '://\S{77}.*' -- '*.[ch]' > > The patch checks that the URL is indeed on its own line in that it >

[PATCH 0/3] mfd: Handle platform_get_irq's error checking and return

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct and we must check its return value. Arvind Yadav (3): [PATCH 1/3] mfd: ipaq-micro: Fix platform_get_irq's error checking [PATCH

[PATCH 2/3] mfd: intel-lpss: Handle return value of platform_get_*

2017-11-17 Thread Arvind Yadav
platform_get_irq() and platform_get_resource() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/mfd/intel-lpss-acpi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mfd/intel-lpss-acpi.c

[PATCH 3/3] mfd: sun4i-gpadc: Handle return value of platform_get_irq

2017-11-17 Thread Arvind Yadav
platform_get_irq() can fail here and we must check its return value. Signed-off-by: Arvind Yadav --- drivers/mfd/sun4i-gpadc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/sun4i-gpadc.c b/drivers/mfd/sun4i-gpadc.c index

[PATCH 1/3] mfd: ipaq-micro: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- drivers/mfd/ipaq-micro.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH 2/4] btrfs: make open_ctree error injectable

2017-11-17 Thread Ingo Molnar
* Josef Bacik wrote: > From: Josef Bacik > > This allows us to do error injection with BPF for open_ctree. > > Signed-off-by: Josef Bacik > --- > fs/btrfs/disk-io.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git

Re: STRICT_KERNEL_RWX on PPC32 is broken on PowerMac G4

2017-11-17 Thread Meelis Roos
> > > How early does it hang ? Any oops or trace ? > > > > Very early - instead oif kernel emssages, I see some repeated gibberish > > of some characteers, and the background turns white. > > I am booting from yaboot, background is normally black. > > Ok, could you try by replacing #ifdef

[PATCH 2/5 v2] ASoC: mt8173: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- chnages in v2 : irq_id was unsigned. so changed it to

Re: [nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 9:14 PM, Kees Cook wrote: > > FWIW, myself doing a build at d9e12200852d with and without > GCC_PLUGIN_RANDSTRUCT _appears_ to produce identical objdump output > where I did spot-checks. That would probably be a good thing to check anyway - check

[PATCH 1/5 v2] ASoC: ep93xx-ac97: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- changes in v2 : irq was unsigned. so changed it to signed.

[PATCH 3/5 v2] ASoC: nuc900: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- changes in v2 : nuc900_audio->irq_num is unsigned. so handle

[PATCH 1/2] misc: aspeed-lpc-snoop: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- drivers/misc/aspeed-lpc-snoop.c | 4 ++-- 1 file changed, 2

[PATCH 2/2] misc: atmel-ssc: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Signed-off-by: Arvind Yadav --- drivers/misc/atmel-ssc.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 0/2] misc: Fix platform_get_irq's error checking

2017-11-17 Thread Arvind Yadav
The platform_get_irq() function returns negative if an error occurs. zero or positive number on success. platform_get_irq() error checking for zero is not correct. Arvind Yadav (2): [PATCH 1/2] misc: aspeed-lpc-snoop: Fix platform_get_irq's error checking [PATCH 2/2] misc: atmel-ssc: Fix

Re: [RFC PATCH 00/20] Intel(R) Resource Director Technology Cache Pseudo-Locking enabling

2017-11-17 Thread Reinette Chatre
Hi Thomas, On 11/17/2017 4:48 PM, Thomas Gleixner wrote: > On Mon, 13 Nov 2017, Reinette Chatre wrote: > > thanks for that interesting work. Before I start looking into the details > in the next days let me ask a few general questions first. Thank you very much for taking a look. I look forward

Re: [nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11

2017-11-17 Thread Kees Cook
On Fri, Nov 17, 2017 at 5:54 PM, Patrick McLean wrote: > On 2017-11-17 04:55 PM, Linus Torvalds wrote: >> On Fri, Nov 17, 2017 at 4:27 PM, Patrick McLean wrote: >>> >>> I am still getting the crash at d9e12200852d, I figured I would >>> double-check the

Re: [PATCH] rdma: Add Jason as a co-maintainer

2017-11-17 Thread Leon Romanovsky
On Fri, Nov 17, 2017 at 08:44:27PM -0500, Doug Ledford wrote: > > If you split step 5 above into 5a) Push from local work repo to local > prep repo and 5b) Do full kernel build in prep repo to test that all > code needed to compile is tracked by git, it would catch that mistake > before it makes

Re: Linux 3.10.108 (EOL)

2017-11-17 Thread Sebastian Gottschall
Am 18.11.2017 um 00:46 schrieb Alan Cox: i just wanted to throw some stones on the bloated kernel problem which is increasing People used to be working on that, but then it seemed like the "size" got to a point that people were comfortable with it. Are you sure that There's also a lot of

Re: Blank console but X11 works on MCP79 - old regression since 3.8

2017-11-17 Thread Ilia Mirkin
On Fri, Nov 17, 2017 at 2:37 PM, Ilia Mirkin wrote: > On Fri, Nov 17, 2017 at 2:25 PM, Ondrej Zary > wrote: >> On Friday 17 November 2017 18:41:17 Ilia Mirkin wrote: >>> On Fri, Nov 17, 2017 at 12:33 PM, Ondrej Zary >>> >>>

RE: [virtio-dev] Re: [PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ

2017-11-17 Thread Wang, Wei W
On Friday, November 17, 2017 8:45 PM, Michael S. Tsirkin wrote: > On Fri, Nov 17, 2017 at 07:35:03PM +0800, Wei Wang wrote: > > On 11/16/2017 09:27 PM, Wei Wang wrote: > > > On 11/16/2017 04:32 AM, Michael S. Tsirkin wrote: > > > > On Fri, Nov 03, 2017 at 04:13:06PM +0800, Wei Wang wrote: > > > >

[PATCH] perf report/top: Add a tip about source line matching

2017-11-17 Thread Hyeim Yang
Cc: Jiri Olsa Cc: Namhyung Kim Cc: Taeung Song --- tools/perf/Documentation/tips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index db0ca30..b60616a

Re: Linux 3.10.108 (EOL)

2017-11-17 Thread Willy Tarreau
On Fri, Nov 17, 2017 at 11:46:20PM +, Alan Cox wrote: > > > i just wanted to throw some stones on the bloated kernel problem which is > > > increasing > > > > People used to be working on that, but then it seemed like the "size" > > got to a point that people were comfortable with it. Are

Re: [PATCH 3.18 08/20] tun/tap: sanitize TUNSETSNDBUF input

2017-11-17 Thread Greg Kroah-Hartman
On Thu, Nov 16, 2017 at 04:25:13PM -0500, Craig Gallek wrote: > On Thu, Nov 16, 2017 at 12:28 PM, Greg Kroah-Hartman > wrote: > > 3.18-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Craig Gallek

Re: drivers/net/wireless/broadcom/b43legacy/debugfs.c:224:23: error: implicit declaration of function 'debugfs_real_fops'

2017-11-17 Thread Greg Kroah-Hartman
On Fri, Nov 17, 2017 at 09:15:46AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > master > head: cf9b0772f2e410645fece13b749bd56505b998b8 > commit: 7c8d469877b16d2c1cecf101a0abb7b218db85bc debugfs: add support for > more elaborate

Re: [linux-sunxi] Cedrus driver

2017-11-17 Thread Maxime Ripard
Hi Nicolas, On Thu, Nov 16, 2017 at 02:59:55PM -0500, Nicolas Dufresne wrote: > Le jeudi 16 novembre 2017 à 12:02 +0100, Maxime Ripard a écrit : > > Assuming that the request API is in, we'd need to: > > - Finish the MPEG4 support > > - Work on more useful codecs (H264 comes to my mind) > >

[PATCH 3/5] ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC

2017-11-17 Thread Yixun Lan
From: Jian Hu There are four I2C masters in EE domain, and one I2C Master in AO domain, the DT info here should describe them all. Signed-off-by: Jian Hu Signed-off-by: Yixun Lan --- arch/arm64/boot/dts/amlogic/meson-axg.dtsi |

[PATCH 0/5] i2c: meson-axg: add I2C controller driver

2017-11-17 Thread Yixun Lan
This patch set try to add I2C controller driver for the Amlogic's Meson-AXG SoC. Jian Hu (5): dt-bindings: i2c: update documentation for the Meson-AXG i2c: meson: add configurable divider factors ARM64: dts: meson-axg: add I2C DT info for Meson-AXG SoC ARM64: dts: meson-axg: describe pin

[PATCH 5/5] ARM64: dts: meson-axg: enable I2C Master-1 for the audio speaker

2017-11-17 Thread Yixun Lan
From: Jian Hu In the S400 board, The I2C master-1 is connecting to the audio speaker daughter board. Signed-off-by: Jian Hu Signed-off-by: Yixun Lan --- arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 6 ++ 1 file changed,

[PATCH 1/5] dt-bindings: i2c: update documentation for the Meson-AXG

2017-11-17 Thread Yixun Lan
From: Jian Hu Update the doc to explicitly add Meson-AXG to support list Signed-off-by: Jian Hu Signed-off-by: Yixun Lan --- Documentation/devicetree/bindings/i2c/i2c-meson.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 2/5] i2c: meson: add configurable divider factors

2017-11-17 Thread Yixun Lan
From: Jian Hu This patch try to add support for I2C controller in Meson-AXG SoC, Due to the IP changes between I2C controller, we need to introduce a compatible data to make the divider factor configurable. Signed-off-by: Jian Hu Signed-off-by: Yixun

[PATCH 4/5] ARM64: dts: meson-axg: describe pin DT info for I2C controller

2017-11-17 Thread Yixun Lan
From: Jian Hu Describe all the pin mux for the I2C controller which found in Meson-AXG SoC. Signed-off-by: Jian Hu Signed-off-by: Yixun Lan --- arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 64 ++ 1

Re: STRICT_KERNEL_RWX on PPC32 is broken on PowerMac G4

2017-11-17 Thread LEROY Christophe
Meelis Roos a écrit : > For me, 4.13 worked and 4.14 hangs early during boot. Bisecting led to > the following commit. I had STRICT_KERNEL_RWX enabled when I met the > option. When I disabled STRICT_KERNEL_RWX, the same kernel booted fine. Can you please check that 4.13 boots

Re: [PATCH 4.9 086/104] arm64: kasan: avoid bad virt_to_pfn()

2017-11-17 Thread Greg Kroah-Hartman
On Thu, Nov 16, 2017 at 03:24:46PM -0800, Josh Hunt wrote: > On Thu, Nov 16, 2017 at 3:13 PM, wrote: > > > > It's possible, but I didn't want to add a bunch of clutter to the > > commit message. Right now it's somewhat easy to track it back to > > automatic selection

Re: [Xen-devel] [RFC v1] ALSA: xen-front: Add Xen para-virtualized frontend driver

2017-11-17 Thread Oleksandr Andrushchenko
ping On 11/02/2017 03:11 PM, Oleksandr Andrushchenko wrote: Hi, all! Foreword This RFC is aimed to introduce support of para-virtualized sound frontend driver for Xen [1] and gather opinions from the relevant communities (ALSA, Xen). It implements the protocol from [2] with the

Re: [PATCH 4.13 00/44] 4.13.14-stable review

2017-11-17 Thread Greg Kroah-Hartman
On Thu, Nov 16, 2017 at 03:45:46PM -0700, Shuah Khan wrote: > On 11/16/2017 10:42 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.13.14 release. > > There are 44 patches in this series, all will be posted as a response > > to this one. If anyone has any

Re: [PATCH v3 4/5] remoteproc: qcom: Introduce sysmon

2017-11-17 Thread Chris Lew
On 11/16/2017 9:58 PM, Bjorn Andersson wrote: On Thu 16 Nov 12:05 PST 2017, Chris Lew wrote: + req.event = SSCTL_SSR_EVENT_BEFORE_SHUTDOWN; Are there plans to add the other SSR events to sysmon notifiers? I think the SSCTL service expects to receive events about remote procs starting

Re: [PATCH] intel_ips: Convert timers to use timer_setup()

2017-11-17 Thread Kees Cook
On Fri, Nov 3, 2017 at 5:26 AM, Andy Shevchenko wrote: > On Thu, Nov 2, 2017 at 9:55 PM, Kees Cook wrote: >> On Thu, Oct 5, 2017 at 1:41 AM, Andy Shevchenko >> wrote: >>> On Thu, Oct 5, 2017 at 3:54 AM, Kees Cook

Re: [PATCH] qed: fix unnecessary call to memset cocci warnings

2017-11-17 Thread David Miller
From: Vasyl Gomonovych Date: Thu, 16 Nov 2017 23:04:08 +0100 > Use kzalloc rather than kmalloc followed by memset with 0 > > drivers/net/ethernet/qlogic/qed/qed_dcbx.c:1280:13-20: WARNING: > kzalloc should be used for dcbx_info, instead of kmalloc/memset > Generated by:

Re: [PATCH] net/netlabel: Add list_next_rcu() in rcu_dereference().

2017-11-17 Thread David Miller
From: Tim Hansen Date: Thu, 16 Nov 2017 12:03:34 -0500 > Add list_next_rcu() for fetching next list in rcu_deference safely. > > Found with sparse in linux-next tree on tag next-20171116. > > Signed-off-by: Tim Hansen Applied.

Re: [PATCH] net: usb: hso.c: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread David Miller
From: Greg Kroah-Hartman Date: Fri, 17 Nov 2017 15:19:39 +0100 > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source >

[PATCH V2 0/3] perf/x86/intel: Add Branch Monitoring support

2017-11-17 Thread Megha Dey
This patchset adds support for Intel's branch monitoring feature. This feature uses heuristics to detect the occurrence of an ROP(Return Oriented Programming) or ROP like(JOP: Jump oriented programming) attack. These heuristics are based off certain performance monitoring statistics, measured

[PATCH V2 1/3] x86/cpu/intel: Add Cannonlake to Intel family

2017-11-17 Thread Megha Dey
Add CPUID of Cannonlake (CNL) processors to Intel family list. Signed-off-by: Megha Dey --- arch/x86/include/asm/intel-family.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/include/asm/intel-family.h b/arch/x86/include/asm/intel-family.h index

[PATCH V2 3/3] x86, bm: Add documentation on Intel Branch Monitoring

2017-11-17 Thread Megha Dey
This patch adds the Documentation/x86/intel_bm.txt file with some information about Intel Branch monitoring. Signed-off-by: Megha Dey --- Documentation/x86/intel_bm.txt | 216 + 1 file changed, 216 insertions(+) create mode

[PATCH V2 2/3] perf/x86/intel/bm.c: Add Intel Branch Monitoring support

2017-11-17 Thread Megha Dey
Currently, the cannonlake family of Intel processors support the branch monitoring feature. Intel's Branch monitoring feature is trying to utilize heuristics to detect the occurrence of an ROP (Return Oriented Programming) attack. A perf-based kernel driver has been used to monitor the occurrence

Re: [PATCH] rdma: Add Jason as a co-maintainer

2017-11-17 Thread Doug Ledford
On Fri, 2017-11-17 at 14:32 -0700, Jason Gunthorpe wrote: > On Fri, Nov 17, 2017 at 02:45:01PM -0500, Doug Ledford wrote: > > > On that point...I have my github repo tied into the 0day infrastructure, > > not the official repo. I do that because I've publicly announced that > > my github repo is

Re: [PATCH 7/8] net: ovs: remove unused hardirq.h

2017-11-17 Thread Yang Shi
It looks the email address of Pravin in MAINTAINERS file is obsolete, sent to the right address. Yang On 11/17/17 3:02 PM, Yang Shi wrote: Preempt counter APIs have been split out, currently, hardirq.h just includes irq_enter/exit APIs which are not used by openvswitch at all. So, remove

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > Here are Kbuild updates for v4.15. Please pull! Mind checking that I got the CFLAGS_KCOV behavior right. The conflict looked pretty simple, but somebody should check the ordering of the export

Re: [nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11

2017-11-17 Thread Patrick McLean
On 2017-11-17 04:55 PM, Linus Torvalds wrote: > On Fri, Nov 17, 2017 at 4:27 PM, Patrick McLean wrote: >> >> I am still getting the crash at d9e12200852d, I figured I would >> double-check the "good" and "bad" kernels before starting a full bisect. > > .. but without

[GIT] Networking

2017-11-17 Thread David Miller
1) Revert regression inducing change to the IPSEC template resolver, from Steffen Klassert. 2) Peeloffs can cause the wrong sk to be waken up in SCTP, fix from Xin Long. 3) Min packet MTU size is wrong in cpsw driver, from Grygorii Strashko. 4) Fix build failure in netfilter ctnetlink,

Re: [GIT PULL 1/2] Kbuild updates for v4.15

2017-11-17 Thread Linus Torvalds
Oh, and I forgot to ask.. On Fri, Nov 17, 2017 at 9:22 AM, Masahiro Yamada wrote: > > One of the most remarkable improvements in this cycle is, Kbuild is > now able to cache the result of shell commands. I see the "limit it to 500 lines", but I don't see any real

RE: [GIT PULL 2/3] ARM: SoC driver updates for 4.15

2017-11-17 Thread Li, Philip
On Fri, Nov 17, 2017 at 7:50 AM, Fengguang Wu wrote: > On Fri, Nov 17, 2017 at 12:25:12AM +0100, Arnd Bergmann wrote: > >On Thu, Nov 16, 2017 at 11:29 PM, Linus Torvalds > > wrote: > >> On Thu, Nov 16, 2017 at 2:02 PM, Arnd Bergmann wrote: > >>> > >>>

Re: [PATCH v3 2/5] soc: qcom: Introduce QMI helpers

2017-11-17 Thread Chris Lew
On 11/15/2017 12:10 PM, Bjorn Andersson wrote: [..]> +static void qmi_handle_message(struct qmi_handle *qmi, + struct sockaddr_qrtr *sq, + const void *buf, size_t len) +{ + const struct qmi_header *hdr; + struct qmi_txn

[PATCH] dt-bindings: trivial-devices: Remove fsl,mc13892

2017-11-17 Thread Jonathan Neuschäfer
This device's bindings are not trivial: Additional properties are documented in in Documentation/devicetree/bindings/mfd/mc13xxx.txt. Signed-off-by: Jonathan Neuschäfer --- Documentation/devicetree/bindings/trivial-devices.txt | 1 - 1 file changed, 1 deletion(-) diff

Re: [PATCH] mm/shmem: set default tmpfs size according to memcg limit

2017-11-17 Thread Yafang Shao
2017-11-18 1:49 GMT+08:00 Shakeel Butt : > On Fri, Nov 17, 2017 at 9:41 AM, Yafang Shao wrote: >> 2017-11-18 1:35 GMT+08:00 Shakeel Butt : >>> On Fri, Nov 17, 2017 at 9:09 AM, Yafang Shao wrote: 2017-11-18

[PATCH v2 00/13] Modernization and fixes for NuBus subsystem

2017-11-17 Thread Finn Thain
This series begins with cleanups and fixes for the NuBus subsystem and finishes with a patch to add support for the Linux Driver Model. The next series, which requires this one, will modernize NuBus drivers. Changes since v1: - Added the missing NULL check in nubus_device_remove(). - Squashed the

[PATCH v2 05/13] nubus: Validate slot resource IDs

2017-11-17 Thread Finn Thain
While we are here, include the slot number in the related error messages. Tested-by: Stan Johnson Signed-off-by: Finn Thain --- drivers/nubus/nubus.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git

[PATCH v2 02/13] nubus: Fix up header split

2017-11-17 Thread Finn Thain
Due to the '#ifdef __KERNEL__' being located in the wrong place, some definitions from the kernel API were placed in the UAPI header during the scripted header split. Fix this. Also, remove the duplicate comment which is only relevant to the UAPI header. Fixes: 607ca46e97a1 ("UAPI: (Scripted)

[PATCH v2 07/13] nubus: Remove redundant code

2017-11-17 Thread Finn Thain
Eliminate unused values from struct nubus_dev to save wasted memory (a Radius PrecisionColor 24X card has about 95 functional resources and up to six such cards may be fitted). Also remove redundant static variable initialization, an unreachable !MACH_IS_MAC conditional, the unused

Re: [PATCH 1/4] documentation: Add compatibles for Amlogic Meson AXG pin controllers

2017-11-17 Thread Neil Armstrong
On 08/11/2017 07:47, Yixun Lan wrote: > From: Xingyu Chen > > Add compatibles for Amlogic Meson AXG pin controllers > > Signed-off-by: Xingyu Chen > Signed-off-by: Yixun Lan > --- >

Re: [virtio-dev] Re: [PATCH v17 6/6] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ

2017-11-17 Thread Michael S. Tsirkin
On Thu, Nov 16, 2017 at 09:27:24PM +0800, Wei Wang wrote: > On 11/16/2017 04:32 AM, Michael S. Tsirkin wrote: > > On Fri, Nov 03, 2017 at 04:13:06PM +0800, Wei Wang wrote: > > > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_VQ feature indicates the > > > support of reporting hints of guest free

Re: [PATCH 2/4] pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC

2017-11-17 Thread Neil Armstrong
On 08/11/2017 07:47, Yixun Lan wrote: > From: Xingyu Chen > > The pin controller has been updated in the Amlogic Meson AXG series, > which use continuous 4-bit register to select function for each pin. > In order to support this, a new pinmux operations

Re: [PATCH v2] tpm: Move Linux RNG connection to hwrng

2017-11-17 Thread Jarkko Sakkinen
On Tue, Nov 14, 2017 at 04:34:21PM +0200, Jarkko Sakkinen wrote: > On Tue, Nov 07, 2017 at 09:04:04AM -0700, Jason Gunthorpe wrote: > > On Tue, Nov 07, 2017 at 08:50:44AM +0530, PrasannaKumar Muralidharan wrote: > > > > > I am assuming you are talking about the following patches - using > > >

[PATCH 07/10] staging: fsl-mc: remove some superfluous WARN_ONs

2017-11-17 Thread laurentiu.tudor
From: Laurentiu Tudor These WARN_ONs shouldn't trigger unless something went very wrong. Since the driver is in a stable state let's remove these debug WARN_ONs. Signed-off-by: Laurentiu Tudor --- drivers/staging/fsl-mc/bus/dprc-driver.c

[PATCH 03/10] staging: fsl-mc/dpio: drop EXPORT_SYMBOL() for a few functions

2017-11-17 Thread laurentiu.tudor
From: Laurentiu Tudor These functions are only used within this driver so no need for EXPORT_SYMBOL(). Signed-off-by: Laurentiu Tudor --- drivers/staging/fsl-mc/bus/dpio/dpio-service.c | 3 --- 1 file changed, 3 deletions(-) diff --git

[GIT PULL] s390 patches for the 4.15 merge window #2

2017-11-17 Thread Martin Schwidefsky
Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: The second part of the s390 patches for the 4.15 merge window: - Rework of the vdso code to avoid the use of the access

Re: [PATCH 1/5] dt-bindings: i2c: update documentation for the Meson-AXG

2017-11-17 Thread Yixun Lan
Hi Neil On 11/17/17 21:02, Neil Armstrong wrote: > On 17/11/2017 09:02, Yixun Lan wrote: >> From: Jian Hu >> >> Update the doc to explicitly add Meson-AXG to support list >> >> Signed-off-by: Jian Hu >> Signed-off-by: Yixun Lan

RE: [PATCH v3 1/2] acpi/x86: Fix improper handling of SCI INT for platforms supporting only IOAPIC mode

2017-11-17 Thread Sajjan, Vikas C
On Thu, 16 Nov 2017, Vikas C Sajjan wrote: > The platforms which support only IOAPIC mode, pass the SCI information > above the legacy space (0-15) via the FADT mechanism and not via MADT. > In such cases the mp_override_legacy_irq() used by > acpi_sci_ioapic_setup() to register SCI interrupts

[PATCH v2] arm64: dts: ls1088a: add fsl-mc hardware resource manager node

2017-11-17 Thread Ioana Ciornei
Add the fsl-mc node in the LS1088A device tree. Signed-off-by: Ioana Ciornei --- Changes in v2: - add a newline in between nodes - use hexadecimal unit-addresses arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 71 ++ 1 file changed, 71

Re: [PATCH 1/2] ARM: dts: Add the support for display5 equipped with Mitsubishi (800x480) display

2017-11-17 Thread Lukasz Majewski
Hi Shawn, > On Fri, Nov 17, 2017 at 11:24:03AM +0100, Lukasz Majewski wrote: > > This is the support for aa070mc01-ca1 Mitsubishi display. > > > > Signed-off-by: Lukasz Majewski > > --- > > arch/arm/boot/dts/Makefile | 1 + > >

[PATCH] ntb: remove unneeded DRIVER_LICENSE #defines

2017-11-17 Thread Greg Kroah-Hartman
There is no need to #define the license of the driver, just put it in the MODULE_LICENSE() line directly as a text string. This allows tools that check that the module license matches the source code license to work properly, as there is no need to unwind the unneeded dereference, especially when

Re: [Openipmi-developer] [PATCH] ipmi: Stop timers before cleaning up the module

2017-11-17 Thread Corey Minyard
On 11/15/2017 01:33 AM, Masamitsu Yamazaki wrote: System may crash after unloading ipmi_si.ko module because a timer may remain and fire after the module cleaned up resources. This is a big improvement, thanks.  I'll work on getting this into 4.15. Thanks, -corey cleanup_one_si() contains

Re: [PATCH] ntb: remove unneeded DRIVER_LICENSE #defines

2017-11-17 Thread Philippe Ombredanne
On Fri, Nov 17, 2017 at 3:20 PM, Greg Kroah-Hartman wrote: > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source > code

Re: [PATCH] scsi: csiostor: remove unneeded DRIVER_LICENSE #define

2017-11-17 Thread Philippe Ombredanne
On Fri, Nov 17, 2017 at 3:21 PM, Greg Kroah-Hartman wrote: > There is no need to #define the license of the driver, just put it in > the MODULE_LICENSE() line directly as a text string. > > This allows tools that check that the module license matches the source > code

[PATCH v2 0/2] Fix find_first_zero_bit() usage

2017-11-17 Thread Niklas Cassel
From: Niklas Cassel find_first_zero_bit()'s parameter 'size' is defined in bits, not in bytes. Calling find_first_zero_bit() with the wrong size unit will lead to insidious bugs. Fix all uses of find_first_zero_bit() called with sizeof() as size argument in drivers/pci.

[PATCH 2/2] ASoC: da7218: Correct IRQ level in DT binding example

2017-11-17 Thread Adam Thomson
Current DT binding documentation shows an example where the IRQ for the device is chosen to be ACTIVE_HIGH. This is incorrect as the device only supports ACTIVE_LOW, so this commit fixes that discrepancy. Signed-off-by: Adam Thomson ---

Re: [PATCH v2] ecryptfs: sync before truncating lower inode

2017-11-17 Thread Tyler Hicks
On 11/15/2017 06:58 PM, Dmitry Torokhov wrote: > On Wed, Apr 26, 2017 at 11:02 AM, Andrey Pronin wrote: >> If the updated ecryptfs header data is not written to disk before >> the lower file is truncated, a crash may leave the filesystem >> in the state when the lower file

Re: [RFC PATCH] tpm: don't return -EINVAL if TPM command validation fails

2017-11-17 Thread Javier Martinez Canillas
On 11/18/2017 12:55 AM, Jason Gunthorpe wrote: > On Fri, Nov 17, 2017 at 07:14:21PM +, Roberts, William C wrote: > >> I don't know why spaces would filter by command code. But it does >> seem to be loaded By getting the command codes from the tpm in >> tpm2_get_tpm_pt(). > > Ah, I forgot. So

Re: [nfsd4] potentially hardware breaking regression in 4.14-rc and 4.13.11

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 4:27 PM, Patrick McLean wrote: > > I am still getting the crash at d9e12200852d, I figured I would > double-check the "good" and "bad" kernels before starting a full bisect. .. but without GCC_PLUGIN_RANDSTRUCT it's solid? Kees removed even the

[GIT PULL] rpmsg updates for v4.15

2017-11-17 Thread Bjorn Andersson
The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9: Linux 4.14-rc5 (2017-10-15 21:01:12 -0400) are available in the Git repository at: git://github.com/andersson/remoteproc tags/rpmsg-v4.15 for you to fetch changes up to 38a9acb3bb7b2561a08144ff80a292889f389a9b:

[GIT PULL] remoteproc updates for v4.15

2017-11-17 Thread Bjorn Andersson
The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9: Linux 4.14-rc5 (2017-10-15 21:01:12 -0400) are available in the Git repository at: git://github.com/andersson/remoteproc tags/rproc-v4.15 for you to fetch changes up to 1a5d5c592e902191bfa091ec9169aa43299a7d0f:

Re: [GIT pull] printk updates for 4.15

2017-11-17 Thread Thomas Gleixner
On Fri, 17 Nov 2017, Linus Torvalds wrote: > On Fri, Nov 17, 2017 at 4:26 PM, Thomas Gleixner wrote: > > > > Here you go. It survived suspend resume in a VM. > > That looks almost too small. > > If this were to allow us to basically unify BOOTTIME/MONOTONIC, that > would be

[GIT PULL] hwspinlock update for v4.15

2017-11-17 Thread Bjorn Andersson
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e: Linux 4.14-rc1 (2017-09-16 15:47:51 -0700) are available in the Git repository at: git://github.com/andersson/remoteproc tags/hwlock-v4.15 for you to fetch changes up to d048236dfdfe454f059a0837431c3ae3d166d4d6:

[PATCH] HID: rmi: Support the Fujitsu R726 Pad dock using hid-rmi

2017-11-17 Thread Andrew Duggan
The Fujitsu R726 Pad has an optional USB keyboard dock which contains a Synaptics touchpad. The dock identifies itself as a Primax Rezel Tablet Keyboard. Signed-off-by: Andrew Duggan --- drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-rmi.c |

Re: [RFC PATCH 0/7] Fix Intel audio Kconfig issues

2017-11-17 Thread Linus Torvalds
On Fri, Nov 17, 2017 at 4:01 PM, Pierre-Louis Bossart wrote: > At the risk of being scolded for the third time in two days by > Linux overlords (no hard feelings), here's an attempt to clean > things up. Without actually testing it (just scanning through the

<    3   4   5   6   7   8   9   10   11   12   >