In the Linux kernel, the following vulnerability has been resolved:
IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests
hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs where an iovec other than the tail iovec does not run up to the page boundary for the buffer pointed to by that iovec.a
Here are the specific bugs: 1. usersdmatxadd() does not use struct usersdmaiovec->iov.iovlen. Rather, usersdmatxadd() will add up to PAGESIZE bytes from iovec to the packet, even if some of those bytes are past iovec->iov.iovlen and are thus not intended to be in the packet. 2. usersdmatxadd() and usersdmasendpkts() fail to advance to the next iovec in usersdmarequest->iovs when the current iovec is not PAGE_SIZE and does not contain enough data to complete the packet. The transmitted packet will contain the wrong data from the iovec pages.
This has not been an issue with SDMA packets from hfi1 Verbs or PSM2 because they only produce iovecs that end short of PAGE_SIZE as the tail iovec of an SDMA request.
Fixing these bugs exposes other bugs with the SDMA pin cache (struct mmurbhandler) that get in way of supporting user SDMA requests with multiple payload iovecs whose buffers do not end at PAGE_SIZE. So this commit fixes those issues as well.
Here are the mmurbhandler bugs that non-PAGESIZE-end multi-iovec payload user SDMA requests can hit: 1. Overlapping memory ranges in mmurbhandler will result in duplicate pinnings. 2. When extending an existing mmurbhandler entry (struct mmurbnode), the mmurb code (1) removes the existing entry under a lock, (2) releases that lock, pins the new pages, (3) then reacquires the lock to insert the extended mmurbnode.
If someone else comes in and inserts an overlapping entry between (2) and (3), insert in (3) will fail.
The failure path code in this case unpins all pages in either the original mmurbnode or the new mmurbnode that was inserted between (2) and (3). 3. In hfi1mmurbremoveunlessexact(), mmurbnode->refcount is incremented outside of mmurbhandler->lock. As a result, mmurbnode could be evicted by another thread that gets mmurbhandler->lock and checks mmurbnode->refcount before mmurbnode->refcount is incremented. 4. Related to #2 above, SDMA request submission failure path does not check mmurbnode->refcount before freeing mmurb_node object.
If there are other SDMA requests in progress whose iovecs have pointers to the now-freed mmurbnode(s), those pointers to the now-freed mmu_rb nodes will be dereferenced when those SDMA requests complete.
{ "vanir_signatures": [ { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-0064b5a2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-01995d5e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "169766957188111290663463105976912145148", "20316415293161690444354973256321330377", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-025b6960", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "119778804494206843206094641844820815444" }, "id": "CVE-2023-52474-02cb74ac", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-04df1705", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-05ea2477", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-0a209ca6", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-0a362280", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-0a90143b", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-0d38ac75", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-0fc5e65d", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-107ca753", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "331256897951247132408176595130664231228", "101728307040226980323530464862788549140", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-125b5627", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-12aa0acb", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-1443ac4e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-15ff89dd", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-172066c6", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-17ae1958", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-1988490c", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-19da6ed2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-1aafee34", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-1b152ef3", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-1b77e360", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-1c66a6f8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-1d68e136", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-1ed975bc", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-220c6239", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-23111913", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 424.0, "function_hash": "185441342823949480889242061693839064089" }, "id": "CVE-2023-52474-23c3b482", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-266db8fb", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-26701759", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "169766957188111290663463105976912145148", "20316415293161690444354973256321330377", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-27d096cb", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-27f71f6e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "119778804494206843206094641844820815444" }, "id": "CVE-2023-52474-282232d9", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-2ab7818a", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-2c404e11", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-2d7df42e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-2f207e8b", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-336eb4e5", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-36875794", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-377b2d87", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-3811f9b5", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 428.0, "function_hash": "314032220674053916590957780909910555188" }, "id": "CVE-2023-52474-383b346e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "49577216613889708030116812322597727117" ] }, "id": "CVE-2023-52474-385d865c", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-39536d4e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-3a446adb", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-3a9a5a51", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-3a9cc3ee", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-3c183e0b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-3cb8f9a0", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-3d01512c", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-3d614c1a", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-3ef66c19", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-3fc83d95", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "49577216613889708030116812322597727117" ] }, "id": "CVE-2023-52474-42f16d9a", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-43e66411", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-467f63a0", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-46aaef87", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-472eb112", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-4a05dcf7", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-4a94f568", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-4b23b4e7", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-4cf17e67", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-4eac7c6b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "169766957188111290663463105976912145148", "20316415293161690444354973256321330377", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-5207f005", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-543a4a63", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "119778804494206843206094641844820815444" }, "id": "CVE-2023-52474-557d024a", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-55e9e1f6", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-5837612a", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-585472aa", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-5b72ff1b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-5d0ac0bf", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-5fa54b2d", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-606befaa", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-60bf6d36", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-60f07d43", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-60f403f0", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-62935534", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-6463fdc8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-65a263be", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-6637ba5e", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "49577216613889708030116812322597727117" ] }, "id": "CVE-2023-52474-66ab9057", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-67d2c8eb", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-6875eadc", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-691deed6", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-6b9684ae", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-6c231d1b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-6de3d503", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-6e0bf000", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-6e1e920b", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-6eda8257", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-6f3548ba", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-70d23366", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-70f8f8d9", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-7116000c", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-72567969", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-759838ee", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-75e637fd", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-76cd438e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-78748d58", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-78c68162", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-7901a8b2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-7aefa9c5", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-7c661ef6", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-7d988af7", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-7da81f47", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-7e68b8ef", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-80e42d7d", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-83df8f64", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-850a2a16", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-879c53ff", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-87d20a18", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "169766957188111290663463105976912145148", "20316415293161690444354973256321330377", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-882e7380", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-8a5ad3a0", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_cache_evict", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 175.0, "function_hash": "321241103446646966160374786470564063172" }, "id": "CVE-2023-52474-8b8d63e4", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-91f154e6", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-92ca1fae", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_txadd_kvaddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 559.0, "function_hash": "4320661440839842550540751368390316509" }, "id": "CVE-2023-52474-9352119f", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-93f96679", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "294334856971855030859742682938834110127", "134892205072229107833255136286070707431", "71878189647363882903674408723667428232", "303141942622537223571614582886101493487", "164435006711990378517406059338076999059", "208071795823639079590841410935921958715", "151241178460701398486006357176534168460", "215393730271894189627984377291929164702", "326545040782899848725161783790476967860", "46963356756772739887329239868035591752", "292854374655543772962943737929050986237", "171981184717437993041271622651200073581", "48478206976475214733921315536973038272", "66437934878553557866232400480223745984", "143347785920442668593227809216005924736", "169766957188111290663463105976912145148", "20316415293161690444354973256321330377", "32224275721119920538197652110144256859", "323789862565925330752960086435845065396", "234673090867896132061143645449320593975", "237608701002046212768763306611689609338", "181202401656814040867157560113037605672", "180878415420631734072538142684690867812", "259923046242825628301339875891761594095", "202752720149065533850921761694299258074", "215178896307607856686060569270898529570", "64349603813039724557584481540204208373", "121800867367638352144464899070459107826", "169822593783676003804066903820902032701", "169470168541220341796741766410133161123", "181202401656814040867157560113037605672", "129396673828493358954232816297077207446", "256934074148279478736808609356873068777", "93607895274652946109200301337444131202", "140744211098495536349672908621122174386", "171619757551507307023372053344324772962" ] }, "id": "CVE-2023-52474-941f8e0e", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-96d98f4b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-9739d03e", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-98b5a72b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-9d01e9a5", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "pin_vector_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1213.0, "function_hash": "229950779527461242618073790825029339235" }, "id": "CVE-2023-52474-9df82ea9", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-9e184d93", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-9f10c4ae", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-9f5983f3", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-a0143fa2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-a304993d", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-a329f4c1", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-a3c4c203", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "hfi1_ipoib_build_ulp_payload", "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "length": 562.0, "function_hash": "267065915313604391470923359163658373368" }, "id": "CVE-2023-52474-a4b3748d", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-a50961a3", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-a52c8b78", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-a6bdd389", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-a7522e5e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-a888a271", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "119778804494206843206094641844820815444" }, "id": "CVE-2023-52474-a96bf984", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-aa559286", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-ac1eec91", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-adbb42ac", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "276490298974863205295633441109912700096", "298586356607246823441739449731764214728", "277602785782454568945301798975939379142", "188554553697484627132161346117300564757" ] }, "id": "CVE-2023-52474-b04e2dc7", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "user_sdma_send_pkts", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 2718.0, "function_hash": "27721097246310857579560505572715327243" }, "id": "CVE-2023-52474-b05ab7c1", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "49577216613889708030116812322597727117" ] }, "id": "CVE-2023-52474-b1e5ae9d", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "49577216613889708030116812322597727117" ] }, "id": "CVE-2023-52474-b2152010", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "pin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 954.0, "function_hash": "7733430730801078396810376396724262902" }, "id": "CVE-2023-52474-b242d2a0", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 428.0, "function_hash": "314032220674053916590957780909910555188" }, "id": "CVE-2023-52474-b4ae6850", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-b8367816", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-b865bf42", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/verbs.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "60580967921283630071031227334585713904", "336136030710723468604710521969876602106", "215779452585613246851832612362888635731", "136006699499690225756416390425645388241", "112422143358338475086034458058404007921" ] }, "id": "CVE-2023-52474-b9417d80", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-b9438aa7", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-b9775fbc", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "user_sdma_txadd", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 1076.0, "function_hash": "158911341752453921115437552865282501663" }, "id": "CVE-2023-52474-ba0140c2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-ba01fe74", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-bde8d206", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-be2fba73", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-bfb75cb8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-c0548418", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-c251068c", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-c4f4f6f8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-c5fd3c95", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "293827960612108363014811895867650039661", "206618724929464779157149732176219615633", "160305494499748192708825279217172952176", "41217532605081795063188869168164506468", "87372992192112974439293691358806727033", "152693308139818292391135494436101045235", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "238866882014936734191018176685556538394", "154522368307751174359584696229632646582", "1417379503208906040427350212347885439", "335161764242897117343637001151760179922", "159643043242834716176842335406140023867", "199761635420687949106013089651604426326", "36311026199203717213151061467755783237", "266520759835388859654400172367596758639", "22186081318389816503279922306657828920", "284841098998731735065501685140798709624", "121674548533622177155609306739398675218", "99390516254997326511961638255175046404", "130757127413651231524494122958048403489", "339699167854921774619372300840243502975", "183950424273964109339233947835798962493", "207711233679105415808557536005885567107", "980782380358218176096077943311330806", "147306361209258961887894961820783498020", "208188549830491548163745306060465047948", "195018981054717578283760026284461770745", "327235159917214240156901960478117162727", "3782767713286850245459076841355655862" ] }, "id": "CVE-2023-52474-c6004844", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-c7076026", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-c7dd7d6b", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-c8e382a6", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-c8f59903", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-cc4d6b44", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "148465170447107162047739997464787853245" }, "id": "CVE-2023-52474-ccfdef33", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-ce5ed3f2", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-d3589e97", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_txadd_page", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 590.0, "function_hash": "181560801016772469122272703484068132483" }, "id": "CVE-2023-52474-d76625a8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "ext_coal_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 1309.0, "function_hash": "2911941092439242692749937577690967357" }, "id": "CVE-2023-52474-d8ec7d3a", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-db0a2165", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "155314112708036996740223444749604182765", "62507199811860866824369229669289824033", "337030661825005040709054867333851391934", "315865674775306223526669093728895544661", "146384726448773062741000959114216075834", "132789084179009562094109481580898846972", "117185112916590935904822828207319792140", "88716891951902617088717171667070052643", "163203023443524847442983925340688863063", "247112417033619516847188599401354706574", "6782742164726868861719459672528019496", "38431921044668900008035053621404614882", "63834680977971134957545159042710549741", "193551187803527793345481328508280166522", "109017120792634757514319326835608440142", "108275064278096599754234111404554634572", "284588207397178643804921108451183534936", "268242429385772614807352202366442178199", "334201673411667181775927536426461175751", "311547289742537118617336697426703371259", "178907479384192100568662745077900501667", "272006277301654387599558482121496468848", "245863622643359784844267157613217873737", "200461852292953449865791351734767661303", "333580565922656499329220387973138040732", "65434556683134720527609543860640597486", "254397272094126691965382793888289784475", "142106067335992893643636780701176047170", "284326302737881046597451317968087959222", "241387566863600940696364939035203536185", "97211972448185331305838930595072956768", "230148992898226212684964400154953552044", "201978628927076011718583322336499508019", "251626877432029739163911258131182124056", "156438646257350551287296505355217138107", "316112874346459555502371929148930157015", "197766739154376958294634639963769682446", "17221273477344039687147206561242876662", "44289681163107766398960223516225197111", "255498029148882902348783492495324010002", "167116972328536064175763333791880528684", "150385562976217724606532618664502208626", "36533154173733412962052474780599689208", "328449276949346003139752943174171644276", "173068275384609813379888502432575643650", "26859496191633397662170821614578199260", "307108684538105244586568798476768347359", "193807386437753657191465942723517539517", "129006146710479196885453671832004847391", "164966817102569182680453906742466306644", "48625280024917431742771563862540784100" ] }, "id": "CVE-2023-52474-dbcc89fa", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 428.0, "function_hash": "314032220674053916590957780909910555188" }, "id": "CVE-2023-52474-dc21a14b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-dcc6f3bb", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "hfi1_mmu_rb_insert", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 667.0, "function_hash": "28937836995059221969494211726134479657" }, "id": "CVE-2023-52474-e0055e25", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "sdma_rb_remove", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 182.0, "function_hash": "253925920989830974700742249069310866853" }, "id": "CVE-2023-52474-e0e10578", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "_sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 447.0, "function_hash": "119778804494206843206094641844820815444" }, "id": "CVE-2023-52474-e130b32e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-e232d5f1", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 428.0, "function_hash": "314032220674053916590957780909910555188" }, "id": "CVE-2023-52474-e2ef7f7b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "user_sdma_txreq_cb", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 680.0, "function_hash": "282454915380411497279017905520935441807" }, "id": "CVE-2023-52474-e46e4c71", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-e4ab1e60", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "272154786030930402020427926735731624359", "107973304459242752171249491290193672381", "5957469699295255421811477308338007810", "11027203828739810418716550321917691691", "151134380693723174832618433028299172616", "164828797642539707549761495346423523242", "128612141314574247888847381162963156737", "178204266336773524354911957737416247566", "191859611510706555686257057715464831290", "272274938603824385369423939246687921357", "149527248857484142497288662629811880814", "118535590981841620925787667055362060564", "338309016781898445987001941578375890115", "202222387796811128347420200796361251283", "99105815669286960500209652244157411808", "182499565304343150611664949846336510899", "86923942568900403229542380870682722402", "134046794491768279158049507500393865198", "277282034154504886684685686375176086745", "139112745233909510924550483804271792565", "138755782369706938555007597904534444300", "323644753835799018981832103978702732286", "19171589788574384348109158177643309483", "260867123200718508840188526764095264409", "223702067309181380025280548306541909248", "193748112671069751777657542418201238874", "256762521252099384078612720733517106648", "316584478794894681486582994989595185642", "181133760565502148697384221326632486548", "202281749524997645739038612697523878755", "214237574089981677037242892693439942510", "140442522397888006584881112153204194287", "254635749574811469299092520218390436224", "333508771862127821269983747254052837039", "327421083231711869271925629018675602658", "331316007454489856905657011861852538695", "172264405242629109178707098082856327111", "285295007462430608560704029508874231831", "330837159642098914762359877107873364091", "261541508311650434278332305866822314264", "301279149428147756699017141887402389086", "187259198503513247750495114565931243169", "299356064618965628104341549644633082303", "2736445436870347014442191383087353929", "105290479257221461772735983753637844074", "51014005329788172518116327469385400146", "278581178568934417364756895393235523799", "69895163903871127279147017566702088289", "262245827598776573323149580138847015598", "186881858898129016311360367739316228175", "14529107274439269054747621851254599654", "107533415345853173013041742517648792087", "22128245945232760806099929909224966313", "167721115396897977864326832253710756889", "8616337810192420280653316666441290532", "125357651290218602739836340666205045770", "55246289331011037080233038871290611544", "169203879329560820937571279814346614726", "215868483960986671024663709789701793812", "332996005486163988818374491800923662455", "55086655498241771870715245934676996615", "215720450385413547236456591612395719211", "319829280853674398996174419028569231957", "163279974171316634894163921541429849594", "176283489291837665309654612555490391841", "91886270498990179520246580639832017354", "287927322446030549515795198753251043092", "326182144157652062477689864707955043571", "175644223326972277106743415211849224148", "16502209504065186869944144099391079552", "249310990279759692935595944467726656265", "237342676120358586590357719210871238784", "84448483582046042129605908720356131801", "52508530288440688117783358320097238221", "388851777825124211538714533671725927", "58979713809038087495439221217226068907", "64230970859681505794434120593975166381", "24333085467334077493886119121028246925", "241589832250960822566777492758990631140", "92331085889096242451091572419666060409", "311631490480151662411157508861256221187", "235164146054439485821062264421293641887", "43461885580228257152395373894074867739", "334752893077871739459930586412155302141", "54313396160245300433695164317166541201", "185138557900154581749421150242994683161", "318286055143619997964576052927865407337", "203096909930916307198416085064919324584", "311158175943193379379009333837512080673", "1509345695912104327467850514100239218", "292038083759721824893852129571897595133", "167581848546999278420891101348547405925", "297159405532538668263284328472944074212", "65088780305522780356955142603900823237", "190765040780151798870828297030529490509", "172688966244665049085491133858565420161", "166153031426498389442191144055008614430", "145074796768401741191715669428270133507", "298477519769359972561232893855491928033", "308412396953718983287581190447552549212", "118887476271507191640812119360770166091", "237451779944087038178735480292150057613", "56979211095308414883101346667434274445", "259803522242598395345066013065067299885", "335629270164266199070815943146138820092", "241254431836908738911141717599958877948", "46666221799471801418279928147978811588", "43676487393372934541418877843490783445", "74348427047139112842553184702816738018", "95371875982912980055846357500991287662", "72303552108296073741311192856895038345", "52171437089654975457256165548385396709", "2568952876111060738367310778120246078", "315870920548359476090630277705952321429", "43394606877747920096603674159206123841", "96574576522154053399403718146391421196", "2316222568478667438379370388830088905", "57311215876636315276346031810778230196", "327872034024727509730676613540805799936", "205822988742741000799506266082645891166", "168007490719523105516614114785195254293", "303324149453934924790096916700919264579", "114397844450271154895800816423708825251", "287455753703250789217998923339621829926", "42807010233409940201471868875179872784", "225565796786130586223000604483570057797", "90299408254346618596881932407958980938", "121542744463224110765429429606853314865", "85947738883883714480857328694564830374", "281807811157636965773274197430515056671", "88152278756310305413492201258876022882", "72011841600194182265866370798256498150", "171235016426109416226037532914365562052", "166240948251790886476810870759544866196", "249330868693235484797884085669882818581", "185719740626878860051117413514781446231", "201458626367089568673172879436458332278", "9664804377340755237424335218300206849", "195552136890038150129769132298722337365", "243221232025096057594651398762750497023", "206599952182858891839217687830769443034", "204774191593224819037493125914785319362", "43317484266142917221795373440381339964", "18562787075772534487958620036787107611", "58664860171671550817348495877035911360", "111955920420031989155687071503556129141", "216215470962166910271005082351044023907", "318283172070970525978560393201314467788", "326850931370358104857779125924854446338", "76965803251754749046114597450222255969", "153536045256003403199889057567426811413", "270772805343293466168330218252121441994", "209718461886963534459279712867617035970", "153928379061875510175773064310645539080", "203828647441107910383282455433721904591", "139353405724742971830551910506541931380", "134897665137449892543971383045493377820", "333676071030242960482905375481855815144", "65669478748290952300352521540213108685", "197011083227978285935059456354114187528", "188729145543661022596150320716936437551", "173016309007240411035708669006569851743", "175042611938984566868048180378716496211", "4111322755282850536837390309593611315", "256848829126974771990214570107736831081", "165921368085311803356167017071997146076", "317162679170456913710321848043220330646", "67690464072088410886740742455351023959", "58796735289981395345602142410946009194", "141239229068167024631406192556962664308", "147575357796680631589832774308513377123", "329578035362700706297306745955517015840", "218622762673906670466987454093764563536", "103877986070681070429493893831539190138", "116191096373288896157781126547726207604", "93067344325659085033704068323934737464", "289769735196980871818975011115680135911", "74387297008050064913891672386004369861", "107608815105236431291396579335362033734", "88107859071248268585051390954186086469", "41911108323433763627402211174955106192", "171506709738351380055045038568917318679", "103448148670355995764788577623810798787", "72634976301575905494160779862841570500", "295054096335146178549171528664625522323", "239972798380031343738482327410696719813", "192101060297860024372808765738234643088", "129361334511336209287166302372454323987", "223877812417079346477898447425899385355", "25695810675414809929719649345664317840", "244302456318506900889858738481096657654", "258868307263918457483153002157647701022", "22103951684466417595040080419466460181", "78208239676572667829542145326678875288", "312359986572012452988435266155518259052", "76832887819056828280809084778076595997", "136684158070257216730831586754887810237", "281259728274608248108214301778191733112", "139028201948618177877573224081261549493", "108316277362143213544025876610070324222", "38334169058901304511432276306940145757", "215417758309610787576413770059198121384", "58760562754813854983777474353973614108", "306698758165038207697864522553445220999", "281529219454745940324952309754763475257", "7829674982652240445473383231970788454", "26687253105841137416535636987775553841", "88653697262580546962167345805159953049", "250136897689205379467912596985755062839", "174627899535473476829165576819140477310", "266546689275956130003957790174407184953", "56055046773139505709638044209016168142", "252438918356407224260575066450216446106", "52140021680146867212994528227375272874", "186565878296600961154054498448387562161", "326848372983172052053519176373594800666", "267835254309482833233489486707866068409", "284342202160281803439161962035137582014", "223554198036907446587011386613412625266", "172620992561094420604961561150301619787", "159050218756705719807506919989918645821", "2528600949652716573335316707524100698", "85527817321844939777939400432688311045", "75334559070976454654045925265374589969", "162761737480877630199276644877481226130", "152286760649847662062999152328449127568", "39023259252817667318738040641902187328", "34466796560258874672745894211865511126", "312952224879054041917793658640691611714", "5911334481974351439672077153668141201", "37363181226797668737704551001772976073", "193707122016619475175551244506701878422", "14971348209374966521023292034688729789", "140864749473866867977186068716400209842", "167684943017428602893024421245815011150", "266681457246444589394668136681393885639", "127204730425103303109105616660024844257", "260867113939297307980178110479238069209", "336929237854561830922340346617362184743", "266880737887096183419146569916278840513", "156938421560104178662439704486946581741", "108793218997536338283717156485585288428" ] }, "id": "CVE-2023-52474-e4d6dee4", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-e6de3794", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "_pad_sdma_tx_descs", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 428.0, "function_hash": "314032220674053916590957780909910555188" }, "id": "CVE-2023-52474-e90c544d", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/ipoib_tx.c" }, "digest": { "threshold": 0.9, "line_hashes": [ "197419887116153423121768133682337826639", "227162052080475273455120772912512482860", "249616909913414046842647517892753020099", "193116730722074586832408753287398414544" ] }, "id": "CVE-2023-52474-e94b2228", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/sdma_txreq.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "312784300480494035169740456792058036382", "200335132456581668544605194047659333251", "1935738252519009652981883779509677360" ] }, "id": "CVE-2023-52474-eaa84deb", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "hfi1_mmu_rb_remove", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 365.0, "function_hash": "281803223193713991447229813217345561666" }, "id": "CVE-2023-52474-eb86b8a7", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-ec40e142", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "user_sdma_free_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 763.0, "function_hash": "105361428308912157624149192241351957145" }, "id": "CVE-2023-52474-ed2e6a25", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a2bd706ab63509793b5cd5065e685b7ef5cba678", "target": { "file": "drivers/infiniband/hw/hfi1/mmu_rb.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "287274629516836733465343663367730027919", "169151936694212944971460211540015614759", "221289473260792074280230961133508179657", "109320276422580955492329108888878628421", "279530413941643123128361459608556372471", "99499290661177460835537761793812599221" ] }, "id": "CVE-2023-52474-ed68d699", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "unpin_sdma_pages", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 202.0, "function_hash": "231679219907482080306879629727110293474" }, "id": "CVE-2023-52474-ee79c733", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "hfi1_user_sdma_process_request", "file": "drivers/infiniband/hw/hfi1/user_sdma.c" }, "digest": { "length": 6396.0, "function_hash": "297137967112936805388881310528032781407" }, "id": "CVE-2023-52474-ef1fd5ae", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "build_vnic_ulp_payload", "file": "drivers/infiniband/hw/hfi1/vnic_sdma.c" }, "digest": { "length": 679.0, "function_hash": "276102608956223734735001939148792186303" }, "id": "CVE-2023-52474-f13f2bd6", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "make_tx_sdma_desc", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 597.0, "function_hash": "70877397752015524006831922448118728529" }, "id": "CVE-2023-52474-f34bd10b", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e6010f79b58f45b204cf18aa58f4b73c3f30adc", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-fa28aed9", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/user_sdma.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "114533292365382419340256343975955383711", "320899374275244708030176450511069715151", "56940992717397378748196008177493979743", "97344162357537571284854536903918985827", "73481114729884750453088555062015118561", "252960054430309130075317850802090550793", "98000367753617126165229760015008606701" ] }, "id": "CVE-2023-52474-faf17071", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dce59b5443700fbd0d2433ec6e4d4cf063448844", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-fd3209a8", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c76cb8f4bdf26d04cfa5485a93ce297dba5e6a80", "target": { "function": "sdma_txadd_daddr", "file": "drivers/infiniband/hw/hfi1/sdma.h" }, "digest": { "length": 345.0, "function_hash": "9190639741182557897462531913232651711" }, "id": "CVE-2023-52474-fd333208", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9c4c6512d7330b743c4ffd18bd999a86ca26db0d", "target": { "function": "hfi1_mmu_rb_remove_unless_exact", "file": "drivers/infiniband/hw/hfi1/mmu_rb.c" }, "digest": { "length": 581.0, "function_hash": "215361496777574987665567658446621292781" }, "id": "CVE-2023-52474-fd3d041e", "deprecated": false, "signature_type": "Function", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "file": "drivers/infiniband/hw/hfi1/trace_mmu.h" }, "digest": { "threshold": 0.9, "line_hashes": [ "142460285391022430421207871186758955447", "216210967205087935559786265341040043405", "47170908849668461562620103127399059804", "166694783432569424766160286579940252079", "160955841273920380594710742922645441967", "3959092941825092674031310724670842639" ] }, "id": "CVE-2023-52474-fd8427cb", "deprecated": false, "signature_type": "Line", "signature_version": "v1" }, { "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@00cbce5cbf88459cd1aa1d60d0f1df15477df127", "target": { "function": "sdma_unmap_desc", "file": "drivers/infiniband/hw/hfi1/sdma.c" }, "digest": { "length": 356.0, "function_hash": "137230661206363079689030392611494052048" }, "id": "CVE-2023-52474-fec509cf", "deprecated": false, "signature_type": "Function", "signature_version": "v1" } ] }