In the Linux kernel, the following vulnerability has been resolved:
s390/qeth: Fix kernel panic after setting hsuid
Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is already UP, the kernel will try to execute a napi function pointer that is NULL.
[ 2057.572696] illegal operation: 0001 ilc:1 [#1] SMP [ 2057.572702] Modules linked in: afiucv qethl3 zfcp scsitransportfc sunrpc nftfibinet nftfibipv4 nftfibipv6 nftfib nftrejectinet nfrejectipv4 nfrejectipv6 nftreject nftct nftablesset nftchainnat nfnat nfconntrack nfdefragipv6 nfdefragipv4 ipset nftables libcrc32c nfnetlink ghashs390 prng xts aess390 dess390 de sgeneric sha3512s390 sha3256s390 sha512s390 vfioccw vfiomdev mdev vfioiommutype1 eadmsch vfio ext4 mbcache jbd2 qethl2 bridge stp llc dasdeckdmod qeth dasdmod qdio ccwgroup pkey zcrypt [ 2057.572739] CPU: 6 PID: 60182 Comm: stressclient Kdump: loaded Not tainted 4.18.0-541.el8.s390x #1 [ 2057.572742] Hardware name: IBM 3931 A01 704 (LPAR) [ 2057.572744] Krnl PSW : 0704f00180000000 0000000000000002 (0x2) [ 2057.572748] R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:3 PM:0 RI:0 EA:3 [ 2057.572751] Krnl GPRS: 0000000000000004 0000000000000000 00000000a3b008d8 0000000000000000 [ 2057.572754] 00000000a3b008d8 cb923a29c779abc5 0000000000000000 00000000814cfd80 [ 2057.572756] 000000000000012c 0000000000000000 00000000a3b008d8 00000000a3b008d8 [ 2057.572758] 00000000bab6d500 00000000814cfd80 0000000091317e46 00000000814cfc68 [ 2057.572762] Krnl Code:#0000000000000000: 0000 illegal
0000000000000002: 0000 illegal 0000000000000004: 0000 illegal 0000000000000006: 0000 illegal 0000000000000008: 0000 illegal 000000000000000a: 0000 illegal 000000000000000c: 0000 illegal 000000000000000e: 0000 illegal [ 2057.572800] Call Trace: [ 2057.572801] ([<00000000ec639700>] 0xec639700) [ 2057.572803] [<00000000913183e2>] netrxaction+0x2ba/0x398 [ 2057.572809] [<0000000091515f76>] _dosoftirq+0x11e/0x3a0 [ 2057.572813] [<0000000090ce160c>] dosoftirqownstack+0x3c/0x58 [ 2057.572817] ([<0000000090d2cbd6>] dosoftirq.part.1+0x56/0x60) [ 2057.572822] [<0000000090d2cc60>] _localbhenableip+0x80/0x98 [ 2057.572825] [<0000000091314706>] _devqueuexmit+0x2be/0xd70 [ 2057.572827] [<000003ff803dd6d6>] afiucvhssend+0x24e/0x300 [afiucv] [ 2057.572830] [<000003ff803dd88a>] iucvsendctrl+0x102/0x138 [afiucv] [ 2057.572833] [<000003ff803de72a>] iucvsockconnect+0x37a/0x468 [afiucv] [ 2057.572835] [<00000000912e7e90>] _sysconnect+0xa0/0xd8 [ 2057.572839] [<00000000912e9580>] syssocketcall+0x228/0x348 [ 2057.572841] [<0000000091514e1a>] systemcall+0x2a6/0x2c8 [ 2057.572843] Last Breaking-Event-Address: [ 2057.572844] [<0000000091317e44>] _napipoll+0x4c/0x1d8 [ 2057.572846]
[ 2057.572847] Kernel panic - not syncing: Fatal exception in interrupt
Analysis: There is one napi structure per outq: card->qdio.outqs[i].napi The napi.poll functions are set during qeth_open().
Since commit 1cfef80d4c2b ("s390/qeth: Don't call devclose/devopen (DOWN/UP)") qethsetoffline()/qethsetonline() no longer call devclose()/ devopen(). So if qethfreeqdioqueues() cleared card->qdio.outqs[i].napi.poll while the network interface was UP and the card was offline, they are not set again.
Reproduction: chzdev -e $devno layer2=0 ip link set dev $network_interface up echo 0 > /sys/bus/ccw ---truncated---
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/36xxx/CVE-2024-36928.json",
"cna_assigner": "Linux"
}"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-36928.json"
[
{
"id": "CVE-2024-36928-08f6ff54",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@eae0aec245712c52a3ce9c05575b541a9eef5282",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "10141010927381176134555465044633788334",
"length": 1386.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@eae0aec245712c52a3ce9c05575b541a9eef5282",
"id": "CVE-2024-36928-0d82a4e4",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_configure_cq"
},
"digest": {
"function_hash": "339703486658610744177736397615112744207",
"length": 305.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@eae0aec245712c52a3ce9c05575b541a9eef5282",
"id": "CVE-2024-36928-1158e5c4",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_free_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "222899298656149646685187321511959873922",
"length": 595.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-178adab2",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e28dd1e1bf3ebb52cdb877fb359e8978a51576e3",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_free_qdio_queues"
},
"digest": {
"function_hash": "222899298656149646685187321511959873922",
"length": 595.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8a2e4d37afb8500b276e5ee903dee06f50ab0494",
"id": "CVE-2024-36928-1b59c6d4",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "10141010927381176134555465044633788334",
"length": 1386.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-1c7cf2f9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8792b557eb50b986f2496156d486d0c7c85a1524",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_free_qdio_queues"
},
"digest": {
"function_hash": "246313068228043638621904722538241678743",
"length": 602.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8792b557eb50b986f2496156d486d0c7c85a1524",
"id": "CVE-2024-36928-1fe532ca",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_cq"
},
"digest": {
"function_hash": "305762205188447126793197439893906431432",
"length": 378.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@eae0aec245712c52a3ce9c05575b541a9eef5282",
"id": "CVE-2024-36928-26bc257b",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_cq"
},
"signature_version": "v1",
"digest": {
"function_hash": "305762205188447126793197439893906431432",
"length": 378.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-3fda2e18",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e28dd1e1bf3ebb52cdb877fb359e8978a51576e3",
"target": {
"file": "drivers/s390/net/qeth_core_main.c"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"16291992614233276919801906583978762158",
"194034798963470022350374886680951541435",
"337378399028892857738994168359937028640",
"252892305955613478194612290675722176133",
"197496389059236243055398184320158072941",
"102816059896238122849095213462841504842",
"326104630754068601636190555892492450394",
"238021442236281224166361285605085245542",
"119573583722444498263567464345356593028",
"134452096955945113356784396678703969228",
"46257133898624273416402594797500516258",
"116942944645131727720267964183146939142",
"264731537726809305987810827839352141279",
"146312083775096936352135827827228864314",
"243444242347710521330559858735587581796",
"128531832275678380727667309154045664388",
"251771789139845211806606830545882041853",
"100523628815773433826342106111097277916",
"37236125076462786264168110534184130961",
"155963119620621024875087435335813011229",
"181757372005074671674167759634978438813",
"16019508305041357042378960871367923298",
"230657182546760163471981315523568477777",
"161248072245618730191377327279201119911",
"99727926915683174208167975488024620314",
"8075419492787677673332924714235784671",
"199403295073307213637956162639483211272",
"199813313265973124483356372193657630332",
"314008843209218054454118912114566923169",
"42874336229302749903763834203998114613",
"75036707814556717755532073356845507165",
"171259387489330041431297926229309048445",
"303213158217352900378070555663453340019",
"68608422539233423836844550791707599256",
"94158999145604152849625275830577944255",
"50494139699553314868268444968360804218",
"206952474968366639725598281895756140119",
"215375485090088923647602442075361854143",
"285685600518686387742115676229834591022",
"86121030830426275287653201485588083848",
"289115917098051217724822662181416082375",
"68342230961641792146008096928124901574",
"138496058036212082375698099862026559341",
"265110361912179589562975081129951910996",
"251302688739361679981808026537327850475",
"280524694600174926837263886726919076015",
"151947000100493712254045757965173135343",
"329028915521563001678056914876842899223",
"161439918452654447148861114275471092553",
"283999394673075780082983464164534192067",
"91134117014190373121203064645450762370",
"118985097226887590386554789454426053291",
"40729984287761771572871253223708382982",
"160139906294281298999816094515614530082",
"302113481553537235540306066675249071892",
"230862900462123355752462740375625004643",
"322574003631045002446513921582392067064",
"287531828663958033574199323769546765954",
"236872581322383182878741177537485652481",
"326617580906000906287434129391722334221",
"120710507377181725692454138134862980104",
"17779830782215640205568634484449984048"
]
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line"
},
{
"id": "CVE-2024-36928-45c32f02",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@10cb803aff3b11fe0bd5f274fc1c231a43e88df6",
"target": {
"file": "drivers/s390/net/qeth_core_main.c"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"16291992614233276919801906583978762158",
"194034798963470022350374886680951541435",
"337378399028892857738994168359937028640",
"252892305955613478194612290675722176133",
"197496389059236243055398184320158072941",
"102816059896238122849095213462841504842",
"326104630754068601636190555892492450394",
"238021442236281224166361285605085245542",
"119573583722444498263567464345356593028",
"134452096955945113356784396678703969228",
"46257133898624273416402594797500516258",
"116942944645131727720267964183146939142",
"264731537726809305987810827839352141279",
"146312083775096936352135827827228864314",
"243444242347710521330559858735587581796",
"128531832275678380727667309154045664388",
"251771789139845211806606830545882041853",
"100523628815773433826342106111097277916",
"37236125076462786264168110534184130961",
"155963119620621024875087435335813011229",
"181757372005074671674167759634978438813",
"16019508305041357042378960871367923298",
"230657182546760163471981315523568477777",
"161248072245618730191377327279201119911",
"99727926915683174208167975488024620314",
"8075419492787677673332924714235784671",
"199403295073307213637956162639483211272",
"199813313265973124483356372193657630332",
"314008843209218054454118912114566923169",
"42874336229302749903763834203998114613",
"75036707814556717755532073356845507165",
"171259387489330041431297926229309048445",
"303213158217352900378070555663453340019",
"68608422539233423836844550791707599256",
"94158999145604152849625275830577944255",
"50494139699553314868268444968360804218",
"206952474968366639725598281895756140119",
"215375485090088923647602442075361854143",
"285685600518686387742115676229834591022",
"86121030830426275287653201485588083848",
"289115917098051217724822662181416082375",
"68342230961641792146008096928124901574",
"138496058036212082375698099862026559341",
"265110361912179589562975081129951910996",
"251302688739361679981808026537327850475",
"280524694600174926837263886726919076015",
"151947000100493712254045757965173135343",
"329028915521563001678056914876842899223",
"161439918452654447148861114275471092553",
"283999394673075780082983464164534192067",
"91134117014190373121203064645450762370",
"118985097226887590386554789454426053291",
"40729984287761771572871253223708382982",
"160139906294281298999816094515614530082",
"302113481553537235540306066675249071892",
"230862900462123355752462740375625004643",
"322574003631045002446513921582392067064",
"287531828663958033574199323769546765954",
"236872581322383182878741177537485652481",
"326617580906000906287434129391722334221",
"120710507377181725692454138134862980104",
"17779830782215640205568634484449984048"
]
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line"
},
{
"id": "CVE-2024-36928-510a2d4d",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8a2e4d37afb8500b276e5ee903dee06f50ab0494",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_cq"
},
"digest": {
"function_hash": "305762205188447126793197439893906431432",
"length": 378.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@10cb803aff3b11fe0bd5f274fc1c231a43e88df6",
"id": "CVE-2024-36928-55c70e90",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "10141010927381176134555465044633788334",
"length": 1386.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-5a66479c",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@eae0aec245712c52a3ce9c05575b541a9eef5282",
"target": {
"file": "drivers/s390/net/qeth_core_main.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"16291992614233276919801906583978762158",
"194034798963470022350374886680951541435",
"337378399028892857738994168359937028640",
"252892305955613478194612290675722176133",
"197496389059236243055398184320158072941",
"102816059896238122849095213462841504842",
"326104630754068601636190555892492450394",
"238021442236281224166361285605085245542",
"119573583722444498263567464345356593028",
"134452096955945113356784396678703969228",
"46257133898624273416402594797500516258",
"116942944645131727720267964183146939142",
"264731537726809305987810827839352141279",
"146312083775096936352135827827228864314",
"243444242347710521330559858735587581796",
"128531832275678380727667309154045664388",
"251771789139845211806606830545882041853",
"100523628815773433826342106111097277916",
"37236125076462786264168110534184130961",
"155963119620621024875087435335813011229",
"181757372005074671674167759634978438813",
"16019508305041357042378960871367923298",
"230657182546760163471981315523568477777",
"161248072245618730191377327279201119911",
"99727926915683174208167975488024620314",
"8075419492787677673332924714235784671",
"199403295073307213637956162639483211272",
"199813313265973124483356372193657630332",
"314008843209218054454118912114566923169",
"42874336229302749903763834203998114613",
"75036707814556717755532073356845507165",
"171259387489330041431297926229309048445",
"303213158217352900378070555663453340019",
"68608422539233423836844550791707599256",
"94158999145604152849625275830577944255",
"50494139699553314868268444968360804218",
"206952474968366639725598281895756140119",
"215375485090088923647602442075361854143",
"285685600518686387742115676229834591022",
"86121030830426275287653201485588083848",
"289115917098051217724822662181416082375",
"68342230961641792146008096928124901574",
"138496058036212082375698099862026559341",
"265110361912179589562975081129951910996",
"251302688739361679981808026537327850475",
"280524694600174926837263886726919076015",
"151947000100493712254045757965173135343",
"329028915521563001678056914876842899223",
"161439918452654447148861114275471092553",
"283999394673075780082983464164534192067",
"91134117014190373121203064645450762370",
"118985097226887590386554789454426053291",
"40729984287761771572871253223708382982",
"160139906294281298999816094515614530082",
"302113481553537235540306066675249071892",
"230862900462123355752462740375625004643",
"322574003631045002446513921582392067064",
"287531828663958033574199323769546765954",
"236872581322383182878741177537485652481",
"326617580906000906287434129391722334221",
"120710507377181725692454138134862980104",
"17779830782215640205568634484449984048"
]
},
"deprecated": false,
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8a2e4d37afb8500b276e5ee903dee06f50ab0494",
"id": "CVE-2024-36928-5a7e5bfe",
"target": {
"file": "drivers/s390/net/qeth_core_main.c"
},
"signature_version": "v1",
"digest": {
"threshold": 0.9,
"line_hashes": [
"16291992614233276919801906583978762158",
"194034798963470022350374886680951541435",
"337378399028892857738994168359937028640",
"252892305955613478194612290675722176133",
"197496389059236243055398184320158072941",
"102816059896238122849095213462841504842",
"326104630754068601636190555892492450394",
"238021442236281224166361285605085245542",
"119573583722444498263567464345356593028",
"134452096955945113356784396678703969228",
"46257133898624273416402594797500516258",
"116942944645131727720267964183146939142",
"264731537726809305987810827839352141279",
"146312083775096936352135827827228864314",
"243444242347710521330559858735587581796",
"128531832275678380727667309154045664388",
"251771789139845211806606830545882041853",
"100523628815773433826342106111097277916",
"37236125076462786264168110534184130961",
"155963119620621024875087435335813011229",
"181757372005074671674167759634978438813",
"16019508305041357042378960871367923298",
"230657182546760163471981315523568477777",
"161248072245618730191377327279201119911",
"99727926915683174208167975488024620314",
"8075419492787677673332924714235784671",
"199403295073307213637956162639483211272",
"199813313265973124483356372193657630332",
"314008843209218054454118912114566923169",
"42874336229302749903763834203998114613",
"75036707814556717755532073356845507165",
"171259387489330041431297926229309048445",
"303213158217352900378070555663453340019",
"68608422539233423836844550791707599256",
"94158999145604152849625275830577944255",
"50494139699553314868268444968360804218",
"206952474968366639725598281895756140119",
"215375485090088923647602442075361854143",
"285685600518686387742115676229834591022",
"86121030830426275287653201485588083848",
"289115917098051217724822662181416082375",
"68342230961641792146008096928124901574",
"138496058036212082375698099862026559341",
"265110361912179589562975081129951910996",
"251302688739361679981808026537327850475",
"280524694600174926837263886726919076015",
"151947000100493712254045757965173135343",
"329028915521563001678056914876842899223",
"161439918452654447148861114275471092553",
"283999394673075780082983464164534192067",
"91134117014190373121203064645450762370",
"118985097226887590386554789454426053291",
"40729984287761771572871253223708382982",
"160139906294281298999816094515614530082",
"302113481553537235540306066675249071892",
"230862900462123355752462740375625004643",
"322574003631045002446513921582392067064",
"287531828663958033574199323769546765954",
"236872581322383182878741177537485652481",
"326617580906000906287434129391722334221",
"120710507377181725692454138134862980104",
"17779830782215640205568634484449984048"
]
},
"deprecated": false,
"signature_type": "Line"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@10cb803aff3b11fe0bd5f274fc1c231a43e88df6",
"id": "CVE-2024-36928-5ccbc546",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_cq"
},
"digest": {
"function_hash": "305762205188447126793197439893906431432",
"length": 378.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-68cc4881",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8792b557eb50b986f2496156d486d0c7c85a1524",
"target": {
"file": "drivers/s390/net/qeth_core_main.c"
},
"digest": {
"threshold": 0.9,
"line_hashes": [
"16291992614233276919801906583978762158",
"194034798963470022350374886680951541435",
"337378399028892857738994168359937028640",
"252892305955613478194612290675722176133",
"197496389059236243055398184320158072941",
"102816059896238122849095213462841504842",
"326104630754068601636190555892492450394",
"238021442236281224166361285605085245542",
"119573583722444498263567464345356593028",
"134452096955945113356784396678703969228",
"46257133898624273416402594797500516258",
"116942944645131727720267964183146939142",
"264731537726809305987810827839352141279",
"146312083775096936352135827827228864314",
"243444242347710521330559858735587581796",
"128531832275678380727667309154045664388",
"251771789139845211806606830545882041853",
"100523628815773433826342106111097277916",
"37236125076462786264168110534184130961",
"155963119620621024875087435335813011229",
"181757372005074671674167759634978438813",
"16019508305041357042378960871367923298",
"230657182546760163471981315523568477777",
"161248072245618730191377327279201119911",
"99727926915683174208167975488024620314",
"8075419492787677673332924714235784671",
"199403295073307213637956162639483211272",
"199813313265973124483356372193657630332",
"314008843209218054454118912114566923169",
"42874336229302749903763834203998114613",
"75036707814556717755532073356845507165",
"171259387489330041431297926229309048445",
"303213158217352900378070555663453340019",
"20083895683717517521831815384459139999",
"193303837223333841202591248096688593352",
"5792429269516342047872766659434139423",
"206952474968366639725598281895756140119",
"215375485090088923647602442075361854143",
"285685600518686387742115676229834591022",
"86121030830426275287653201485588083848",
"289115917098051217724822662181416082375",
"68342230961641792146008096928124901574",
"80958682464744412376781593914474988593",
"41687163255324742056308723397218858124",
"251302688739361679981808026537327850475",
"280524694600174926837263886726919076015",
"151947000100493712254045757965173135343",
"329028915521563001678056914876842899223",
"161439918452654447148861114275471092553",
"283999394673075780082983464164534192067",
"91134117014190373121203064645450762370",
"118985097226887590386554789454426053291",
"40729984287761771572871253223708382982",
"160139906294281298999816094515614530082",
"302113481553537235540306066675249071892",
"230862900462123355752462740375625004643",
"322574003631045002446513921582392067064",
"287531828663958033574199323769546765954",
"236872581322383182878741177537485652481",
"326617580906000906287434129391722334221",
"120710507377181725692454138134862980104",
"17779830782215640205568634484449984048"
]
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Line"
},
{
"id": "CVE-2024-36928-69eba27f",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@10cb803aff3b11fe0bd5f274fc1c231a43e88df6",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_free_qdio_queues"
},
"digest": {
"function_hash": "222899298656149646685187321511959873922",
"length": 595.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8a2e4d37afb8500b276e5ee903dee06f50ab0494",
"id": "CVE-2024-36928-82c8b48f",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_free_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "222899298656149646685187321511959873922",
"length": 595.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-86a0e9fe",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8a2e4d37afb8500b276e5ee903dee06f50ab0494",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_configure_cq"
},
"digest": {
"function_hash": "339703486658610744177736397615112744207",
"length": 305.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-9cb1d1dd",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8792b557eb50b986f2496156d486d0c7c85a1524",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_qdio_queues"
},
"signature_version": "v1",
"digest": {
"function_hash": "251931917855403669685533993793850437194",
"length": 1574.0
},
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@10cb803aff3b11fe0bd5f274fc1c231a43e88df6",
"id": "CVE-2024-36928-a2479c98",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_configure_cq"
},
"digest": {
"function_hash": "339703486658610744177736397615112744207",
"length": 305.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-b27daab9",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e28dd1e1bf3ebb52cdb877fb359e8978a51576e3",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_cq"
},
"digest": {
"function_hash": "305762205188447126793197439893906431432",
"length": 378.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e28dd1e1bf3ebb52cdb877fb359e8978a51576e3",
"id": "CVE-2024-36928-cc6e3591",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_configure_cq"
},
"digest": {
"function_hash": "339703486658610744177736397615112744207",
"length": 305.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"id": "CVE-2024-36928-f29bf7e5",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e28dd1e1bf3ebb52cdb877fb359e8978a51576e3",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_alloc_qdio_queues"
},
"digest": {
"function_hash": "10141010927381176134555465044633788334",
"length": 1386.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
},
{
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@8792b557eb50b986f2496156d486d0c7c85a1524",
"id": "CVE-2024-36928-ff42d33b",
"target": {
"file": "drivers/s390/net/qeth_core_main.c",
"function": "qeth_configure_cq"
},
"digest": {
"function_hash": "339703486658610744177736397615112744207",
"length": 305.0
},
"signature_version": "v1",
"deprecated": false,
"signature_type": "Function"
}
]