public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us•net>
To: Anshuman Khandual <anshuman.khandual@arm•com>
Cc: Mark Rutland <mark.rutland@arm•com>,
	Michal Hocko <mhocko@suse•com>,
	linux-ia64@vger•kernel.org, linux-sh@vger•kernel.org,
	Peter Zijlstra <peterz@infradead•org>,
	James Hogan <jhogan@kernel•org>,
	Dave Hansen <dave.hansen@linux•intel.com>,
	Will Deacon <will.deacon@arm•com>,
	linux-mips@vger•kernel.org, linux-mm@kvack•org,
	Paul Mackerras <paulus@samba•org>,
	sparclinux@vger•kernel.org,
	Stephen Rothwell <sfr@canb•auug.org.au>,
	Yoshinori Sato <ysato@users•sourceforge.jp>,
	x86@kernel•org, Russell King <linux@armlinux•org.uk>,
	Matthew Wilcox <willy@infradead•org>,
	Ingo Molnar <mingo@redhat•com>,
	Catalin Marinas <catalin.marinas@arm•com>,
	linux-snps-arc@lists•infradead.org,
	Fenghua Yu <fenghua.yu@intel•com>,
	linux-s390@vger•kernel.org,
	Andrey Konovalov <andreyknvl@google•com>,
	Andy Lutomirski <luto@kernel•org>,
	Thomas Gleixner <tglx@linutronix•de>,
	linux-arm-kernel@lists•infradead.org,
	Tony Luck <tony.luck@intel•com>,
	Heiko Carstens <heiko.carstens@de•ibm.com>,
	Vineet Gupta <vgupta@synopsys•com>,
	linux-kernel@vger•kernel.org, Ralf Baechle <ralf@linux-mips•org>,
	Paul Burton <paul.burton@mips•com>,
	Martin Schwidefsky <schwidefsky@de•ibm.com>,
	Andrew Morton <akpm@linux-foundation•org>,
	linuxppc-dev@lists•ozlabs.org,
	"David S. Miller" <davem@davemloft•net>
Subject: Re: [PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
Date: Sat, 29 Jun 2019 07:50:09 -0700	[thread overview]
Message-ID: <20190629145009.GA28613@roeck-us.net> (raw)
In-Reply-To: <1560420444-25737-1-git-send-email-anshuman.khandual@arm.com>

Hi,

On Thu, Jun 13, 2019 at 03:37:24PM +0530, Anshuman Khandual wrote:
> Architectures which support kprobes have very similar boilerplate around
> calling kprobe_fault_handler(). Use a helper function in kprobes.h to unify
> them, based on the x86 code.
> 
> This changes the behaviour for other architectures when preemption is
> enabled. Previously, they would have disabled preemption while calling the
> kprobe handler. However, preemption would be disabled if this fault was
> due to a kprobe, so we know the fault was not due to a kprobe handler and
> can simply return failure.
> 
> This behaviour was introduced in the commit a980c0ef9f6d ("x86/kprobes:
> Refactor kprobes_fault() like kprobe_exceptions_notify()")
> 

With this patch applied, parisc:allmodconfig images no longer build.

In file included from arch/parisc/mm/fixmap.c:8:
include/linux/kprobes.h: In function 'kprobe_page_fault':
include/linux/kprobes.h:477:9: error:
	implicit declaration of function 'kprobe_fault_handler'; did you mean 'kprobe_page_fault'?

Reverting the patch fixes the problem.

Guenter

  parent reply	other threads:[~2019-06-29 14:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-13 10:07 [PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault() Anshuman Khandual
2019-06-13 20:04 ` Andrew Morton
2019-06-14  5:15   ` Anshuman Khandual
2019-06-29 14:50 ` Guenter Roeck [this message]
2019-06-30  4:41   ` Anshuman Khandual

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190629145009.GA28613@roeck-us.net \
    --to=linux@roeck-us$(echo .)net \
    --cc=akpm@linux-foundation$(echo .)org \
    --cc=andreyknvl@google$(echo .)com \
    --cc=anshuman.khandual@arm$(echo .)com \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=dave.hansen@linux$(echo .)intel.com \
    --cc=davem@davemloft$(echo .)net \
    --cc=fenghua.yu@intel$(echo .)com \
    --cc=heiko.carstens@de$(echo .)ibm.com \
    --cc=jhogan@kernel$(echo .)org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-ia64@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mips@vger$(echo .)kernel.org \
    --cc=linux-mm@kvack$(echo .)org \
    --cc=linux-s390@vger$(echo .)kernel.org \
    --cc=linux-sh@vger$(echo .)kernel.org \
    --cc=linux-snps-arc@lists$(echo .)infradead.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=luto@kernel$(echo .)org \
    --cc=mark.rutland@arm$(echo .)com \
    --cc=mhocko@suse$(echo .)com \
    --cc=mingo@redhat$(echo .)com \
    --cc=paul.burton@mips$(echo .)com \
    --cc=paulus@samba$(echo .)org \
    --cc=peterz@infradead$(echo .)org \
    --cc=ralf@linux-mips$(echo .)org \
    --cc=schwidefsky@de$(echo .)ibm.com \
    --cc=sfr@canb$(echo .)auug.org.au \
    --cc=sparclinux@vger$(echo .)kernel.org \
    --cc=tglx@linutronix$(echo .)de \
    --cc=tony.luck@intel$(echo .)com \
    --cc=vgupta@synopsys$(echo .)com \
    --cc=will.deacon@arm$(echo .)com \
    --cc=willy@infradead$(echo .)org \
    --cc=x86@kernel$(echo .)org \
    --cc=ysato@users$(echo .)sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox