powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
Christophe Leroy authored

Those two macros have only one user which is unsafe_get_user().

Put everything in one place and remove them.
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: default avatarDaniel Axtens <dja@axtens.net>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/439179c5e54c18f2cb8bdf1eea13ea0ef6b98375.1615398265.git.christophe.leroy@csgroup.eu
8cdf748d
Name Last commit Last update
Documentation powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"
LICENSES LICENSES: Add the CC-BY-4.0 license
arch powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
block block: Discard page cache of zone reset target range
certs certs: Replace K{U,G}IDT_INIT() with GLOBAL_ROOT_{U,G}ID
crypto crypto: mips/poly1305 - enable for all MIPS processors
drivers cxl: Fix couple of spellings
fs Merge branch 'akpm' (patches from Andrew)
include Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
init Merge branch 'akpm' (patches from Andrew)
ipc fs: make helpers idmap mount aware
kernel prctl: fix PR_SET_MM_AUXV kernel stack leak
lib kasan: fix KASAN_STACK dependency for HW_TAGS
mm Merge branch 'akpm' (patches from Andrew)
net Merge tag 'nfs-for-5.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
samples Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
scripts kbuild: fix ld-version.sh to not be affected by locale
security Revert 95ebabde ("capabilities: Don't allow writing ambiguous v3 file capabilities")
sound ALSA: hda/hdmi: Cancel pending works before suspend
tools selftests/powerpc: unmark non-kernel-doc comments
usr Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt KVM: x86/mmu: Consider the hva in mmu_notifier retry
.clang-format Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.