Re: [PATCH v2 01/12] fs-verity: add a documentation file

2018-12-21 Thread Matthew Wilcox
On Fri, Dec 21, 2018 at 10:47:14AM -0500, Theodore Y. Ts'o wrote: > Linus --- we're going round and round, and I don't think this is > really a technical dispute at this point, but rather an aesthetics > one. Will you be willing to accept my pull request for a feature > which is being shippped on

Re: [PATCH v2 01/12] fs-verity: add a documentation file

2018-12-21 Thread Theodore Y. Ts'o
On Thu, Dec 20, 2018 at 11:04:47PM -0800, Christoph Hellwig wrote: > Ted, I think you know yourself this isn't true. Whenever we added > useful interface to one of the major file systems we had other pick > it up, and that is a good thing because the last thing we need is > fragmentation of

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-21 Thread Michel Dänzer
On 2018-12-21 2:26 p.m., Daniel Vetter wrote: > On Fri, Dec 21, 2018 at 10:47:27AM +0100, Michel Dänzer wrote: >> On 2018-12-20 6:16 p.m., Michel Dänzer wrote: >>> On 2018-12-20 6:09 p.m., Daniel Vetter wrote: On Thu, Dec 20, 2018 at 6:03 PM Alex Deucher wrote: > On Thu, Dec 20, 2018 at

Fair Pay Available Source OS year end summary:

2018-12-21 Thread Ywe Cærlyn
I have been working with the philosophy behind Oxxoï For Fair O.S. the last half year and a bit more, and it is implementations of practical principles from my research on monotheism that has been top 1% on academia.edu that is the background, and present a summary for what it is about. 

RE: [PATCH] treewide: replace RETPOLINE with CONFIG_RETPOLINE

2018-12-21 Thread David Laight
From: Borislav Petkov > Sent: 21 December 2018 10:47 > On Fri, Dec 21, 2018 at 05:33:47PM +0800, WANG Chao wrote: > > On 12/11/18 at 12:37P, WANG Chao wrote: > > > Since commit 4cd24de3a098 ("x86/retpoline: Make CONFIG_RETPOLINE depend > > > on compiler support"), RETPOLINE has been replaced by

[PATCH v2] staging: rtlwifi: convert to DEFINE_SHOW_ATTRIBUTE

2018-12-21 Thread Yangtao Li
Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Yangtao Li --- v2: -modify RTL_DEBUGFS_ADD_CORE macro --- drivers/staging/rtlwifi/debug.c | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/staging/rtlwifi/debug.c

Re: [PATCH] binderfs: implement sysctls

2018-12-21 Thread Greg KH
On Fri, Dec 21, 2018 at 03:12:42PM +0100, Christian Brauner wrote: > On Fri, Dec 21, 2018 at 02:55:09PM +0100, Greg KH wrote: > > On Fri, Dec 21, 2018 at 02:39:09PM +0100, Christian Brauner wrote: > > > This implements three sysctls that have very specific goals: > > > > Ick, why? > > > > What

Re: [PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286)

2018-12-21 Thread Nikolay Aleksandrov
On 12/21/18 5:15 PM, Linus Lüssing wrote: > Hi, > > This patchset adds initial Multicast Router Discovery support to > the Linux bridge (RFC4286). With MRD it is possible to detect multicast > routers and mark bridge ports and forward multicast packets to such routers > accordingly. > > So far,

Re: [PATCH] pstore: Convert buf_lock to semaphore

2018-12-21 Thread Ard Biesheuvel
On Tue, 4 Dec 2018 at 19:06, Sebastian Andrzej Siewior wrote: > > On 2018-12-04 09:23:13 [-0800], Kees Cook wrote: > > Okay, so, if kmsg_dump() uses rcu_read_lock(), that means efi-pstore > > can _never_ sleep, and it's nothing to do with pstore internals. :( I > > guess we just hard-code it,

[PATCH 0/3] soc: fsl: add DPAA2 log console support

2018-12-21 Thread Ioana Ciornei
This patch set adds support for exporting DPAA2 firmware console logs to userspace. The first two patches add the needed device tree node and its documentation while the third one adds the actual platform driver. Ioana Ciornei (3): arm64: dts: add dpaa2-console node for DPAA2 platforms

[PATCH 3/3] soc: fsl: add DPAA2 console support

2018-12-21 Thread Ioana Ciornei
This patch adds DPAA2 MC and AIOP console log support. The platform driver probes on the "dpaa2-console" device tree node which describes the base firmware address needed in order to infer the start address of both firmware logs: MC and AIOP. It then exports two misc char devices which can be

[PATCH 2/3] Documentation: DT: Add entry for DPAA2 console

2018-12-21 Thread Ioana Ciornei
This patch adds a devicetree binding documentation for FSL's DPAA2 console. Signed-off-by: Ioana Ciornei --- Documentation/devicetree/bindings/misc/dpaa2-console.txt | 11 +++ MAINTAINERS | 1 + 2 files changed, 12 insertions(+) create mode

[PATCH 1/3] arm64: dts: add dpaa2-console node for DPAA2 platforms

2018-12-21 Thread Ioana Ciornei
Add the dpaa2-console device tree node for the following DPAA2 based platforms: LS1088A, LS2080A and LS2088A. Signed-off-by: Ioana Ciornei --- arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 5 + arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 5 + 2 files changed, 10 insertions(+)

Re: [PATCH 03/10] SCSI: fcoe: convert to use BUS_ATTR_WO

2018-12-21 Thread James Bottomley
[scsi list cc added] On Fri, 2018-12-21 at 08:54 +0100, Greg Kroah-Hartman wrote: > We are trying to get rid of BUS_ATTR() and the usage of that in the > fcoe driver can be trivially converted to use BUS_ATTR_WO(), so use > that instead. > > At the same time remove a unneeded EXPORT_SYMBOL()

Re: [PATCH v5 7/8] clk: lochnagar: Add support for the Cirrus Logic Lochnagar

2018-12-21 Thread Charles Keepax
On Fri, Dec 21, 2018 at 01:50:37PM +, Charles Keepax wrote: > On Thu, Nov 29, 2018 at 11:53:51PM -0800, Stephen Boyd wrote: > > Quoting Charles Keepax (2018-11-20 06:16:30) > > > +MODULE_AUTHOR("Charles Keepax "); > > > +MODULE_DESCRIPTION("Clock driver for Cirrus Logic Lochnagar Board"); > >

Re: [PATCH 0/1] RFC: Revamp admin-guide/tainted-kernels.rst to make it more comprehensible

2018-12-21 Thread Thorsten Leemhuis
Hi! Am 17.12.18 um 19:24 schrieb Jonathan Corbet: > On Mon, 17 Dec 2018 16:20:42 +0100 > Thorsten Leemhuis wrote: > >> +might be relevant later when investigating problems. Don't worry >> +yourself too much about this, most of the time it's not a problem to run > s/yourself// Thx for this and

Re: [PATCH] blkcg: add rcu lock to bio_clone_blkg_association()

2018-12-21 Thread Jens Axboe
On 12/21/18 7:54 AM, Dennis Zhou wrote: > I cleaned up blkg_tryget_closest() to require rcu_read_lock() earlier. > However, this was a subtle case too which clearly was too subtle for me. > The idea was the src bio should be holding a ref to the blkg so rcu > wasn't technically needed. If it

[PATCH RT 0/9] Linux 3.18.129-rt111-rc1

2018-12-21 Thread Tom Zanussi
From: Tom Zanussi Hello RT Folks! This is the RT stable review cycle of patch 3.18.129-rt111-rc1. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org and will be deleted when the final release is out. This is just a review

[PATCH v3 8/9] ASoC: sun4i-i2s: Add set_tdm_slot functionality

2018-12-21 Thread codekipper
From: Marcus Cooper Some codecs require a different amount of a bit clocks per frame than what is calculated by the sample width. Use the tdm slot bindings to provide this mechanism. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 22 -- 1 file changed, 20

[PATCH v3 2/9] ASoC: sun4i-i2s: Add regmap field to sign extend sample

2018-12-21 Thread codekipper
From: Marcus Cooper On the newer SoCs this is set by default to transfer a 0 after each sample in each slot. Add the regmap field to configure this and set it so that it pads the sample with 0s. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 15 +++ 1 file changed,

[PATCH v3 6/9] ASoC: sun4i-i2s: Add multi-lane functionality

2018-12-21 Thread codekipper
From: Marcus Cooper The i2s block supports multi-lane i2s output however this functionality is only possible in earlier SoCs where the pins are exposed and for the i2s block used for HDMI audio on the later SoCs. To enable this functionality, an optional property has been added to the bindings.

Re: [PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface

2018-12-21 Thread Paolo Bonzini
On 03/12/18 10:30, KarimAllah Ahmed wrote: > Guest memory can either be directly managed by the kernel (i.e. have a "struct > page") or they can simply live outside kernel control (i.e. do not have a > "struct page"). KVM mostly support these two modes, except in a few places > where the code

[PATCH v3 3/9] ASoc: sun4i-i2s: Add 20, 24 and 32 bit support

2018-12-21 Thread codekipper
From: Marcus Cooper Extend the functionality of the driver to include support of 20 and 24 bits per sample for the earlier SoCs. Newer SoCs can also handle 32bit samples. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 41 ++--- 1 file changed,

[PATCH v3 7/9] ASoC: sun4i-i2s: Do not divide clocks when slave

2018-12-21 Thread codekipper
From: Marcus Cooper There is no need to set the clock and calculate the division of the audio pll for the bclk and sync signals when they are not required. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 144 +++- 1 file changed, 77

[PATCH RT 1/9] efi: Allow efi=runtime

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior [ Upstream commit 71bef7da4112ed2677d4f10a58202a5a4638fb90 ] In case the option "efi=noruntime" is default at built-time, the user could overwrite its

[PATCH RT 5/9] work-simple: drop a shit statement in SWORK_EVENT_PENDING

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior [ Upstream commit 22f41ebe5579cc847a7bb6c71916be92c8926216 ] Dan Carpenter reported | smatch warnings: |kernel/sched/swork.c:63 swork_kthread() warn:

[PATCH RT 7/9] pinctrl: bcm2835: Use raw spinlock for RT compatibility

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Lukas Wunner [Upstream rt-devel commit 55016fa934eb0d4e037beef2b2f503012dfebeac] [Upstream commit 71dfaa749f2f7c1722ebf6716d3f797a04528cba] The BCM2835 pinctrl driver acquires a

[PATCH RT 9/9] Linux 3.18.129-rt111-rc1

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Tom Zanussi --- localversion-rt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localversion-rt b/localversion-rt index b3e668a8fb94..ff68eff1428c 100644 ---

[PATCH RT 6/9] tty: serial: pl011: explicitly initialize the flags variable

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Kurt Kanzenbach [ Upstream commit 3260983a587d528811a15fc00fa2a9e4473c4453 ] Silence the following gcc warning: drivers/tty/serial/amba-pl011.c: In function

[PATCH RT 4/9] sched/core: Avoid __schedule() being called twice in a row

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Daniel Bristot de Oliveira [ Upstream commit 2bb94c48b2ffaabf8c15a51e5cc1b4c541988cab ] If a worker invokes schedule() then we may have the call chain: schedule() ->

[PATCH RT 8/9] drm/i915: disable tracing on -RT

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior [Upstream commit 05cebb309b156646e61b898e92acc8e46c47ba75] Luca Abeni reported this: | BUG: scheduling while atomic: kworker/u8:2/15203/0x0003 |

[PATCH v3 1/9] ASoC: sun4i-i2s: Adjust regmap settings

2018-12-21 Thread codekipper
From: Marcus Cooper Bypass the regmap cache when flushing the i2s FIFOs and modify the tables to reflect this. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 29 + 1 file changed, 9 insertions(+), 20 deletions(-) diff --git

[PATCH v3 0/9] ASoC: sun4i-i2s: Updates to the driver

2018-12-21 Thread codekipper
From: Marcus Cooper Hi All, here is a patch series to add some improvements to the sun4i-i2s driver found whilst getting slave clocking and hdmi audio working on the newer SoCs. Since the last push there has been some activity getting surround sound working and this is included. The

[PATCH v3 9/9] ASoC: sun4i-i2s: Add multichannel functionality

2018-12-21 Thread codekipper
From: Marcus Cooper The i2s block can be used to pass PCM data over multiple channels and is sometimes used for the audio side of an HDMI connection. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 121 +++- 1 file changed, 64 insertions(+), 57

[PATCH RT 2/9] efi: Disable runtime services on RT

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior [ Upstream commit 55544e1d5eb0d7608e2b41452729649c8ea1607a ] Based on meassurements the EFI functions get_variable / get_next_variable take up to 2us

[PATCH RT 3/9] crypto: cryptd - add a lock instead preempt_disable/local_bh_disable

2018-12-21 Thread Tom Zanussi
v3.18.129-rt111 rt-stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior [ Upstream commit 21aedb30d85979697f79a72a084e5d781e323663 ] cryptd has a per-CPU lock which protected with local_bh_disable() and preempt_disable().

[PATCH v3 5/9] ASoC: sun4i-i2s: Correct divider calculations

2018-12-21 Thread codekipper
From: Marcus Cooper The clock division circuitry is different on the H3 and later SoCs. The division of bclk is now based on pll2. Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 82 + 1 file changed, 56 insertions(+), 26 deletions(-) diff

[PATCH v3 4/9] ASoC: sun4i-i2s: Fix offset mask

2018-12-21 Thread codekipper
From: Marcus Cooper Also add offset to RX channel select Signed-off-by: Marcus Cooper --- sound/soc/sunxi/sun4i-i2s.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c index adb988ae9ac5..93a484d7e228 100644 ---

[PATCH v4] include/linux/nodemask.h: Use nr_node_ids (not MAX_NUMNODES) in __nodemask_pr_numnodes()

2018-12-21 Thread Waiman Long
When viewing the /proc//status file, one can see output lines like Cpus_allowed: ,, Cpus_allowed_list:0-95 Mems_allowed:

Re: [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory

2018-12-21 Thread Paolo Bonzini
On 06/12/18 00:10, Jim Mattson wrote: > On Mon, Dec 3, 2018 at 1:31 AM KarimAllah Ahmed wrote: >> >> Copy the VMCS12 directly from guest memory instead of the map->copy->unmap >> sequence. This also avoids using kvm_vcpu_gpa_to_page() and kmap() which >> assumes that there is a "struct page" for

Re: [PATCH] x86/cpu: sort cpuinfo flags

2018-12-21 Thread Dave Hansen
On 12/21/18 5:04 AM, Borislav Petkov wrote: > > $ grep -m 1 flags /proc/cpuinfo | tr " " "\n" | sort | xargs > > and there probably is even a simpler way to do that. > > Or add a shell alias for that or a small script or ... I don't always look at these through the shell. I got a screenshot

Re: A weird problem of Realtek r8168 after resume from S3

2018-12-21 Thread Chris Chiu
On Fri, Dec 21, 2018 at 3:22 AM Heiner Kallweit wrote: > > On 20.12.2018 10:43, Chris Chiu wrote: > > On Thu, Dec 20, 2018 at 3:41 AM Heiner Kallweit > > wrote: > >> > >> On 19.12.2018 16:32, Chris Chiu wrote: > >>> On Wed, Dec 19, 2018 at 4:28 AM Heiner Kallweit > >>> wrote: > > On

[PATCH net-next 2/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals

2018-12-21 Thread Linus Lüssing
With this patch the internal use of the skb_trimmed is reduced to the ICMPv6/IGMP checksum verification. And for the length checks the newly introduced helper functions are used instead of calculating and checking with skb->len directly. These changes should hopefully make it easier to verify

[PATCH net-next 1/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls

2018-12-21 Thread Linus Lüssing
This patch refactors ip_mc_check_igmp(), ipv6_mc_check_mld() and their callers (more precisely, the Linux bridge) to not rely on the skb_trimmed parameter anymore. An skb with its tail trimmed to the IP packet length was initially introduced for the following three reasons: 1) To be able to

[PATCH net-next 0/4] bridge: implement Multicast Router Discovery (RFC4286)

2018-12-21 Thread Linus Lüssing
Hi, This patchset adds initial Multicast Router Discovery support to the Linux bridge (RFC4286). With MRD it is possible to detect multicast routers and mark bridge ports and forward multicast packets to such routers accordingly. So far, multicast routers are detected via IGMP/MLD queries and

[PATCH net-next 4/4] bridge: Snoop Multicast Router Advertisements

2018-12-21 Thread Linus Lüssing
When multiple multicast routers are present in a broadcast domain then only one of them will be detectable via IGMP/MLD query snooping. The multicast router with the lowest IP address will become the selected and active querier while all other multicast routers will then refrain from sending

[PATCH net-next 3/4] bridge: join all-snoopers multicast address

2018-12-21 Thread Linus Lüssing
Next to snooping IGMP/MLD queries RFC4541, section 2.1.1.a) recommends to snoop multicast router advertisements to detect multicast routers. Multicast router advertisements are sent to an "all-snoopers" multicast address. To be able to receive them reliably, we need to join this group. Otherwise

Re: [PATCH v2 2/2] arm64: uaccess: Implement unsafe accessors

2018-12-21 Thread James Morse
Hi Julien, On 03/12/2018 13:55, Julien Thierry wrote: > Current implementation of get/put_user_unsafe default to get/put_user > which toggle PAN before each access, despite having been told by the caller > that multiple accesses to user memory were about to happen. > > Provide implementations

Re: [PATCH 1/1] x86/gart/kcore: Exclude GART aperture from kcore

2018-12-21 Thread Jiri Bohac
On Fri, Dec 21, 2018 at 09:38:12AM +0800, Kairui Song wrote: > On machines where the GART aperture is mapped over physical RAM, > /proc/kcore contains the GART aperture range and reading it may lead > to kernel panic. > > In 'commit 2a3e83c6f96c ("x86/gart: Exclude GART aperture from vmcore")', >

Re: [PATCH v2 2/2] arm64: uaccess: Implement unsafe accessors

2018-12-21 Thread James Morse
Hi guys, On 10/12/2018 14:59, Catalin Marinas wrote: > On Fri, Dec 07, 2018 at 08:38:11AM +, Julien Thierry wrote: >> On 12/06/2018 06:25 PM, Catalin Marinas wrote: >>> On Mon, Dec 03, 2018 at 01:55:18PM +, Julien Thierry wrote: diff --git a/arch/arm64/include/asm/uaccess.h

Re: [PATCH v2 1/4] mfd: exynos-lpass: Enable UART module support

2018-12-21 Thread Lee Jones
On Fri, 21 Dec 2018, Marek Szyprowski wrote: > From: Beomho Seo > > This patch enables proper interrupts routing between UART module > in Exynos Audio SubSystem and the rest of the SoC. This routing is > completely transparent for UART device and CPU/GIC. UART driver requests > interrupts from

[PATCH] blkcg: add rcu lock to bio_clone_blkg_association()

2018-12-21 Thread Dennis Zhou
I cleaned up blkg_tryget_closest() to require rcu_read_lock() earlier. However, this was a subtle case too which clearly was too subtle for me. The idea was the src bio should be holding a ref to the blkg so rcu wasn't technically needed. If it doesn't hold a ref, it should be %NULL and the

Re: [PATCH] mfd: mc13xxx: fix a missing check of a register-read failure

2018-12-21 Thread Lee Jones
On Thu, 20 Dec 2018, Kangjie Lu wrote: > When mc13xxx_reg_read() fails, "old_adc0" is uninitialized and will > contain random value. Further execution uses "old_adc0" even when > mc13xxx_reg_read() fails. > The fix checks the return value of mc13xxx_reg_read(), and exits > the execution when it

Re: [PATCH 01/10] i2c: add suspended flag and accessors for i2c adapters

2018-12-21 Thread Wolfram Sang
> > > I think this might be as simple as adding: > > > > > > if (WARN_ON(adap->dev.parent->power.is_suspended)) > > > return -ESHUTDOWN; Peter, I think this should work for muxes, too, or? The i2c_transfer() call to the mux will not be rejected, but it will be later when we reach

Re: [PATCH 3/3] sched/fair: fix unnecessary increase of balance interval

2018-12-21 Thread Vincent Guittot
On Thu, 20 Dec 2018 at 18:24, Valentin Schneider wrote: > > On 20/12/2018 14:50, Vincent Guittot wrote: > [...] > >> So now we reset the interval for all active balances (expect last active > >> balance case), even when it is done as a last resort because all other > >> tasks were pinned. > >> >

Re: [PATCH v6 07/27] elf-em.h: add EM_CSKY

2018-12-21 Thread Guo Ren
On Fri, Dec 21, 2018 at 05:35:52AM +0300, Dmitry V. Levin wrote: > Hi, > > On Fri, Dec 14, 2018 at 12:43:08PM +0800, Guo Ren wrote: > > Reviewed-by: Guo Ren > > Given that the whole series is going to be pinged for quite some > time yet, would you mind taking this patch into the csky tree? Ok

Re: [PATCH] mm: Refactor readahead defines in mm.h

2018-12-21 Thread Matthew Wilcox
On Fri, Dec 21, 2018 at 04:40:53PM +0200, Nikolay Borisov wrote: > All users of VM_MAX_READAHEAD actually convert it to kbytes and then to > pages. Define the macro explicitly as (SZ_128K / PAGE_SIZE). This > simplifies the expression in every filesystem. Also rename the macro to >

Re: [PATCH v6 08/27] csky: define syscall_get_arch()

2018-12-21 Thread Guo Ren
On Fri, Dec 21, 2018 at 05:36:41AM +0300, Dmitry V. Levin wrote: > Hi, > > On Fri, Dec 14, 2018 at 12:44:12PM +0800, Guo Ren wrote: > > Thx Dmitry, > > > > Reviewed-by: Guo Ren > > Given that the whole series is going to be pinged for quite some > time yet, would you mind taking this patch

Hello My Beloved One

2018-12-21 Thread Aisha Gaddafi
Assalamu alaikum, I came across your e-mail contact prior a private search while in need of a trusted person. My name is Mrs. Aisha Gaddafi, a single Mother and a Widow with three Children. I am the only biological Daughter of late Libyan President (Late Colonel Muammar Gaddafi)I have a

Re: [PATCH v9 07/12] dt-bindings: mfd: Add a document for PECI client MFD

2018-12-21 Thread Lee Jones
On Tue, 18 Dec 2018, Jae Hyun Yoo wrote: > This commit adds a dt-bindings document for PECI client MFD. > > Cc: Lee Jones > Cc: Rob Herring > Cc: Mark Rutland > Cc: Andrew Jeffery > Cc: James Feist > Cc: Jason M Biils > Cc: Joel Stanley > Cc: Vernon Mauery > Signed-off-by: Jae Hyun Yoo

Re: [PATCH v9 08/12] mfd: intel-peci-client: Add PECI client MFD driver

2018-12-21 Thread Lee Jones
On Tue, 18 Dec 2018, Jae Hyun Yoo wrote: > This commit adds PECI client MFD driver. > > Cc: Lee Jones > Cc: Randy Dunlap > Cc: Rob Herring > Cc: Andrew Jeffery > Cc: James Feist > Cc: Jason M Biils > Cc: Joel Stanley > Cc: Vernon Mauery > Signed-off-by: Jae Hyun Yoo > --- >

Re: [PATCH v6 4/7] mtd: spi-nor: add octal read flag for flash mt35xu512aba

2018-12-21 Thread Tudor.Ambarus
On 12/19/2018 12:12 PM, Yogesh Narayan Gaur wrote: > Add octal read flag for flash mt35xu512aba. > This flash, mt35xu512aba, is only complaint to SFDP JESD216B and does > not seem to support newer JESD216C standard that provides auto > detection of Octal mode capabilities and opcodes. Therefore,

Re: [PATCH v5] Input: i8042 add i8042_is_mr_coffee() helper to avoid refconut leak

2018-12-21 Thread Frank Lee
On Fri, Dec 21, 2018 at 4:42 PM Dmitry Torokhov wrote: > > On Sat, Dec 15, 2018 at 04:08:46AM -0500, Yangtao Li wrote: > > of_find_node_by_path() acquires a reference to the node returned by > > it and that reference needs to be dropped by its caller. Add > > i8042_is_mr_coffee() helper to avoid

Re: [PATCH v6 3/7] mtd: spi-nor: add opcodes for octal Read/Write commands

2018-12-21 Thread Tudor.Ambarus
On 12/19/2018 12:12 PM, Yogesh Narayan Gaur wrote: > - Add opcodes for octal I/O commands > * Read : 1-1-8 and 1-8-8 protocol > * Write : 1-1-8 and 1-8-8 protocol I verified that the above opcodes are compliant with the MT35X Public datasheet. > * opcodes for 4-byte address mode command

Re: 4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect

2018-12-21 Thread Willem de Bruijn
On Fri, Dec 21, 2018 at 1:45 AM Christian Borntraeger wrote: > > > > On 20.12.2018 18:23, Willem de Bruijn wrote: > > On Thu, Dec 20, 2018 at 11:17 AM Ido Schimmel wrote: > >> > >> On Thu, Dec 20, 2018 at 03:09:22PM +0100, Christian Borntraeger wrote: > >>> On 20.12.2018 10:12, Ido Schimmel

Re: [PATCH] hwmon: lm80: fix a missing check of return value

2018-12-21 Thread Guenter Roeck
On 12/20/18 10:13 PM, Kangjie Lu wrote: If lm80_read_value() fails, it returns a negative number instead of the correct read data. Therefore, we should avoid using the data if it fails. The fix checks if lm80_read_value() fails, and if so, returns with the error number. Signed-off-by: Kangjie

[PATCH] soc: fsl: qbman: avoid race in clearing QMan interrupt

2018-12-21 Thread Madalin Bucur
By clearing all interrupt sources, not only those that already occurred, the existing code may acknowledge by mistake interrupts that occurred after the code checks for them. Signed-off-by: Madalin Bucur Signed-off-by: Roy Pledge --- drivers/soc/fsl/qbman/qman.c | 9 + 1 file changed,

[PATCH] mm: Refactor readahead defines in mm.h

2018-12-21 Thread Nikolay Borisov
All users of VM_MAX_READAHEAD actually convert it to kbytes and then to pages. Define the macro explicitly as (SZ_128K / PAGE_SIZE). This simplifies the expression in every filesystem. Also rename the macro to VM_READAHEAD_PAGES to properly convey its meaning. Finally remove unused

Re: [PATCH v2] mfd: tqmx86: IO controller with i2c, wachdog and gpio

2018-12-21 Thread Lee Jones
On Tue, 18 Dec 2018, Andrew Lunn wrote: > The QMX86 is a PLD present on some TQ-Systems ComExpress modules. It > provides 1 or 2 I2C bus masters, 8 GPIOs and a watchdog timer. Add an > MFD which will instantiate the individual drivers. > > Signed-off-by: Andrew Lunn > --- > v2: > > Drop

[PATCH v2 1/4] mfd: exynos-lpass: Enable UART module support

2018-12-21 Thread Marek Szyprowski
From: Beomho Seo This patch enables proper interrupts routing between UART module in Exynos Audio SubSystem and the rest of the SoC. This routing is completely transparent for UART device and CPU/GIC. UART driver requests interrupts from the respective controller and enables/masks/handles it by

Re: [PATCH 0/2] docs/mm-api: link kernel-doc comments from slab_common.c

2018-12-21 Thread Mike Rapoport
On December 20, 2018 5:34:23 PM GMT+02:00, Jonathan Corbet wrote: >On Thu, 20 Dec 2018 09:59:13 +0200 >Mike Rapoport wrote: > >> ping? > >Sorry, been traveling, No problem, I just wanted to make sure it didn't fall between the cracks. > and I still don't really know what to do with

Re: [PATCH 0/7] ARM: hacks for link-time optimization

2018-12-21 Thread Paul E. McKenney
On Tue, Dec 18, 2018 at 11:00:14AM +0100, Peter Zijlstra wrote: > On Tue, Dec 18, 2018 at 10:18:24AM +0100, Peter Zijlstra wrote: > > In particular turning an address-dependency into a control-dependency, > > which is something allowed by the C language, since it doesn't recognise > > these

Re: [PATCH] binderfs: implement sysctls

2018-12-21 Thread Christian Brauner
On Fri, Dec 21, 2018 at 02:55:09PM +0100, Greg KH wrote: > On Fri, Dec 21, 2018 at 02:39:09PM +0100, Christian Brauner wrote: > > This implements three sysctls that have very specific goals: > > Ick, why? > > What are these going to be used for? Who will "control" them? As you Only global

Re: [PATCH] ata: pata_macio: add of_node_put()

2018-12-21 Thread Jens Axboe
On 12/20/18 6:09 PM, Frank Lee wrote: > On Fri, Dec 21, 2018 at 2:01 AM Jens Axboe wrote: >> >> On 12/20/18 10:03 AM, Bartlomiej Zolnierkiewicz wrote: >>> >>> On 11/21/2018 02:04 PM, Yangtao Li wrote: of_find_node_by_path() acquires a reference to the node returned by it and that

[PATCH] drm/amd/powerplay/polaris10_smumgr: Remove duplicate

2018-12-21 Thread Brajeswar Ghosh
Remove ppatomctrl.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c

Re: [PATCH] mm: Define VM_(MAX|MIN)_READAHEAD via sizes.h constants

2018-12-21 Thread Nikolay Borisov
On 21.12.18 г. 15:24 ч., Matthew Wilcox wrote: > On Fri, Dec 21, 2018 at 02:53:14PM +0200, Nikolay Borisov wrote: >> All users of the aformentioned macros convert them to kbytes by >> multplying. Instead, directly define the macros via the aptly named >> SZ_16K/SZ_128K ones. Also remove the now

Re: [PATCH V7 0/10] KVM: X86: Introducing ROE Protection Kernel Hardening

2018-12-21 Thread Ahmed Soliman
Hello, > > I don't understand why this path needs to be optimized. To me it seems, a > > straight- > > forward userspace implementation with no additional code in the kernel > > achieves > > the same feature. Can you elaborate? I was doing some benchmarking to figure out the overhead

Re: [PATCH 1/2] mm: vmscan: skip KSM page in direct reclaim if priority is low

2018-12-21 Thread Andrea Arcangeli
Hello Yang, On Thu, Dec 20, 2018 at 10:33:26PM -0800, Yang Shi wrote: > > > On 12/20/18 10:04 PM, Hugh Dickins wrote: > > On Thu, 20 Dec 2018, Andrew Morton wrote: > >> Is anyone interested in reviewing this? Seems somewhat serious. > >> Thanks. > > Somewhat serious, but no need to rush. > > >

Re: [PATCH] mmc: sdhci-esdhc-imx: Constify driver data

2018-12-21 Thread Adrian Hunter
On 19/12/18 1:26 AM, Andrey Smirnov wrote: > Variant specific driver data doesn't change at run-time, so mark it as > const to reflect that. > > Signed-off-by: Andrey Smirnov Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci-esdhc-imx.c | 16 > 1 file changed, 8

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

2018-12-21 Thread Stephen Rothwell
Hi all, Commits 8cee58161eff ("kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs") cdbd24284824 ("kvm: selftests: add pa-48/va-48 VM modes") 696ade770f08 ("kvm: selftests: dirty_log_test: improve mode param management") fd3f6f813976 ("kvm: selftests:

Re: [PATCH] binderfs: implement sysctls

2018-12-21 Thread Greg KH
On Fri, Dec 21, 2018 at 02:39:09PM +0100, Christian Brauner wrote: > This implements three sysctls that have very specific goals: Ick, why? What are these going to be used for? Who will "control" them? As you are putting them in the "global" namespace, that feels like something that binderfs

Re: [PATCH v5 7/8] clk: lochnagar: Add support for the Cirrus Logic Lochnagar

2018-12-21 Thread Charles Keepax
On Thu, Nov 29, 2018 at 11:53:51PM -0800, Stephen Boyd wrote: > Quoting Charles Keepax (2018-11-20 06:16:30) Apologies for the delay on this we have been very swamped at this end lately. > > diff --git a/drivers/clk/clk-lochnagar.c b/drivers/clk/clk-lochnagar.c > > new file mode 100644 > > index

Re: x86/sgx: uapi change proposal

2018-12-21 Thread Jarkko Sakkinen
On Thu, Dec 20, 2018 at 04:06:38PM -0600, Dr. Greg wrote: > On Thu, Dec 20, 2018 at 12:34:00PM +0200, Jarkko Sakkinen wrote: > > Good afternoon to everyone. > > > On Wed, Dec 19, 2018 at 08:43:43AM -0600, Dr. Greg wrote: > > > I believe it is a silent response to the issues we were > > >

[PATCH v5 2/8] mfd: stmpe: Move ADC related defines to header of mfd

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker Move defines that are ADC related to the header of the overlying mfd, so they can be used from multiple sub-devices. Signed-off-by: Philippe Schenker Acked-by: Lee Jones Acked-by: Dmitry Torokhov --- Changes in v5: - Changed author of commit to use correct email

[PATCH v5 3/8] mfd: stmpe: preparations for STMPE ADC driver

2018-12-21 Thread Philippe Schenker
From: Stefan Agner This prepares the MFD for the STMPE ADC driver. This commit introduces devicetree settings that are used by the ADC and adds an init function. Common ADC settings that are shared with the touchscreen driver can now reside in the overlying MFD. Signed-off-by: Stefan Agner

[PATCH v5 4/8] Input: stmpe-ts: preparations for STMPE ADC driver

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker This patch removes common ADC settings in favor to use stmpe811_adc_common_init that is present in MFD. This is necessary in preparation for the stmpe-adc driver, because those two drivers have common settings for the ADC. Signed-off-by: Philippe Schenker --- Changes

[PATCH v5 0/8] Adding support for STMPE811 ADC

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker Hello everyone, This patchset is adding an ADC driver for STMPE811. The STMPE811 is a Multi-Frontend-Device that supports a touchscreen, ADC, GPIO and a temperature sensor. For Touchscreen and GPIO there are already existing drivers in mainline. This patchset will add

[PATCH v5 8/8] ARM: dts: Add stmpe-adc DT node to Toradex T30 modules

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker Add the stmpe-adc DT node as found on Toradex T30 modules Signed-off-by: Philippe Schenker --- Changes in v5: None Changes in v4: - New separate commit to hold T30 devicetree changes Changes in v3: None Changes in v2: None arch/arm/boot/dts/tegra30-apalis.dtsi |

[PATCH v5 5/8] iio: adc: add STMPE ADC driver using IIO framework

2018-12-21 Thread Philippe Schenker
From: Stefan Agner This adds an ADC driver for the STMPE device using the industrial input/output interface. The driver supports raw reading of values. The driver depends on the MFD STMPE driver. If the touchscreen block is enabled too, only four of the 8 ADC channels are available.

[PATCH v5 6/8] iio: adc: add STMPE ADC devicetree bindings

2018-12-21 Thread Philippe Schenker
From: Stefan Agner This adds the devicetree bindings for the STMPE ADC. This also corrects a typo in st,sample-time it is rather "6 -> 124 clocks" according to the datasheet and not 144. We need to use the naming stmpe_adc in devicetree because this is given by the mfd device. Signed-off-by:

[PATCH v5 7/8] ARM: dts: Add stmpe-adc DT node to Toradex iMX6 modules

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker Add the stmpe-adc DT node as found on Toradex iMX6 modules Signed-off-by: Philippe Schenker --- Changes in v5: None Changes in v4: - Moved T30 devicetree settings to separate commit Changes in v3: - None Changes in v2: - Put common ADC settings in mfd

[PATCH v5 1/8] dt-bindings: stmpe: reformatting parameter list and use tabs only

2018-12-21 Thread Philippe Schenker
From: Philippe Schenker This patch reformats the parameter list for stmpe device in a table-style so it is more clear to read. Signed-off-by: Philippe Schenker Acked-for-MFD-by: Lee Jones --- Changes in v5: - Made a one column list - Added lee's Acked-for-MFD - Changed author of commit

Re: [PATCH V2 1/2] mmc: sdhci: Fix O2 Host PLL and card detect issue

2018-12-21 Thread Adrian Hunter
On 18/12/18 1:40 PM, Ernest Zhang(WH) wrote: > From: "Ernest Zhang" > > 1. O2 Host Controller PLL lock status is not in compliance with > CLOCK_CONTROL register bit 1 > 2. O2 Host Controller card detect function only work when PLL is > enabled and locked > > Signed-off-by: Ernest Zhang If you

Applied "regulator: mcp16502: Select REGMAP_I2C to fix build error" to the regulator tree

2018-12-21 Thread Mark Brown
The patch regulator: mcp16502: Select REGMAP_I2C to fix build error has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Applied "regulator: tps65910: fix a missing check of return value" to the regulator tree

2018-12-21 Thread Mark Brown
The patch regulator: tps65910: fix a missing check of return value has been applied to the regulator tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next

Re: [PATCH] drm: add capability DRM_CAP_ASYNC_UPDATE

2018-12-21 Thread Daniel Vetter
On Fri, Dec 21, 2018 at 12:51:05PM +0900, Tomasz Figa wrote: > On Thu, Dec 20, 2018 at 7:47 PM Daniel Vetter wrote: > > > > On Thu, Dec 20, 2018 at 10:07 AM Tomasz Figa wrote: > > > > > > Hi Helen, > > > > > > On Fri, Dec 14, 2018 at 10:35 AM Helen Koike > > > wrote: > > > > > > > > Hi Tomasz,

[PATCH] binderfs: implement sysctls

2018-12-21 Thread Christian Brauner
This implements three sysctls that have very specific goals: 1. /proc/sys/fs/binder/max: Allow global root to globally limit the number of allocatable binder devices. 2. /proc/sys/fs/binder/nr: Allow global root to easily detect how many binder devices are currently in use across all

Re: [PATCH V2 2/2] mmc: sdhci: Moving sdhci_o2 into sdhci-pci-o2micro.c

2018-12-21 Thread Adrian Hunter
On 18/12/18 1:40 PM, Ernest Zhang(WH) wrote: > Moving sdhci_o2 into sdhci-pci-o2micro.c > > Signed-off-by: Ernest Zhang It would be more logical to make this the first patch, rather than put the ops in one file, and then move them to another. > --- > Change in V2: > 1. Moving sdhci_o2

Re: [PATCH 2/2] ARC: show_regs: fix lockdep splat for good

2018-12-21 Thread Michal Hocko
On Fri 21-12-18 14:04:04, Michal Hocko wrote: [...] > Yes, but you are building on a broken concept I believe. What > implications does re-enabling really have? Now you could reschedule and > you can move to another CPU. Is this really safe? I believe that yes > because the preemption disabling is

Re: [Intel-gfx] [PATCH v5 2/3] drm/i915: Move on the new pm runtime interface

2018-12-21 Thread Vincent Guittot
On Fri, 21 Dec 2018 at 12:33, Tvrtko Ursulin wrote: > > > Hi, > > On 21/12/2018 10:33, Vincent Guittot wrote: > > Use the new pm runtime interface to get the accounted suspended time: > > pm_runtime_suspended_time(). > > This new interface helps to simplify and cleanup the code that computes > >

<    1   2   3   4   5   6   7   8   >