In the Linux kernel, the following vulnerability has been resolved:
scsi: qla2xxx: Implement ref count for SRB
The timeout handler and the done function are racing. When qla2x00asynciocbtimeout() starts to run it can be preempted by the normal response path (via the firmware?). qla24xxasyncgpscspdone() releases the SRB unconditionally. When scheduling back to qla2x00asynciocbtimeout() qla24xxasyncabort_cmd() will access an freed sp->qpair pointer:
qla2xxx [0000:83:00.0]-2871:0: Async-gpsc timeout - hdl=63d portid=234500 50:06:0e:80:08:77:b6:21. qla2xxx [0000:83:00.0]-2853:0: Async done-gpsc res 0, WWPN 50:06:0e:80:08:77:b6:21 qla2xxx [0000:83:00.0]-2854:0: Async-gpsc OUT WWPN 20:45:00:27:f8:75:33:00 speeds=2c00 speed=0400. qla2xxx [0000:83:00.0]-28d8:0: qla24xxhandlegpscevent 50:06:0e:80:08:77:b6:21 DS 7 LS 6 rc 0 login 1|1 rscn 1|0 lid 5 BUG: unable to handle kernel NULL pointer dereference at 0000000000000004 IP: qla24xxasyncabortcmd+0x1b/0x1c0 [qla2xxx]
Obvious solution to this is to introduce a reference counter. One reference is taken for the normal code path (the 'good' case) and one for the timeout path. As we always race between the normal good case and the timeout/abort handler we need to serialize it. Also we cannot assume any order between the handlers. Since this is slow path we can use proper synchronization via locks.
When we are able to cancel a timer (del_timer returns 1) we know there can't be any error handling in progress because the timeout handler hasn't expired yet, thus we can safely decrement the refcounter by one.
If we are not able to cancel the timer, we know an abort handler is running. We have to make sure we call sp->done() in the abort handlers before calling kref_put().
[
{
"signature_version": "v1",
"digest": {
"length": 2476.0,
"function_hash": "50842093840208533318666666861929306160"
},
"signature_type": "Function",
"id": "CVE-2022-49159-01ca8286",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 740.0,
"function_hash": "281912397512475366535151602504894123138"
},
"signature_type": "Function",
"id": "CVE-2022-49159-053be45d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 740.0,
"function_hash": "281912397512475366535151602504894123138"
},
"signature_type": "Function",
"id": "CVE-2022-49159-05be9883",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"141008565453561371245471801338576432983",
"304503271269740826126969212988971685142",
"205808862577235734829422248626239382997",
"97725252292223588339353881493481544235",
"317718958161320281085830925502048578502",
"185682310113356162837218690303782340583",
"159242672518715521545733923217302843470",
"210563109026486518310964408321517511799",
"170806627715688187548399357304905936234",
"283037523489310785298976644235137073404",
"137671005784729181943033808451660658664",
"124390454082740549095479218399610210245",
"278644337740422667640786845438220826475",
"147229147692610337162283016176923066091",
"179996233305047821882984150205512982875",
"204564351207688208954826303842653599692",
"119613113879797178058857260576777809447",
"51978862598373783598033963745388765523",
"131912017867502620575505389972428191869",
"242707036479047557655630290786951981542",
"284149846603749359185938564088176493159",
"82639537041900588219979572023377734247",
"79000286475687435176721661248191226128",
"233745483971194364001907528203775844754",
"59491019990962879556552899473364722821",
"61924729083182101077227057539198111224",
"191383954734410998332805361564820713130",
"149956673568190302263286691696287952100",
"314025108949397001503591417667349541092",
"274610552443510551554903316045310514130",
"82814779502095261889699031936834172036",
"238102361425576707502420252688831112994",
"215892294597941335954971236344825904281",
"225135076630972502540056454631925119682",
"213495393808847196903414438409484453539",
"104471466176255843399811890716982918864",
"273951529918937557731014085845340954834",
"1886327283145155850439388322957766657"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-07170a98",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1763.0,
"function_hash": "181565465325987944688165803597623813448"
},
"signature_type": "Function",
"id": "CVE-2022-49159-094d8034",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3300.0,
"function_hash": "21509701804337545847627642221078570333"
},
"signature_type": "Function",
"id": "CVE-2022-49159-0a037ee2",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_els_dcmd2_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 247.0,
"function_hash": "35775002531570887026905201317255770065"
},
"signature_type": "Function",
"id": "CVE-2022-49159-0b4f978d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_qpair_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2115.0,
"function_hash": "118567372141469867630362111793569549399"
},
"signature_type": "Function",
"id": "CVE-2022-49159-0bd26a0e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"312070817242691647542071457478094127963",
"104760008616168616369363466355995572695",
"106861451714109979999841235893429566402",
"176961976202438404568627002874354610822"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-0cd9cd65",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"260769398916175617098306644542939761675",
"154226822496257463775223308745901380609",
"304452590781544095862465837954487217435",
"304952544627043250150723913258565037947",
"258748519117776281118848800981711690560",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-0d78cafa",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 784.0,
"function_hash": "223510787175926087347679044155390391869"
},
"signature_type": "Function",
"id": "CVE-2022-49159-0dc593ed",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prli_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1520.0,
"function_hash": "292768072304754191939954940174415289947"
},
"signature_type": "Function",
"id": "CVE-2022-49159-0fefffba",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1775.0,
"function_hash": "191695208318863264017149174129028095088"
},
"signature_type": "Function",
"id": "CVE-2022-49159-10bcb7c5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1985.0,
"function_hash": "60518084986959640019619510518475004567"
},
"signature_type": "Function",
"id": "CVE-2022-49159-10d7fff0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla2x00_async_nack_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 876.0,
"function_hash": "9112376977005421937415077129179734588"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1314a3b0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "135161977730304681376266324414745878272"
},
"signature_type": "Function",
"id": "CVE-2022-49159-133efb19",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla24xx_bsg_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2169.0,
"function_hash": "14993483784225558435024487794939940397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-14566eec",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rftid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2058.0,
"function_hash": "122704803656187498981144192042175240175"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1508a9be",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "177921210627942501736604262221006147578"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1628dc86",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 6922.0,
"function_hash": "101194023059558391843805385461408284967"
},
"signature_type": "Function",
"id": "CVE-2022-49159-169ca762",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c",
"function": "qlafx00_fx_disc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"141008565453561371245471801338576432983",
"304503271269740826126969212988971685142",
"205808862577235734829422248626239382997",
"97725252292223588339353881493481544235",
"317718958161320281085830925502048578502",
"185682310113356162837218690303782340583",
"159242672518715521545733923217302843470",
"210563109026486518310964408321517511799",
"170806627715688187548399357304905936234",
"283037523489310785298976644235137073404",
"137671005784729181943033808451660658664",
"124390454082740549095479218399610210245",
"278644337740422667640786845438220826475",
"147229147692610337162283016176923066091",
"179996233305047821882984150205512982875",
"204564351207688208954826303842653599692",
"119613113879797178058857260576777809447",
"51978862598373783598033963745388765523",
"131912017867502620575505389972428191869",
"242707036479047557655630290786951981542",
"284149846603749359185938564088176493159",
"82639537041900588219979572023377734247",
"79000286475687435176721661248191226128",
"233745483971194364001907528203775844754",
"59491019990962879556552899473364722821",
"61924729083182101077227057539198111224",
"191383954734410998332805361564820713130",
"149956673568190302263286691696287952100",
"314025108949397001503591417667349541092",
"274610552443510551554903316045310514130",
"82814779502095261889699031936834172036",
"238102361425576707502420252688831112994",
"215892294597941335954971236344825904281",
"225135076630972502540056454631925119682",
"213495393808847196903414438409484453539",
"104471466176255843399811890716982918864",
"273951529918937557731014085845340954834",
"1886327283145155850439388322957766657"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-18140f10",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1520.0,
"function_hash": "292768072304754191939954940174415289947"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1817597c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1775.0,
"function_hash": "191695208318863264017149174129028095088"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1a613218",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1513.0,
"function_hash": "117684908670774591511266607330116392729"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1a6c651f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3004.0,
"function_hash": "96810349566521619021474413334191324901"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1ae63ce4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"111543214979737748758083890027239727033",
"224128819943183685189306730390343549971",
"111651113280181830068160364310674640015",
"320197956043369281833973944466156794333"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-1b227115",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gbl.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2094.0,
"function_hash": "81560875603847745812600986410725381480"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1d588586",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_mqueuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "33054815605540783194212645547438727863"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1fb36e6e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_tm_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-1fe48d50",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2x00_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"280472552819452522767043115350055647801",
"330024677154211808174682569043411277090",
"187142937917494778347260882976780419027",
"307648554269112747132860503870206991105",
"205611849780671446279692118687697933792",
"141347230427631460002052954707570556796",
"258718338752594172845682920695583424328",
"165879274916009762616869640497912193308",
"267569070639463183314066544535052804887",
"82858926668140325265511445106946871118",
"191402919778774269325680606898172283383",
"273933885001324685041013091036624247489",
"226181376792995661216327964602414231648",
"311393162826003554021814330026089010450",
"327986162238029443511014281803904677075",
"139873516845617935215373579760242951477",
"109577530775315615789057184596041509442",
"164475634360320773728120638535511967894",
"187981955284846604649103677351590596212",
"284386290461510174772560257000502732974",
"133870199370334837764425654184480269871",
"66872459290468989669866539130537418128",
"295178118180845708454192995589524005063",
"99803369678980239395512598669642489520",
"148057577561863536181347881385942910662",
"64005805234170082517557659436189952189",
"73109881907898193463049795682807445964",
"288760096033783280513613284467952937943",
"279462525394366972128283725285181129322",
"231887418220459125031295385569760716598",
"9550113213346345805438293155860969542",
"89656253676442208414317658115200879424",
"90584608121647157074927644547214664874",
"164569163465750629136420621595217946949",
"73129053024145495652334002335128250080",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"212634815828828608095540217431297634087",
"300465344473360008901330829869659815260",
"234461174831841474919453504855942814898",
"238491385193081170009188739000385067232",
"92518671383573557527843303216028740465",
"254166152056191442616102231680621982748",
"48097280223069430580023002020161086579",
"94008796862890927994336436356561220992",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"174906430443812581987749477341771891362",
"117160861882367692611911177832367478970",
"24544130060440264787045152006774085888",
"191714548622357418438763347984864224590",
"148876084477089790106352438062092794200",
"117464264244266384281007929936991980217",
"88328384717290607989835254167545128344",
"90469145322310691284792240487788590543",
"10395808984543846459454647542812223583",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"208259463278476387709927554306272139785",
"140409006569504785781404118939728200527",
"110608015735677189388565951917664969562",
"101052950410459985732956645488899863258",
"40233801270587631723034794516683233407",
"12284117904687208236424371451715693768",
"218528100870086633891162785574077694070",
"18479192062200955520335619176092682807",
"45112084500986705753617707568308882677",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"110735983730705124106001417170065853534",
"59849458060784041034001728144619721930",
"131392622741462453417175570556398345795",
"280254123462654990008238352135912606460",
"75371618906015176016722417229093081595",
"26256970619043083029910011994198343657",
"3349549662279680345773505406980903303",
"261029931861517625330255629626593046251",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"2506374639300293374952499266558818438",
"190205650438358715439703078593483830957",
"216242656750752308165605937522663338439",
"178916546694751562234382402846554429453",
"141029003572576858417865586649981986234",
"96310082357632012319504861516544983680",
"86242303205118831483710415556485899619",
"301794826052485950917361465392934695997",
"9550113213346345805438293155860969542",
"32251412297978845538347113348800294617",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"274682412879110761822086252457676880638",
"61666704185578902398052741513960531597",
"11772014548726686407744446884799049668",
"212634815828828608095540217431297634087",
"89149588359758699753888978824162538905",
"3382074908611765454087629436309078288",
"278511987808527452829920668863738192262",
"128138093268848543513478870533739865400",
"317216964521070552513671601983591913940",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-20e883f6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1775.0,
"function_hash": "191695208318863264017149174129028095088"
},
"signature_type": "Function",
"id": "CVE-2022-49159-21063f74",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 841.0,
"function_hash": "244055757667026300156167407138839697557"
},
"signature_type": "Function",
"id": "CVE-2022-49159-21338004",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_sp_unmap"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210725121236461178068567246006125071469",
"82502444697579057040057249539674382641",
"293182887753929111955139181909457860341",
"20773355676935297340134741626945114538",
"132793044441743077498452424734029058624",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-2449ccc5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2906.0,
"function_hash": "130865655349705242900939702703975227698"
},
"signature_type": "Function",
"id": "CVE-2022-49159-24e7a4fc",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_queuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"12414181929846239729906708189916458901",
"131392622741462453417175570556398345795",
"243704109633505128500349288267668152910",
"201526982157249144451041676467942777269",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"3262575066008418885446130509969568983",
"126513899027835945962901130302317247667"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-262998c1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2184.0,
"function_hash": "4113957423434882838907186199222940170"
},
"signature_type": "Function",
"id": "CVE-2022-49159-26b7df3a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rsnn_nn"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"312070817242691647542071457478094127963",
"104760008616168616369363466355995572695",
"106861451714109979999841235893429566402",
"176961976202438404568627002874354610822"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-271e1fd5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "98606032599992309632245805885981963298"
},
"signature_type": "Function",
"id": "CVE-2022-49159-273a1a88",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_prli"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1421.0,
"function_hash": "91902580424717159387073009140840362190"
},
"signature_type": "Function",
"id": "CVE-2022-49159-27be0ca2",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gfpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1109.0,
"function_hash": "322714329973317401651945116293297868180"
},
"signature_type": "Function",
"id": "CVE-2022-49159-28d2bc66",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_abort_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1431.0,
"function_hash": "107982922511991809922425950970241918874"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2c40a64c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c",
"function": "qla24xx_send_mb_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 83.0,
"function_hash": "319188508669283236975452418856488623397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2f239991",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c",
"function": "qla_noop_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1990.0,
"function_hash": "275052348802511744475329878169300687316"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2f390d7b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnft_gnnft_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1063.0,
"function_hash": "144778745309734116558047847832635421921"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2f58de03",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 841.0,
"function_hash": "244055757667026300156167407138839697557"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2f858a79",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_sp_unmap"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 364.0,
"function_hash": "165453406188277385678349219281068496005"
},
"signature_type": "Function",
"id": "CVE-2022-49159-2fc7bc37",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla2x00_bsg_job_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1490.0,
"function_hash": "126423988857809447159042164535046436233"
},
"signature_type": "Function",
"id": "CVE-2022-49159-300162c0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c",
"function": "qla24xx_control_vp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"258545691938934044256579113917140552694",
"35881511575133190630381111274581839364",
"128960651295366238153085760479997058244",
"73304589619484672712369740111060847523"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-300c4fa0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"111543214979737748758083890027239727033",
"224128819943183685189306730390343549971",
"111651113280181830068160364310674640015",
"320197956043369281833973944466156794333"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-313bf608",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gbl.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1265.0,
"function_hash": "298022263700625801611236068845667849135"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3177d8e0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2058.0,
"function_hash": "122704803656187498981144192042175240175"
},
"signature_type": "Function",
"id": "CVE-2022-49159-32b2607f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 704.0,
"function_hash": "44482489804309931595676282761516601823"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3384f7d5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"226873715342123205107344763598791685857",
"94340524351448716508260509365983388052",
"269272385033595547317574206393881605553",
"254451589097479940365348874381710757702"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-395094e8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_def.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 295.0,
"function_hash": "290285373044358181127420114535205887595"
},
"signature_type": "Function",
"id": "CVE-2022-49159-39ab7697",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h",
"function": "qla2xxx_init_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3011.0,
"function_hash": "154080086367644471403672067375740841657"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3c4a63ad",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1990.0,
"function_hash": "275052348802511744475329878169300687316"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3da6eac1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnft_gnnft_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1201.0,
"function_hash": "71729328795879251598832515251791399784"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3daa4a12",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla24xx_async_notify_ack"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3004.0,
"function_hash": "96810349566521619021474413334191324901"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3dc19575",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2184.0,
"function_hash": "4113957423434882838907186199222940170"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3dc3e372",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rsnn_nn"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"283307073761235148743317074447275508762",
"182857418272611362290486396134866240900",
"95502785132253084371522955913803294465",
"204751443491555552291543154002496605631",
"30119606507534650582405697560885248520",
"179228507599802074884349159105362619315",
"243817840400661444409542658024330448168",
"61924729083182101077227057539198111224",
"115663278547772814395355756399550533790",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"260731415027540270816516737113920417351",
"218864320716235967801288348743865974529",
"235616439849127256839357727567167088494",
"86103817150521613147031512769983670773",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"334654032745230590878424070952716461125",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"38916790608826390142684464736521302622",
"247313661774149949650492703946329581878",
"220267706902230788477263818203451135108",
"153205312436294041244150563092630954787",
"11096149663213985370770051700386389461",
"135345140916706214036546018623817493768",
"339035328140520839050384900600528892697",
"168362741891417316386044124087655294587",
"218276482804940888840400711810192124456",
"369251293620811074937815298718952606",
"278421311990751087279055653022128523734",
"339035328140520839050384900600528892697",
"248669692319298710840025358533779778771",
"76071608355643449258182814281437408878",
"253039149575737310502242672125078451123",
"232183919752162894677273542353611025051",
"61924729083182101077227057539198111224",
"168087990649166121548751544460288615290",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"302642697491481279258823366835370042997",
"276695532532950631505961822798418888974",
"282320679064258895880413552187025051344",
"254043653337495609446264025188723962064",
"30119606507534650582405697560885248520",
"132436970228010730425132749159741448023",
"243154261441631816444127142328443143818",
"215892294597941335954971236344825904281",
"50129641754474324720549930362503413329",
"299409232155712144762884547872799420793",
"21367352994214545314551781932372714734",
"285703165426953203350469924533808728552",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"54702755583858114211849415994315562711",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"176434583454273483888259058320132445541",
"148099616944958340462374585960569714621",
"6825344494729258193523998446943402739",
"148118735721759077907386592433116669008",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"108714734391942884832857937487961314153",
"324908277703425781548189624695956978114",
"12026686443014006551952794429560794834",
"309870477305493813603871496484326338834",
"281489810702786354447112010121819911596",
"270390271333013354248921963362059798408",
"163820834738745683320841408861623589237",
"194285947385047231070708727749877291722",
"86855239191685900543078873240631931744",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"316516445948232817313398394690824440385",
"11700301452763900204754864064460233799",
"275742774764917580858911382311117951954",
"162177261593766842342727990928765599915",
"230240430716876701759459615877578507368",
"19788416763861765742255304296602288570",
"285947383067329436389626018114639928585",
"38373039258221505324842185630938041695",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767",
"217960410074372889602740990153558523957",
"305171142110698571040082500147194734576",
"263100855211143090135529969262389269888",
"59057182287063340883498062455792184016",
"253797624547355303398292530863627774313",
"179881368145873545392243529011209852753",
"243767642058194804706627124117162707615",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-3e2ddb32",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1639.0,
"function_hash": "93169826076091622225960563885838438202"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3e968b0a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_sns_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3103.0,
"function_hash": "9642540031459615436138058440905384779"
},
"signature_type": "Function",
"id": "CVE-2022-49159-3ec0ef7b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 704.0,
"function_hash": "44482489804309931595676282761516601823"
},
"signature_type": "Function",
"id": "CVE-2022-49159-40593a64",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"111543214979737748758083890027239727033",
"224128819943183685189306730390343549971",
"111651113280181830068160364310674640015",
"320197956043369281833973944466156794333"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-405b8a30",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gbl.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 197.0,
"function_hash": "42555868943321760769349577759779958904"
},
"signature_type": "Function",
"id": "CVE-2022-49159-406cf834",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_sp_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1265.0,
"function_hash": "298022263700625801611236068845667849135"
},
"signature_type": "Function",
"id": "CVE-2022-49159-40bccc7e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 730.0,
"function_hash": "161267976972469746062250141206770850623"
},
"signature_type": "Function",
"id": "CVE-2022-49159-444c4b97",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "33054815605540783194212645547438727863"
},
"signature_type": "Function",
"id": "CVE-2022-49159-44565891",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_tm_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 6922.0,
"function_hash": "101194023059558391843805385461408284967"
},
"signature_type": "Function",
"id": "CVE-2022-49159-44c4bbe8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c",
"function": "qlafx00_fx_disc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 197.0,
"function_hash": "42555868943321760769349577759779958904"
},
"signature_type": "Function",
"id": "CVE-2022-49159-44e8efe1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_sp_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 335.0,
"function_hash": "23239080867679430154887189845145547361"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4544f539",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"111543214979737748758083890027239727033",
"224128819943183685189306730390343549971",
"111651113280181830068160364310674640015",
"320197956043369281833973944466156794333"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-47e3cc90",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gbl.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3103.0,
"function_hash": "9642540031459615436138058440905384779"
},
"signature_type": "Function",
"id": "CVE-2022-49159-48591138",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2891.0,
"function_hash": "60095633486691205585089297089959627105"
},
"signature_type": "Function",
"id": "CVE-2022-49159-48e1fd98",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd2_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1077.0,
"function_hash": "239856428123459723047118703573794734354"
},
"signature_type": "Function",
"id": "CVE-2022-49159-48f02e87",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_iocb_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2891.0,
"function_hash": "60095633486691205585089297089959627105"
},
"signature_type": "Function",
"id": "CVE-2022-49159-48f3ab97",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd2_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2169.0,
"function_hash": "14993483784225558435024487794939940397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4956d112",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rftid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210725121236461178068567246006125071469",
"82502444697579057040057249539674382641",
"293182887753929111955139181909457860341",
"20773355676935297340134741626945114538",
"132793044441743077498452424734029058624",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-4a5ac601",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"267168236093366139823684318295751645779",
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"267168236093366139823684318295751645779",
"168782371256722338436553300412779265722",
"8874403725831856590807970666495756969",
"147549844107320736768888221146604434368",
"19841932797017591932650598111732891795",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700",
"168782371256722338436553300412779265722",
"91751757983239159279409435122168943590",
"62653495194017548246083203234927661021",
"304571605814296132741134040817929057048",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-4a6097a0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1936.0,
"function_hash": "232347172594786499441997018221269373638"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4b3eeb39",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2169.0,
"function_hash": "14993483784225558435024487794939940397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4baede0b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rftid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1520.0,
"function_hash": "292768072304754191939954940174415289947"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4ec149ff",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 730.0,
"function_hash": "161267976972469746062250141206770850623"
},
"signature_type": "Function",
"id": "CVE-2022-49159-4f9dee74",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3004.0,
"function_hash": "96810349566521619021474413334191324901"
},
"signature_type": "Function",
"id": "CVE-2022-49159-50d3feb6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 621.0,
"function_hash": "208491762776454074492520998401395056782"
},
"signature_type": "Function",
"id": "CVE-2022-49159-50f03195",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gnnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 295.0,
"function_hash": "290285373044358181127420114535205887595"
},
"signature_type": "Function",
"id": "CVE-2022-49159-51a94559",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h",
"function": "qla2xxx_init_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 4739.0,
"function_hash": "279715627772359505426229125001232125989"
},
"signature_type": "Function",
"id": "CVE-2022-49159-51d19c37",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 621.0,
"function_hash": "208491762776454074492520998401395056782"
},
"signature_type": "Function",
"id": "CVE-2022-49159-52726c2e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gnnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"260769398916175617098306644542939761675",
"154226822496257463775223308745901380609",
"304452590781544095862465837954487217435",
"304952544627043250150723913258565037947",
"258748519117776281118848800981711690560",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-52f5d583",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1490.0,
"function_hash": "126423988857809447159042164535046436233"
},
"signature_type": "Function",
"id": "CVE-2022-49159-539b2563",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c",
"function": "qla24xx_control_vp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"265535081978726863302952966982757641531",
"79972937959798495092282710011310522074",
"129776287637525599741495301269755462113",
"42072537686464646589337707906499837241",
"227868189018576809037069093623022829760",
"66529400684408954470350044395579232184",
"131020474488436440812106983453792396806",
"109963115953685103071289357261608780005"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-53ca1383",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 620.0,
"function_hash": "118188607408331337000812596427343840264"
},
"signature_type": "Function",
"id": "CVE-2022-49159-54e3dcb0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gfpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 841.0,
"function_hash": "244055757667026300156167407138839697557"
},
"signature_type": "Function",
"id": "CVE-2022-49159-55d01441",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_sp_unmap"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "33054815605540783194212645547438727863"
},
"signature_type": "Function",
"id": "CVE-2022-49159-5792ffdf",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_tm_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"265535081978726863302952966982757641531",
"79972937959798495092282710011310522074",
"129776287637525599741495301269755462113",
"42072537686464646589337707906499837241",
"227868189018576809037069093623022829760",
"66529400684408954470350044395579232184",
"131020474488436440812106983453792396806",
"109963115953685103071289357261608780005"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-57f7449b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1513.0,
"function_hash": "117684908670774591511266607330116392729"
},
"signature_type": "Function",
"id": "CVE-2022-49159-5a442301",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 707.0,
"function_hash": "337862356109403588960990009093954375919"
},
"signature_type": "Function",
"id": "CVE-2022-49159-5b7529c8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"141008565453561371245471801338576432983",
"304503271269740826126969212988971685142",
"205808862577235734829422248626239382997",
"97725252292223588339353881493481544235",
"317718958161320281085830925502048578502",
"185682310113356162837218690303782340583",
"159242672518715521545733923217302843470",
"210563109026486518310964408321517511799",
"170806627715688187548399357304905936234",
"283037523489310785298976644235137073404",
"137671005784729181943033808451660658664",
"124390454082740549095479218399610210245",
"278644337740422667640786845438220826475",
"147229147692610337162283016176923066091",
"179996233305047821882984150205512982875",
"204564351207688208954826303842653599692",
"119613113879797178058857260576777809447",
"51978862598373783598033963745388765523",
"131912017867502620575505389972428191869",
"242707036479047557655630290786951981542",
"284149846603749359185938564088176493159",
"82639537041900588219979572023377734247",
"79000286475687435176721661248191226128",
"233745483971194364001907528203775844754",
"59491019990962879556552899473364722821",
"61924729083182101077227057539198111224",
"191383954734410998332805361564820713130",
"149956673568190302263286691696287952100",
"314025108949397001503591417667349541092",
"274610552443510551554903316045310514130",
"82814779502095261889699031936834172036",
"238102361425576707502420252688831112994",
"215892294597941335954971236344825904281",
"225135076630972502540056454631925119682",
"213495393808847196903414438409484453539",
"104471466176255843399811890716982918864",
"273951529918937557731014085845340954834",
"1886327283145155850439388322957766657"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-5f1fce8e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1077.0,
"function_hash": "239856428123459723047118703573794734354"
},
"signature_type": "Function",
"id": "CVE-2022-49159-5f8eef08",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_iocb_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 319.0,
"function_hash": "114409899891579233234465732695972992301"
},
"signature_type": "Function",
"id": "CVE-2022-49159-5fdbb35b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1063.0,
"function_hash": "144778745309734116558047847832635421921"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6095ab73",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2184.0,
"function_hash": "4113957423434882838907186199222940170"
},
"signature_type": "Function",
"id": "CVE-2022-49159-60d441c3",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rsnn_nn"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"321383212242317330697774093180835299848",
"303434222855310649575999436273048918255",
"102560724243140458691147879891170693398",
"168757145490099436285790270638542393302",
"74365795784032453389087997940120907072",
"146589222858125329586812657533237645102"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-613e8a10",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 730.0,
"function_hash": "161267976972469746062250141206770850623"
},
"signature_type": "Function",
"id": "CVE-2022-49159-637c514c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"260769398916175617098306644542939761675",
"154226822496257463775223308745901380609",
"304452590781544095862465837954487217435",
"304952544627043250150723913258565037947",
"258748519117776281118848800981711690560",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-64e04870",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 829.0,
"function_hash": "29445901621236848350949417363406468165"
},
"signature_type": "Function",
"id": "CVE-2022-49159-651309c4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"280472552819452522767043115350055647801",
"330024677154211808174682569043411277090",
"187142937917494778347260882976780419027",
"307648554269112747132860503870206991105",
"205611849780671446279692118687697933792",
"141347230427631460002052954707570556796",
"258718338752594172845682920695583424328",
"165879274916009762616869640497912193308",
"267569070639463183314066544535052804887",
"82858926668140325265511445106946871118",
"191402919778774269325680606898172283383",
"273933885001324685041013091036624247489",
"226181376792995661216327964602414231648",
"311393162826003554021814330026089010450",
"327986162238029443511014281803904677075",
"139873516845617935215373579760242951477",
"109577530775315615789057184596041509442",
"164475634360320773728120638535511967894",
"187981955284846604649103677351590596212",
"284386290461510174772560257000502732974",
"133870199370334837764425654184480269871",
"66872459290468989669866539130537418128",
"295178118180845708454192995589524005063",
"99803369678980239395512598669642489520",
"148057577561863536181347881385942910662",
"64005805234170082517557659436189952189",
"73109881907898193463049795682807445964",
"288760096033783280513613284467952937943",
"279462525394366972128283725285181129322",
"231887418220459125031295385569760716598",
"9550113213346345805438293155860969542",
"89656253676442208414317658115200879424",
"90584608121647157074927644547214664874",
"164569163465750629136420621595217946949",
"73129053024145495652334002335128250080",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"212634815828828608095540217431297634087",
"300465344473360008901330829869659815260",
"234461174831841474919453504855942814898",
"238491385193081170009188739000385067232",
"92518671383573557527843303216028740465",
"254166152056191442616102231680621982748",
"48097280223069430580023002020161086579",
"94008796862890927994336436356561220992",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"174906430443812581987749477341771891362",
"117160861882367692611911177832367478970",
"24544130060440264787045152006774085888",
"191714548622357418438763347984864224590",
"148876084477089790106352438062092794200",
"117464264244266384281007929936991980217",
"88328384717290607989835254167545128344",
"90469145322310691284792240487788590543",
"10395808984543846459454647542812223583",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"208259463278476387709927554306272139785",
"140409006569504785781404118939728200527",
"110608015735677189388565951917664969562",
"101052950410459985732956645488899863258",
"40233801270587631723034794516683233407",
"12284117904687208236424371451715693768",
"218528100870086633891162785574077694070",
"18479192062200955520335619176092682807",
"45112084500986705753617707568308882677",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"110735983730705124106001417170065853534",
"59849458060784041034001728144619721930",
"131392622741462453417175570556398345795",
"280254123462654990008238352135912606460",
"75371618906015176016722417229093081595",
"26256970619043083029910011994198343657",
"3349549662279680345773505406980903303",
"261029931861517625330255629626593046251",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"2506374639300293374952499266558818438",
"190205650438358715439703078593483830957",
"216242656750752308165605937522663338439",
"178916546694751562234382402846554429453",
"141029003572576858417865586649981986234",
"96310082357632012319504861516544983680",
"86242303205118831483710415556485899619",
"301794826052485950917361465392934695997",
"9550113213346345805438293155860969542",
"32251412297978845538347113348800294617",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"274682412879110761822086252457676880638",
"61666704185578902398052741513960531597",
"11772014548726686407744446884799049668",
"212634815828828608095540217431297634087",
"89149588359758699753888978824162538905",
"3382074908611765454087629436309078288",
"278511987808527452829920668863738192262",
"128138093268848543513478870533739865400",
"317216964521070552513671601983591913940",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-6514824d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"321383212242317330697774093180835299848",
"303434222855310649575999436273048918255",
"102560724243140458691147879891170693398",
"168757145490099436285790270638542393302",
"74365795784032453389087997940120907072",
"146589222858125329586812657533237645102"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-6632cd66",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"12414181929846239729906708189916458901",
"131392622741462453417175570556398345795",
"243704109633505128500349288267668152910",
"201526982157249144451041676467942777269",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"3262575066008418885446130509969568983",
"126513899027835945962901130302317247667"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-66595f8c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1109.0,
"function_hash": "322714329973317401651945116293297868180"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6748d7cb",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_abort_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 829.0,
"function_hash": "29445901621236848350949417363406468165"
},
"signature_type": "Function",
"id": "CVE-2022-49159-679ae915",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1831.0,
"function_hash": "225026411258244375707009389922902156692"
},
"signature_type": "Function",
"id": "CVE-2022-49159-67f03861",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 364.0,
"function_hash": "165453406188277385678349219281068496005"
},
"signature_type": "Function",
"id": "CVE-2022-49159-691bae03",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla2x00_bsg_job_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2896.0,
"function_hash": "60564527353117114201494740450424116419"
},
"signature_type": "Function",
"id": "CVE-2022-49159-69828ecb",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_queuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2115.0,
"function_hash": "118567372141469867630362111793569549399"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6ade0a1a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2104.0,
"function_hash": "168877377548603923667396558830132719598"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6cc65bf5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_mqueuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 707.0,
"function_hash": "337862356109403588960990009093954375919"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6cf194f6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1490.0,
"function_hash": "126423988857809447159042164535046436233"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6d12f617",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c",
"function": "qla24xx_control_vp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1936.0,
"function_hash": "232347172594786499441997018221269373638"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6df27980",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1985.0,
"function_hash": "60518084986959640019619510518475004567"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6e38a87c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla2x00_async_nack_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2896.0,
"function_hash": "60564527353117114201494740450424116419"
},
"signature_type": "Function",
"id": "CVE-2022-49159-6f700a38",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_queuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1831.0,
"function_hash": "225026411258244375707009389922902156692"
},
"signature_type": "Function",
"id": "CVE-2022-49159-744b295c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3011.0,
"function_hash": "154080086367644471403672067375740841657"
},
"signature_type": "Function",
"id": "CVE-2022-49159-75b1bbf1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 876.0,
"function_hash": "9112376977005421937415077129179734588"
},
"signature_type": "Function",
"id": "CVE-2022-49159-769d0855",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 730.0,
"function_hash": "161267976972469746062250141206770850623"
},
"signature_type": "Function",
"id": "CVE-2022-49159-7826cea6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"12414181929846239729906708189916458901",
"131392622741462453417175570556398345795",
"243704109633505128500349288267668152910",
"201526982157249144451041676467942777269",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"3262575066008418885446130509969568983",
"126513899027835945962901130302317247667"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-78ac2985",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "135161977730304681376266324414745878272"
},
"signature_type": "Function",
"id": "CVE-2022-49159-78b2fc9e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla24xx_bsg_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 6922.0,
"function_hash": "101194023059558391843805385461408284967"
},
"signature_type": "Function",
"id": "CVE-2022-49159-79d4cee8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c",
"function": "qlafx00_fx_disc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 319.0,
"function_hash": "114409899891579233234465732695972992301"
},
"signature_type": "Function",
"id": "CVE-2022-49159-7b987090",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1936.0,
"function_hash": "232347172594786499441997018221269373638"
},
"signature_type": "Function",
"id": "CVE-2022-49159-7c1d76ab",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "33054815605540783194212645547438727863"
},
"signature_type": "Function",
"id": "CVE-2022-49159-7d610499",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_tm_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1921.0,
"function_hash": "41849887511121931904428360439586448665"
},
"signature_type": "Function",
"id": "CVE-2022-49159-7fd5c5cc",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_login"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2115.0,
"function_hash": "118567372141469867630362111793569549399"
},
"signature_type": "Function",
"id": "CVE-2022-49159-80497048",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1201.0,
"function_hash": "71729328795879251598832515251791399784"
},
"signature_type": "Function",
"id": "CVE-2022-49159-8166a9da",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla24xx_async_notify_ack"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1265.0,
"function_hash": "298022263700625801611236068845667849135"
},
"signature_type": "Function",
"id": "CVE-2022-49159-81789a22",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1265.0,
"function_hash": "298022263700625801611236068845667849135"
},
"signature_type": "Function",
"id": "CVE-2022-49159-831dd489",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2184.0,
"function_hash": "4113957423434882838907186199222940170"
},
"signature_type": "Function",
"id": "CVE-2022-49159-85b59ff5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rsnn_nn"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 620.0,
"function_hash": "118188607408331337000812596427343840264"
},
"signature_type": "Function",
"id": "CVE-2022-49159-884b7516",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gfpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 784.0,
"function_hash": "223510787175926087347679044155390391869"
},
"signature_type": "Function",
"id": "CVE-2022-49159-886965f6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prli_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "135161977730304681376266324414745878272"
},
"signature_type": "Function",
"id": "CVE-2022-49159-88df4bef",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla24xx_bsg_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1421.0,
"function_hash": "91902580424717159387073009140840362190"
},
"signature_type": "Function",
"id": "CVE-2022-49159-891b4f53",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gfpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2952.0,
"function_hash": "148779637787086750902896655535774464118"
},
"signature_type": "Function",
"id": "CVE-2022-49159-893a38e1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd2_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2169.0,
"function_hash": "14993483784225558435024487794939940397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-8b0211ad",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rftid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 740.0,
"function_hash": "281912397512475366535151602504894123138"
},
"signature_type": "Function",
"id": "CVE-2022-49159-8b207334",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 267.0,
"function_hash": "7450629039668040426319258096878940037"
},
"signature_type": "Function",
"id": "CVE-2022-49159-8cecfa46",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "98606032599992309632245805885981963298"
},
"signature_type": "Function",
"id": "CVE-2022-49159-8f9a83f5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_prli"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2058.0,
"function_hash": "122704803656187498981144192042175240175"
},
"signature_type": "Function",
"id": "CVE-2022-49159-900db44f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"226873715342123205107344763598791685857",
"94340524351448716508260509365983388052",
"269272385033595547317574206393881605553",
"254451589097479940365348874381710757702"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-902b5a72",
"target": {
"file": "drivers/scsi/qla2xxx/qla_def.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1421.0,
"function_hash": "91902580424717159387073009140840362190"
},
"signature_type": "Function",
"id": "CVE-2022-49159-90bc68e8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gfpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"226873715342123205107344763598791685857",
"94340524351448716508260509365983388052",
"269272385033595547317574206393881605553",
"254451589097479940365348874381710757702"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-91ba2bf0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_def.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1063.0,
"function_hash": "144778745309734116558047847832635421921"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9270368b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"321383212242317330697774093180835299848",
"303434222855310649575999436273048918255",
"102560724243140458691147879891170693398",
"168757145490099436285790270638542393302",
"74365795784032453389087997940120907072",
"146589222858125329586812657533237645102"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-942d4f00",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 335.0,
"function_hash": "23239080867679430154887189845145547361"
},
"signature_type": "Function",
"id": "CVE-2022-49159-94e193e4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"258545691938934044256579113917140552694",
"35881511575133190630381111274581839364",
"128960651295366238153085760479997058244",
"73304589619484672712369740111060847523"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-952af1c3",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 621.0,
"function_hash": "208491762776454074492520998401395056782"
},
"signature_type": "Function",
"id": "CVE-2022-49159-95530616",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gnnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 267.0,
"function_hash": "7450629039668040426319258096878940037"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9583d65f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2115.0,
"function_hash": "118567372141469867630362111793569549399"
},
"signature_type": "Function",
"id": "CVE-2022-49159-95af4c00",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 364.0,
"function_hash": "165453406188277385678349219281068496005"
},
"signature_type": "Function",
"id": "CVE-2022-49159-962ae597",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla2x00_bsg_job_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3300.0,
"function_hash": "21509701804337545847627642221078570333"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9661e884",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_els_dcmd2_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1520.0,
"function_hash": "292768072304754191939954940174415289947"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9694f264",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2193.0,
"function_hash": "237405949356233161989718691127568010054"
},
"signature_type": "Function",
"id": "CVE-2022-49159-975b82a4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_start_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1639.0,
"function_hash": "93169826076091622225960563885838438202"
},
"signature_type": "Function",
"id": "CVE-2022-49159-97607fa8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_sns_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3011.0,
"function_hash": "154080086367644471403672067375740841657"
},
"signature_type": "Function",
"id": "CVE-2022-49159-98165c6c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 267.0,
"function_hash": "7450629039668040426319258096878940037"
},
"signature_type": "Function",
"id": "CVE-2022-49159-99996ecd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"265535081978726863302952966982757641531",
"79972937959798495092282710011310522074",
"129776287637525599741495301269755462113",
"42072537686464646589337707906499837241",
"227868189018576809037069093623022829760",
"66529400684408954470350044395579232184",
"131020474488436440812106983453792396806",
"109963115953685103071289357261608780005"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-9b0c6bcf",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1109.0,
"function_hash": "322714329973317401651945116293297868180"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9b2d9dc6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_abort_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1763.0,
"function_hash": "181565465325987944688165803597623813448"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9d9f881f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"265535081978726863302952966982757641531",
"79972937959798495092282710011310522074",
"129776287637525599741495301269755462113",
"42072537686464646589337707906499837241",
"227868189018576809037069093623022829760",
"66529400684408954470350044395579232184",
"131020474488436440812106983453792396806"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-9dc5c706",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1639.0,
"function_hash": "93169826076091622225960563885838438202"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9df69fd9",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_sns_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3103.0,
"function_hash": "9642540031459615436138058440905384779"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9ec95447",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 6922.0,
"function_hash": "101194023059558391843805385461408284967"
},
"signature_type": "Function",
"id": "CVE-2022-49159-9f0bb5b9",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c",
"function": "qlafx00_fx_disc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1990.0,
"function_hash": "275052348802511744475329878169300687316"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a09405c8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnft_gnnft_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 335.0,
"function_hash": "23239080867679430154887189845145547361"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a0d8de31",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"226873715342123205107344763598791685857",
"94340524351448716508260509365983388052",
"269272385033595547317574206393881605553",
"254451589097479940365348874381710757702"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-a36165e4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_def.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 876.0,
"function_hash": "9112376977005421937415077129179734588"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a4abf9da",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 364.0,
"function_hash": "165453406188277385678349219281068496005"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a8045e71",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla2x00_bsg_job_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1201.0,
"function_hash": "71729328795879251598832515251791399784"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a84bef8f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla24xx_async_notify_ack"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a88ac7cf",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_qpair_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 704.0,
"function_hash": "44482489804309931595676282761516601823"
},
"signature_type": "Function",
"id": "CVE-2022-49159-a9c8c3bd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 4739.0,
"function_hash": "279715627772359505426229125001232125989"
},
"signature_type": "Function",
"id": "CVE-2022-49159-aa86f10a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 319.0,
"function_hash": "114409899891579233234465732695972992301"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ab1494f0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2476.0,
"function_hash": "50842093840208533318666666861929306160"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ac876f23",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1985.0,
"function_hash": "60518084986959640019619510518475004567"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ac95461d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla2x00_async_nack_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 295.0,
"function_hash": "290285373044358181127420114535205887595"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ae3bdadf",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h",
"function": "qla2xxx_init_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"168782371256722338436553300412779265722",
"8874403725831856590807970666495756969",
"147549844107320736768888221146604434368",
"19841932797017591932650598111732891795",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700",
"168782371256722338436553300412779265722",
"91751757983239159279409435122168943590",
"62653495194017548246083203234927661021",
"304571605814296132741134040817929057048",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-afb78554",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1990.0,
"function_hash": "275052348802511744475329878169300687316"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b08a79a6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnft_gnnft_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"168782371256722338436553300412779265722",
"8874403725831856590807970666495756969",
"147549844107320736768888221146604434368",
"19841932797017591932650598111732891795",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700",
"168782371256722338436553300412779265722",
"91751757983239159279409435122168943590",
"62653495194017548246083203234927661021",
"304571605814296132741134040817929057048",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-b2696812",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"12414181929846239729906708189916458901",
"131392622741462453417175570556398345795",
"243704109633505128500349288267668152910",
"201526982157249144451041676467942777269",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"3262575066008418885446130509969568983",
"126513899027835945962901130302317247667"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-b2f9bf4a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2896.0,
"function_hash": "60564527353117114201494740450424116419"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b37cf1ce",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_queuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 707.0,
"function_hash": "337862356109403588960990009093954375919"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b465bf7c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1201.0,
"function_hash": "71729328795879251598832515251791399784"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b5108810",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla24xx_async_notify_ack"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1431.0,
"function_hash": "107982922511991809922425950970241918874"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b51232b7",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c",
"function": "qla24xx_send_mb_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3300.0,
"function_hash": "21509701804337545847627642221078570333"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b84aeeae",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_els_dcmd2_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3300.0,
"function_hash": "21509701804337545847627642221078570333"
},
"signature_type": "Function",
"id": "CVE-2022-49159-b85672dc",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_els_dcmd2_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2058.0,
"function_hash": "122704803656187498981144192042175240175"
},
"signature_type": "Function",
"id": "CVE-2022-49159-bc2cab57",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla_async_rnnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 841.0,
"function_hash": "244055757667026300156167407138839697557"
},
"signature_type": "Function",
"id": "CVE-2022-49159-bd00ab9c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_sp_unmap"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"283307073761235148743317074447275508762",
"182857418272611362290486396134866240900",
"95502785132253084371522955913803294465",
"204751443491555552291543154002496605631",
"30119606507534650582405697560885248520",
"179228507599802074884349159105362619315",
"243817840400661444409542658024330448168",
"61924729083182101077227057539198111224",
"115663278547772814395355756399550533790",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"260731415027540270816516737113920417351",
"218864320716235967801288348743865974529",
"235616439849127256839357727567167088494",
"86103817150521613147031512769983670773",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"334654032745230590878424070952716461125",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"38916790608826390142684464736521302622",
"247313661774149949650492703946329581878",
"220267706902230788477263818203451135108",
"153205312436294041244150563092630954787",
"11096149663213985370770051700386389461",
"135345140916706214036546018623817493768",
"339035328140520839050384900600528892697",
"168362741891417316386044124087655294587",
"218276482804940888840400711810192124456",
"369251293620811074937815298718952606",
"278421311990751087279055653022128523734",
"339035328140520839050384900600528892697",
"248669692319298710840025358533779778771",
"76071608355643449258182814281437408878",
"253039149575737310502242672125078451123",
"232183919752162894677273542353611025051",
"61924729083182101077227057539198111224",
"168087990649166121548751544460288615290",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"302642697491481279258823366835370042997",
"276695532532950631505961822798418888974",
"282320679064258895880413552187025051344",
"254043653337495609446264025188723962064",
"30119606507534650582405697560885248520",
"132436970228010730425132749159741448023",
"243154261441631816444127142328443143818",
"215892294597941335954971236344825904281",
"50129641754474324720549930362503413329",
"299409232155712144762884547872799420793",
"21367352994214545314551781932372714734",
"285703165426953203350469924533808728552",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"54702755583858114211849415994315562711",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"176434583454273483888259058320132445541",
"148099616944958340462374585960569714621",
"6825344494729258193523998446943402739",
"148118735721759077907386592433116669008",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"108714734391942884832857937487961314153",
"324908277703425781548189624695956978114",
"12026686443014006551952794429560794834",
"309870477305493813603871496484326338834",
"281489810702786354447112010121819911596",
"270390271333013354248921963362059798408",
"163820834738745683320841408861623589237",
"194285947385047231070708727749877291722",
"86855239191685900543078873240631931744",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"316516445948232817313398394690824440385",
"11700301452763900204754864064460233799",
"275742774764917580858911382311117951954",
"162177261593766842342727990928765599915",
"230240430716876701759459615877578507368",
"19788416763861765742255304296602288570",
"285947383067329436389626018114639928585",
"38373039258221505324842185630938041695",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767",
"217960410074372889602740990153558523957",
"305171142110698571040082500147194734576",
"263100855211143090135529969262389269888",
"59057182287063340883498062455792184016",
"253797624547355303398292530863627774313",
"179881368145873545392243529011209852753",
"243767642058194804706627124117162707615",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-bd96dcd7",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 4739.0,
"function_hash": "279715627772359505426229125001232125989"
},
"signature_type": "Function",
"id": "CVE-2022-49159-bea72dd6",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 267.0,
"function_hash": "7450629039668040426319258096878940037"
},
"signature_type": "Function",
"id": "CVE-2022-49159-bf245611",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 829.0,
"function_hash": "29445901621236848350949417363406468165"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c069dedd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2476.0,
"function_hash": "50842093840208533318666666861929306160"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c1efad63",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1513.0,
"function_hash": "117684908670774591511266607330116392729"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c24af723",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c3b14386",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_qpair_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 704.0,
"function_hash": "44482489804309931595676282761516601823"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c4c8a821",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 197.0,
"function_hash": "42555868943321760769349577759779958904"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c537019d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_sp_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c5a81569",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2x00_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1386.0,
"function_hash": "135161977730304681376266324414745878272"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c638f7e0",
"target": {
"file": "drivers/scsi/qla2xxx/qla_bsg.c",
"function": "qla24xx_bsg_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"280472552819452522767043115350055647801",
"330024677154211808174682569043411277090",
"187142937917494778347260882976780419027",
"307648554269112747132860503870206991105",
"205611849780671446279692118687697933792",
"141347230427631460002052954707570556796",
"258718338752594172845682920695583424328",
"165879274916009762616869640497912193308",
"267569070639463183314066544535052804887",
"82858926668140325265511445106946871118",
"191402919778774269325680606898172283383",
"273933885001324685041013091036624247489",
"226181376792995661216327964602414231648",
"311393162826003554021814330026089010450",
"327986162238029443511014281803904677075",
"139873516845617935215373579760242951477",
"109577530775315615789057184596041509442",
"164475634360320773728120638535511967894",
"187981955284846604649103677351590596212",
"284386290461510174772560257000502732974",
"133870199370334837764425654184480269871",
"66872459290468989669866539130537418128",
"295178118180845708454192995589524005063",
"99803369678980239395512598669642489520",
"148057577561863536181347881385942910662",
"64005805234170082517557659436189952189",
"73109881907898193463049795682807445964",
"288760096033783280513613284467952937943",
"279462525394366972128283725285181129322",
"231887418220459125031295385569760716598",
"9550113213346345805438293155860969542",
"89656253676442208414317658115200879424",
"90584608121647157074927644547214664874",
"164569163465750629136420621595217946949",
"73129053024145495652334002335128250080",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"212634815828828608095540217431297634087",
"300465344473360008901330829869659815260",
"234461174831841474919453504855942814898",
"238491385193081170009188739000385067232",
"92518671383573557527843303216028740465",
"254166152056191442616102231680621982748",
"48097280223069430580023002020161086579",
"94008796862890927994336436356561220992",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"174906430443812581987749477341771891362",
"117160861882367692611911177832367478970",
"24544130060440264787045152006774085888",
"191714548622357418438763347984864224590",
"148876084477089790106352438062092794200",
"117464264244266384281007929936991980217",
"88328384717290607989835254167545128344",
"90469145322310691284792240487788590543",
"10395808984543846459454647542812223583",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"208259463278476387709927554306272139785",
"140409006569504785781404118939728200527",
"110608015735677189388565951917664969562",
"101052950410459985732956645488899863258",
"40233801270587631723034794516683233407",
"12284117904687208236424371451715693768",
"218528100870086633891162785574077694070",
"18479192062200955520335619176092682807",
"45112084500986705753617707568308882677",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"110735983730705124106001417170065853534",
"59849458060784041034001728144619721930",
"131392622741462453417175570556398345795",
"280254123462654990008238352135912606460",
"75371618906015176016722417229093081595",
"26256970619043083029910011994198343657",
"3349549662279680345773505406980903303",
"261029931861517625330255629626593046251",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"2506374639300293374952499266558818438",
"190205650438358715439703078593483830957",
"216242656750752308165605937522663338439",
"178916546694751562234382402846554429453",
"141029003572576858417865586649981986234",
"96310082357632012319504861516544983680",
"86242303205118831483710415556485899619",
"301794826052485950917361465392934695997",
"9550113213346345805438293155860969542",
"32251412297978845538347113348800294617",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"274682412879110761822086252457676880638",
"61666704185578902398052741513960531597",
"11772014548726686407744446884799049668",
"212634815828828608095540217431297634087",
"89149588359758699753888978824162538905",
"3382074908611765454087629436309078288",
"278511987808527452829920668863738192262",
"128138093268848543513478870533739865400",
"317216964521070552513671601983591913940",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-c6ab0386",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3011.0,
"function_hash": "154080086367644471403672067375740841657"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c7b0d0e3",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1513.0,
"function_hash": "117684908670774591511266607330116392729"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c8027b00",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpsc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1985.0,
"function_hash": "60518084986959640019619510518475004567"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c823c794",
"target": {
"file": "drivers/scsi/qla2xxx/qla_target.c",
"function": "qla2x00_async_nack_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1763.0,
"function_hash": "181565465325987944688165803597623813448"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c8add5bb",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 784.0,
"function_hash": "223510787175926087347679044155390391869"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c8c00ffe",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prli_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2094.0,
"function_hash": "81560875603847745812600986410725381480"
},
"signature_type": "Function",
"id": "CVE-2022-49159-c96d33cd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_mqueuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1077.0,
"function_hash": "239856428123459723047118703573794734354"
},
"signature_type": "Function",
"id": "CVE-2022-49159-cd6a9500",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_iocb_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1421.0,
"function_hash": "91902580424717159387073009140840362190"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ce72299d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gfpnid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3103.0,
"function_hash": "9642540031459615436138058440905384779"
},
"signature_type": "Function",
"id": "CVE-2022-49159-cede532f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gnnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1109.0,
"function_hash": "322714329973317401651945116293297868180"
},
"signature_type": "Function",
"id": "CVE-2022-49159-cf938793",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_abort_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1077.0,
"function_hash": "239856428123459723047118703573794734354"
},
"signature_type": "Function",
"id": "CVE-2022-49159-cfb2c11d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_iocb_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 335.0,
"function_hash": "23239080867679430154887189845145547361"
},
"signature_type": "Function",
"id": "CVE-2022-49159-cfba84c4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prlo_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2891.0,
"function_hash": "60095633486691205585089297089959627105"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d0fe0221",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd2_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"321383212242317330697774093180835299848",
"303434222855310649575999436273048918255",
"102560724243140458691147879891170693398",
"168757145490099436285790270638542393302",
"74365795784032453389087997940120907072",
"146589222858125329586812657533237645102"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-d1c82c3c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"280472552819452522767043115350055647801",
"330024677154211808174682569043411277090",
"187142937917494778347260882976780419027",
"307648554269112747132860503870206991105",
"205611849780671446279692118687697933792",
"141347230427631460002052954707570556796",
"258718338752594172845682920695583424328",
"165879274916009762616869640497912193308",
"267569070639463183314066544535052804887",
"82858926668140325265511445106946871118",
"191402919778774269325680606898172283383",
"273933885001324685041013091036624247489",
"226181376792995661216327964602414231648",
"311393162826003554021814330026089010450",
"327986162238029443511014281803904677075",
"139873516845617935215373579760242951477",
"109577530775315615789057184596041509442",
"164475634360320773728120638535511967894",
"187981955284846604649103677351590596212",
"284386290461510174772560257000502732974",
"133870199370334837764425654184480269871",
"66872459290468989669866539130537418128",
"295178118180845708454192995589524005063",
"99803369678980239395512598669642489520",
"148057577561863536181347881385942910662",
"64005805234170082517557659436189952189",
"73109881907898193463049795682807445964",
"288760096033783280513613284467952937943",
"279462525394366972128283725285181129322",
"231887418220459125031295385569760716598",
"9550113213346345805438293155860969542",
"89656253676442208414317658115200879424",
"90584608121647157074927644547214664874",
"164569163465750629136420621595217946949",
"73129053024145495652334002335128250080",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"212634815828828608095540217431297634087",
"300465344473360008901330829869659815260",
"234461174831841474919453504855942814898",
"238491385193081170009188739000385067232",
"92518671383573557527843303216028740465",
"254166152056191442616102231680621982748",
"48097280223069430580023002020161086579",
"94008796862890927994336436356561220992",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"174906430443812581987749477341771891362",
"117160861882367692611911177832367478970",
"24544130060440264787045152006774085888",
"191714548622357418438763347984864224590",
"148876084477089790106352438062092794200",
"117464264244266384281007929936991980217",
"88328384717290607989835254167545128344",
"90469145322310691284792240487788590543",
"10395808984543846459454647542812223583",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"208259463278476387709927554306272139785",
"140409006569504785781404118939728200527",
"110608015735677189388565951917664969562",
"101052950410459985732956645488899863258",
"40233801270587631723034794516683233407",
"12284117904687208236424371451715693768",
"218528100870086633891162785574077694070",
"18479192062200955520335619176092682807",
"45112084500986705753617707568308882677",
"230853382429317168745885136218807541481",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"137837234428462087237254773472415803194",
"110735983730705124106001417170065853534",
"59849458060784041034001728144619721930",
"131392622741462453417175570556398345795",
"280254123462654990008238352135912606460",
"75371618906015176016722417229093081595",
"26256970619043083029910011994198343657",
"3349549662279680345773505406980903303",
"261029931861517625330255629626593046251",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"2506374639300293374952499266558818438",
"190205650438358715439703078593483830957",
"216242656750752308165605937522663338439",
"178916546694751562234382402846554429453",
"141029003572576858417865586649981986234",
"96310082357632012319504861516544983680",
"86242303205118831483710415556485899619",
"301794826052485950917361465392934695997",
"9550113213346345805438293155860969542",
"32251412297978845538347113348800294617",
"243859901952155943754737471859137658533",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"274682412879110761822086252457676880638",
"61666704185578902398052741513960531597",
"11772014548726686407744446884799049668",
"212634815828828608095540217431297634087",
"89149588359758699753888978824162538905",
"3382074908611765454087629436309078288",
"278511987808527452829920668863738192262",
"128138093268848543513478870533739865400",
"317216964521070552513671601983591913940",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-d62e2871",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 707.0,
"function_hash": "337862356109403588960990009093954375919"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d6650a6a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "177921210627942501736604262221006147578"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d6f08b93",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 829.0,
"function_hash": "29445901621236848350949417363406468165"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d712c68f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_logout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 876.0,
"function_hash": "9112376977005421937415077129179734588"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d8bc3a40",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "177921210627942501736604262221006147578"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d8cfc758",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "177921210627942501736604262221006147578"
},
"signature_type": "Function",
"id": "CVE-2022-49159-d96a63e5",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gffid"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2193.0,
"function_hash": "237405949356233161989718691127568010054"
},
"signature_type": "Function",
"id": "CVE-2022-49159-da7ee86b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_start_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"283307073761235148743317074447275508762",
"182857418272611362290486396134866240900",
"95502785132253084371522955913803294465",
"204751443491555552291543154002496605631",
"30119606507534650582405697560885248520",
"179228507599802074884349159105362619315",
"243817840400661444409542658024330448168",
"61924729083182101077227057539198111224",
"115663278547772814395355756399550533790",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"260731415027540270816516737113920417351",
"218864320716235967801288348743865974529",
"235616439849127256839357727567167088494",
"86103817150521613147031512769983670773",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"334654032745230590878424070952716461125",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"38916790608826390142684464736521302622",
"247313661774149949650492703946329581878",
"220267706902230788477263818203451135108",
"153205312436294041244150563092630954787",
"11096149663213985370770051700386389461",
"135345140916706214036546018623817493768",
"339035328140520839050384900600528892697",
"168362741891417316386044124087655294587",
"218276482804940888840400711810192124456",
"369251293620811074937815298718952606",
"278421311990751087279055653022128523734",
"339035328140520839050384900600528892697",
"248669692319298710840025358533779778771",
"76071608355643449258182814281437408878",
"253039149575737310502242672125078451123",
"232183919752162894677273542353611025051",
"61924729083182101077227057539198111224",
"168087990649166121548751544460288615290",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"302642697491481279258823366835370042997",
"276695532532950631505961822798418888974",
"282320679064258895880413552187025051344",
"254043653337495609446264025188723962064",
"30119606507534650582405697560885248520",
"132436970228010730425132749159741448023",
"243154261441631816444127142328443143818",
"215892294597941335954971236344825904281",
"50129641754474324720549930362503413329",
"299409232155712144762884547872799420793",
"21367352994214545314551781932372714734",
"285703165426953203350469924533808728552",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"54702755583858114211849415994315562711",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"176434583454273483888259058320132445541",
"148099616944958340462374585960569714621",
"6825344494729258193523998446943402739",
"148118735721759077907386592433116669008",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"108714734391942884832857937487961314153",
"324908277703425781548189624695956978114",
"12026686443014006551952794429560794834",
"309870477305493813603871496484326338834",
"281489810702786354447112010121819911596",
"270390271333013354248921963362059798408",
"163820834738745683320841408861623589237",
"194285947385047231070708727749877291722",
"86855239191685900543078873240631931744",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"316516445948232817313398394690824440385",
"11700301452763900204754864064460233799",
"275742774764917580858911382311117951954",
"162177261593766842342727990928765599915",
"230240430716876701759459615877578507368",
"19788416763861765742255304296602288570",
"285947383067329436389626018114639928585",
"38373039258221505324842185630938041695",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767",
"217960410074372889602740990153558523957",
"305171142110698571040082500147194734576",
"263100855211143090135529969262389269888",
"59057182287063340883498062455792184016",
"253797624547355303398292530863627774313",
"179881368145873545392243529011209852753",
"243767642058194804706627124117162707615",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-db9a2772",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-dc7dba58",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_qpair_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1831.0,
"function_hash": "225026411258244375707009389922902156692"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ded7c6d4",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"283307073761235148743317074447275508762",
"182857418272611362290486396134866240900",
"95502785132253084371522955913803294465",
"204751443491555552291543154002496605631",
"30119606507534650582405697560885248520",
"179228507599802074884349159105362619315",
"243817840400661444409542658024330448168",
"61924729083182101077227057539198111224",
"115663278547772814395355756399550533790",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"237490697266561075767519481401713689894",
"201454955711595270940928850623620192758",
"52162838068179070618460093206367130039",
"243859901952155943754737471859137658533",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"260731415027540270816516737113920417351",
"218864320716235967801288348743865974529",
"235616439849127256839357727567167088494",
"86103817150521613147031512769983670773",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"334654032745230590878424070952716461125",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281",
"38916790608826390142684464736521302622",
"247313661774149949650492703946329581878",
"220267706902230788477263818203451135108",
"153205312436294041244150563092630954787",
"11096149663213985370770051700386389461",
"135345140916706214036546018623817493768",
"339035328140520839050384900600528892697",
"168362741891417316386044124087655294587",
"218276482804940888840400711810192124456",
"369251293620811074937815298718952606",
"278421311990751087279055653022128523734",
"339035328140520839050384900600528892697",
"248669692319298710840025358533779778771",
"76071608355643449258182814281437408878",
"253039149575737310502242672125078451123",
"232183919752162894677273542353611025051",
"61924729083182101077227057539198111224",
"168087990649166121548751544460288615290",
"10261383916345779146825286992549807862",
"293182887753929111955139181909457860341",
"302642697491481279258823366835370042997",
"276695532532950631505961822798418888974",
"282320679064258895880413552187025051344",
"254043653337495609446264025188723962064",
"30119606507534650582405697560885248520",
"132436970228010730425132749159741448023",
"243154261441631816444127142328443143818",
"215892294597941335954971236344825904281",
"50129641754474324720549930362503413329",
"299409232155712144762884547872799420793",
"21367352994214545314551781932372714734",
"285703165426953203350469924533808728552",
"84502319271207180245590093236881686587",
"180505753311135256986114493251030700622",
"54702755583858114211849415994315562711",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"96804877570603951878184197288113358326",
"239018825880761892547698382231442079607",
"176434583454273483888259058320132445541",
"148099616944958340462374585960569714621",
"6825344494729258193523998446943402739",
"148118735721759077907386592433116669008",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"108714734391942884832857937487961314153",
"324908277703425781548189624695956978114",
"12026686443014006551952794429560794834",
"309870477305493813603871496484326338834",
"281489810702786354447112010121819911596",
"270390271333013354248921963362059798408",
"163820834738745683320841408861623589237",
"194285947385047231070708727749877291722",
"86855239191685900543078873240631931744",
"30119606507534650582405697560885248520",
"221358279549992252684782099648683296624",
"332379763450321901213824137557744166926",
"321286886851064517209305970920439404308",
"316516445948232817313398394690824440385",
"11700301452763900204754864064460233799",
"275742774764917580858911382311117951954",
"162177261593766842342727990928765599915",
"230240430716876701759459615877578507368",
"19788416763861765742255304296602288570",
"285947383067329436389626018114639928585",
"38373039258221505324842185630938041695",
"28495929795787268355688120984059468296",
"213390677511322642129103733346238284310",
"144453900349631825389888161759459847382",
"34646082530202112197689747916148102767",
"217960410074372889602740990153558523957",
"305171142110698571040082500147194734576",
"263100855211143090135529969262389269888",
"59057182287063340883498062455792184016",
"253797624547355303398292530863627774313",
"179881368145873545392243529011209852753",
"243767642058194804706627124117162707615",
"28495929795787268355688120984059468296",
"110038132051028501189884846994181886136",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-df769755",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210725121236461178068567246006125071469",
"82502444697579057040057249539674382641",
"293182887753929111955139181909457860341",
"20773355676935297340134741626945114538",
"132793044441743077498452424734029058624",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-e0d2f6f1",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"141008565453561371245471801338576432983",
"304503271269740826126969212988971685142",
"205808862577235734829422248626239382997",
"97725252292223588339353881493481544235",
"317718958161320281085830925502048578502",
"185682310113356162837218690303782340583",
"159242672518715521545733923217302843470",
"210563109026486518310964408321517511799",
"170806627715688187548399357304905936234",
"283037523489310785298976644235137073404",
"137671005784729181943033808451660658664",
"124390454082740549095479218399610210245",
"278644337740422667640786845438220826475",
"147229147692610337162283016176923066091",
"179996233305047821882984150205512982875",
"204564351207688208954826303842653599692",
"119613113879797178058857260576777809447",
"51978862598373783598033963745388765523",
"131912017867502620575505389972428191869",
"242707036479047557655630290786951981542",
"284149846603749359185938564088176493159",
"82639537041900588219979572023377734247",
"79000286475687435176721661248191226128",
"233745483971194364001907528203775844754",
"59491019990962879556552899473364722821",
"61924729083182101077227057539198111224",
"191383954734410998332805361564820713130",
"149956673568190302263286691696287952100",
"314025108949397001503591417667349541092",
"274610552443510551554903316045310514130",
"82814779502095261889699031936834172036",
"238102361425576707502420252688831112994",
"215892294597941335954971236344825904281",
"225135076630972502540056454631925119682",
"213495393808847196903414438409484453539",
"104471466176255843399811890716982918864",
"273951529918937557731014085845340954834",
"1886327283145155850439388322957766657"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-e0f87907",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"258545691938934044256579113917140552694",
"35881511575133190630381111274581839364",
"128960651295366238153085760479997058244",
"73304589619484672712369740111060847523"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-e3b1491d",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 295.0,
"function_hash": "290285373044358181127420114535205887595"
},
"signature_type": "Function",
"id": "CVE-2022-49159-e3ba7000",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h",
"function": "qla2xxx_init_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"260769398916175617098306644542939761675",
"154226822496257463775223308745901380609",
"304452590781544095862465837954487217435",
"304952544627043250150723913258565037947",
"258748519117776281118848800981711690560",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-e3cb3957",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mr.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"258545691938934044256579113917140552694",
"35881511575133190630381111274581839364",
"128960651295366238153085760479997058244",
"73304589619484672712369740111060847523"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-e689d77c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_inline.h"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 620.0,
"function_hash": "118188607408331337000812596427343840264"
},
"signature_type": "Function",
"id": "CVE-2022-49159-e72b644e",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gfpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 620.0,
"function_hash": "118188607408331337000812596427343840264"
},
"signature_type": "Function",
"id": "CVE-2022-49159-e87476e2",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gfpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 197.0,
"function_hash": "42555868943321760769349577759779958904"
},
"signature_type": "Function",
"id": "CVE-2022-49159-e8b948ec",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_sp_timeout"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1831.0,
"function_hash": "225026411258244375707009389922902156692"
},
"signature_type": "Function",
"id": "CVE-2022-49159-e9ec6f03",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "98606032599992309632245805885981963298"
},
"signature_type": "Function",
"id": "CVE-2022-49159-eacd246b",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_prli"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 319.0,
"function_hash": "114409899891579233234465732695972992301"
},
"signature_type": "Function",
"id": "CVE-2022-49159-eb361d58",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_abort_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"210725121236461178068567246006125071469",
"82502444697579057040057249539674382641",
"293182887753929111955139181909457860341",
"20773355676935297340134741626945114538",
"132793044441743077498452424734029058624",
"145965330869622310855316377952240679748",
"215892294597941335954971236344825904281"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-ed4cb36a",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1431.0,
"function_hash": "107982922511991809922425950970241918874"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ed7f1685",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c",
"function": "qla24xx_send_mb_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 740.0,
"function_hash": "281912397512475366535151602504894123138"
},
"signature_type": "Function",
"id": "CVE-2022-49159-eefa4df8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gpdb_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2193.0,
"function_hash": "237405949356233161989718691127568010054"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ef7b3206",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_start_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1490.0,
"function_hash": "126423988857809447159042164535046436233"
},
"signature_type": "Function",
"id": "CVE-2022-49159-effd08b8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mid.c",
"function": "qla24xx_control_vp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2193.0,
"function_hash": "237405949356233161989718691127568010054"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f12867ab",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla2x00_start_sp"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1936.0,
"function_hash": "232347172594786499441997018221269373638"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f1bd2b78",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gpnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 3004.0,
"function_hash": "96810349566521619021474413334191324901"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f2f6506c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2094.0,
"function_hash": "81560875603847745812600986410725381480"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f4be18cd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2xxx_mqueuecommand"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 4739.0,
"function_hash": "279715627772359505426229125001232125989"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f5555670",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla24xx_async_gpnft"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1639.0,
"function_hash": "93169826076091622225960563885838438202"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f6051e70",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_sns_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 83.0,
"function_hash": "319188508669283236975452418856488623397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f7922389",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c",
"function": "qla_noop_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"214804902206515195361545676296516073851",
"293769199349696606467215862941990142620",
"249354957137086151382028818789936006758",
"159548750586233940707517205542907037319",
"168782371256722338436553300412779265722",
"8874403725831856590807970666495756969",
"147549844107320736768888221146604434368",
"19841932797017591932650598111732891795",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700",
"168782371256722338436553300412779265722",
"91751757983239159279409435122168943590",
"62653495194017548246083203234927661021",
"304571605814296132741134040817929057048",
"255720601832913548510639877323976918584",
"119447077597567761194879264224017810414",
"82173301048718461629004974295429098731",
"15378029241171195155407981398779538700"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-f7a947d8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"312070817242691647542071457478094127963",
"104760008616168616369363466355995572695",
"106861451714109979999841235893429566402",
"176961976202438404568627002874354610822"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-f7ba67ec",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1431.0,
"function_hash": "107982922511991809922425950970241918874"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f82c417c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_mbx.c",
"function": "qla24xx_send_mb_cmd"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1063.0,
"function_hash": "144778745309734116558047847832635421921"
},
"signature_type": "Function",
"id": "CVE-2022-49159-f838fadc",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_adisc"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 83.0,
"function_hash": "319188508669283236975452418856488623397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fa5de853",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c",
"function": "qla_noop_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"312070817242691647542071457478094127963",
"104760008616168616369363466355995572695",
"106861451714109979999841235893429566402",
"176961976202438404568627002874354610822"
]
},
"signature_type": "Line",
"id": "CVE-2022-49159-fb2adbfb",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1552.0,
"function_hash": "98606032599992309632245805885981963298"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fbc85f65",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_prli"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 1763.0,
"function_hash": "181565465325987944688165803597623813448"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fc219ec8",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla24xx_async_gnl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e140723f78ff418c8df7d990e102e07b65c87d4a",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 247.0,
"function_hash": "35775002531570887026905201317255770065"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fcab40ce",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2x00_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 2476.0,
"function_hash": "50842093840208533318666666861929306160"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fe5e4683",
"target": {
"file": "drivers/scsi/qla2xxx/qla_iocb.c",
"function": "qla24xx_els_dcmd_iocb"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 239.0,
"function_hash": "116422982576327182420617799430534871389"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fea726bd",
"target": {
"file": "drivers/scsi/qla2xxx/qla_os.c",
"function": "qla2x00_sp_compl"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@ceda7f794f3dfe272491e93e3e93049f8be5f07b",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 621.0,
"function_hash": "208491762776454074492520998401395056782"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ff150f7f",
"target": {
"file": "drivers/scsi/qla2xxx/qla_gs.c",
"function": "qla2x00_async_gnnid_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@31e6cdbe0eae37badceb5e0d4f06cf051432fd77",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 784.0,
"function_hash": "223510787175926087347679044155390391869"
},
"signature_type": "Function",
"id": "CVE-2022-49159-ff26202c",
"target": {
"file": "drivers/scsi/qla2xxx/qla_init.c",
"function": "qla2x00_async_prli_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
},
{
"signature_version": "v1",
"digest": {
"length": 83.0,
"function_hash": "319188508669283236975452418856488623397"
},
"signature_type": "Function",
"id": "CVE-2022-49159-fff74394",
"target": {
"file": "drivers/scsi/qla2xxx/qla_edif.c",
"function": "qla_noop_sp_done"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e17111dd2fda81c35f309b1e5b6ab35809a375e7",
"deprecated": false
}
]