* [GIT PULL] parisc updates for v3.12-rc5
@ 2013-10-13 16:11 Helge Deller
2013-10-14 11:26 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Helge Deller @ 2013-10-13 16:11 UTC (permalink / raw)
To: Linus Torvalds, Linux Kernel Development, linux-parisc,
James Bottomley
Hi Linus,
Please pull the latest parisc fixes from
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.12
This patchset includes a bugfix to prevent a kernel crash when memory in
page zero is accessed by the kernel itself, e.g. via
probe_kernel_read(). Furthermore we now export flush_cache_page() which
is needed (indirectly) by the lustre filesystem. The other patches
remove unused functions and optimizes the page fault handler to only
evaluate variables if needed, which again protects against possible
kernel crashes.
Thanks,
Helge
----------------------------------------------------------------
Geert Uytterhoeven (1):
parisc: Export flush_cache_page() (needed by lustre)
Helge Deller (4):
parisc: remove unused syscall_ipi() function.
parisc: mark parisc_terminate() noreturn and cold.
parisc: fix interruption handler to respect pagefault_disable()
parisc: let probe_kernel_read() capture access to page zero
Jiang Liu (1):
parisc: kill SMP single function call interrupt
John David Anglin (1):
parisc: optimize variable initialization in do_page_fault
arch/parisc/include/asm/traps.h | 2 +-
arch/parisc/kernel/cache.c | 1 +
arch/parisc/kernel/smp.c | 8 +-------
arch/parisc/kernel/traps.c | 11 +++--------
arch/parisc/lib/memcpy.c | 15 ++++++++++++++-
arch/parisc/mm/fault.c | 15 ++++++++++-----
6 files changed, 30 insertions(+), 22 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] parisc updates for v3.12-rc5
2013-10-13 16:11 [GIT PULL] parisc updates for v3.12-rc5 Helge Deller
@ 2013-10-14 11:26 ` Christoph Hellwig
2013-10-14 12:35 ` Aw: " Helge Deller
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2013-10-14 11:26 UTC (permalink / raw)
To: Helge Deller
Cc: Linus Torvalds, Linux Kernel Development, linux-parisc,
James Bottomley
> Geert Uytterhoeven (1):
> parisc: Export flush_cache_page() (needed by lustre)
This one shouldn't go in - Geert sent it a bit prematurely, as Lustre
shouldn't use it just to reimplement core VM functionality (which it
shouldn't use either, but that's a separate story).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Aw: Re: [GIT PULL] parisc updates for v3.12-rc5
2013-10-14 11:26 ` Christoph Hellwig
@ 2013-10-14 12:35 ` Helge Deller
0 siblings, 0 replies; 3+ messages in thread
From: Helge Deller @ 2013-10-14 12:35 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Linus Torvalds, Linux Kernel Development, linux-parisc,
James Bottomley
> > Geert Uytterhoeven (1):
> > parisc: Export flush_cache_page() (needed by lustre)
>
> This one shouldn't go in - Geert sent it a bit prematurely, as Lustre
> shouldn't use it just to reimplement core VM functionality (which it
> shouldn't use either, but that's a separate story).
Ok, it's my fault then.
I'll include a reverting patch in the next parisc pull request...
Thanks,
Helge
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-14 12:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 16:11 [GIT PULL] parisc updates for v3.12-rc5 Helge Deller
2013-10-14 11:26 ` Christoph Hellwig
2013-10-14 12:35 ` Aw: " Helge Deller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox