Re: [GIT PULL] RTC for 5.1

2019-03-08 Thread pr-tracker-bot
The pull request you sent on Wed, 6 Mar 2019 23:56:20 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-5.1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f8d35403ebf5a6cce6a2347015f465a4da470f7b Thank you! -- Deet-doot-dot, I am a

Re: [PULL REQUEST] i2c for 5.1

2019-03-08 Thread pr-tracker-bot
The pull request you sent on Tue, 5 Mar 2019 23:54:11 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-5.1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6c3f98faddc7f07981c5365ba2f45905ad75fcaa Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] HID for 5.1

2019-03-08 Thread pr-tracker-bot
The pull request you sent on Tue, 5 Mar 2019 16:09:11 +0100 (CET): > git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/c6400e5cef5eafc259e649ceedc4c7eecc9069d8 Thank you! -- Deet-doot-dot, I am a bot.

Re: [PATCH 05/11] perf header: Add DIR_FORMAT feature to describe directory data

2019-03-08 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 08, 2019 at 02:47:39PM +0100, Jiri Olsa escreveu: > The data files layout is described by HEADER_DIR_FORMAT > feature. Currently it holds only version number (1): > > uint64_t version; > > The current version holds only version value (1) means > that data files: > - follow

Re: [RFC] Log PCIe service info with pci_dev, not pcie_device

2019-03-08 Thread Keith Busch
On Fri, Mar 08, 2019 at 12:01:49PM -0600, Bjorn Helgaas wrote: > Changing that would be a big project that I don't want to tackle right > now, but I think a small step would be to simplify the dmesg logging > by doing it with the underlying pci_dev instead of the pcie_device. > For example, we

Re: [PATCH v4 1/2] drm/v3d: Handle errors from IRQ setup.

2019-03-08 Thread Dave Emett
On Fri, 8 Mar 2019 at 17:43, Eric Anholt wrote: > > Noted in review by Dave Emett for V3D 4.2 support. > > Signed-off-by: Eric Anholt Reviewed-by: Dave Emett > --- > drivers/gpu/drm/v3d/v3d_drv.c | 8 ++-- > drivers/gpu/drm/v3d/v3d_drv.h | 2 +- > drivers/gpu/drm/v3d/v3d_irq.c | 13

[PATCH] rcu/tree_plugin: Fix nohz status in stall warning

2019-03-08 Thread Neeraj Upadhyay
Fix stall warning, to show correct nohz marker. Signed-off-by: Neeraj Upadhyay --- kernel/rcu/tree_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index 97dba50..93da32c 100644 --- a/kernel/rcu/tree_plugin.h +++

Re: [PATCH] pwm: img: Turn final 'else if' into 'else' in img_pwm_config

2019-03-08 Thread Nick Desaulniers
On Fri, Mar 8, 2019 at 12:58 AM Uwe Kleine-König wrote: > > Hello Nathan, > > the copy of my mail sent to clang-built-li...@googlegroups.com was not > accepted. (So I dropped this address from the recipients for this > reply.) Probably this list isn't open for non-members to post to. This > is a

Re: [PATCH v4 2/2] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Dave Emett
On Fri, 8 Mar 2019 at 17:43, Eric Anholt wrote: > > No compatible string for it yet, just the version-dependent changes. > They've now tied the hub and the core interrupt lines into a single > interrupt line coming out of the block. It also turns out I made a > mistake in modeling the V3D v3.3

Re: [PATCH] tools/perf-bench: Add basic syscall benchmark

2019-03-08 Thread Davidlohr Bueso
On Thu, 07 Mar 2019, Arnaldo Carvalho de Melo wrote: You forgot to update tools/perf/Documentation/perf-bench.txt, and please take a look at tools/perf/util/pmu.c convert_scale() to see how to save the current locale, set the one you want, then restore the previous one, so that at the end of

RE: [PATCH v4 0/2] Add support for Xilinx CSI2 Receiver Subsystem

2019-03-08 Thread Vishal Sagar
Hi all, Please ignore this patch series as I missed addressing some comments in this patch. I will address them in the next series. Regards Vishal Sagar > -Original Message- > From: Vishal Sagar [mailto:vishal.sa...@xilinx.com] > Sent: Friday, March 08, 2019 11:01 PM > To: Hyun Kwon ;

Re: [PATCH] xfs: clean up xfs_dir2_leafn_add

2019-03-08 Thread Nick Desaulniers
On Fri, Mar 8, 2019 at 8:13 AM Darrick J. Wong wrote: > > From: Darrick J. Wong > > Remove typedefs and consolidate local variable initialization. > > Signed-off-by: Darrick J. Wong > --- > fs/xfs/libxfs/xfs_dir2_node.c | 20 > 1 file changed, 8 insertions(+), 12

[PATCH] arm64: dts: rockchip: Add Nanopi NEO4 initial support

2019-03-08 Thread Jagan Teki
FriendlyElec NanoPi NEO4 is known to be a revision 4 based NanoPi4 series of boards. Most of know peripherals are shared between Nanopi M4 vs NEO4, except - 1GB DDR3 - USB Host ports - Missing DSI port - USB 2.0 Host with USB2PHY0 (no USB2PH1) Add support for it, by reusing existing

Re: [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()

2019-03-08 Thread Sebastian Andrzej Siewior
On 2019-02-26 17:38:22 [+0100], Oleg Nesterov wrote: > Hi Sebastian, Hi Oleg, > Sorry, I just noticed your email... no worries. > > So I assumed that while SIGUSR1 is handled SIGUSR2 will wait until the > > current signal is handled. So no interruption. But then SIGSEGV is > > probably the

Re: [PATCH v3 1/3] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Dave Emett
On Fri, 8 Mar 2019 at 16:51, Eric Anholt wrote: > > Dave Emett writes: > > > Sorry, a few things I thought of after sending the Reviewed-by email... > > > >> + v3d->reset = devm_reset_control_get_exclusive(dev, NULL); > >> + if (IS_ERR(v3d->reset)) { > >> + ret =

Re: [PATCH 14/22] x86/fpu: Eager switch PKRU state

2019-03-08 Thread Sebastian Andrzej Siewior
On 2019-02-25 10:16:24 [-0800], Dave Hansen wrote: > On 2/21/19 3:50 AM, Sebastian Andrzej Siewior wrote: > > diff --git a/arch/x86/include/asm/fpu/internal.h > > b/arch/x86/include/asm/fpu/internal.h > > index 67e4805bccb6f..05f6fce62e9f1 100644 > > --- a/arch/x86/include/asm/fpu/internal.h > >

Re: Debian build polishing

2019-03-08 Thread Theodore Ts'o
On Fri, Mar 08, 2019 at 01:44:19PM +0100, Enrico Weigelt, metux IT consult wrote: > One point still puzzling me: once the debian/rules is applied and > somebody calls `make deb-pkg`, he'll end up w/ unclean tree, as > now a git-tracked file is changed. This is not something I've noticed, but I

Re: [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages

2019-03-08 Thread Alexander Duyck
On Thu, Mar 7, 2019 at 6:32 PM Michael S. Tsirkin wrote: > > On Thu, Mar 07, 2019 at 02:35:53PM -0800, Alexander Duyck wrote: > > The only other thing I still want to try and see if I can do is to add > > a jiffies value to the page private data in the case of the buddy > > pages. > > Actually

Re: [PATCH v7 1/4] can: m_can: Create a m_can platform framework

2019-03-08 Thread Wolfgang Grandegger
Am 08.03.19 um 18:52 schrieb Dan Murphy: > On 3/8/19 11:40 AM, Wolfgang Grandegger wrote: >> Hello Dan, >> >> Am 08.03.19 um 18:25 schrieb Dan Murphy: >>> On 3/8/19 11:08 AM, Wolfgang Grandegger wrote: Hello, Am 08.03.19 um 16:48 schrieb Dan Murphy: > Wolfgang > > On

Re: [GIT PULL 2/2] bcm2835-drivers-next-2019-03-04

2019-03-08 Thread Florian Fainelli
On 3/4/19 4:02 PM, Eric Anholt wrote: > The following changes since commit e1dc2b2e1bef7237fd8fc055fe1ec2a6ff001f91: > > ARM: bcm283x: Switch V3D over to using the PM driver instead of firmware. > (2019-02-01 10:34:32 +0100) > > are available in the Git repository at: > >

Re: [PATCH v7 9/9] vfio/type1: Handle different mdev isolation type

2019-03-08 Thread Neo Jia
On Thu, Mar 07, 2019 at 04:56:23PM -0700, Alex Williamson wrote: > On Thu, 7 Mar 2019 00:44:54 -0800 > Neo Jia wrote: > > > On Fri, Feb 22, 2019 at 10:19:27AM +0800, Lu Baolu wrote: > > > This adds the support to determine the isolation type > > > of a mediated device group by checking whether

[RFC] Log PCIe service info with pci_dev, not pcie_device

2019-03-08 Thread Bjorn Helgaas
This is strictly a discussion starter, obviously not for application. The portdrv driver binds to pci_dev for PCIe Root Ports and Switch Ports. It creates additional pcie_devices for each "service" (Power Management events, AER, hotplug, Downstream Port Containment, etc). These pcie_devices have

Re: [PATCH] [v3] dma-mapping: work around clang bug

2019-03-08 Thread Nick Desaulniers
On Fri, Mar 8, 2019 at 7:27 AM Christoph Hellwig wrote: > > NAK on this whole patch. Please fix the compiler instead of making > a complete mess of a common macro. Definitely on the TODO list; higher priority, but not highest right now. I'll see if I can get some help with it. -- Thanks,

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-08 Thread Geert Uytterhoeven
Hi Greg, On Fri, Mar 8, 2019 at 6:05 PM Greg KH wrote: > On Fri, Mar 08, 2019 at 05:42:32AM -0800, Joel Fernandes wrote: > > On Fri, Mar 8, 2019, 3:53 AM Geert Uytterhoeven > > wrote: > > > > It is just so much easier to use tar + xz at build time, and leave the > > > > decompression task to

[PATCH v2] iio: proximity: as3935: fix use-after-free on device remove

2019-03-08 Thread Sven Van Asbroeck
This driver's probe() uses a mix of devm_ and non-devm_ functions. This means that the remove order will not be the exact opposite of the probe order. Remove order: 1. remove() executes: iio_device_unregister iio_triggered_buffer_cleanup iio_trigger_unregister (A)

Re: [RFC PATCH ghak10 v6 2/2] ntp: Audit NTP parameters adjustment

2019-03-08 Thread Steve Grubb
On Thursday, March 7, 2019 7:32:54 AM EST Ondrej Mosnacek wrote: > Emit an audit record every time selected NTP parameters are modified > from userspace (via adjtimex(2) or clock_adjtime(2)). > > Such events will now generate records of type AUDIT_TIME_ADJNTPVAL > containing the following fields:

kernel BUG at arch/x86/kvm/x86.c:LINE! (3)

2019-03-08 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:cf08baa2 Add linux-next specific files for 20190306 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=12f3819d20 kernel config: https://syzkaller.appspot.com/x/.config?x=c8b6073d992e8217

GFS2: Pull request (merge window)

2019-03-08 Thread Bob Peterson
Hi Linus, Please consider pulling the following changes for the GFS2 file system. Regards, Bob Peterson The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd: Linux 5.0-rc3 (2019-01-21 13:14:44 +1300) are

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-08 Thread Joel Fernandes
On Fri, Mar 08, 2019 at 03:02:51PM +0100, Greg KH wrote: > On Fri, Mar 08, 2019 at 05:42:32AM -0800, Joel Fernandes wrote: > > HI Geert, > > > > On Fri, Mar 8, 2019, 3:53 AM Geert Uytterhoeven > > wrote: > > > > It is just so much easier to use tar + xz at build time, and leave the > > > >

Re: [RFC PATCH ghak10 v6 1/2] timekeeping: Audit clock adjustments

2019-03-08 Thread Steve Grubb
On Thursday, March 7, 2019 7:32:53 AM EST Ondrej Mosnacek wrote: > Emit an audit record whenever the system clock is changed (i.e. shifted > by a non-zero offset) by a syscall from userspace. The syscalls than can > (at the time of writing) trigger such record are: > - settimeofday(2), stime(2),

Re: [PATCH v3 1/1] mm: introduce put_user_page*(), placeholder versions

2019-03-08 Thread Jerome Glisse
On Wed, Mar 06, 2019 at 03:54:55PM -0800, john.hubb...@gmail.com wrote: > From: John Hubbard > > Introduces put_user_page(), which simply calls put_page(). > This provides a way to update all get_user_pages*() callers, > so that they call put_user_page(), instead of put_page(). > > Also

Re: FS-Cache: Duplicate cookie detected

2019-03-08 Thread Christian Kujau
On Fri, 8 Mar 2019, David Howells wrote: > > $ mount | grep nfs4 > > nfs:/usr/local/src on /usr/local/src type nfs4 > > (ro,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.56.139,local_lock=none,addr=192.168.0.115) > > > >

Re: [PATCH v7 1/4] can: m_can: Create a m_can platform framework

2019-03-08 Thread Dan Murphy
On 3/8/19 11:40 AM, Wolfgang Grandegger wrote: > Hello Dan, > > Am 08.03.19 um 18:25 schrieb Dan Murphy: >> On 3/8/19 11:08 AM, Wolfgang Grandegger wrote: >>> Hello, >>> >>> Am 08.03.19 um 16:48 schrieb Dan Murphy: Wolfgang On 3/8/19 8:41 AM, Wolfgang Grandegger wrote: > Hello

Re: [PATCH 3/3] x86/ima: retry detecting secure boot mode

2019-03-08 Thread Matthew Garrett
On Fri, Mar 8, 2019 at 5:40 AM Mimi Zohar wrote: > > On Thu, 2019-03-07 at 14:50 -0800, Matthew Garrett wrote: > > Is the issue that it gives incorrect results on the first read, or is > > the issue that it gives incorrect results before ExitBootServices() is > > called? If the former then we

Re: [PATCH] iio: proximity: as3935: fix use-after-free on device remove

2019-03-08 Thread Sven Van Asbroeck
On Fri, Mar 8, 2019 at 12:13 PM Jonathan Cameron wrote: > > Your description makes it clear that there are multiple things in the patch. > Don't do a 'while we were here' in a patch doing something else please. > Separate patches. > The proposed solution (adding devm_) fixes multiple issues, so

Re: [PATCH v3 1/3] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Eric Anholt
Eric Anholt writes: > [ Unknown signature status ] > Dave Emett writes: > >> Sorry, a few things I thought of after sending the Reviewed-by email... >> >>> + v3d->reset = devm_reset_control_get_exclusive(dev, NULL); >>> + if (IS_ERR(v3d->reset)) { >>> + ret =

Re: [PATCH 1/4] drm: Add helpers for locking an array of BO reservations.

2019-03-08 Thread Eric Anholt
Rob Herring writes: > On Fri, Mar 8, 2019 at 10:17 AM Eric Anholt wrote: >> >> Now that we have the reservation object in the GEM object, it's easy >> to provide a helper for this common case. Noticed while reviewing >> panfrost and lima drivers. This particular version came out of v3d, >>

RE: [PATCH v3 1/1] mm: introduce put_user_page*(), placeholder versions

2019-03-08 Thread Weiny, Ira
> Subject: Re: [PATCH v3 1/1] mm: introduce put_user_page*(), placeholder > versions > > On 3/7/19 6:58 PM, Christopher Lameter wrote: > > On Wed, 6 Mar 2019, john.hubb...@gmail.com wrote: > > > >> Dave Chinner's description of this is very clear: > >> > >> "The fundamental issue is that

[PATCH v4 1/2] drm/v3d: Handle errors from IRQ setup.

2019-03-08 Thread Eric Anholt
Noted in review by Dave Emett for V3D 4.2 support. Signed-off-by: Eric Anholt --- drivers/gpu/drm/v3d/v3d_drv.c | 8 ++-- drivers/gpu/drm/v3d/v3d_drv.h | 2 +- drivers/gpu/drm/v3d/v3d_irq.c | 13 +++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git

[PATCH v4 2/2] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Eric Anholt
No compatible string for it yet, just the version-dependent changes. They've now tied the hub and the core interrupt lines into a single interrupt line coming out of the block. It also turns out I made a mistake in modeling the V3D v3.3 and v4.1 bridge as a part of V3D itself -- the bridge is

Re: [PATCH v7 1/4] can: m_can: Create a m_can platform framework

2019-03-08 Thread Wolfgang Grandegger
Hello Dan, Am 08.03.19 um 18:25 schrieb Dan Murphy: > On 3/8/19 11:08 AM, Wolfgang Grandegger wrote: >> Hello, >> >> Am 08.03.19 um 16:48 schrieb Dan Murphy: >>> Wolfgang >>> >>> On 3/8/19 8:41 AM, Wolfgang Grandegger wrote: Hello Dan, thinking more about it... Am

[PATCH v2] ASoC: fsl: sai: Fix underrrun for playback stream start

2019-03-08 Thread Daniel Baluta
From: Shengjiu Wang For [dir=playback, cmd = PCM_TRIGGER_START], fsl_sai_trigger does the following: * Enable DMA request * Enable Transmitter Now, because DMA doesn't copy data to TDR fast enough we hit TX FIFO underrun error: [ 37.175974] fsl-sai 308b.sai: isr: Transmit

Re: [PATCH v4 05/15] perf tools report: Parse time quantum

2019-03-08 Thread Andi Kleen
On Fri, Mar 08, 2019 at 10:52:36AM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Mar 08, 2019 at 10:45:32AM -0300, Arnaldo Carvalho de Melo escreveu: > > Em Tue, Mar 05, 2019 at 06:47:48AM -0800, Andi Kleen escreveu: > > > From: Andi Kleen > > > + if (*end == 0) > > > + return 0; > >

Re: [PATCH 4/4] drm/v3d: Use the new shmem helpers to reduce driver boilerplate.

2019-03-08 Thread Rob Herring
On Fri, Mar 8, 2019 at 10:17 AM Eric Anholt wrote: > > Depends on > https://patchwork.freedesktop.org/patch/290754/?series=57669=1 -- > Rob and I have been talking about adding some more help for the > dma_map_sg() code in v3d_mmu.c (which panfrost has a similar version > of), but this already

[PATCH v4 2/2] media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem driver

2019-03-08 Thread Vishal Sagar
The Xilinx MIPI CSI-2 Rx Subsystem soft IP is used to capture images from MIPI CSI-2 camera sensors and output AXI4-Stream video data ready for image processing. Please refer to PG232 for details. The driver is used to set the number of active lanes, if enabled in hardware. The CSI2 Rx controller

[PATCH v4 1/2] media: dt-bindings: media: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem

2019-03-08 Thread Vishal Sagar
Add bindings documentation for Xilinx MIPI CSI-2 Rx Subsystem. The Xilinx MIPI CSI-2 Rx Subsystem consists of a CSI-2 Rx controller, a DPHY in Rx mode, an optional I2C controller and a Video Format Bridge. Signed-off-by: Vishal Sagar Reviewed-by: Hyun Kwon --- v4 - Added reviewed by Hyun Kwon

[PATCH v4 0/2] Add support for Xilinx CSI2 Receiver Subsystem

2019-03-08 Thread Vishal Sagar
Xilinx MIPI CSI-2 Receiver Subsystem The Xilinx MIPI CSI-2 Receiver Subsystem Soft IP consists of a DPHY which gets the data, an optional I2C, a CSI-2 Receiver which parses the data and converts it into AXIS data. This stream output maybe connected to a Xilinx

Re: [GIT PULL] RAS updates for 5.1

2019-03-08 Thread Borislav Petkov
On Fri, Mar 08, 2019 at 06:35:29PM +0100, Borislav Petkov wrote: > On Fri, Mar 08, 2019 at 09:14:32AM -0800, Linus Torvalds wrote: > > Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is > > there a reason for that oddity? > > Well, tip guys don't do signed tags but they name the

Re: [GIT PULL] RAS updates for 5.1

2019-03-08 Thread Borislav Petkov
On Fri, Mar 08, 2019 at 09:14:32AM -0800, Linus Torvalds wrote: > Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is > there a reason for that oddity? Well, tip guys don't do signed tags but they name the top commit. I've forgotten to do that, here it is: # HEAD:

Re: [PATCH 1/4] drm: Add helpers for locking an array of BO reservations.

2019-03-08 Thread Rob Herring
On Fri, Mar 8, 2019 at 10:17 AM Eric Anholt wrote: > > Now that we have the reservation object in the GEM object, it's easy > to provide a helper for this common case. Noticed while reviewing > panfrost and lima drivers. This particular version came out of v3d, > which in turn was a copy from

Re: [PATCH 04/11] perf data: Make perf_data__size to work over directory

2019-03-08 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 08, 2019 at 02:47:38PM +0100, Jiri Olsa escreveu: > Making perf_data__size to return proper size > for directory data. > > Link: http://lkml.kernel.org/n/tip-t4dm8cctat2ginmy2bb08...@git.kernel.org > Signed-off-by: Jiri Olsa > --- > tools/perf/util/data.c | 17 + >

Re: [PATCH] usb: uas: fix usb subsystem hang after power off hub port

2019-03-08 Thread Alan Stern
On Fri, 8 Mar 2019, Oliver Neukum wrote: > On Fr, 2019-03-08 at 09:13 +, kento.a.kobaya...@sony.com wrote: > > The usb_reset_and_verify_device included in usb_reset_device fails > > with -ENODEV after power off hub port, and the -ENODEV error will > > be reported to uas_eh_bus_reset_handler

Re: [PATCH v8 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver

2019-03-08 Thread Sergei Shtylyov
Hello! On 03/08/2019 12:14 PM, Geert Uytterhoeven wrote: >>> Add a driver for Renesas R-Car Gen3 RPC-IF SPI controller. >>> >>> Signed-off-by: Mason Yang >>> Signed-off-by: Sergei Shtylyov >> [...] >>> diff --git a/drivers/spi/spi-renesas-rpc.c b/drivers/spi/spi-renesas-rpc.c >>> new file mode

Re: [PATCH v2 0/3] blkcg: sync() isolation

2019-03-08 Thread Andrea Righi
On Fri, Mar 08, 2019 at 12:22:20PM -0500, Josef Bacik wrote: > On Thu, Mar 07, 2019 at 07:08:31PM +0100, Andrea Righi wrote: > > = Problem = > > > > When sync() is executed from a high-priority cgroup, the process is forced > > to > > wait the completion of the entire outstanding writeback I/O,

[GIT PULL] PCI changes for v5.1

2019-03-08 Thread Bjorn Helgaas
PCI changes: - Use match_string() instead of reimplementing it (Andy Shevchenko) - Enable SERR# forwarding for all bridges (Bharat Kumar Gogada) - Use Latency Tolerance Reporting if already enabled by platform (Bjorn Helgaas) - Save/restore LTR info for suspend/resume (Bjorn

Re: [PATCH v3 8/8] KVM:X86: Add user-space read/write interface for CET MSRs.

2019-03-08 Thread Sean Christopherson
On Thu, Feb 28, 2019 at 05:41:52PM +0800, Yang Weijiang wrote: > On Thu, Feb 28, 2019 at 08:32:49AM -0800, Sean Christopherson wrote: > > On Mon, Feb 25, 2019 at 09:27:16PM +0800, Yang Weijiang wrote: ... > > > static int __msr_io(struct kvm_vcpu *vcpu, struct kvm_msrs *msrs, > > > -

Re: [PATCHv7 03/10] acpi/hmat: Parse and report heterogeneous memory

2019-03-08 Thread Jonathan Cameron
On Wed, 27 Feb 2019 15:50:31 -0700 Keith Busch wrote: > Systems may provide different memory types and export this information > in the ACPI Heterogeneous Memory Attribute Table (HMAT). Parse these > tables provided by the platform and report the memory access and caching > attributes to the

Re: [PATCH 01/11] perf data: Add directory support

2019-03-08 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 08, 2019 at 02:47:35PM +0100, Jiri Olsa escreveu: > Adding support to have directory as perf.data. > > The caller needs to set 'struct perf_data::is_dir flag > and the path will be treated as directory. > > The 'struct perf_data::file' is initialized and open > as 'path/header' file.

Re: [Xen-devel] [PATCH] Revert "swiotlb: remove SWIOTLB_MAP_ERROR"

2019-03-08 Thread Julien Grall
Hi Christoph, On 08/03/2019 15:23, Christoph Hellwig wrote: On Tue, Mar 05, 2019 at 09:41:46AM +, Julien Grall wrote: On Xen, dma_addr_t will always be 64-bit while the phys_addr_t will depend on the MMU type. So we may have phys_addr_t smaller than dma_addr_t from the kernel point of

Re: [PATCH v7 1/4] can: m_can: Create a m_can platform framework

2019-03-08 Thread Dan Murphy
On 3/8/19 11:08 AM, Wolfgang Grandegger wrote: > Hello, > > Am 08.03.19 um 16:48 schrieb Dan Murphy: >> Wolfgang >> >> On 3/8/19 8:41 AM, Wolfgang Grandegger wrote: >>> Hello Dan, >>> >>> thinking more about it... >>> >>> Am 08.03.19 um 14:29 schrieb Wolfgang Grandegger: Hello Dan,

Re: [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current

2019-03-08 Thread Sebastian Andrzej Siewior
On 2019-02-25 10:08:10 [-0800], Dave Hansen wrote: > On 2/21/19 3:50 AM, Sebastian Andrzej Siewior wrote: > > @@ -111,6 +111,12 @@ static inline void __write_pkru(u32 pkru) > > { > > u32 ecx = 0, edx = 0; > > > > + /* > > +* WRPKRU is relatively expensive compared to RDPKRU. > > +

Re: [PATCH v2 0/3] blkcg: sync() isolation

2019-03-08 Thread Josef Bacik
On Thu, Mar 07, 2019 at 07:08:31PM +0100, Andrea Righi wrote: > = Problem = > > When sync() is executed from a high-priority cgroup, the process is forced to > wait the completion of the entire outstanding writeback I/O, even the I/O that > was originally generated by low-priority cgroups

Re: [GIT PULL] RAS updates for 5.1

2019-03-08 Thread Linus Torvalds
On Tue, Mar 5, 2019 at 6:16 AM Borislav Petkov wrote: > > please pull the latest ras-core-for-linus tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-core-for-linus Hmm. You use signed tags for the EDAC tree, but not the RAS one. Is there a reason for that oddity?

Re: [PATCH] tty/sysrq: Convert show_lock to raw_spinlock_t

2019-03-08 Thread Sebastian Andrzej Siewior
On 2019-03-07 18:14:46 [+], Julien Grall wrote: > Hi Sebastian, Hi, > This description looks better. I will update the commit message. Do you mind > if I had your signed-off-by as you provided the commit message? Sure. However you might also want to "just" add something like

Re: [PATCH] iio: proximity: as3935: fix use-after-free on device remove

2019-03-08 Thread Jonathan Cameron
On Wed, 6 Mar 2019 12:45:59 -0500 Sven Van Asbroeck wrote: > This driver's probe() uses a mix of devm_ and non-devm_ functions. This > means that the remove order will not be the exact opposite of the probe > order. > > Remove order: > 1. remove() executes: > iio_device_unregister >

RE: [RFC net-next 0/8] Introducing subdev bus and devlink extension

2019-03-08 Thread Parav Pandit
> -Original Message- > From: Kirti Wankhede > Sent: Friday, March 8, 2019 6:19 AM > To: Parav Pandit ; Jakub Kicinski > > Cc: Or Gerlitz ; net...@vger.kernel.org; linux- > ker...@vger.kernel.org; michal.l...@markovi.net; da...@davemloft.net; > gre...@linuxfoundation.org; Jiri Pirko ;

Re: [PATCH v7 1/4] can: m_can: Create a m_can platform framework

2019-03-08 Thread Wolfgang Grandegger
Hello, Am 08.03.19 um 16:48 schrieb Dan Murphy: > Wolfgang > > On 3/8/19 8:41 AM, Wolfgang Grandegger wrote: >> Hello Dan, >> >> thinking more about it... >> >> Am 08.03.19 um 14:29 schrieb Wolfgang Grandegger: >>> Hello Dan, >>> >>> Am 08.03.19 um 13:44 schrieb Dan Murphy: Wolfgang

Re: [PATCH 5.0 00/46] 5.0.1-stable review

2019-03-08 Thread Greg Kroah-Hartman
On Fri, Mar 08, 2019 at 04:06:19PM +, Jon Hunter wrote: > > On 08/03/2019 12:49, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.0.1 release. > > There are 46 patches in this series, all will be posted as a response > > to this one. If anyone has any

Re: [PATCH 3/4] printk: Add consoles to a virtual "console" bus

2019-03-08 Thread Greg Kroah-Hartman
On Fri, Mar 08, 2019 at 04:58:14PM +0100, Petr Mladek wrote: > On Fri 2019-03-08 03:56:19, John Ogness wrote: > > On 2019-03-02, Calvin Owens wrote: > > > This patch embeds a device struct in the console struct, and registers > > > them on a "console" bus so we can expose attributes in sysfs. > >

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-08 Thread Greg KH
On Fri, Mar 08, 2019 at 02:57:24PM +0100, Enrico Weigelt, metux IT consult wrote: > On 08.03.19 14:42, Joel Fernandes wrote: > > Hi folks, > > > That sounds like it could be useful. I don't see any reason off the > > top why that would not be possible to add to the list of archived > > files in

Re: [PATCH] platform/x86: thinkpad_acpi: Read EC information on newer models

2019-03-08 Thread Greg KH
On Fri, Mar 08, 2019 at 09:14:26PM +0800, Jiaxun Yang wrote: > Newer ThinkPads have a totally different EC program information DMI > table. And thermal subdriver can't work without correct EC version. > > Read from this entry if the old method failed to get EC information. > > Signed-off-by:

Re: [PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel

2019-03-08 Thread Greg KH
On Fri, Mar 08, 2019 at 05:42:32AM -0800, Joel Fernandes wrote: > HI Geert, > > On Fri, Mar 8, 2019, 3:53 AM Geert Uytterhoeven wrote: > > > It is just so much easier to use tar + xz at build time, and leave the > > > decompression task to the user. After decompression, the files will live > >

Re: [PATCH] usb: uas: fix usb subsystem hang after power off hub port

2019-03-08 Thread Oliver Neukum
On Fr, 2019-03-08 at 09:13 +, kento.a.kobaya...@sony.com wrote: > The usb_reset_and_verify_device included in usb_reset_device fails > with -ENODEV after power off hub port, and the -ENODEV error will > be reported to uas_eh_bus_reset_handler and upper layer, so it > doesn't need to do rebind

Re: [PATCH 4/4] iommu/vt-d: Remove lazy allocation of domains

2019-03-08 Thread James Sewart
Hey Lu, > On 8 Mar 2019, at 03:09, Lu Baolu wrote: > > Hi James, > > On 3/7/19 6:21 PM, James Sewart wrote: >> Hey Lu, >>> On 7 Mar 2019, at 06:31, Lu Baolu wrote: >>> >>> Hi James, >>> >>> On 3/7/19 2:08 AM, James Sewart wrote: - /* - * For each rmrr -

Re: [PATCH v2] AMD perf PMU events for AMD Family 17h.

2019-03-08 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 08, 2019 at 11:19:46AM +0100, Martin Liška escreveu: > PING^1 Collected Boris's Acked-by and the original cset commit log and the patch at the end of the message, next time please resubmit with a: [PATCH v2] proper summary proper description collect acks s-o-b Thanks, -

[PATCH v2] hwspinlock: ignore disabled device

2019-03-08 Thread Fabien Dessenne
Do not wait for hwspinlock device registration if it is not available for use. Signed-off-by: Fabien Dessenne --- V2: use 'goto out' instead of 'return' drivers/hwspinlock/hwspinlock_core.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/hwspinlock/hwspinlock_core.c

[GIT][PULL] smb3 fixes

2019-03-08 Thread Steve French
Please pull the following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783: Linux 5.0 (2019-03-03 15:21:29 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.1-rc-smb3-fixes for you to fetch changes up to

Re: [PATCH][v2] time: Introduce jiffies64_to_msecs()

2019-03-08 Thread John Stultz
On Fri, Mar 8, 2019 at 7:55 AM Pablo Neira Ayuso wrote: > > On Thu, Feb 28, 2019 at 01:13:26PM +0800, Li RongQing wrote: > > there is a similar helper in net/netfilter/nf_tables_api.c, > > this maybe become a common request someday, so move it to > > time.c > > > > Signed-off-by: Zhang Yu > >

Re: [PATCH v3 1/3] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Eric Anholt
Dave Emett writes: > Sorry, a few things I thought of after sending the Reviewed-by email... > >> + v3d->reset = devm_reset_control_get_exclusive(dev, NULL); >> + if (IS_ERR(v3d->reset)) { >> + ret = PTR_ERR(v3d->reset); >> + >> + if (ret == -EPROBE_DEFER)

Re: [git pull] drm for 5.1

2019-03-08 Thread pr-tracker-bot
The pull request you sent on Wed, 6 Mar 2019 13:35:00 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2019-03-06 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/851ca779d110f694b5d078bc4af06d3ad37169e8 Thank you! -- Deet-doot-dot, I am a bot.

Re: [PATCH v3 3/3] drm/v3d: Make sure the GPU is on when measuring clocks.

2019-03-08 Thread Dave Emett
On Wed, 20 Feb 2019 at 23:37, Eric Anholt wrote: > > You'll get garbage measurements if the registers always read back > 0xdeadbeef > > Signed-off-by: Eric Anholt Reviewed-by: Dave Emett > --- > drivers/gpu/drm/v3d/v3d_debugfs.c | 8 > 1 file changed, 8 insertions(+) > > diff --git

Re: [PATCH v3 2/3] drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x.

2019-03-08 Thread Dave Emett
On Wed, 20 Feb 2019 at 23:37, Eric Anholt wrote: > > The old field is gone and the register now has a different field, > QRMAXCNT for how many TMU requests get serviced before thread switch. > We were accidentally reducing it from its default of 0x3 (4 requests) > to 0x0 (1). > > v2: Skip setting

[GIT PULL] arm64 updates for 5.1-rc1

2019-03-08 Thread Catalin Marinas
Hi Linus, Please pull the arm64 updates for 5.1 below. There is a minor conflict with mainline in arch/arm64/Kconfig.platforms (with the changes from the arm-soc tree); you can find my merge resolution at the end of this email. The pull request touches riscv for the inX() ordering w.r.t. delay()

Re: [PATCH v3 1/3] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Dave Emett
Sorry, a few things I thought of after sending the Reviewed-by email... > + v3d->reset = devm_reset_control_get_exclusive(dev, NULL); > + if (IS_ERR(v3d->reset)) { > + ret = PTR_ERR(v3d->reset); > + > + if (ret == -EPROBE_DEFER) > +

Re: [PATCH v3 6/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest

2019-03-08 Thread Paolo Bonzini
On 08/03/19 17:28, Sean Christopherson wrote: > On Mon, Mar 04, 2019 at 08:36:55PM +0800, Yang Weijiang wrote: >> On Mon, Mar 04, 2019 at 07:12:02PM -0800, Sean Christopherson wrote: >>> On Mon, Mar 04, 2019 at 05:56:40PM +0800, Yang Weijiang wrote: Cannot agree with you more! This is

Re: 669de8bda8 ("kernel/workqueue: Use dynamic lockdep keys for .."): WARNING: CPU: 0 PID: 1 at kernel/locking/lockdep.c:995 lockdep_register_key

2019-03-08 Thread Bart Van Assche
On Fri, 2019-03-08 at 12:48 +0800, kernel test robot wrote: > [1.855169] spin_lock-torture: lock_torture_stats task started > [2.565387] workingset: timestamp_bits=14 max_order=17 bucket_order=3 > [2.567522] NFS: Registering the id_resolver key type > [2.568478] Key type

Re: [PATCH 7/9] docs: Remove unknown 'hint' directive

2019-03-08 Thread Randy Dunlap
On 3/8/19 8:04 AM, Randy Dunlap wrote: > On 3/8/19 12:27 AM, Markus Heiser wrote: >> >> Am 08.03.19 um 04:51 schrieb Randy Dunlap: >>> On 3/7/19 1:11 PM, Tobin C. Harding wrote: Current RST file contains an unknown directive causing Sphinx to emit ERROR: Unexpected indentation.

Re: [PATCH v2 1/7] KVM:VMX: Define CET VMCS fields and bits

2019-03-08 Thread Paolo Bonzini
On 08/03/19 16:50, Sean Christopherson wrote: > On Fri, Mar 08, 2019 at 10:15:15AM +0100, Paolo Bonzini wrote: >> On 04/03/19 19:56, Sean Christopherson wrote: >>> On Tue, Jan 29, 2019 at 04:19:34PM +0100, Paolo Bonzini wrote: On 28/01/19 11:33, Yang Weijiang wrote: >> There is no code in

[PATCH 1/2] ceph: factor out ceph_lookup_inode()

2019-03-08 Thread Luis Henriques
This function will be used by __fh_to_dentry and by the quotas code, to find quota realm inodes that are not visible in the mountpoint. Signed-off-by: Luis Henriques --- fs/ceph/export.c | 14 +- fs/ceph/super.h | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git

[PATCH 2/2] ceph: quota: fix quota subdir mounts

2019-03-08 Thread Luis Henriques
The CephFS kernel client does not enforce quotas set in a directory that isn't visible from the mount point. For example, given the path '/dir1/dir2', if quotas are set in 'dir1' and the filesystem is mounted with mount -t ceph ::/dir1/ /mnt then the client won't be able to access 'dir1'

Re: [PATCH v3 6/8] KVM:VMX: Load Guest CET via VMCS when CET is enabled in Guest

2019-03-08 Thread Sean Christopherson
On Mon, Mar 04, 2019 at 08:36:55PM +0800, Yang Weijiang wrote: > On Mon, Mar 04, 2019 at 07:12:02PM -0800, Sean Christopherson wrote: > > On Mon, Mar 04, 2019 at 05:56:40PM +0800, Yang Weijiang wrote: > > > Cannot agree with you more! > > > This is some design limitation, but from my point of

[PATCH 0/2] fix quota subdir mounts

2019-03-08 Thread Luis Henriques
Hi, As recently reported in the ceph-users mailing-list[1], the kernel client behaves differently from the fuse client regarding mounting subdirs where quotas are in effect. I've also created a bug to track this issue[2]. The following patches are a possible way of fixing this issue. The

Re: [PATCH] ASoC: fsl: sai: Reduce underrun when stream starts

2019-03-08 Thread Daniel Baluta
On Fri, Mar 8, 2019 at 6:16 PM Fabio Estevam wrote: > > Hi Daniel, > > On Fri, Mar 8, 2019 at 1:09 PM Daniel Baluta wrote: > > > > From: Shengjiu Wang > > > > Write initial words into SAI FIFO to reduce the underrun > > error. > > Please provide a better explanation. Hi Fabio, Fair enough,

Re: [PATCH v3 1/3] drm/v3d: Add support for V3D v4.2.

2019-03-08 Thread Dave Emett
On Wed, 20 Feb 2019 at 23:37, Eric Anholt wrote: > > No compatible string for it yet, just the version-dependent changes. > They've now tied the hub and the core interrupt lines into a single > interrupt line coming out of the block. It also turns out I made a > mistake in modeling the V3D v3.3

Hello

2019-03-08 Thread Henrita Pieres
Hello Dear, Please forgive me for stressing you with my predicaments as I know that this letter may come to you as big surprise. Actually, I came across your E-mail from my personal search afterward I decided to email you directly believing that you will be honest to fulfill my final wish before

Re: [PATCH] i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()

2019-03-08 Thread Hsin-Yi Wang
On Fri, Mar 8, 2019 at 10:52 PM Wolfram Sang wrote: > > > > > I just checked this issue again and concluded that both are reasonable, > > > the suggestion from me below with the adapter quirk AND your original > > > patch setting the threshold to 1. With my suggestion the core will > > > prevent

Re: [RFC 02/15] slub: Add isolate() and migrate() methods

2019-03-08 Thread Tycho Andersen
On Fri, Mar 08, 2019 at 04:15:46PM +, Christopher Lameter wrote: > On Fri, 8 Mar 2019, Tycho Andersen wrote: > > > On Fri, Mar 08, 2019 at 03:14:13PM +1100, Tobin C. Harding wrote: > > > diff --git a/mm/slab_common.c b/mm/slab_common.c > > > index f9d89c1b5977..754acdb292e4 100644 > > > ---

Re: [PATCH] netfilter: nf_conntrack_sip: fix IPV6 dependency

2019-03-08 Thread Alin Năstac
Hi Pablo, On Fri, Mar 8, 2019 at 5:04 PM Pablo Neira Ayuso wrote: > > hi Arnd, > > Cc'ing Alin Nastac. > > On Mon, Mar 04, 2019 at 09:40:12PM +0100, Arnd Bergmann wrote: > > With CONFIG_IPV6=m and CONFIG_NF_CONNTRACK_SIP=y, we now get a link failure: > > > > net/netfilter/nf_conntrack_sip.o: In

Re: [PATCHv7 06/10] node: Add memory-side caching attributes

2019-03-08 Thread Jonathan Cameron
On Wed, 27 Feb 2019 15:50:34 -0700 Keith Busch wrote: > System memory may have caches to help improve access speed to frequently > requested address ranges. While the system provided cache is transparent > to the software accessing these memory ranges, applications can optimize > their own

Re: [PATCH] fs: use KERNEL_DS instead of get_ds()

2019-03-08 Thread Christoph Hellwig
On Fri, Mar 08, 2019 at 02:23:31PM +, Al Viro wrote: > You do realize that nested pairs of that sort are not all there is? > Even leaving m68k aside (there the same registers that select > userland or kernel for that kind of access can be used e.g. for > writeback control, or to switch to

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