diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 14:40:28 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 14:40:28 -0400 |
| commit | ef8f3d48afd6a17a0dae8c277c2f539c2f19fd16 (patch) | |
| tree | 5c28f9f287a552ad1a655b9e29e5330966652e89 /scripts | |
| parent | d7d170a8e357bd9926cc6bfea5c2385c2eac65b2 (diff) | |
| parent | 2c207985f354dfb549e5a543102a3e084eea81f6 (diff) | |
Merge branch 'akpm' (patches from Andrew)
Merge updates from Andrew Morton:
"Am experimenting with splitting MM up into identifiable subsystems
perhaps with a view to gitifying it in complex ways. Also with more
verbose "incoming" emails.
Most of MM is here and a few other trees.
Subsystems affected by this patch series:
- hotfixes
- iommu
- scripts
- arch/sh
- ocfs2
- mm:slab-generic
- mm:slub
- mm:kmemleak
- mm:kasan
- mm:cleanups
- mm:debug
- mm:pagecache
- mm:swap
- mm:memcg
- mm:gup
- mm:pagemap
- mm:infrastructure
- mm:vmalloc
- mm:initialization
- mm:pagealloc
- mm:vmscan
- mm:tools
- mm:proc
- mm:ras
- mm:oom-kill
hotfixes:
mm: vmscan: scan anonymous pages on file refaults
mm/nvdimm: add is_ioremap_addr and use that to check ioremap address
mm/memcontrol: fix wrong statistics in memory.stat
mm/z3fold.c: lock z3fold page before __SetPageMovable()
nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
MAINTAINERS: nilfs2: update email address
iommu:
include/linux/dmar.h: replace single-char identifiers in macros
scripts:
scripts/decode_stacktrace: match basepath using shell prefix operator, not regex
scripts/decode_stacktrace: look for modules with .ko.debug extension
scripts/spelling.txt: drop "sepc" from the misspelling list
scripts/spelling.txt: add spelling fix for prohibited
scripts/decode_stacktrace: Accept dash/underscore in modules
scripts/spelling.txt: add more spellings to spelling.txt
arch/sh:
arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS
sh: config: remove left-over BACKLIGHT_LCD_SUPPORT
sh: prevent warnings when using iounmap
ocfs2:
fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"
ocfs2/dlm: use struct_size() helper
ocfs2: add last unlock times in locking_state
ocfs2: add locking filter debugfs file
ocfs2: add first lock wait time in locking_state
ocfs: no need to check return value of debugfs_create functions
fs/ocfs2/dlmglue.c: unneeded variable: "status"
ocfs2: use kmemdup rather than duplicating its implementation
mm:slab-generic:
Patch series "mm/slab: Improved sanity checking":
mm/slab: validate cache membership under freelist hardening
mm/slab: sanity-check page type when looking up cache
lkdtm/heap: add tests for freelist hardening
mm:slub:
mm/slub.c: avoid double string traverse in kmem_cache_flags()
slub: don't panic for memcg kmem cache creation failure
mm:kmemleak:
mm/kmemleak.c: fix check for softirq context
mm/kmemleak.c: change error at _write when kmemleak is disabled
docs: kmemleak: add more documentation details
mm:kasan:
mm/kasan: print frame description for stack bugs
Patch series "Bitops instrumentation for KASAN", v5:
lib/test_kasan: add bitops tests
x86: use static_cpu_has in uaccess region to avoid instrumentation
asm-generic, x86: add bitops instrumentation for KASAN
Patch series "mm/kasan: Add object validation in ksize()", v3:
mm/kasan: introduce __kasan_check_{read,write}
mm/kasan: change kasan_check_{read,write} to return boolean
lib/test_kasan: Add test for double-kzfree detection
mm/slab: refactor common ksize KASAN logic into slab_common.c
mm/kasan: add object validation in ksize()
mm:cleanups:
include/linux/pfn_t.h: remove pfn_t_to_virt()
Patch series "remove ARCH_SELECT_MEMORY_MODEL where it has no effect":
arm: remove ARCH_SELECT_MEMORY_MODEL
s390: remove ARCH_SELECT_MEMORY_MODEL
sparc: remove ARCH_SELECT_MEMORY_MODEL
mm/gup.c: make follow_page_mask() static
mm/memory.c: trivial clean up in insert_page()
mm: make !CONFIG_HUGE_PAGE wrappers into static inlines
include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info
mm: remove the account_page_dirtied export
mm/page_isolation.c: change the prototype of undo_isolate_page_range()
include/linux/vmpressure.h: use spinlock_t instead of struct spinlock
mm: remove the exporting of totalram_pages
include/linux/pagemap.h: document trylock_page() return value
mm:debug:
mm/failslab.c: by default, do not fail allocations with direct reclaim only
Patch series "debug_pagealloc improvements":
mm, debug_pagelloc: use static keys to enable debugging
mm, page_alloc: more extensive free page checking with debug_pagealloc
mm, debug_pagealloc: use a page type instead of page_ext flag
mm:pagecache:
Patch series "fix filler_t callback type mismatches", v2:
mm/filemap.c: fix an overly long line in read_cache_page
mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page
jffs2: pass the correct prototype to read_cache_page
9p: pass the correct prototype to read_cache_page
mm/filemap.c: correct the comment about VM_FAULT_RETRY
mm:swap:
mm, swap: fix race between swapoff and some swap operations
mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()
mm, swap: use rbtree for swap_extent
mm/mincore.c: fix race between swapoff and mincore
mm:memcg:
memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
memcg, fsnotify: no oom-kill for remote memcg charging
mm, memcg: introduce memory.events.local
mm: memcontrol: dump memory.stat during cgroup OOM
Patch series "mm: reparent slab memory on cgroup removal", v7:
mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
mm: memcg/slab: rename slab delayed deactivation functions and fields
mm: memcg/slab: generalize postponed non-root kmem_cache deactivation
mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()
mm: memcg/slab: unify SLAB and SLUB page accounting
mm: memcg/slab: don't check the dying flag on kmem_cache creation
mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock
mm: memcg/slab: rework non-root kmem_cache lifecycle management
mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages
mm: memcg/slab: reparent memcg kmem_caches on cgroup removal
mm, memcg: add a memcg_slabinfo debugfs file
mm:gup:
Patch series "switch the remaining architectures to use generic GUP", v4:
mm: use untagged_addr() for get_user_pages_fast addresses
mm: simplify gup_fast_permitted
mm: lift the x86_32 PAE version of gup_get_pte to common code
MIPS: use the generic get_user_pages_fast code
sh: add the missing pud_page definition
sh: use the generic get_user_pages_fast code
sparc64: add the missing pgd_page definition
sparc64: define untagged_addr()
sparc64: use the generic get_user_pages_fast code
mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
mm: reorder code blocks in gup.c
mm: consolidate the get_user_pages* implementations
mm: validate get_user_pages_fast flags
mm: move the powerpc hugepd code to mm/gup.c
mm: switch gup_hugepte to use try_get_compound_head
mm: mark the page referenced in gup_hugepte
mm/gup: speed up check_and_migrate_cma_pages() on huge page
mm/gup.c: remove some BUG_ONs from get_gate_page()
mm/gup.c: mark undo_dev_pagemap as __maybe_unused
mm:pagemap:
asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]
alpha: switch to generic version of pte allocation
arm: switch to generic version of pte allocation
arm64: switch to generic version of pte allocation
csky: switch to generic version of pte allocation
m68k: sun3: switch to generic version of pte allocation
mips: switch to generic version of pte allocation
nds32: switch to generic version of pte allocation
nios2: switch to generic version of pte allocation
parisc: switch to generic version of pte allocation
riscv: switch to generic version of pte allocation
um: switch to generic version of pte allocation
unicore32: switch to generic version of pte allocation
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
mm/memory.c: fail when offset == num in first check of __vm_map_pages()
mm:infrastructure:
mm/mmu_notifier: use hlist_add_head_rcu()
mm:vmalloc:
Patch series "Some cleanups for the KVA/vmalloc", v5:
mm/vmalloc.c: remove "node" argument
mm/vmalloc.c: preload a CPU with one object for split purpose
mm/vmalloc.c: get rid of one single unlink_va() when merge
mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va()
mm/vmalloc.c: spelling> s/informaion/information/
mm:initialization:
mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
mm/large system hash: clear hashdist when only one node with memory is booted
mm:pagealloc:
arm64: move jump_label_init() before parse_early_param()
Patch series "add init_on_alloc/init_on_free boot options", v10:
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
mm: init: report memory auto-initialization features at boot time
mm:vmscan:
mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
mm: vmscan: correct some vmscan counters for THP swapout
mm:tools:
tools/vm/slabinfo: order command line options
tools/vm/slabinfo: add partial slab listing to -X
tools/vm/slabinfo: add option to sort by partial slabs
tools/vm/slabinfo: add sorting info to help menu
mm:proc:
proc: use down_read_killable mmap_sem for /proc/pid/maps
proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
proc: use down_read_killable mmap_sem for /proc/pid/pagemap
proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
proc: use down_read_killable mmap_sem for /proc/pid/map_files
mm: use down_read_killable for locking mmap_sem in access_remote_vm
mm: smaps: split PSS into components
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
mm:ras:
mm/memory-failure.c: clarify error message
mm:oom-kill:
mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()
mm, oom: refactor dump_tasks for memcg OOMs
mm, oom: remove redundant task_in_mem_cgroup() check
oom: decouple mems_allowed from oom_unkillable_task
mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()"
* akpm: (147 commits)
mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process()
oom: decouple mems_allowed from oom_unkillable_task
mm, oom: remove redundant task_in_mem_cgroup() check
mm, oom: refactor dump_tasks for memcg OOMs
mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()
mm/memory-failure.c: clarify error message
mm: vmalloc: show number of vmalloc pages in /proc/meminfo
mm: smaps: split PSS into components
mm: use down_read_killable for locking mmap_sem in access_remote_vm
proc: use down_read_killable mmap_sem for /proc/pid/map_files
proc: use down_read_killable mmap_sem for /proc/pid/clear_refs
proc: use down_read_killable mmap_sem for /proc/pid/pagemap
proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup
proc: use down_read_killable mmap_sem for /proc/pid/maps
tools/vm/slabinfo: add sorting info to help menu
tools/vm/slabinfo: add option to sort by partial slabs
tools/vm/slabinfo: add partial slab listing to -X
tools/vm/slabinfo: order command line options
mm: vmscan: correct some vmscan counters for THP swapout
mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
...
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/decode_stacktrace.sh | 4 | ||||
| -rw-r--r-- | scripts/spelling.txt | 36 |
2 files changed, 37 insertions, 3 deletions
diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh index a7a36209a193..13e5fbafdf2f 100755 --- a/scripts/decode_stacktrace.sh +++ b/scripts/decode_stacktrace.sh | |||
| @@ -28,7 +28,7 @@ parse_symbol() { | |||
| 28 | local objfile=${modcache[$module]} | 28 | local objfile=${modcache[$module]} |
| 29 | else | 29 | else |
| 30 | [[ $modpath == "" ]] && return | 30 | [[ $modpath == "" ]] && return |
| 31 | local objfile=$(find "$modpath" -name $module.ko -print -quit) | 31 | local objfile=$(find "$modpath" -name "${module//_/[-_]}.ko*" -print -quit) |
| 32 | [[ $objfile == "" ]] && return | 32 | [[ $objfile == "" ]] && return |
| 33 | modcache[$module]=$objfile | 33 | modcache[$module]=$objfile |
| 34 | fi | 34 | fi |
| @@ -85,7 +85,7 @@ parse_symbol() { | |||
| 85 | fi | 85 | fi |
| 86 | 86 | ||
| 87 | # Strip out the base of the path | 87 | # Strip out the base of the path |
| 88 | code=${code//^$basepath/""} | 88 | code=${code#$basepath/} |
| 89 | 89 | ||
| 90 | # In the case of inlines, move everything to same line | 90 | # In the case of inlines, move everything to same line |
| 91 | code=${code//$'\n'/' '} | 91 | code=${code//$'\n'/' '} |
diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 86b87332b9e5..de75b9feaaed 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt | |||
| @@ -41,6 +41,7 @@ accquired||acquired | |||
| 41 | accross||across | 41 | accross||across |
| 42 | acessable||accessible | 42 | acessable||accessible |
| 43 | acess||access | 43 | acess||access |
| 44 | acessing||accessing | ||
| 44 | achitecture||architecture | 45 | achitecture||architecture |
| 45 | acient||ancient | 46 | acient||ancient |
| 46 | acitions||actions | 47 | acitions||actions |
| @@ -54,6 +55,7 @@ activete||activate | |||
| 54 | actived||activated | 55 | actived||activated |
| 55 | actualy||actually | 56 | actualy||actually |
| 56 | acumulating||accumulating | 57 | acumulating||accumulating |
| 58 | acumulative||accumulative | ||
| 57 | acumulator||accumulator | 59 | acumulator||accumulator |
| 58 | adapater||adapter | 60 | adapater||adapter |
| 59 | addional||additional | 61 | addional||additional |
| @@ -103,6 +105,7 @@ alogrithm||algorithm | |||
| 103 | alot||a lot | 105 | alot||a lot |
| 104 | alow||allow | 106 | alow||allow |
| 105 | alows||allows | 107 | alows||allows |
| 108 | alredy||already | ||
| 106 | altough||although | 109 | altough||although |
| 107 | alue||value | 110 | alue||value |
| 108 | ambigious||ambiguous | 111 | ambigious||ambiguous |
| @@ -223,6 +226,7 @@ boardcast||broadcast | |||
| 223 | borad||board | 226 | borad||board |
| 224 | boundry||boundary | 227 | boundry||boundary |
| 225 | brievely||briefly | 228 | brievely||briefly |
| 229 | brigde||bridge | ||
| 226 | broadcase||broadcast | 230 | broadcase||broadcast |
| 227 | broadcat||broadcast | 231 | broadcat||broadcast |
| 228 | bufufer||buffer | 232 | bufufer||buffer |
| @@ -239,6 +243,7 @@ calulate||calculate | |||
| 239 | cancelation||cancellation | 243 | cancelation||cancellation |
| 240 | cancle||cancel | 244 | cancle||cancel |
| 241 | capabilites||capabilities | 245 | capabilites||capabilities |
| 246 | capabilties||capabilities | ||
| 242 | capabilty||capability | 247 | capabilty||capability |
| 243 | capabitilies||capabilities | 248 | capabitilies||capabilities |
| 244 | capablity||capability | 249 | capablity||capability |
| @@ -325,6 +330,7 @@ conector||connector | |||
| 325 | connecetd||connected | 330 | connecetd||connected |
| 326 | configuartion||configuration | 331 | configuartion||configuration |
| 327 | configuation||configuration | 332 | configuation||configuration |
| 333 | configued||configured | ||
| 328 | configuratoin||configuration | 334 | configuratoin||configuration |
| 329 | configuraton||configuration | 335 | configuraton||configuration |
| 330 | configuretion||configuration | 336 | configuretion||configuration |
| @@ -407,6 +413,7 @@ depreacte||deprecate | |||
| 407 | desactivate||deactivate | 413 | desactivate||deactivate |
| 408 | desciptor||descriptor | 414 | desciptor||descriptor |
| 409 | desciptors||descriptors | 415 | desciptors||descriptors |
| 416 | descripto||descriptor | ||
| 410 | descripton||description | 417 | descripton||description |
| 411 | descrition||description | 418 | descrition||description |
| 412 | descritptor||descriptor | 419 | descritptor||descriptor |
| @@ -432,6 +439,7 @@ deveolpment||development | |||
| 432 | devided||divided | 439 | devided||divided |
| 433 | deviece||device | 440 | deviece||device |
| 434 | diable||disable | 441 | diable||disable |
| 442 | dicline||decline | ||
| 435 | dictionnary||dictionary | 443 | dictionnary||dictionary |
| 436 | didnt||didn't | 444 | didnt||didn't |
| 437 | diferent||different | 445 | diferent||different |
| @@ -461,6 +469,7 @@ disharge||discharge | |||
| 461 | disnabled||disabled | 469 | disnabled||disabled |
| 462 | dispertion||dispersion | 470 | dispertion||dispersion |
| 463 | dissapears||disappears | 471 | dissapears||disappears |
| 472 | dissconect||disconnect | ||
| 464 | distiction||distinction | 473 | distiction||distinction |
| 465 | divisable||divisible | 474 | divisable||divisible |
| 466 | divsiors||divisors | 475 | divsiors||divisors |
| @@ -469,11 +478,14 @@ documantation||documentation | |||
| 469 | documentaion||documentation | 478 | documentaion||documentation |
| 470 | documment||document | 479 | documment||document |
| 471 | doesnt||doesn't | 480 | doesnt||doesn't |
| 481 | donwload||download | ||
| 482 | donwloading||downloading | ||
| 472 | dorp||drop | 483 | dorp||drop |
| 473 | dosen||doesn | 484 | dosen||doesn |
| 474 | downlad||download | 485 | downlad||download |
| 475 | downlads||downloads | 486 | downlads||downloads |
| 476 | droped||dropped | 487 | droped||dropped |
| 488 | droput||dropout | ||
| 477 | druing||during | 489 | druing||during |
| 478 | dynmaic||dynamic | 490 | dynmaic||dynamic |
| 479 | eanable||enable | 491 | eanable||enable |
| @@ -482,6 +494,7 @@ ecspecially||especially | |||
| 482 | edditable||editable | 494 | edditable||editable |
| 483 | editting||editing | 495 | editting||editing |
| 484 | efective||effective | 496 | efective||effective |
| 497 | effectivness||effectiveness | ||
| 485 | efficently||efficiently | 498 | efficently||efficiently |
| 486 | ehther||ether | 499 | ehther||ether |
| 487 | eigth||eight | 500 | eigth||eight |
| @@ -543,6 +556,7 @@ extensability||extensibility | |||
| 543 | extention||extension | 556 | extention||extension |
| 544 | extenstion||extension | 557 | extenstion||extension |
| 545 | extracter||extractor | 558 | extracter||extractor |
| 559 | faied||failed | ||
| 546 | faield||failed | 560 | faield||failed |
| 547 | falied||failed | 561 | falied||failed |
| 548 | faild||failed | 562 | faild||failed |
| @@ -567,6 +581,7 @@ fetaures||features | |||
| 567 | fileystem||filesystem | 581 | fileystem||filesystem |
| 568 | fimware||firmware | 582 | fimware||firmware |
| 569 | firmare||firmware | 583 | firmare||firmware |
| 584 | firmaware||firmware | ||
| 570 | firware||firmware | 585 | firware||firmware |
| 571 | finanize||finalize | 586 | finanize||finalize |
| 572 | findn||find | 587 | findn||find |
| @@ -601,6 +616,8 @@ funtions||functions | |||
| 601 | furthur||further | 616 | furthur||further |
| 602 | futhermore||furthermore | 617 | futhermore||furthermore |
| 603 | futrue||future | 618 | futrue||future |
| 619 | gatable||gateable | ||
| 620 | gateing||gating | ||
| 604 | gauage||gauge | 621 | gauage||gauge |
| 605 | gaurenteed||guaranteed | 622 | gaurenteed||guaranteed |
| 606 | generiously||generously | 623 | generiously||generously |
| @@ -641,9 +658,11 @@ iomaped||iomapped | |||
| 641 | imblance||imbalance | 658 | imblance||imbalance |
| 642 | immeadiately||immediately | 659 | immeadiately||immediately |
| 643 | immedaite||immediate | 660 | immedaite||immediate |
| 661 | immedate||immediate | ||
| 644 | immediatelly||immediately | 662 | immediatelly||immediately |
| 645 | immediatly||immediately | 663 | immediatly||immediately |
| 646 | immidiate||immediate | 664 | immidiate||immediate |
| 665 | immutible||immutable | ||
| 647 | impelentation||implementation | 666 | impelentation||implementation |
| 648 | impementated||implemented | 667 | impementated||implemented |
| 649 | implemantation||implementation | 668 | implemantation||implementation |
| @@ -661,10 +680,12 @@ incative||inactive | |||
| 661 | incomming||incoming | 680 | incomming||incoming |
| 662 | incompatabilities||incompatibilities | 681 | incompatabilities||incompatibilities |
| 663 | incompatable||incompatible | 682 | incompatable||incompatible |
| 683 | incompatble||incompatible | ||
| 664 | inconsistant||inconsistent | 684 | inconsistant||inconsistent |
| 665 | increas||increase | 685 | increas||increase |
| 666 | incremeted||incremented | 686 | incremeted||incremented |
| 667 | incrment||increment | 687 | incrment||increment |
| 688 | inculde||include | ||
| 668 | indendation||indentation | 689 | indendation||indentation |
| 669 | indended||intended | 690 | indended||intended |
| 670 | independant||independent | 691 | independant||independent |
| @@ -778,6 +799,7 @@ libary||library | |||
| 778 | librairies||libraries | 799 | librairies||libraries |
| 779 | libraris||libraries | 800 | libraris||libraries |
| 780 | licenceing||licencing | 801 | licenceing||licencing |
| 802 | logaritmic||logarithmic | ||
| 781 | loggging||logging | 803 | loggging||logging |
| 782 | loggin||login | 804 | loggin||login |
| 783 | logile||logfile | 805 | logile||logfile |
| @@ -832,6 +854,7 @@ mispelled||misspelled | |||
| 832 | mispelt||misspelt | 854 | mispelt||misspelt |
| 833 | mising||missing | 855 | mising||missing |
| 834 | mismactch||mismatch | 856 | mismactch||mismatch |
| 857 | missign||missing | ||
| 835 | missmanaged||mismanaged | 858 | missmanaged||mismanaged |
| 836 | missmatch||mismatch | 859 | missmatch||mismatch |
| 837 | miximum||maximum | 860 | miximum||maximum |
| @@ -848,6 +871,7 @@ mopdule||module | |||
| 848 | mroe||more | 871 | mroe||more |
| 849 | mulitplied||multiplied | 872 | mulitplied||multiplied |
| 850 | multidimensionnal||multidimensional | 873 | multidimensionnal||multidimensional |
| 874 | multipe||multiple | ||
| 851 | multple||multiple | 875 | multple||multiple |
| 852 | mumber||number | 876 | mumber||number |
| 853 | muticast||multicast | 877 | muticast||multicast |
| @@ -870,7 +894,9 @@ nescessary||necessary | |||
| 870 | nessessary||necessary | 894 | nessessary||necessary |
| 871 | noticable||noticeable | 895 | noticable||noticeable |
| 872 | notications||notifications | 896 | notications||notifications |
| 897 | notifcations||notifications | ||
| 873 | notifed||notified | 898 | notifed||notified |
| 899 | notity||notify | ||
| 874 | numebr||number | 900 | numebr||number |
| 875 | numner||number | 901 | numner||number |
| 876 | obtaion||obtain | 902 | obtaion||obtain |
| @@ -887,6 +913,7 @@ occuring||occurring | |||
| 887 | offser||offset | 913 | offser||offset |
| 888 | offet||offset | 914 | offet||offset |
| 889 | offloded||offloaded | 915 | offloded||offloaded |
| 916 | offseting||offsetting | ||
| 890 | omited||omitted | 917 | omited||omitted |
| 891 | omiting||omitting | 918 | omiting||omitting |
| 892 | omitt||omit | 919 | omitt||omit |
| @@ -1009,6 +1036,8 @@ programers||programmers | |||
| 1009 | programm||program | 1036 | programm||program |
| 1010 | programms||programs | 1037 | programms||programs |
| 1011 | progresss||progress | 1038 | progresss||progress |
| 1039 | prohibitted||prohibited | ||
| 1040 | prohibitting||prohibiting | ||
| 1012 | promiscous||promiscuous | 1041 | promiscous||promiscuous |
| 1013 | promps||prompts | 1042 | promps||prompts |
| 1014 | pronnounced||pronounced | 1043 | pronnounced||pronounced |
| @@ -1023,6 +1052,7 @@ prosess||process | |||
| 1023 | protable||portable | 1052 | protable||portable |
| 1024 | protcol||protocol | 1053 | protcol||protocol |
| 1025 | protecion||protection | 1054 | protecion||protection |
| 1055 | protedcted||protected | ||
| 1026 | protocoll||protocol | 1056 | protocoll||protocol |
| 1027 | promixity||proximity | 1057 | promixity||proximity |
| 1028 | psudo||pseudo | 1058 | psudo||pseudo |
| @@ -1037,6 +1067,7 @@ reasearcher||researcher | |||
| 1037 | reasearchers||researchers | 1067 | reasearchers||researchers |
| 1038 | reasearch||research | 1068 | reasearch||research |
| 1039 | recepient||recipient | 1069 | recepient||recipient |
| 1070 | recevied||received | ||
| 1040 | receving||receiving | 1071 | receving||receiving |
| 1041 | recieved||received | 1072 | recieved||received |
| 1042 | recieve||receive | 1073 | recieve||receive |
| @@ -1110,6 +1141,7 @@ retreived||retrieved | |||
| 1110 | retreive||retrieve | 1141 | retreive||retrieve |
| 1111 | retreiving||retrieving | 1142 | retreiving||retrieving |
| 1112 | retrive||retrieve | 1143 | retrive||retrieve |
| 1144 | retrived||retrieved | ||
| 1113 | retuned||returned | 1145 | retuned||returned |
| 1114 | reudce||reduce | 1146 | reudce||reduce |
| 1115 | reuest||request | 1147 | reuest||request |
| @@ -1145,7 +1177,6 @@ senarios||scenarios | |||
| 1145 | sentivite||sensitive | 1177 | sentivite||sensitive |
| 1146 | separatly||separately | 1178 | separatly||separately |
| 1147 | sepcify||specify | 1179 | sepcify||specify |
| 1148 | sepc||spec | ||
| 1149 | seperated||separated | 1180 | seperated||separated |
| 1150 | seperately||separately | 1181 | seperately||separately |
| 1151 | seperate||separate | 1182 | seperate||separate |
| @@ -1177,6 +1208,7 @@ singaled||signaled | |||
| 1177 | singal||signal | 1208 | singal||signal |
| 1178 | singed||signed | 1209 | singed||signed |
| 1179 | sleeped||slept | 1210 | sleeped||slept |
| 1211 | sliped||slipped | ||
| 1180 | softwares||software | 1212 | softwares||software |
| 1181 | speach||speech | 1213 | speach||speech |
| 1182 | specfic||specific | 1214 | specfic||specific |
| @@ -1283,6 +1315,7 @@ threds||threads | |||
| 1283 | threshhold||threshold | 1315 | threshhold||threshold |
| 1284 | thresold||threshold | 1316 | thresold||threshold |
| 1285 | throught||through | 1317 | throught||through |
| 1318 | trackling||tracking | ||
| 1286 | troughput||throughput | 1319 | troughput||throughput |
| 1287 | thses||these | 1320 | thses||these |
| 1288 | tiggers||triggers | 1321 | tiggers||triggers |
| @@ -1409,5 +1442,6 @@ wnat||want | |||
| 1409 | workarould||workaround | 1442 | workarould||workaround |
| 1410 | writeing||writing | 1443 | writeing||writing |
| 1411 | writting||writing | 1444 | writting||writing |
| 1445 | wtih||with | ||
| 1412 | zombe||zombie | 1446 | zombe||zombie |
| 1413 | zomebie||zombie | 1447 | zomebie||zombie |
