On Sat, 15 Dec 2018, kbuild test robot wrote:
tree: git://git.cmpxchg.org/linux-mmotm.git master
head: 6d5b029d523e959579667282e713106a29c193d2
commit: dc946e7f683be2016c12d8d75e6dd3a28a0d3adb [291/302] fs/: remove caller signal_pending branch predictions
config: x86_64-rhel-7.2-clear (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
git checkout dc946e7f683be2016c12d8d75e6dd3a28a0d3adb
# save the attached .config to linux build tree
make ARCH=x86_64
Note: the mmotm/master HEAD 6d5b029d523e959579667282e713106a29c193d2 builds fine.
It only hurts bisectibility.
All error/warnings (new ones prefixed by >>):
fs/buffer.c: In function 'cont_expand_zero':
fs/buffer.c:2400:37: error: expected statement before ')' token
if (fatal_signal_pending(current))) {
This was fixed by Andrew a while ago:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=2a95392eaba5fee94cc22ebf2391a507f7a63636
Thanks,
Davidlohr