From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: [GIT PULL] parisc updates for v3.15
Date: Fri, 16 May 2014 22:01:12 +0200 [thread overview]
Message-ID: <20140516200112.GA1315@p100.fritz.box> (raw)
Hi Linus,
please pull the latest parisc architecture fixes for kernel 3.15 from
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.15-4
There are two patches in here:
The first patch greatly improves latency and corrects the memory ordering in
our light-weight atomic locking syscall.
The second patch ratelimits printing of userspace segfaults in the same way as
it's done on other platforms. This fixes a possible DOS on parisc since it
prevents the syslog to grow too fast. For example, when the debian acl2 package
was built on our debian buildd servers, this package produced lots of gigabytes
in syslog in very short time and thus filled our harddisks, which then turned
the server nearly completely unaccessible and unresponsive.
Thanks,
Helge
----------------------------------------------------------------
Helge Deller (1):
parisc: ratelimit userspace segfault printing
John David Anglin (1):
parisc: Improve LWS-CAS performance
arch/parisc/Kconfig | 1 +
arch/parisc/kernel/syscall.S | 12 +++++++---
arch/parisc/kernel/traps.c | 54 ++++++++++++++++++++------------------------
arch/parisc/mm/fault.c | 44 ++++++++++++++++++++++++------------
4 files changed, 65 insertions(+), 46 deletions(-)
next reply other threads:[~2014-05-16 20:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 20:01 Helge Deller [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-01 18:38 [GIT PULL] parisc updates for v3.15 Helge Deller
2014-05-01 19:23 ` Linus Torvalds
2014-05-01 21:55 ` Helge Deller
2014-05-01 22:56 ` Linus Torvalds
2014-04-17 19:07 Helge Deller
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=20140516200112.GA1315@p100.fritz.box \
--to=deller@gmx.de \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).