Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603813
| Path | csiph.com!1.us.feeder.erje.net!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!proxad.net!feeder1-2.proxad.net!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Helge Deller <deller@gmx.de> |
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] parisc architecture fixes for v4.11-rc3 |
| Date | Sat, 18 Mar 2017 18:00:01 +0100 |
| Message-ID | <tmpRT-JT-7@gated-at.bofh.it> (permalink) |
| X-Original-To | Linus Torvalds <torvalds@linux-foundation.org>, linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley <James.Bottomley@HansenPartnership.com>, John David Anglin <dave.anglin@bell.net> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Provags-ID | V03:K0:eDMJwqlAI0xr8+SiYYC4ABFcUVxDaKsPsmdrcyRi2eNZmXRJZYy NfTmNgVscvQmbLKvfPYSH6T2ks8qZeIchU0i/DpPJgZBGnl9iYjnp35VTm9l655OBbBzgrq 531h1T5Eo2eESnHflKGDDAo4kMQzlc8AP5+lvreP8BfE50MzEbG/r/1Qj9eMC2KOs4u4bi1 /ncatq30qjKGRX1W7dL5Q== |
| X-Ui-Out-Filterresults | notjunk:1;V01:K0:BmQN+2zEZYw=:ORDwPR0dj/90SRASFMsQnJ iOGijhEDB0duv4H0sSpLVoEzwgAghxOnYF8eelZi2C+QRRyBA4rnbrKZI9Y18RiaVyLdx/VPa 3Og7LI6KqYgOtKb3uOCkz743j6ycw3XEO2hOdimwCYM4izY4o+McOuZrVklZzkBZqXp0yXDDx G2eKIsg1wFMmHpeWRLi5StFh18a6T03OQs3s22qB7qYbxJQ56+ZlX+RA55chdAflEonNyhYNh MvhPsbrqtTGbXe0em2aNRZg4ZYa55Pzl+aIIxgLHFNa+mgtJQLtdyFp/CGFzc6QeFf/0N7Ghy iq99QalrDoB2r3SimkW4gc0HMMi8FfuvoJ0e9aj/x+76u4S+3d/21lmJ7W4WUDeFimR2dzm1k hw2i+tj9k160hXLAKDP5Z7kiGtxEODODTYNfwZHZ2gKpPZmyZONl0mRhe5HbcDx4pfKuW+gW8 f9GmV4YZX10UZbvI+zzPt5guz4OS9oCcbiXv+CcNiG417glqy3kaEo0M0RH9QTvHB/ONbTFmU sjad7mf+kc9gvVoG9bTzx0RJEepl41RTlkG9b717j3fPyJtZHGp3M5Bo22oLUy2z7Rbohmspr tYXwlC28oQRPjnEgEjcutycthWoFBKmA21yYgYGoVAUhdqwcUyV+AoZx4Au2KIubqG266lapi xRgo4nZuTrUkHGQ2Co7UGsRWx4PN5939IcIfooXqRm5WnvM9gSHkhiYxVzs0AboAaYWEkeVWy JmCXo1S94tC7wdqZB7lLrcyfA57gndJ8uuFryNOQoW+5Y+mH9KyVxelnvYI= |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 43 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Mikulas Patocka <mpatocka@redhat.com> |
| X-Original-Date | Sat, 18 Mar 2017 17:54:40 +0100 |
| X-Original-Message-ID | <20170318165440.GA24667@p100.box> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1603813 |
Show key headers only | View raw
Hi Linus,
please pull a few fixes for the parisc architecture for kernel 4.11-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.11-2
Changes are:
- Mikulas Patocka added support for R_PARISC_SECREL32 relocations in modules
with CONFIG_MODVERSIONS.
- Dave Anglin optimized the cache flushing for vmap ranges.
- Arvind Yadav provided a fix for a potential NULL pointer dereference in the
parisc perf code (and some code cleanups).
- I wired up the new statx system call, fixed some compiler warnings with the
access_ok() macro and fixed shutdown code to really halt a system at shutdown
instead of crashing & rebooting.
Thanks,
Helge
----------------------------------------------------------------
Arvind Yadav (1):
parisc: perf: Fix potential NULL pointer dereference
Helge Deller (3):
parisc: Wire up statx system call
parisc: Avoid compiler warnings with access_ok()
parisc: Fix system shutdown halt
John David Anglin (1):
parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range
Mikulas Patocka (1):
parisc: support R_PARISC_SECREL32 relocation in modules
arch/parisc/include/asm/cacheflush.h | 23 +--------
arch/parisc/include/asm/uaccess.h | 3 +-
arch/parisc/include/uapi/asm/unistd.h | 3 +-
arch/parisc/kernel/cache.c | 22 ++++++++
arch/parisc/kernel/module.c | 8 +++
arch/parisc/kernel/perf.c | 94 ++++++++++++++++++-----------------
arch/parisc/kernel/process.c | 2 +
arch/parisc/kernel/syscall_table.S | 1 +
8 files changed, 88 insertions(+), 68 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] parisc architecture fixes for v4.11-rc3 Helge Deller <deller@gmx.de> - 2017-03-18 18:00 +0100
csiph-web