linux-metag.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] metag: Changes for 4.12
Date: Wed, 10 May 2017 15:18:54 +0100	[thread overview]
Message-ID: <20170510141854.GM1088@jhogan-linux.le.imgtec.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1900 bytes --]

Hi Linus,

The following changes since commit b884a190afcecdbef34ca508ea5ee88bb7c77861:

  metag/usercopy: Add missing fixups (2017-04-05 15:25:07 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git tags/metag-for-v4.12

for you to fetch changes up to e3cd7f013bac3105d44b8bd5a90359989d45b5a5:

  metag/mm: Drop pointless increment (2017-05-03 09:56:04 +0100)

A conflict is expected between commit db68ce10c4f0 ("new helper:
uaccess_kernel()") in mainline which changes __kernel_ok() to use
uaccess_kernel(), and commit 8a8b56638bca ("metag/uaccess: Fix
access_ok()") in my tree which removes __kernel_ok(). __kernel_ok()
isn't needed since my commit and can be removed in the resolution.

Cheers
James

----------------------------------------------------------------
metag: Changes for 4.12

These patches primarily make some usercopy improvements (following on
from the recent usercopy fixes):
- Reformat and simplify rapf copy loops
- Add 64-bit get_user support

And fix a couple more uaccess issues, partily pointed out by Al:
- Fix access_ok() serious shortcomings
- Fix strncpy_from_user() address validation

Also included is a trivial removal of a redundant increment.

----------------------------------------------------------------
James Hogan (6):
      metag/usercopy: Reformat rapf loop inline asm
      metag/usercopy: Simplify rapf loop fixup corner case
      metag/usercopy: Add 64-bit get_user support
      metag/uaccess: Fix access_ok()
      metag/uaccess: Check access_ok in strncpy_from_user
      metag/mm: Drop pointless increment

 arch/metag/include/asm/uaccess.h |  58 ++++++----
 arch/metag/lib/usercopy.c        | 236 +++++++++++++++++----------------------
 arch/metag/mm/mmu-meta1.c        |   1 -
 3 files changed, 143 insertions(+), 152 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

                 reply	other threads:[~2017-05-10 14:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170510141854.GM1088@jhogan-linux.le.imgtec.org \
    --to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
    --cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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 read-only IMAP folder(s) and NNTP newsgroup(s).