[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel |
Date: |
Thu, 31 Jan 2019 10:16:49 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent
kernel
Type: series
Message-id: address@hidden
=== TEST SCRIPT BEGIN ===
#!/bin/bash
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
Switched to a new branch 'test'
698bf715dd i386: allow to load initrd below 4 GB for recent linux
6bd091eeb8 i386: import & use bootparam.h
64e626c3ad hw/core/loader.c: Read as long as possible in load_image_size()
cf85843746 unify len and addr type for memory/address APIs
=== OUTPUT BEGIN ===
1/4 Checking commit cf858437465c (unify len and addr type for memory/address
APIs)
2/4 Checking commit 64e626c3ad8e (hw/core/loader.c: Read as long as possible in
load_image_size())
3/4 Checking commit 6bd091eeb8c4 (i386: import & use bootparam.h)
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#43:
new file mode 100644
total: 0 errors, 1 warnings, 66 lines checked
Patch 3/4 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
4/4 Checking commit 698bf715ddee (i386: allow to load initrd below 4 GB for
recent linux)
ERROR: spaces required around that '+' (ctx:VxV)
#46: FILE: hw/i386/pc.c:1134:
+ lduw_p(header+0x236) & XLF_CAN_BE_LOADED_ABOVE_4G) {
^
total: 1 errors, 0 warnings, 27 lines checked
Patch 4/4 has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
=== OUTPUT END ===
Test command exited with code: 1
The full log is available at
http://patchew.org/logs/address@hidden/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel, Li Zhijian, 2019/01/17
- [Qemu-devel] [PATCH v6 1/4] unify len and addr type for memory/address APIs, Li Zhijian, 2019/01/17
- [Qemu-devel] [PATCH v6 4/4] i386: allow to load initrd below 4 GB for recent linux, Li Zhijian, 2019/01/17
- [Qemu-devel] [PATCH v6 3/4] i386: import & use bootparam.h, Li Zhijian, 2019/01/17
- [Qemu-devel] [PATCH v6 2/4] hw/core/loader.c: Read as long as possible in load_image_size(), Li Zhijian, 2019/01/17
- Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel, Paolo Bonzini, 2019/01/21
- Re: [Qemu-devel] [PATCH v6 0/4] allow to load initrd below 4G for recent kernel,
no-reply <=