-
Notifications
You must be signed in to change notification settings - Fork 54.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed formating for cipher speed #506
Conversation
Hi @da-edra! Thanks for your contribution to the Linux kernel! Linux kernel development happens on mailing lists, rather than on GitHub - this GitHub repository is a read-only mirror that isn't used for accepting contributions. So that your change can become part of Linux, please email it to us as a patch. Sending patches isn't quite as simple as sending a pull request, but fortunately it is a well documented process. Here's what to do:
How do I format my contribution?The Linux kernel community is notoriously picky about how contributions are formatted and sent. Fortunately, they have documented their expectations. Firstly, all contributions need to be formatted as patches. A patch is a plain text document showing the change you want to make to the code, and documenting why it is a good idea. You can create patches with Secondly, patches need 'commit messages', which is the human-friendly documentation explaining what the change is and why it's necessary. Thirdly, changes have some technical requirements. There is a Linux kernel coding style, and there are licensing requirements you need to comply with. Both of these are documented in the Submitting Patches documentation that is part of the kernel. Note that you will almost certainly have to modify your existing git commits to satisfy these requirements. Don't worry: there are many guides on the internet for doing this. Who do I send my contribution to?The Linux kernel is composed of a number of subsystems. These subsystems are maintained by different people, and have different mailing lists where they discuss proposed changes. If you don't already know what subsystem your change belongs to, the
Make sure that your list of recipients includes a mailing list. If you can't find a more specific mailing list, then LKML - the Linux Kernel Mailing List - is the place to send your patches. It's not usually necessary to subscribe to the mailing list before you send the patches, but if you're interested in kernel development, subscribing to a subsystem mailing list is a good idea. (At this point, you probably don't need to subscribe to LKML - it is a very high traffic list with about a thousand messages per day, which is often not useful for beginners.) How do I send my contribution?Use For more information about using How do I get help if I'm stuck?Firstly, don't get discouraged! There are an enormous number of resources on the internet, and many kernel developers who would like to see you succeed. Many issues - especially about how to use certain tools - can be resolved by using your favourite internet search engine. If you can't find an answer, there are a few places you can turn:
If you get really, really stuck, you could try the owners of this bot, @daxtens and @ajdlinux. Please be aware that we do have full-time jobs, so we are almost certainly the slowest way to get answers! I sent my patch - now what?You wait. You can check that your email has been received by checking the mailing list archives for the mailing list you sent your patch to. Messages may not be received instantly, so be patient. Kernel developers are generally very busy people, so it may take a few weeks before your patch is looked at. Then, you keep waiting. Three things may happen:
Further information
Happy hacking! This message was posted by a bot - if you have any questions or suggestions, please talk to my owners, @ajdlinux and @daxtens, or raise an issue at https://github.com/ajdlinux/KernelPRBot. |
Only disable a ftrace probe if it is enabled, otherwise: The following triggers a warning: # modprobe trace_printk # echo "p:kprobes1/event1 trace_printk:trace_printk_irq_work" > /sys/kernel/tracing/kprobe_events # rmmod trace_printk ------------[ cut here ]------------ Failed to disarm kprobe-ftrace at trace_printk_irq_work+0x0/0x76 [trace_printk] (-2) WARNING: CPU: 5 PID: 4852 at kernel/kprobes.c:1100 __disarm_kprobe_ftrace.isra.0+0x78/0xa0 Modules linked in: trace_printk(-) [..] [last unloaded: trace_printk] CPU: 5 PID: 4852 Comm: rmmod Tainted: G W 5.9.0-rc4-test+ torvalds#506 Hardware name: Hewlett-Packard HP Compaq Pro 6300 SFF/339A, BIOS K01 v03.03 07/14/2016 RIP: 0010:__disarm_kprobe_ftrace.isra.0+0x78/0xa0 Code: 8b 03 eb cb 80 3d 5d 95 58 01 00 75 de 48 8b 75 00 89 c2 89 44 24 04 48 c7 c7 38 e3 33 8b c6 05 43 95 58 01 01 e8 c8 1d ef ff <0f> 0b 8b 44 24 04 eb b9 89 c6 48 c7 c7 08 e3 33 8b 89 44 24 04 e8 RSP: 0018:ffff971ce04b7e38 EFLAGS: 00010282 RAX: 0000000000000000 RBX: ffffffff8c900b30 RCX: 0000000000000000 RDX: 0000000000000001 RSI: ffffffff8a16c5af RDI: ffffffff8a16c5af RBP: ffff971cf2722440 R08: 0000000000000001 R09: 0000000000000001 R10: 0000000000000000 R11: 0000000000000046 R12: ffffffff8b7b33a0 R13: ffffffff8c901eb0 R14: 0000000000000000 R15: 0000000000000000 FS: 00007f4fe349b740(0000) GS:ffff971d5ab40000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 000055d07b0148b8 CR3: 00000000b76cc006 CR4: 00000000001706e0 Call Trace: kprobes_module_callback+0x1b3/0x3c0 notifier_call_chain+0x47/0x70 blocking_notifier_call_chain+0x43/0x60 __x64_sys_delete_module+0x161/0x2a0 do_syscall_64+0x33/0x40 entry_SYSCALL_64_after_hwframe+0x44/0xa9 RIP: 0033:0x7f4fe35cb00b Code: 73 01 c3 48 8b 0d 7d fe 0b 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 b0 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 4d fe 0b 00 f7 d8 64 89 01 48 RSP: 002b:00007ffe820f9888 EFLAGS: 00000206 ORIG_RAX: 00000000000000b0 RAX: ffffffffffffffda RBX: 000055d07b00a800 RCX: 00007f4fe35cb00b RDX: 000000000000000a RSI: 0000000000000800 RDI: 000055d07b00a868 RBP: 00007ffe820f98e8 R08: 0000000000000000 R09: 0000000000000000 R10: 00007f4fe363eac0 R11: 0000000000000206 R12: 00007ffe820f9ab0 R13: 00007ffe820fb223 R14: 000055d07b00a2a0 R15: 000055d07b00a800 irq event stamp: 7463 hardirqs last enabled at (7489): [<ffffffff8a1ab4cd>] __tick_nohz_task_switch+0xad/0xc0 hardirqs last disabled at (7510): [<ffffffff8a1ab4d4>] __tick_nohz_task_switch+0xb4/0xc0 softirqs last enabled at (7530): [<ffffffff8ae003b4>] __do_softirq+0x3b4/0x501 softirqs last disabled at (7545): [<ffffffff8ac01072>] asm_call_on_stack+0x12/0x20 ---[ end trace 71f3303cdebb63e3 ]--- As well as the following two ftrace selftests fail: test.d/kprobe/kprobe_module.tc test.d/kprobe/kretprobe_args.tc This is because we are trying to remove a probe that is not enabled or registered with ftrace, but exists in the kprobe tables. Cc: [email protected] Fixes: 0cb2f13 ("kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler") Signed-off-by: Steven Rostedt (VMware) <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
…checkpatch-fixes WARNING: please, no space before tabs torvalds#506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs torvalds#507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs torvalds#508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Stephen Rothwell <[email protected]>
No description provided.