Re: [PATCH v2] Ext4 documentation fixes.

2019-08-22 Thread Theodore Y. Ts'o
On Thu, Aug 15, 2019 at 09:11:51AM -0700, Ayush Ranjan wrote: > This commit aims to fix the following issues in ext4 documentation: > - Flexible block group docs said that the aim was to group block > metadata together instead of block group metadata. > - The documentation consistly uses "locatio

[tip: x86/urgent] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h

2019-08-22 Thread tip-bot2 for Tom Lendacky
The following commit has been merged into the x86/urgent branch of tip: Commit-ID: c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 Gitweb: https://git.kernel.org/tip/c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 Author:Tom Lendacky AuthorDate:Mon, 19 Aug 2019 15:52:35 Committer:

[PATCH] docs: ftrace: clarify when tracing is disabled by the trace file

2019-08-22 Thread Peter Wu
The current text could mislead the user into believing that only read() disables tracing. Clarify that any open() call that requests read access disables tracing. Link: https://lkml.kernel.org/r/CAADnVQ+hU6QOC_dPmpjnuv=9g4SQEeaMEMqXOS2WpMj=q=l...@mail.gmail.com Signed-off-by: Peter Wu --- Docum

Re: [PATCH v8 1/5] mm: untag user pointers in mmap/munmap/mremap/brk

2019-08-22 Thread Andrew Morton
On Mon, 19 Aug 2019 17:28:51 +0100 Will Deacon wrote: > On Thu, Aug 15, 2019 at 04:43:59PM +0100, Catalin Marinas wrote: > > There isn't a good reason to differentiate between the user address > > space layout modification syscalls and the other memory > > permission/attributes ones (e.g. mprotec

Wohltätigkeitsspende von 2.000.000 Millionen Euro

2019-08-22 Thread ''Tayeb Souami''
Lieber Freund, Ich bin Herr Tayeb Souami, New Jersey, Vereinigte Staaten von Amerika, der Mega-Gewinner von $ 315million In Mega Millions Jackpot, spende ich an 5 zufällige Personen, wenn Sie diese E-Mail erhalten, dann wurde Ihre E-Mail nach einem Spinball ausgewählt.Ich habe den größten Teil

Re: [PATCH v2 4/6] dt-bindings: serial: Document Freescale LINFlex UART

2019-08-22 Thread Stefan-gabriel Mirea
Hello Rob, Thank you for the review. On 8/22/2019 12:18 AM, Rob Herring wrote: > On Fri, Aug 09, 2019 at 11:29:14AM +, Stefan-gabriel Mirea wrote: >> +* Freescale Linflex UART > > Be consistent with the name: LINFlexD? This was also brought up in our internal review. However, the reference

Re: [PATCH v9 3/3] arm64: Relax Documentation/arm64/tagged-pointers.rst

2019-08-22 Thread Dave Martin
On Thu, Aug 22, 2019 at 04:55:32PM +0100, Catalin Marinas wrote: > On Wed, Aug 21, 2019 at 07:46:51PM +0100, Dave P Martin wrote: > > On Wed, Aug 21, 2019 at 06:33:53PM +0100, Will Deacon wrote: > > > On Wed, Aug 21, 2019 at 05:47:30PM +0100, Catalin Marinas wrote: > > > > @@ -59,6 +63,11 @@ be pre

Re: [PATCH v9 3/3] arm64: Relax Documentation/arm64/tagged-pointers.rst

2019-08-22 Thread Catalin Marinas
On Wed, Aug 21, 2019 at 07:46:51PM +0100, Dave P Martin wrote: > On Wed, Aug 21, 2019 at 06:33:53PM +0100, Will Deacon wrote: > > On Wed, Aug 21, 2019 at 05:47:30PM +0100, Catalin Marinas wrote: > > > @@ -59,6 +63,11 @@ be preserved. > > > The architecture prevents the use of a tagged PC, so the u

Re: [PATCH v5 3/9] fpga: dfl: afu: convert platform_driver to use dev_groups

2019-08-22 Thread Moritz Fischer
Hi Hao, On Mon, Aug 12, 2019 at 10:49:58AM +0800, Wu Hao wrote: > This patch takes advantage of driver core which helps to create > and remove sysfs attribute files, so there is no need to register > sysfs entries manually in dfl-afu platform river code. Same nit: s/river/driver > > Signed-off-by

[PATCH V4 1/3] x86/Hyper-V: Fix definition of struct hv_vp_assist_page

2019-08-22 Thread lantianyu1986
From: Tianyu Lan The struct hv_vp_assist_page was defined incorrectly. The "vtl_control" should be u64[3], "nested_enlightenments _control" should be a u64 and there are 7 reserved bytes following "enlighten_vmentry". Fix the definition. Signed-off-by: Tianyu Lan --- Change since v3: -

[PATCH V4 2/3] KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH

2019-08-22 Thread lantianyu1986
From: Tianyu Lan Hyper-V direct tlb flush function should be enabled for guest that only uses Hyper-V hypercall. User space hypervisor(e.g, Qemu) can disable KVM identification in CPUID and just exposes Hyper-V identification to make sure the precondition. Add new KVM capability KVM_CAP_ HYPERV_D

[PATCH V4 0/3] KVM/Hyper-V: Add Hyper-V direct tlb flush support

2019-08-22 Thread lantianyu1986
From: Tianyu Lan This patchset is to add Hyper-V direct tlb support in KVM. Hyper-V in L0 can delegate L1 hypervisor to handle tlb flush request from L2 guest when direct tlb flush is enabled in L1. Patch 2 introduces new cap KVM_CAP_HYPERV_DIRECT_TLBFLUSH to enable feature from user space. User

MY $25,000,000.00 INVESTMENT PROPOSAL WITH YOU AND IN YOUR COUNTRY.

2019-08-22 Thread Law firm(Eku and Associates)
-- Dear, With due respect this is not spam or Scam mail, because I have contacted you before and there was no response from you,I apologise if the contents of this mail are contrary to your moral ethics, which I feel may be of great disturbance to your person, but please treat this with absolute c

Re: [PATCH v5] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Naveen N. Rao
Jisheng Zhang wrote: KPROBES_ON_FTRACE avoids much of the overhead with regular kprobes as it eliminates the need for a trap, as well as the need to emulate or single-step instructions. Tested on berlin arm64 platform. ~ # mount -t debugfs debugfs /sys/kernel/debug/ ~ # cd /sys/kernel/debug/ /s

[PATCH v5] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Jisheng Zhang
KPROBES_ON_FTRACE avoids much of the overhead with regular kprobes as it eliminates the need for a trap, as well as the need to emulate or single-step instructions. Tested on berlin arm64 platform. ~ # mount -t debugfs debugfs /sys/kernel/debug/ ~ # cd /sys/kernel/debug/ /sys/kernel/debug # echo

Re: [PATCH v4] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Jisheng Zhang
Hi, On Thu, 22 Aug 2019 18:32:54 +0800 Jisheng Zhang wrote: > On Thu, 22 Aug 2019 15:52:05 +0530 > "Naveen N. Rao" wrote: > > > > > > > Jisheng Zhang wrote: > > > Hi, > > > > > > On Thu, 22 Aug 2019 12:23:58 +0530 > > > "Naveen N. Rao" wrote: > > >> Jisheng Zhang wrote: > > ...

Re: [PATCH v4] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Jisheng Zhang
On Thu, 22 Aug 2019 15:52:05 +0530 "Naveen N. Rao" wrote: > > > Jisheng Zhang wrote: > > Hi, > > > > On Thu, 22 Aug 2019 12:23:58 +0530 > > "Naveen N. Rao" wrote: > >> Jisheng Zhang wrote: > ... > >> > +/* Ftrace callback handler for kprobes -- called under preepmt > >> > disabed */ > >> >

Re: [PATCH v4] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Naveen N. Rao
Jisheng Zhang wrote: Hi, On Thu, 22 Aug 2019 12:23:58 +0530 "Naveen N. Rao" wrote: Jisheng Zhang wrote: ... > +/* Ftrace callback handler for kprobes -- called under preepmt > disabed */ > +void kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, > +stru

Re: [PATCH v4] arm64: implement KPROBES_ON_FTRACE

2019-08-22 Thread Jisheng Zhang
Hi, On Thu, 22 Aug 2019 12:23:58 +0530 "Naveen N. Rao" wrote: > > > Jisheng Zhang wrote: > > KPROBES_ON_FTRACE avoids much of the overhead with regular kprobes as it > > eliminates the need for a trap, as well as the need to emulate or > > single-step instructions. > > > > Tested on berlin ar

Re: [PATCH v9 2/3] arm64: Define Documentation/arm64/tagged-address-abi.rst

2019-08-22 Thread Kevin Brodsky
On 21/08/2019 17:57, Andrey Konovalov wrote: On Wed, Aug 21, 2019 at 6:47 PM Catalin Marinas wrote: From: Vincenzo Frascino On AArch64 the TCR_EL1.TBI0 bit is set by default, allowing userspace (EL0) to perform memory accesses through 64-bit pointers with a non-zero top byte. Introduce the do