From: Patchwork <patchwork@emeril.freedesktop.org>
To: john.hubbard@gmail.com
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.CHECKPATCH: warning for put_user_pages(): miscellaneous call sites
Date: Fri, 09 Aug 2019 12:42:44 -0000 [thread overview]
Message-ID: <20190809124244.30612.95303@emeril.freedesktop.org> (raw)
In-Reply-To: <20190804224915.28669-1-jhubbard@nvidia.com>
== Series Details ==
Series: put_user_pages(): miscellaneous call sites
URL : https://patchwork.freedesktop.org/series/64950/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
d134d48f6ff8 mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
4ff1243be3c3 net/rds: convert put_page() to put_user_page*()
0ec781ff456d net/ceph: convert put_page() to put_user_page*()
5bbbd3f8b4c9 x86/kvm: convert put_page() to put_user_page*()
9bece95d1b23 drm/etnaviv: convert release_pages() to put_user_pages()
971c3220853f drm/i915: convert put_page() to put_user_page*()
1adc5ac927c1 drm/radeon: convert put_page() to put_user_page*()
c55a4d00d22e media/ivtv: convert put_page() to put_user_page*()
ff7c486271a6 media/v4l2-core/mm: convert put_page() to put_user_page*()
47615742cfd9 genwqe: convert put_page() to put_user_page*()
f8bfe3afcc95 scif: convert put_page() to put_user_page*()
-:31: CHECK:BRACES: braces {} should be used on all arms of this statement
#31: FILE: drivers/misc/mic/scif/scif_rma.c:116:
+ if (kernel) {
[...]
}
[...]
-:39: CHECK:BRACES: Unbalanced braces around else statement
#39: FILE: drivers/misc/mic/scif/scif_rma.c:122:
+ } else
total: 0 errors, 0 warnings, 2 checks, 32 lines checked
1748e09b9a62 vmci: convert put_page() to put_user_page*()
ba16cdbe5ff0 rapidio: convert put_page() to put_user_page*()
ae075ddcac12 oradax: convert put_page() to put_user_page*()
d29a99280436 staging/vc04_services: convert put_page() to put_user_page*()
9ef9f335b31d drivers/tee: convert put_page() to put_user_page*()
f9493a1d2725 vfio: convert put_page() to put_user_page*()
da1a08e62f21 fbdev/pvr2fb: convert put_page() to put_user_page*()
a6db3836ffb4 fsl_hypervisor: convert put_page() to put_user_page*()
c8ba20cdefa1 xen: convert put_page() to put_user_page*()
36e7ff6fabf9 fs/exec.c: convert put_page() to put_user_page*()
af09e87179b8 orangefs: convert put_page() to put_user_page*()
8246acd83ae4 uprobes: convert put_page() to put_user_page*()
21ebbc4bdeb3 futex: convert put_page() to put_user_page*()
508bcf1a0971 mm/frame_vector.c: convert put_page() to put_user_page*()
d30e57fca2e4 mm/gup_benchmark.c: convert put_page() to put_user_page*()
c10c39bcf031 mm/memory.c: convert put_page() to put_user_page*()
8c3ec3863201 mm/madvise.c: convert put_page() to put_user_page*()
0a0b958ddbc1 mm/process_vm_access.c: convert put_page() to put_user_page*()
cdc46be6b3ab crypt: convert put_page() to put_user_page*()
c1512bf45ef0 fs/nfs: convert put_page() to put_user_page*()
e07d0ef8560f goldfish_pipe: convert put_page() to put_user_page*()
-:46: CHECK:LINE_SPACING: Please don't use multiple blank lines
#46: FILE: drivers/platform/goldfish/goldfish_pipe.c:296:
+
total: 0 errors, 0 warnings, 1 checks, 18 lines checked
6624069b17d0 kernel/events/core.c: convert put_page() to put_user_page*()
93634df2e145 fs/binfmt_elf: convert put_page() to put_user_page*()
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2019-08-09 12:42 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-04 22:48 [PATCH v2 00/34] put_user_pages(): miscellaneous call sites john.hubbard
2019-08-04 22:48 ` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock() john.hubbard
2019-08-06 17:39 ` Ira Weiny
2019-08-06 20:39 ` John Hubbard
2019-08-04 22:48 ` [PATCH v2 02/34] net/rds: convert put_page() to put_user_page*() john.hubbard
2019-08-04 22:48 ` [PATCH v2 03/34] net/ceph: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 04/34] x86/kvm: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 05/34] drm/etnaviv: convert release_pages() to put_user_pages() john.hubbard
2019-08-04 22:48 ` [PATCH v2 06/34] drm/i915: convert put_page() to put_user_page*() john.hubbard
2019-08-05 16:53 ` Rodrigo Vivi
2019-08-04 22:48 ` [PATCH v2 07/34] drm/radeon: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 08/34] media/ivtv: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 09/34] media/v4l2-core/mm: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 10/34] genwqe: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 11/34] scif: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 12/34] vmci: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 13/34] rapidio: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 14/34] oradax: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 15/34] staging/vc04_services: " john.hubbard
2019-08-13 5:23 ` Stefan Wahren
2019-08-04 22:48 ` [PATCH v2 16/34] drivers/tee: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 17/34] vfio: " john.hubbard
2019-08-04 22:48 ` [PATCH v2 18/34] fbdev/pvr2fb: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 19/34] fsl_hypervisor: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 20/34] xen: " john.hubbard
2019-08-05 4:15 ` Juergen Gross
2019-08-04 22:49 ` [PATCH v2 21/34] fs/exec.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 22/34] orangefs: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 23/34] uprobes: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 24/34] futex: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 25/34] mm/frame_vector.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 26/34] mm/gup_benchmark.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 27/34] mm/memory.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 28/34] mm/madvise.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 29/34] mm/process_vm_access.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 30/34] crypt: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 31/34] fs/nfs: " john.hubbard
2019-08-05 0:26 ` Calum Mackay
2019-08-04 22:49 ` [PATCH v2 32/34] goldfish_pipe: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 33/34] kernel/events/core.c: " john.hubbard
2019-08-04 22:49 ` [PATCH v2 34/34] fs/binfmt_elf: " john.hubbard
2019-08-09 12:42 ` Patchwork [this message]
2019-08-09 13:14 ` ✓ Fi.CI.BAT: success for put_user_pages(): miscellaneous call sites Patchwork
2019-08-10 5:41 ` ✓ Fi.CI.IGT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2019-08-07 1:32 [PATCH v3 00/39] " john.hubbard
2019-08-09 13:33 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
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=20190809124244.30612.95303@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=john.hubbard@gmail.com \
/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