From: Ben Hutchings <ben@decadent.org.uk>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: torvalds@linux-foundation.org, Guenter Roeck <linux@roeck-us.net>,
akpm@linux-foundation.org
Subject: [PATCH 3.16 00/26] 3.16.43-rc2 review
Date: Sun, 02 Apr 2017 04:04:24 +0100 [thread overview]
Message-ID: <lsq.1491102264.9835075@decadent.org.uk> (raw)
In-Reply-To: <lsq.1491052670.319419763@decadent.org.uk>
I've added several more patches for MIPS to the queue for this release,
which will be sent as replies to this message.
Responses should be made by Tue Apr 04 00:00:00 UTC 2017.
Anything received after that time might be too late.
A combined patch relative to 3.16.42 will be posted as an additional
response to this. A shortlog and diffstat can be found below.
Ben.
-------------
Andre Przywara (1):
fs/nfs: fix new compiler warning about boolean in switch
[c7757074839f2cd440521482d76ea180d0d4bdac]
Arnd Bergmann (2):
crypto: improve gcc optimization flags for serpent and wp512
[7d6e9105026788c497f0ab32fa16c82f4ab5ff61]
mmc: sunxi: avoid invalid pointer calculation
[d34712d2e3db9b241d0484a6e3839c6b7ef9df78]
Ben Hutchings (1):
keys: Guard against null match function in keyring_search_aux()
[not upstream]
Eric W. Biederman (1):
vfs: Commit to never having exectuables on proc and sysfs.
[22f6b4d34fcf039c63a94e7670e0da24f8575a5a]
Fabio Estevam (1):
serial: samsung: Use %pa to print 'resource_size_t' type
[1ff5b64dccbf23acfe7993b9132b6992922a4756]
Florian Westphal (1):
netlink: remove mmapped netlink support
[d1b4c689d4130bcfd3532680b64db562300716b6]
James C Boyd (1):
HID: hid-input: Add parentheses to quell gcc warning
[09a5c34e8d6b05663ec4c3d22b1fbd9fec89aaf9]
James Hogan (2):
MIPS: mipsregs.h: Add write_32bit_cp1_register()
[5e32033e14ca9c7f7341cb383f5a05699b0b5382]
MIPS: traps: Fix inline asm ctc1 missing .set hardfloat
[d76e9b9fc5de7e8fc4fd0e72a94e8c723929ffea]
Jann Horn (1):
aio: mark AIO pseudo-fs noexec
[22f6b4d34fcf039c63a94e7670e0da24f8575a5a]
John Crispin (1):
MIPS: ralink: Cosmetic change to prom_init().
[9c48568b3692f1a56cbf1935e4eea835e6b185b1]
Linus Torvalds (1):
blk: rq_data_dir() should not return a boolean
[10fbd36e362a0f367e34a7cd876a81295d8fc5ca]
Manuel Lauss (1):
MIPS: Fix build with binutils 2.24.51+
[842dfc11ea9a21f9825167c8a4f2834b205b0a79]
Paul Burton (9):
MIPS: Push .set mips64r* into the functions needing it
[631afc65e8f4f845945ef9e90236d10cee601498]
MIPS: allow msa.h to be included in assembly files
[558155a0a731b4f56846559a57ca7ca921230497]
MIPS: assume at as source/dest of MSA copy/insert instructions
[f23ce3883a30743a5b779dc6fb90ca8620688a23]
MIPS: init upper 64b of vector registers when MSA is first used
[c9017757c532d48bf43d6e7d3b7282443ad4207b]
MIPS: preserve scalar FP CSR when switching vector context
[b83406735a4ae0aff4b614664d6a64a0fd6b9917]
MIPS: remove MSA macro recursion
[a3a49810c55e3489dfb5d72a9b2e41ab1db9ffb9]
MIPS: save/disable MSA in lose_fpu
[33c771ba5c5d067f85a5a6c4b11047219b5b8f4e]
MIPS: save/restore MSACSR register on context switch
[f7a46fa7bb0047d3e226702a0c4b786862fe6843]
MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support
[e1bebbab1eaecac77d77033010b5e0f51b737e64]
Ralf Baechle (1):
MIPS: Zero variable read by get_user / __get_user in case of an error.
[640465bda58c7078725201be7430c31a349121e9]
Tillmann Heidsieck (1):
atm: iphase: fix misleading indention
[cbb41b91e68a302087762823136c9067138cff7c]
Tim Gardner (1):
fs: namespace: suppress 'may be used uninitialized' warnings
[b8850d1fa8e2f6653e57daf6d08e58c5f5eb2c85]
Documentation/networking/netlink_mmap.txt | 339 --------------
Makefile | 4 +-
arch/mips/Makefile | 9 +
arch/mips/include/asm/asmmacro-32.h | 6 +
arch/mips/include/asm/asmmacro.h | 129 +++++-
arch/mips/include/asm/fpregdef.h | 14 +
arch/mips/include/asm/fpu.h | 15 +-
arch/mips/include/asm/mipsregs.h | 11 +-
arch/mips/include/asm/msa.h | 23 +-
arch/mips/include/asm/uaccess.h | 5 +-
arch/mips/kernel/asm-offsets.c | 1 +
arch/mips/kernel/branch.c | 8 +-
arch/mips/kernel/genex.S | 1 +
arch/mips/kernel/r2300_fpu.S | 6 +
arch/mips/kernel/r2300_switch.S | 5 +
arch/mips/kernel/r4k_fpu.S | 29 +-
arch/mips/kernel/r4k_switch.S | 24 +-
arch/mips/kernel/r6000_fpu.S | 5 +
arch/mips/kernel/traps.c | 39 +-
arch/mips/math-emu/cp1emu.c | 6 +-
arch/mips/ralink/prom.c | 9 +-
crypto/Makefile | 2 +
drivers/atm/iphase.c | 2 +-
drivers/hid/hid-input.c | 2 +-
drivers/mmc/host/sunxi-mmc.c | 5 +-
drivers/tty/serial/samsung.c | 4 +-
fs/aio.c | 1 +
fs/compat.c | 10 +-
fs/exec.c | 10 +-
fs/internal.h | 2 +-
fs/namespace.c | 26 +-
fs/nfs/nfs4proc.c | 11 +-
fs/open.c | 2 +-
fs/proc/root.c | 2 +-
fs/sysfs/mount.c | 3 +-
include/linux/blkdev.h | 2 +-
include/linux/fs.h | 3 +
include/uapi/linux/netlink.h | 4 +
include/uapi/linux/netlink_diag.h | 2 +
kernel/sys.c | 3 +-
mm/mmap.c | 4 +-
mm/nommu.c | 2 +-
net/netlink/Kconfig | 9 -
net/netlink/af_netlink.c | 738 +-----------------------------
net/netlink/af_netlink.h | 15 -
net/netlink/diag.c | 39 --
security/keys/keyring.c | 6 +-
security/security.c | 2 +-
48 files changed, 352 insertions(+), 1247 deletions(-)
--
Ben Hutchings
It is impossible to make anything foolproof because fools are so ingenious.
next prev parent reply other threads:[~2017-04-02 3:04 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-01 13:17 [PATCH 3.16 00/19] 3.16.43-rc1 review Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 04/19] MIPS: preserve scalar FP CSR when switching vector context Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 18/19] aio: mark AIO pseudo-fs noexec Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 03/19] MIPS: save/restore MSACSR register on context switch Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 16/19] netlink: remove mmapped netlink support Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 06/19] MIPS: init upper 64b of vector registers when MSA is first used Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 17/19] vfs: Commit to never having exectuables on proc and sysfs Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 02/19] blk: rq_data_dir() should not return a boolean Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 01/19] fs: namespace: suppress 'may be used uninitialized' warnings Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 10/19] fs/nfs: fix new compiler warning about boolean in switch Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 12/19] serial: samsung: Use %pa to print 'resource_size_t' type Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 05/19] MIPS: save/disable MSA in lose_fpu Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 14/19] MIPS: Zero variable read by get_user / __get_user in case of an error Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 15/19] HID: hid-input: Add parentheses to quell gcc warning Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 07/19] MIPS: Fix build with binutils 2.24.51+ Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 09/19] crypto: improve gcc optimization flags for serpent and wp512 Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 11/19] mmc: sunxi: avoid invalid pointer calculation Ben Hutchings
2017-04-01 18:45 ` David Lanzendörfer
2017-04-01 19:53 ` Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 08/19] atm: iphase: fix misleading indention Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 19/19] keys: Guard against null match function in keyring_search_aux() Ben Hutchings
2017-04-01 13:17 ` [PATCH 3.16 13/19] MIPS: ralink: Cosmetic change to prom_init() Ben Hutchings
2017-04-01 17:43 ` [PATCH 3.16 00/19] 3.16.43-rc1 review Guenter Roeck
2017-04-01 22:40 ` Ben Hutchings
2017-04-02 2:21 ` Guenter Roeck
2017-04-02 2:48 ` Ben Hutchings
2017-04-02 3:04 ` Ben Hutchings [this message]
2017-04-02 3:04 ` [PATCH 3.16 22/26] MIPS: traps: Fix inline asm ctc1 missing .set hardfloat Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 25/26] MIPS: remove MSA macro recursion Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 20/26] MIPS: allow msa.h to be included in assembly files Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 21/26] MIPS: mipsregs.h: Add write_32bit_cp1_register() Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 26/26] MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 23/26] MIPS: Push .set mips64r* into the functions needing it Ben Hutchings
2017-04-02 3:04 ` [PATCH 3.16 24/26] MIPS: assume at as source/dest of MSA copy/insert instructions Ben Hutchings
2017-04-02 3:15 ` [PATCH 3.16 00/26] 3.16.43-rc2 review Ben Hutchings
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=lsq.1491102264.9835075@decadent.org.uk \
--to=ben@decadent.org.uk \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=stable@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