Patchew URL: https://patchew.org/QEMU/20210313094747.2966948-1-laur...@vivier.eu/
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210313094747.2966948-1-laur...@vivier.eu Subject: [PULL 0/5] Linux user for 6.0 patches === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu - [tag update] patchew/20210311172459.990281-1-pbonz...@redhat.com -> patchew/20210311172459.990281-1-pbonz...@redhat.com - [tag update] patchew/20210312131921.421023-1-kw...@redhat.com -> patchew/20210312131921.421023-1-kw...@redhat.com * [new tag] patchew/20210313094747.2966948-1-laur...@vivier.eu -> patchew/20210313094747.2966948-1-laur...@vivier.eu Switched to a new branch 'test' 3e3034f linux-user/elfload: fix address calculation in fallback scenario 4a57dfc linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support f1f59a2 linux-user/elfload: munmap proper address in pgd_find_hole_fallback e042e77 linux-user: manage binfmt-misc preserve-arg[0] flag 8a622c5 linux-user: Fix executable page of /proc/self/maps === OUTPUT BEGIN === 1/5 Checking commit 8a622c57ba0b (linux-user: Fix executable page of /proc/self/maps) 2/5 Checking commit e042e77f79f4 (linux-user: manage binfmt-misc preserve-arg[0] flag) ERROR: line over 90 characters #196: FILE: scripts/qemu-binfmt-conf.sh:341: +options=$(getopt -o ds:Q:S:e:hc:p:g: -l debian,systemd:,qemu-path:,qemu-suffix:,exportdir:,help,credential:,persistent:,preserve-argv0: -- "$@") total: 1 errors, 0 warnings, 127 lines checked Patch 2/5 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 3/5 Checking commit f1f59a2da0c6 (linux-user/elfload: munmap proper address in pgd_find_hole_fallback) 4/5 Checking commit 4a57dfc9849e (linux-user/elfload: do not assume MAP_FIXED_NOREPLACE kernel support) 5/5 Checking commit 3e3034ff2101 (linux-user/elfload: fix address calculation in fallback scenario) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20210313094747.2966948-1-laur...@vivier.eu/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com