In the Linux kernel, the following vulnerability has been resolved:
pps: Fix a use-after-free
On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting:
pps pps1: removed
------------[ cut here ]------------
kobject: '(null)' (00000000db4bec24): is not initialized, yet kobject_put() is being called.
WARNING: CPU: 2 PID: 440 at lib/kobject.c:734 kobject_put+0x120/0x150
CPU: 2 UID: 299 PID: 440 Comm: gpsd Not tainted 6.11.0-rc6-00308-gb31c44928842 #1
Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)
pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
pc : kobject_put+0x120/0x150
lr : kobject_put+0x120/0x150
sp : ffffffc0803d3ae0
x29: ffffffc0803d3ae0 x28: ffffff8042dc9738 x27: 0000000000000001
x26: 0000000000000000 x25: ffffff8042dc9040 x24: ffffff8042dc9440
x23: ffffff80402a4620 x22: ffffff8042ef4bd0 x21: ffffff80405cb600
x20: 000000000008001b x19: ffffff8040b3b6e0 x18: 0000000000000000
x17: 0000000000000000 x16: 0000000000000000 x15: 696e6920746f6e20
x14: 7369203a29343263 x13: 205d303434542020 x12: 0000000000000000
x11: 0000000000000000 x10: 0000000000000000 x9 : 0000000000000000
x8 : 0000000000000000 x7 : 0000000000000000 x6 : 0000000000000000
x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000000
x2 : 0000000000000000 x1 : 0000000000000000 x0 : 0000000000000000
Call trace:
kobject_put+0x120/0x150
cdev_put+0x20/0x3c
__fput+0x2c4/0x2d8
____fput+0x1c/0x38
task_work_run+0x70/0xfc
do_exit+0x2a0/0x924
do_group_exit+0x34/0x90
get_signal+0x7fc/0x8c0
do_signal+0x128/0x13b4
do_notify_resume+0xdc/0x160
el0_svc+0xd4/0xf8
el0t_64_sync_handler+0x140/0x14c
el0t_64_sync+0x190/0x194
---[ end trace 0000000000000000 ]---
...followed by more symptoms of corruption, with similar stacks:
refcount_t: underflow; use-after-free.
kernel BUG at lib/list_debug.c:62!
Kernel panic - not syncing: Oops - BUG: Fatal exception
This happens because ppsdevicedestruct() frees the ppsdevice with the embedded cdev immediately after calling cdevdel(), but, as the comment above cdevdel() notes, fops for previously opened cdevs are still callable even after cdevdel() returns. I think this bug has always been there: I can't explain why it suddenly started happening every time I reboot this particular board.
In commit d953e0e837e6 ("pps: Fix a use-after free bug when unregistering a source."), George Spelvin suggested removing the embedded cdev. That seems like the simplest way to fix this, so I've implemented his suggestion, using _registerchrdev() with pps_idr becoming the source of truth for which minor corresponds to which device.
But now that ppsidr defines userspace visibility instead of cdevadd(), we need to be sure the pps->dev refcount can't reach zero while userspace can still find it again. So, the idrremove() call moves to ppsunregistercdev(), and ppsidr now holds a reference to pps->dev.
pps_core: source serial1 got cdev (251:1)
<...>
pps pps1: removed
pps_core: unregistering pps1
pps_core: deallocating pps1
[
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-01162e71",
"digest": {
"length": 1933.0,
"function_hash": "115332603730342032136861359726395525532"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-01663dc7",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"247122558705523746734812026062929403402",
"245318885745394832849731432708305732328",
"273024894692455054842057757188325036187"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-0175f67b",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-01c7cf74",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-01dde21e",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-05f97294",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-06acdc3d",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-06c3d29e",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-083f8ebc",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-084ee45f",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-08df552a",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-0a6af721",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-0af1a249",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-0b5d15fd",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"273196150490321443871683166533081595592"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-0becdc8b",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-0c29f3b8",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-0c975b34",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-0ce949ae",
"digest": {
"line_hashes": [
"49768572493303634245042527307925905177",
"95102339889491788392913682667797248325",
"315187088248721057330010920800252975346",
"308092905732313355273350241647242446273",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-0cfe370c",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"139757779098037345609506612633377956727",
"91829626396944694781482390577333066185",
"214475356345105363015536280453373748992",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-0e92fd02",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-1155fd5a",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-12615067",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-12f38d91",
"digest": {
"length": 631.0,
"function_hash": "21665087876691397247431972355966280393"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-13be5804",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-13eec24f",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-14f8629f",
"digest": {
"length": 338.0,
"function_hash": "268301614508310189886074289773774319324"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-15ac7794",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-181e9c55",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-19357900",
"digest": {
"length": 851.0,
"function_hash": "277690489132105143302157821546109967796"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-19b044d2",
"digest": {
"length": 347.0,
"function_hash": "148475172179250583993478827869607289611"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-1cc60c5a",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-1da01136",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-1e180845",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-2066259a",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-21506398",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2209025b",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-225b7720",
"digest": {
"length": 795.0,
"function_hash": "63322301652570907854623022998223453078"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-229dbc70",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-251f06d9",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2566f1e9",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-26849ee8",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-277d8937",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-287392ff",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-2946f5b2",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2aecdb7b",
"digest": {
"length": 631.0,
"function_hash": "21665087876691397247431972355966280393"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2b125741",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-2c195a83",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2cafd006",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-2ebb129a",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-2f3fc3c4",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-300c682a",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-316273d0",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-336f9777",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-3387cf53",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-34899543",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-34c1c653",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-37955936",
"digest": {
"length": 631.0,
"function_hash": "21665087876691397247431972355966280393"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-37a31687",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-38160a23",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-3a135979",
"digest": {
"line_hashes": [
"261536175691485562005108522867643972273",
"194536337281778659395853723310526166827",
"64166420732920117883106077562323367871",
"315397351495694744254374397624543019970",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-3aa481ba",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-3b2d098f",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-3dabd7cf",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-3e9dc9d6",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"125332745181283236147179437092157605655"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-3eeebe3c",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-41919761",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-42028b1a",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4777ddfa",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-47a801e5",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-47be9a04",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-489cdc20",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4a22ba8a",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4b1d64d5",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-4c1c8111",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4c21d921",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4eb0ca0b",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-4f3aa094",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-503518d7",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"133031463556052329064531931543871909472",
"49950670784750922003320993055833731855",
"257916438717792711515560196130175762130",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-510582a8",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-53f2bf03",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-548f518c",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-55ce9778",
"digest": {
"line_hashes": [
"242436475206204364350957423764799784533",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"125332745181283236147179437092157605655"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-567e5e70",
"digest": {
"length": 614.0,
"function_hash": "273157280777017925917263683457703334118"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-568908ee",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-578c0ea1",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-580fb2e7",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-592d76d0",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-5983072e",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-5a4e30b5",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-5a5fbd70",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-5c8adc18",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"273196150490321443871683166533081595592"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-5ea9b275",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-5ed4f068",
"digest": {
"line_hashes": [
"242436475206204364350957423764799784533",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"125332745181283236147179437092157605655"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-604ca169",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-61365f1e",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-6241d208",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-627f9356",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-62e7a7f5",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-633b3e5c",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-644c1439",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-65c81f37",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-671b6f92",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-67e55d8b",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-682551c2",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-686da43f",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-69315c82",
"digest": {
"line_hashes": [
"261536175691485562005108522867643972273",
"194536337281778659395853723310526166827",
"64166420732920117883106077562323367871",
"315397351495694744254374397624543019970",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-69ced95f",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-6af9a7ca",
"digest": {
"length": 287.0,
"function_hash": "214306100759983564126162645172652701036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-6ca1d426",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"133031463556052329064531931543871909472",
"49950670784750922003320993055833731855",
"257916438717792711515560196130175762130",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-6cd52542",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"133031463556052329064531931543871909472",
"49950670784750922003320993055833731855",
"257916438717792711515560196130175762130",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-6cf91aeb",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-6d450152",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-6e6c10de",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-6f0cea81",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-7043bf6e",
"digest": {
"line_hashes": [
"49768572493303634245042527307925905177",
"95102339889491788392913682667797248325",
"315187088248721057330010920800252975346",
"308092905732313355273350241647242446273",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-71504ae6",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-751c08fc",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"274509573069776070470777841980302268697",
"6677211962448558093773578910242716927",
"116840650769616091219106657980355163563"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-773d622f",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7748f257",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-77497c41",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7793c010",
"digest": {
"length": 338.0,
"function_hash": "268301614508310189886074289773774319324"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-77d0b749",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"139757779098037345609506612633377956727",
"91829626396944694781482390577333066185",
"214475356345105363015536280453373748992",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-7aaf6249",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7b294183",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7b364ca2",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7cd22604",
"digest": {
"length": 645.0,
"function_hash": "305412845822012799406994199962324985849"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7e3d248a",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-7f002937",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-807c0f52",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-80ab75cd",
"digest": {
"length": 338.0,
"function_hash": "268301614508310189886074289773774319324"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-813c7f30",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-81d4f7ee",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-85404665",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-85e40877",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8643c9a7",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8704d976",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8711c6e5",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-87a5ea39",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-894ec842",
"digest": {
"length": 347.0,
"function_hash": "148475172179250583993478827869607289611"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-896d95d1",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-8989a280",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8bf9e88c",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8c372859",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8ccf118a",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-8d4be739",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8e702243",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8f3cc3f5",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8f4e77cd",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-8fbe23f9",
"digest": {
"length": 347.0,
"function_hash": "148475172179250583993478827869607289611"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-945ba4a5",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-963113fc",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-966733de",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-9aca1ba9",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-9bd571a4",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-9c7239cf",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-9d204e6b",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-9d5c5b74",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-a05dba66",
"digest": {
"line_hashes": [
"49768572493303634245042527307925905177",
"95102339889491788392913682667797248325",
"315187088248721057330010920800252975346",
"308092905732313355273350241647242446273",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-a0a3b26d",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-a360b33a",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-a3694851",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-a451e2f9",
"digest": {
"length": 204.0,
"function_hash": "233400509413891209725521721072866918664"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_echo_client_default"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-a4e048d8",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-a7672aba",
"digest": {
"line_hashes": [
"49768572493303634245042527307925905177",
"95102339889491788392913682667797248325",
"315187088248721057330010920800252975346",
"308092905732313355273350241647242446273",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-a8753ef8",
"digest": {
"line_hashes": [
"49768572493303634245042527307925905177",
"95102339889491788392913682667797248325",
"315187088248721057330010920800252975346",
"308092905732313355273350241647242446273",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-a8fc5e92",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-aa0d9142",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ab7fa00e",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-acbc10d7",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ad1fb1f9",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-af020fc9",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-b1b6e967",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"274509573069776070470777841980302268697",
"6677211962448558093773578910242716927",
"116840650769616091219106657980355163563"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-b22b7187",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-b2363685",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-b2c9217d",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-b59e12f8",
"digest": {
"length": 645.0,
"function_hash": "305412845822012799406994199962324985849"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-b6d9e13a",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"274509573069776070470777841980302268697",
"6677211962448558093773578910242716927",
"116840650769616091219106657980355163563"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-b8a9652a",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"273196150490321443871683166533081595592"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ba0796fc",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-bb535c5c",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-bbdd88ba",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-bc31aaa5",
"digest": {
"length": 338.0,
"function_hash": "268301614508310189886074289773774319324"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-bdd09359",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-bff48997",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-c2006224",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-c341e19c",
"digest": {
"line_hashes": [
"261536175691485562005108522867643972273",
"194536337281778659395853723310526166827",
"64166420732920117883106077562323367871",
"315397351495694744254374397624543019970",
"231743329787693498880005684739949861503",
"59344639403762452742502687271989568974",
"111312887334729371779379954819058786239",
"209934750629026038074793091616882700495",
"283995695198509945767022350983933978055",
"129112776182778920178594257102752061370",
"198532869234468077876036363868677873414",
"315681740415090944065270186778444812607"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-c40040da",
"digest": {
"length": 645.0,
"function_hash": "305412845822012799406994199962324985849"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-c51522c5",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-c52a7ab3",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-c602bf84",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-c62d3be6",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-c93d58a3",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-c9791e00",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cac65f7a",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cb21a8b1",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cb2b8977",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cbf26a25",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cc0ef5f0",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cd580a3d",
"digest": {
"length": 287.0,
"function_hash": "214306100759983564126162645172652701036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-cea653b8",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d02d2aec",
"digest": {
"length": 631.0,
"function_hash": "21665087876691397247431972355966280393"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d0a6d03e",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d3d4883c",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d564292c",
"digest": {
"length": 287.0,
"function_hash": "214306100759983564126162645172652701036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c",
"function": "ptp_ocp_complete"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-d5b6014b",
"digest": {
"line_hashes": [
"5908841836414209549882544341858314997",
"36892756165142232215301858999635958442",
"207192820258268381028092310345150067714",
"234330994540925518280403082799060413555",
"242116316778347090550139039949897717952"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "include/linux/pps_kernel.h"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d5bd6356",
"digest": {
"length": 102.0,
"function_hash": "22539409724684015814858496737509472474"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_exit"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-d5d229c8",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d86f4d3f",
"digest": {
"length": 645.0,
"function_hash": "305412845822012799406994199962324985849"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-d9fc7756",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-da671dd8",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-db275662",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-dbd03a99",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-dccfdfdd",
"digest": {
"length": 1436.0,
"function_hash": "176961047479588508301036520697580652455"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_event"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-de403d6d",
"digest": {
"line_hashes": [
"216801604863484606142337744130866837522",
"326819603570398355280944400783418908986",
"30807657351589371561465187711547599655",
"35984272273677404939558609165465705302",
"327203344322287148613146139992869142044",
"249865530710326443247539212152309989328",
"130934602403896895872360669400019100199",
"294388795592719364974517464780588036184"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-de5dc4a7",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"125332745181283236147179437092157605655"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-df266700",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-e18478ed",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"274509573069776070470777841980302268697",
"6677211962448558093773578910242716927",
"116840650769616091219106657980355163563"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e292ce8e",
"digest": {
"length": 169.0,
"function_hash": "302028233568720250817799661201217069287"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_unregister_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e3e71427",
"digest": {
"length": 881.0,
"function_hash": "199387610998093151361605561573249517526"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_bind"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e5a4abb8",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e5ec5b71",
"digest": {
"length": 224.0,
"function_hash": "201954064828476452415722545745910711260"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e6deef2c",
"digest": {
"length": 705.0,
"function_hash": "185063105024043643046888763319420030572"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_pps_fetch"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-e6f8ce8a",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e857ece4",
"digest": {
"length": 371.0,
"function_hash": "317883037739922145072768313666104526036"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_init"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-e876a469",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ea3debc6",
"digest": {
"length": 194.0,
"function_hash": "326955777711804702617054004729874424437"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_release"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ebb4f0f3",
"digest": {
"length": 1933.0,
"function_hash": "115332603730342032136861359726395525532"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-ec36e75e",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"133031463556052329064531931543871909472",
"49950670784750922003320993055833731855",
"257916438717792711515560196130175762130",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ee25b724",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ee89b11b",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f20bca50",
"digest": {
"length": 2893.0,
"function_hash": "283225460331166444616052498442055404094"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f236238e",
"digest": {
"line_hashes": [
"188295994267998187393667698160027525242",
"68795884433707587114449470417829413106",
"199313948536764429015624747609578896624",
"222950089266220465267417470964023099666",
"125332745181283236147179437092157605655"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f34e75f0",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"139757779098037345609506612633377956727",
"91829626396944694781482390577333066185",
"214475356345105363015536280453373748992",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f37cf248",
"digest": {
"length": 338.0,
"function_hash": "268301614508310189886074289773774319324"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_dcd_change"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f489b73a",
"digest": {
"length": 953.0,
"function_hash": "253734523422704796819761945845049705645"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1a7735ab2cb9747518a7416fb5929e85442dec62",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_open"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f4927b6a",
"digest": {
"length": 1068.0,
"function_hash": "94898255279279365065311917963655995544"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_cdev_compat_ioctl"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f50eec54",
"digest": {
"line_hashes": [
"308011871736944741372498261549317047685",
"274509573069776070470777841980302268697",
"6677211962448558093773578910242716927",
"116840650769616091219106657980355163563"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/ptp/ptp_ocp.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f5bfec04",
"digest": {
"length": 1254.0,
"function_hash": "223248097522434026195105447868324613061"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@785c78ed0d39d1717cca3ef931d3e51337b5e90e",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_register_cdev"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f67bde9c",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f6910672",
"digest": {
"line_hashes": [
"128375731444020870313222024697738006650",
"183029537352999297715303654491984981832",
"211218936881247137804839320768342353156",
"45378882875486996287468221565932278697",
"155880472476327839307800368883969013176",
"270197458261271706766434797343907125923",
"237125407364833268542726516399722184496",
"148154517060468158442358763621828602537",
"57964224773160045885942803064407303688",
"41302466918362914926174304591466254119",
"42176500412675787423174959314146114912",
"268772715647759702535742812797332322205",
"332664578387987324688277130215420431828",
"17587689341183243909785304167433213321",
"286018284430051736310640752331018396867",
"326904098790937344259327905553977828608",
"273495987876318124112404565288524633084",
"332708901637822113836417954368704661097",
"310194630250636119187284881446431630556",
"61259833636043054799575223256133302130"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f72ccdb8",
"digest": {
"length": 1601.0,
"function_hash": "285497896063090757723640214379617738542"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-gpio.c",
"function": "pps_gpio_probe"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f73e5de5",
"digest": {
"line_hashes": [
"120792353654114890181532300028965770466",
"183137251810622923323684038034966014358",
"250231275465400784978386861117628025405",
"84625496301280274766316109290374361869",
"107092086127345046759919196002180726703",
"19792976163293891206236161010520223794",
"76723285963245912611205374113218144406",
"138190961266247510374817884521931167181"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f75b105c",
"digest": {
"line_hashes": [
"175687435627335016858477148909248928071",
"236122709954264688761670754990634759486",
"170149658623816477147054639723337551368",
"44279623307652407125754549725304651952",
"206830881356406924014250745528997531852",
"267279280018921068589563625376155842201",
"277394459405000941672537653276465337456",
"216847946451872079400337052186033534008",
"141404996259475350058841921749602472152",
"183151418573181275803802191191118240554",
"35625939244095098409776176964925907476",
"218187069362260317958858001023894555475",
"119226599175224089489431019832388514283",
"213108698569529316616997672477018274444",
"309370274901922748832199371724910152115",
"200822269579053537477687850912227097017",
"194994151870626737266397166231237351344",
"270078146716554494295845979887859085226",
"339932293964733816470323157420372715718",
"300054130859547802120894728259770128350"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c"
}
},
{
"signature_type": "Line",
"signature_version": "v1",
"id": "CVE-2024-57979-f7ac0bb8",
"digest": {
"line_hashes": [
"132107276727264062907576334080439713269",
"88025281799256412871357428306406504040",
"57322659487440032956958565757927226462",
"109363586781509954169628419104444181381",
"250612959521515213504240376189073593229",
"312338432241571339512064036304473852317",
"277459990523954720769197623978898159082",
"26223646366771405917819665496600360800",
"178104145154781980887376265168422429276",
"42981577170197644966859502062221527212",
"71605037978126836876330888138923377563",
"216440238104543085766611312849788995596",
"172510301442456742730739224490796283771",
"94813688750942106423860258280258158729",
"312117529177042693404988129669661339573",
"290115060487692231210242120853212655225",
"77976187700877913333263596438673109598",
"134263210701325918355131208893937665120",
"113510954216970799697301833948600538813",
"228531668370065475971106866411705450548",
"250964526387665409677097649626862964960",
"50206403494858190375203172551302909123",
"36867774323251636567520748192085857518",
"166439589251987353038967652636746911498",
"317727837225206947734178138428569033892",
"333531720164016687846046762295807759628",
"166956647209414479235188232117719254032",
"217403303182158819175185653690430001805",
"203682049116080707007163740162086201257",
"188836388690206360171621687321609747836",
"322873259061251901054835074235770267096",
"338599562615840201327413939188510227067",
"256760134542550553768265253847613803084",
"139930750069123301153217841932251451175",
"304420411680062663493841380536272349064",
"140786132068158562512638952463590704787",
"144361273902931266971328117963278764901",
"32060268618127479214259837787644436783",
"15681448037900699205693126154690191682",
"282298709893460235857891530987398598424",
"337777078450175046329648704442249865678",
"203992404883608902817028190789717717447",
"29276909366739058357141348616359019450",
"244436198094018294384227868586621783714",
"32723080285644556449062191029217092017",
"115420888954192002943832912347330392918",
"174064506086783051931445428895989622126",
"144910237224185206764358951883901467332",
"54064684906974916883749661344427054624",
"314815690511088220213006760905511935004",
"199014863121222526076823251057597835794",
"286420595654385181964506376897520287235",
"18933271434275009870639470581081345531",
"7414845126839995495799017304231024637",
"64233640928820552883619757131719812712",
"104714334986865970465462087131771376683",
"338517391123451761048931316366411232480",
"286827364137176417125990763512002700421",
"145169834683346407367323015018602072218",
"39611744305388389299698398885408698174",
"278560691949322503383966503053806415911",
"147964148082543216068896837317885739375",
"293293296444750670259854794792233538516",
"230561695270350107395352022378169121097",
"58985256038676629758677202169729888150",
"57366132299340126068532933488773249901",
"18537306455993572326117611264092110549",
"108138672176286116507231252288608621550",
"14472500297878565584501087961327132648",
"41050601034346356362660534224614515932",
"177967711977406043634981959782371890673",
"172611351973002484952022419197705829639",
"256299151364236189646072529460775592381",
"180276166179687803100766044146699276675",
"144978638889187286724102941754529392140",
"189656649282544170292114726451590068217",
"222887563683582808022590354655417965444",
"107640865908393671942292115321593463203",
"70479564197671800885258124716662756549",
"26620102831955551629341004853504705708",
"147770852656289417421066714440960206276",
"159109586459302980377881481422540561368",
"262606769918320205520481341966053570348",
"193348946048645338707458559769313766096",
"197650875702322002464423727996976607478",
"74369576799070647089447060722711897237",
"214201855110351967347650328136776608264",
"284604631719684096018379205481629463833",
"131824310565072195925513851084281711352",
"120698739544424886874933413565028290880",
"106349695847857186213095951416056465054",
"263447779651916937337869235197467862208",
"77022729041135407928354331346141043306",
"286755646549445256070559438769630158850",
"76689694436829539826306556804381910514",
"310666382317776470920696570688378534846",
"115938958807943345413000628333595187027",
"329091354756823178377569961546007977761",
"13584747548100881606387096735880275758",
"115634435834765366060491971996959744241",
"55038299968014186835800213418024533223",
"192272090270436430214355236563920916388",
"235137384242756526789310475827764006491",
"129688413475064559507918367337603453049",
"212545268444467587571006549837185179743",
"48144448447173470905889001432653694618",
"200057326671953005100039549112780708815",
"116878978921215620468316869046045410738",
"194849350552411399265713588933042042311",
"149290384351367632854113858542625172506",
"18164836439827305247702733721947740066",
"106220814876475784922645204016648150411",
"150556410569880116699236077831972352830",
"161039566842434106429771232000671696358",
"282923501390555988468773925973258336975",
"322507417188573254591236115252439748303",
"308907722964072610745161678878131374575",
"45283737307475896472162637611597122852",
"150686208048007413533959743544937810506",
"70892547338746400435019301705125241438",
"148118874450702755607154011076342305783",
"294167140124321787174124973139598112732",
"334125438368657043703418118801143400073",
"143971737242171745928198947722123471814",
"169016909414746462770043320408991386798",
"36351746147269026272482151530161559632",
"139757779098037345609506612633377956727",
"91829626396944694781482390577333066185",
"214475356345105363015536280453373748992",
"120446886838401357547464249405154572622",
"243906846991937939741492204205458682487",
"137974238014449050102251759269931756247",
"177573127762646402622925628525445024598",
"88777254372707843955879057278086938898",
"6121123290053315823489590972241785323",
"19393579109558965338626845999286297835",
"85960225452163873515097934306243576279",
"89713496591046889745881037684233575866"
],
"threshold": 0.9
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@91932db1d96b2952299ce30c1c693d834d10ace6",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f7d24d06",
"digest": {
"length": 193.0,
"function_hash": "84551815188930113978692607554762838348"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ldisc.c",
"function": "pps_tty_close"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-f804811b",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-fa991ed6",
"digest": {
"length": 1216.0,
"function_hash": "136602071133505990143000466438800913095"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/kapi.c",
"function": "pps_register_source"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-fc4f6a13",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-fc9fa5e6",
"digest": {
"length": 294.0,
"function_hash": "36258178695696164963395158395315355087"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/pps.c",
"function": "pps_device_destruct"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-fd67af62",
"digest": {
"length": 328.0,
"function_hash": "5280811648443469025677985813535715545"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@85241f7de216f8298f6e48540ea13d7dcd100870",
"deprecated": false,
"target": {
"file": "drivers/pps/kc.c",
"function": "pps_kc_remove"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-fdba3a52",
"digest": {
"length": 965.0,
"function_hash": "265778436386746535521358765388748911885"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c79a39dc8d060b9e64e8b0fa9d245d44befeefbe",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps_parport.c",
"function": "parport_irq"
}
},
{
"signature_type": "Function",
"signature_version": "v1",
"id": "CVE-2024-57979-ff1ae106",
"digest": {
"length": 141.0,
"function_hash": "244716869292403089138671376954684420826"
},
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7e5ee3281dc09014367f5112b6d566ba36ea2d49",
"deprecated": false,
"target": {
"file": "drivers/pps/clients/pps-ktimer.c",
"function": "pps_ktimer_exit"
}
}
]