[PATCH v4 1/4] dt-bindings: mmc: Convert mtk-sd to json-schema

2020-10-11 Thread Wenbin Mei
Convert the mtk-sd binding to DT schema format using json-schema. Signed-off-by: Wenbin Mei --- .../devicetree/bindings/mmc/mtk-sd.txt| 75 .../devicetree/bindings/mmc/mtk-sd.yaml | 163 ++ 2 files changed, 163 insertions(+), 75 deletions(-) delete mode

[PATCH v4 0/4] Add mmc support for MT8192 SoC

2020-10-11 Thread Wenbin Mei
Change in v4: 1)drop "vmmc" and "vqmmc" desciption in mtk-sd.yaml 2)add vmmq/vqmmc supplies and the pinctrls to required properties 3)change dbg level and exit this function 4)use devm_clk_get_optional instead of devm_clk_get function 5)remove else branch for sys_clk_cg Change in v3: 1)change

[PATCH v4 2/4] mmc: dt-bindings: add support for MT8192 SoC

2020-10-11 Thread Wenbin Mei
MT8192 mmc host ip is compatible with MT8183. Add support for this. Signed-off-by: Wenbin Mei --- Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml

[PATCH v4 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-11 Thread Wenbin Mei
MT8192 msdc is an independent sub system, we need control more bus clocks for it. Add support for the additional subsys clocks to allow it to be configured appropriately. Signed-off-by: Wenbin Mei Reviewed-by: Nicolas Boichat --- drivers/mmc/host/mtk-sd.c | 80

[PATCH v4 3/4] arm64: dts: mt8192: add mmc device node

2020-10-11 Thread Wenbin Mei
This commit adds mmc device node for mt8192 Signed-off-by: Wenbin Mei --- arch/arm64/boot/dts/mediatek/mt8192-evb.dts | 89 + arch/arm64/boot/dts/mediatek/mt8192.dtsi| 34 2 files changed, 123 insertions(+) diff --git

Re: [PATCH 17/18] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node

2020-10-11 Thread Sergei Shtylyov
On 11.10.2020 1:41, Serge Semin wrote: TI Keystone DWC3 compatible DT node is supposed to have a DWC USB3 compatible sub-node to describe a fully functioning USB interface. Since DWC USB3 has now got a DT schema describing it' DT node, let's make

Re: [PATCH v3] dt-bindings: power: rockchip: Convert to json-schema

2020-10-11 Thread Enric Balletbo i Serra
Hi Rob, On 8/10/20 21:47, Rob Herring wrote: > On Wed, Oct 7, 2020 at 3:57 PM Enric Balletbo Serra > wrote: >> >> Hi Rob, >> >> Missatge de Rob Herring del dia dc., 7 d’oct. 2020 a >> les 17:12: >>> >>> On Mon, Sep 21, 2020 at 11:29:51AM +0200, Enric Balletbo i Serra wrote: Convert the

Re: [PATCH 13/18] dt-bindings: usb: dwc3: Add Tx De-emphasis restrictions

2020-10-11 Thread Sergei Shtylyov
On 11.10.2020 1:41, Serge Semin wrote: In accordance with the driver comments the PIPE3 de-emphasis can be tunned Tuned. to be either -6dB, or -2.5dB or disabled. Let's add the de-emphasis Either -6dB, -2.5dB, or disabled? property restriction so the DT schema would make sure the

Re: [PATCH 11/18] dt-bindings: usb: dwc3: Add interrupt-names property support

2020-10-11 Thread Sergei Shtylyov
On 11.10.2020 1:41, Serge Semin wrote: The controller driver supports two types of DWC USB3 devices: with a common interrupt lane and with individual interrupts for each mode. Add both of these cases support to the DWC USB3 DT schema. Add support for both these cases? Signed-off-by:

Re: [PATCH 04/18] dt-bindings: usb: usb-hcd: Add "ulpi/serial/hsic" PHY types

2020-10-11 Thread Sergei Shtylyov
On 11.10.2020 1:41, Serge Semin wrote: Aside from the UTMI+ there are also ULPI, Serial and HSIC PHY types "That" missing after "types"? can be specified in the phy_type HCD property. Add them to the enumeration of the acceptable values. Signed-off-by: Serge Semin [...] MBR, Sergei

Re: [PATCH 05/18] dt-bindings: usb: usb-hcd: Add "tpl-support" property

2020-10-11 Thread Sergei Shtylyov
Hello! On 11.10.2020 1:41, Serge Semin wrote: The host controller device might be designed to work for the particular products or applications. In that case it' DT node is supposed to be ^^^ Its? equipped with the tpl-support property.

[PATCH v10 0/3] SELinux support for anonymous inodes and UFFD

2020-10-11 Thread Lokesh Gidra
Userfaultfd in unprivileged contexts could be potentially very useful. We'd like to harden userfaultfd to make such unprivileged use less risky. This patch series allows SELinux to manage userfaultfd file descriptors and in the future, other kinds of anonymous-inode-based file descriptor. SELinux

[PATCH v10 2/3] Teach SELinux about anonymous inodes

2020-10-11 Thread Lokesh Gidra
From: Daniel Colascione This change uses the anon_inodes and LSM infrastructure introduced in the previous patch to give SELinux the ability to control anonymous-inode files that are created using the new anon_inode_getfd_secure() function. A SELinux policy author detects and controls these

[PATCH v10 1/3] Add a new LSM-supporting anonymous inode interface

2020-10-11 Thread Lokesh Gidra
From: Daniel Colascione This change adds a new function, anon_inode_getfd_secure, that creates anonymous-node file with individual non-S_PRIVATE inode to which security modules can apply policy. Existing callers continue using the original singleton-inode kind of anonymous-inode file. We can

[PATCH v10 3/3] Use secure anon inodes for userfaultfd

2020-10-11 Thread Lokesh Gidra
From: Daniel Colascione This change gives userfaultfd file descriptors a real security context, allowing policy to act on them. Signed-off-by: Daniel Colascione [Remove owner inode from userfaultfd_ctx] [Use anon_inode_getfd_secure() instead of anon_inode_getfile_secure() in userfaultfd

[GIT PULL] x86 fixes

2020-10-11 Thread Ingo Molnar
Linus, Please pull the latest x86/urgent git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2020-10-11 # HEAD: 0c7689830e907668288a1a1da84dca66dbdb4728 Documentation/x86: Fix incorrect references to zero-page.txt Two fixes: - Fix a (hopefully final)

[GIT PULL] perf fix

2020-10-11 Thread Ingo Molnar
Linus, Please pull the latest perf/urgent git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2020-10-11 # HEAD: 6d6b8b9f4fceab7266ca03d194f60ec72bd4b654 perf: Fix task_function_call() error handling Fix an error handling bug that can cause a lockup if

undefined reference to `start_isolate_page_range'

2020-10-11 Thread kernel test robot
Hi Michal, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: da690031a5d6d50a361e3f19f3eeabd086a6f20d commit: 2602276d3d3811b1a48c48113042cd75fcbfc27d microblaze: Wire CMA allocator date: 8 months ago config:

Re: [PATCH v2 2/5] of/address: Introduce of_dma_lower_bus_limit()

2020-10-11 Thread Ard Biesheuvel
Hi Nicolas, $SUBJECT is out of sync with the patch below. Also, for legibility, it helps if the commit log is intelligible by itself, rather than relying on $SUBJECT being the first line of the first paragraph. On Sat, 10 Oct 2020 at 17:12, Nicolas Saenz Julienne wrote: > > The function

KASAN: use-after-free Read in sco_chan_del

2020-10-11 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:a804ab08 Add linux-next specific files for 20201006 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=1073270b90 kernel config: https://syzkaller.appspot.com/x/.config?x=26c1b4cc4a62ccb dashboard

[rcu:rcu/next] BUILD SUCCESS 75c79a5dd72c1bb59f6bd6c5ec36f3a6516795cd

2020-10-11 Thread kernel test robot
rpc allyesconfig powerpc allmodconfig powerpc allnoconfig x86_64 randconfig-a004-20201011 x86_64 randconfig-a002-20201011 x86_64 randconfig-a006-20201011 x86_64 randcon

Re: [PATCH V6 RESEND] HID: ASUS: Add support for ASUS N-Key keyboard

2020-10-11 Thread Luke Jones
Hello Hans and others, thank you for your valuable feedback On Fri, Oct 9, 2020 at 16:22, Hans de Goede wrote: Hi, On 9/23/20 11:56 PM, Luke D Jones wrote: The ASUS N-Key keyboard uses the productId of 0x1866 and is used in almost all modern ASUS gaming laptops with slight changes to the

Re: [PATCH v3 2/3] vhost: Use vhost_get_used_size() in vhost_vring_set_addr()

2020-10-11 Thread Michael S. Tsirkin
On Sat, Oct 10, 2020 at 10:32:13AM +0800, Jason Wang wrote: > > On 2020/10/3 下午6:02, Greg Kurz wrote: > > The open-coded computation of the used size doesn't take the event > > into account when the VIRTIO_RING_F_EVENT_IDX feature is present. > > Fix that by using vhost_get_used_size(). > > > >

Re: [PATCH v3 1/2] vhost-vdpa: fix vhost_vdpa_map() on error condition

2020-10-11 Thread Michael S. Tsirkin
On Sat, Oct 10, 2020 at 09:48:42AM +0800, Jason Wang wrote: > > On 2020/10/3 下午1:02, Si-Wei Liu wrote: > > vhost_vdpa_map() should remove the iotlb entry just added > > if the corresponding mapping fails to set up properly. > > > > Fixes: 4c8cf31885f6 ("vhost: introduce vDPA-based backend") > >

Re: [PATCH v4 2/3] arm64: dts: Add board support for HK10

2020-10-11 Thread kernel test robot
Hi Gokul, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v5.9-rc8] [cannot apply to next-20201009] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base'

Re: [PATCH v2 09/17] mm: Add unsafe_follow_pfn

2020-10-11 Thread Mauro Carvalho Chehab
Em Sun, 11 Oct 2020 08:27:41 +0200 Mauro Carvalho Chehab escreveu: > Em Sat, 10 Oct 2020 23:50:27 +0200 > Daniel Vetter escreveu: > > > On Sat, Oct 10, 2020 at 11:36 PM Laurent Pinchart > > wrote: > > > > > > > > We probably still have a few legacy drivers using videobuf (non-2), > > > > but

Fair Pay - Further putting concepts in the right place:

2020-10-11 Thread Ywe Cærlyn
It seems the norwegian Tor idol is part of the linux lore. One should know now that this really is much replaced by Gay Jehova, and christian church LGBT accept.

PLEASE DEAR CAN I TRUST YOU?

2020-10-11 Thread MRS ALI FATIMA
>From Mrs. Ali Melissa Fatima Membership in Turkish Parliament Association Tele: +905356520176 My Dearest One, Greetings to you, Let me start by introducing myself, My name is Mrs. Ali Fatima. I have been suffering from Breast cancer disease and the doctor says that I have just a short

Re: [PATCH v2 09/17] mm: Add unsafe_follow_pfn

2020-10-11 Thread Mauro Carvalho Chehab
Em Sat, 10 Oct 2020 23:50:27 +0200 Daniel Vetter escreveu: > On Sat, Oct 10, 2020 at 11:36 PM Laurent Pinchart > wrote: > > > > > We probably still have a few legacy drivers using videobuf (non-2), > > > but IMHO those should be safe to put behind some disabled-by-default > > > Kconfig symbol

[PATCH v5 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

2020-10-11 Thread Lokesh Gidra
With this change, when the knob is set to 0, it allows unprivileged users to call userfaultfd, like when it is set to 1, but with the restriction that page faults from only user-mode can be handled. In this mode, an unprivileged user (without SYS_CAP_PTRACE capability) must pass

[PATCH v5 0/2] Control over userfaultfd kernel-fault handling

2020-10-11 Thread Lokesh Gidra
This patch series is split from [1]. The other series enables SELinux support for userfaultfd file descriptors so that its creation and movement can be controlled. It has been demonstrated on various occasions that suspending kernel code execution for an arbitrary amount of time at any access to

[PATCH v5 1/2] Add UFFD_USER_MODE_ONLY

2020-10-11 Thread Lokesh Gidra
userfaultfd handles page faults from both user and kernel code. Add a new UFFD_USER_MODE_ONLY flag for userfaultfd(2) that makes the resulting userfaultfd object refuse to handle faults from kernel mode, treating these faults as if SIGBUS were always raised, causing the kernel code to fail with

[tip: efi/core] efi: mokvar: add missing include of asm/early_ioremap.h

2020-10-11 Thread tip-bot2 for Ard Biesheuvel
The following commit has been merged into the efi/core branch of tip: Commit-ID: cc383a9e245c527d3175e2cf4cced9dbbedbbac6 Gitweb: https://git.kernel.org/tip/cc383a9e245c527d3175e2cf4cced9dbbedbbac6 Author:Ard Biesheuvel AuthorDate:Fri, 02 Oct 2020 10:01:23 +02:00

<    1   2   3   4   5