CVE-2024-57979

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57979
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-57979.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-57979
Downstream
Related
Published
2025-02-27T02:07:06.168Z
Modified
2025-11-16T12:58:56.628069Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
pps: Fix a use-after-free
Details

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
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
785c78ed0d39d1717cca3ef931d3e51337b5e90e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
1a7735ab2cb9747518a7416fb5929e85442dec62
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
c4041b6b0a7a3def8cf3f3d6120ff337bc4c40f7
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
91932db1d96b2952299ce30c1c693d834d10ace6
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
cd3bbcb6b3a7caa5ce67de76723b6d8531fb7f64
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
7e5ee3281dc09014367f5112b6d566ba36ea2d49
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
85241f7de216f8298f6e48540ea13d7dcd100870
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d953e0e837e65ecc1ddaa4f9560f7925878a0de6
Fixed
c79a39dc8d060b9e64e8b0fa9d245d44befeefbe
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
77327a71f9841b7dfa708195d1cb133d4ef4a989
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
cd59fb14918a6b20c1ac8be121fa6397b97b00cb
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
49626fbb0360332e40fd76a48cb2ba876d6134ad

Affected versions

v2.*

v2.6.12
v2.6.12-rc2
v2.6.12-rc3
v2.6.12-rc4
v2.6.12-rc5
v2.6.12-rc6
v2.6.13
v2.6.13-rc1
v2.6.13-rc2
v2.6.13-rc3
v2.6.13-rc4
v2.6.13-rc5
v2.6.13-rc6
v2.6.13-rc7
v2.6.14
v2.6.14-rc1
v2.6.14-rc2
v2.6.14-rc3
v2.6.14-rc4
v2.6.14-rc5
v2.6.15
v2.6.15-rc1
v2.6.15-rc2
v2.6.15-rc3
v2.6.15-rc4
v2.6.15-rc5
v2.6.15-rc6
v2.6.15-rc7
v2.6.16
v2.6.16-rc1
v2.6.16-rc2
v2.6.16-rc3
v2.6.16-rc4
v2.6.16-rc5
v2.6.16-rc6
v2.6.17
v2.6.17-rc1
v2.6.17-rc2
v2.6.17-rc3
v2.6.17-rc4
v2.6.17-rc5
v2.6.17-rc6
v2.6.18
v2.6.18-rc1
v2.6.18-rc2
v2.6.18-rc3
v2.6.18-rc4
v2.6.18-rc5
v2.6.18-rc6
v2.6.18-rc7
v2.6.19
v2.6.19-rc1
v2.6.19-rc2
v2.6.19-rc3
v2.6.19-rc4
v2.6.19-rc5
v2.6.19-rc6
v2.6.20
v2.6.20-rc1
v2.6.20-rc2
v2.6.20-rc3
v2.6.20-rc4
v2.6.20-rc5
v2.6.20-rc6
v2.6.20-rc7
v2.6.21
v2.6.21-rc1
v2.6.21-rc2
v2.6.21-rc3
v2.6.21-rc4
v2.6.21-rc5
v2.6.21-rc6
v2.6.21-rc7
v2.6.22
v2.6.22-rc1
v2.6.22-rc2
v2.6.22-rc3
v2.6.22-rc4
v2.6.22-rc5
v2.6.22-rc6
v2.6.22-rc7
v2.6.23
v2.6.23-rc1
v2.6.23-rc2
v2.6.23-rc3
v2.6.23-rc4
v2.6.23-rc5
v2.6.23-rc6
v2.6.23-rc7
v2.6.23-rc8
v2.6.23-rc9
v2.6.24
v2.6.24-rc1
v2.6.24-rc2
v2.6.24-rc3
v2.6.24-rc4
v2.6.24-rc5
v2.6.24-rc6
v2.6.24-rc7
v2.6.24-rc8
v2.6.25
v2.6.25-rc1
v2.6.25-rc2
v2.6.25-rc3
v2.6.25-rc4
v2.6.25-rc5
v2.6.25-rc6
v2.6.25-rc7
v2.6.25-rc8
v2.6.25-rc9
v2.6.26
v2.6.26-rc1
v2.6.26-rc2
v2.6.26-rc3
v2.6.26-rc4
v2.6.26-rc5
v2.6.26-rc6
v2.6.26-rc7
v2.6.26-rc8
v2.6.26-rc9
v2.6.27
v2.6.27-rc1
v2.6.27-rc2
v2.6.27-rc3
v2.6.27-rc4
v2.6.27-rc5
v2.6.27-rc6
v2.6.27-rc7
v2.6.27-rc8
v2.6.27-rc9
v2.6.28
v2.6.28-rc1
v2.6.28-rc2
v2.6.28-rc3
v2.6.28-rc4
v2.6.28-rc5
v2.6.28-rc6
v2.6.28-rc7
v2.6.28-rc8
v2.6.28-rc9
v2.6.29
v2.6.29-rc1
v2.6.29-rc2
v2.6.29-rc3
v2.6.29-rc4
v2.6.29-rc5
v2.6.29-rc6
v2.6.29-rc7
v2.6.29-rc8
v2.6.30
v2.6.30-rc1
v2.6.30-rc2
v2.6.30-rc3
v2.6.30-rc4
v2.6.30-rc5
v2.6.30-rc6
v2.6.30-rc7
v2.6.30-rc8
v2.6.31
v2.6.31-rc1
v2.6.31-rc2
v2.6.31-rc3
v2.6.31-rc4
v2.6.31-rc5
v2.6.31-rc6
v2.6.31-rc7
v2.6.31-rc8
v2.6.31-rc9
v2.6.32
v2.6.32-rc1
v2.6.32-rc2
v2.6.32-rc3
v2.6.32-rc4
v2.6.32-rc5
v2.6.32-rc6
v2.6.32-rc7
v2.6.32-rc8
v2.6.33
v2.6.33-rc1
v2.6.33-rc2
v2.6.33-rc3
v2.6.33-rc4
v2.6.33-rc5
v2.6.33-rc6
v2.6.33-rc7
v2.6.33-rc8
v2.6.34
v2.6.34-rc1
v2.6.34-rc2
v2.6.34-rc3
v2.6.34-rc4
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v2.6.35
v2.6.35-rc1
v2.6.35-rc2
v2.6.35-rc3
v2.6.35-rc4
v2.6.35-rc5
v2.6.35-rc6
v2.6.36
v2.6.36-rc1
v2.6.36-rc2
v2.6.36-rc3
v2.6.36-rc4
v2.6.36-rc5
v2.6.36-rc6
v2.6.36-rc7
v2.6.36-rc8
v2.6.37
v2.6.37-rc1
v2.6.37-rc2
v2.6.37-rc3
v2.6.37-rc4
v2.6.37-rc5
v2.6.37-rc6
v2.6.37-rc7
v2.6.37-rc8
v2.6.38
v2.6.38-rc1
v2.6.38-rc2
v2.6.38-rc3
v2.6.38-rc4
v2.6.38-rc5
v2.6.38-rc6
v2.6.38-rc7
v2.6.38-rc8
v2.6.39
v2.6.39-rc1
v2.6.39-rc2
v2.6.39-rc3
v2.6.39-rc4
v2.6.39-rc5
v2.6.39-rc6
v2.6.39-rc7

v3.*

v3.0
v3.0-rc1
v3.0-rc2
v3.0-rc3
v3.0-rc4
v3.0-rc5
v3.0-rc6
v3.0-rc7
v3.1
v3.1-rc1
v3.1-rc10
v3.1-rc2
v3.1-rc3
v3.1-rc4
v3.1-rc5
v3.1-rc6
v3.1-rc7
v3.1-rc8
v3.1-rc9
v3.10
v3.10-rc1
v3.10-rc2
v3.10-rc3
v3.10-rc4
v3.10-rc5
v3.10-rc6
v3.10-rc7
v3.11
v3.11-rc1
v3.11-rc2
v3.11-rc3
v3.11-rc4
v3.11-rc5
v3.11-rc6
v3.11-rc7
v3.12
v3.12-rc1
v3.12-rc2
v3.12-rc3
v3.12-rc4
v3.12-rc5
v3.12-rc6
v3.12-rc7
v3.13
v3.13-rc1
v3.13-rc2
v3.13-rc3
v3.13-rc4
v3.13-rc5
v3.13-rc6
v3.13-rc7
v3.13-rc8
v3.14
v3.14-rc1
v3.14-rc2
v3.14-rc3
v3.14-rc4
v3.14-rc5
v3.14-rc6
v3.14-rc7
v3.14-rc8
v3.15
v3.15-rc1
v3.15-rc2
v3.15-rc3
v3.15-rc4
v3.15-rc5
v3.15-rc6
v3.15-rc7
v3.15-rc8
v3.16
v3.16-rc1
v3.16-rc2
v3.16-rc3
v3.16-rc4
v3.16-rc5
v3.16-rc6
v3.16-rc7
v3.17
v3.17-rc1
v3.17-rc2
v3.17-rc3
v3.17-rc4
v3.17-rc5
v3.17-rc6
v3.17-rc7
v3.18
v3.18-rc1
v3.18-rc2
v3.18-rc3
v3.18-rc4
v3.18-rc5
v3.18-rc6
v3.18-rc7
v3.19
v3.19-rc1
v3.19-rc2
v3.19-rc3
v3.19-rc4
v3.19-rc5
v3.19-rc6
v3.19-rc7
v3.2
v3.2-rc1
v3.2-rc2
v3.2-rc3
v3.2-rc4
v3.2-rc5
v3.2-rc6
v3.2-rc7
v3.2.1
v3.2.10
v3.2.11
v3.2.12
v3.2.13
v3.2.14
v3.2.15
v3.2.16
v3.2.17
v3.2.18
v3.2.19
v3.2.2
v3.2.20
v3.2.21
v3.2.22
v3.2.23
v3.2.24
v3.2.25
v3.2.26
v3.2.27
v3.2.28
v3.2.29
v3.2.3
v3.2.30
v3.2.31
v3.2.32
v3.2.33
v3.2.34
v3.2.35
v3.2.36
v3.2.37
v3.2.38
v3.2.39
v3.2.4
v3.2.5
v3.2.6
v3.2.7
v3.2.8
v3.2.9
v3.3
v3.3-rc1
v3.3-rc2
v3.3-rc3
v3.3-rc4
v3.3-rc5
v3.3-rc6
v3.3-rc7
v3.4
v3.4-rc1
v3.4-rc2
v3.4-rc3
v3.4-rc4
v3.4-rc5
v3.4-rc6
v3.4-rc7
v3.4.1
v3.4.10
v3.4.11
v3.4.12
v3.4.13
v3.4.14
v3.4.15
v3.4.16
v3.4.17
v3.4.18
v3.4.19
v3.4.2
v3.4.20
v3.4.21
v3.4.22
v3.4.23
v3.4.24
v3.4.25
v3.4.26
v3.4.27
v3.4.28
v3.4.29
v3.4.3
v3.4.30
v3.4.31
v3.4.32
v3.4.33
v3.4.34
v3.4.35
v3.4.36
v3.4.37
v3.4.38
v3.4.39
v3.4.4
v3.4.40
v3.4.41
v3.4.42
v3.4.43
v3.4.44
v3.4.45
v3.4.46
v3.4.47
v3.4.48
v3.4.49
v3.4.5
v3.4.50
v3.4.51
v3.4.52
v3.4.53
v3.4.54
v3.4.55
v3.4.56
v3.4.57
v3.4.58
v3.4.59
v3.4.6
v3.4.60
v3.4.61
v3.4.62
v3.4.63
v3.4.64
v3.4.65
v3.4.66
v3.4.67
v3.4.68
v3.4.69
v3.4.7
v3.4.70
v3.4.71
v3.4.72
v3.4.73
v3.4.74
v3.4.75
v3.4.76
v3.4.77
v3.4.78
v3.4.79
v3.4.8
v3.4.80
v3.4.81
v3.4.82
v3.4.83
v3.4.84
v3.4.85
v3.4.86
v3.4.9
v3.5
v3.5-rc1
v3.5-rc2
v3.5-rc3
v3.5-rc4
v3.5-rc5
v3.5-rc6
v3.5-rc7
v3.6
v3.6-rc1
v3.6-rc2
v3.6-rc3
v3.6-rc4
v3.6-rc5
v3.6-rc6
v3.6-rc7
v3.7
v3.7-rc1
v3.7-rc2
v3.7-rc3
v3.7-rc4
v3.7-rc5
v3.7-rc6
v3.7-rc7
v3.7-rc8
v3.8
v3.8-rc1
v3.8-rc2
v3.8-rc3
v3.8-rc4
v3.8-rc5
v3.8-rc6
v3.8-rc7
v3.9
v3.9-rc1
v3.9-rc2
v3.9-rc3
v3.9-rc4
v3.9-rc5
v3.9-rc6
v3.9-rc7
v3.9-rc8

v4.*

v4.0
v4.0-rc1
v4.0-rc2
v4.0-rc3
v4.0-rc4
v4.0-rc5
v4.0-rc6
v4.0-rc7
v4.1
v4.1-rc1
v4.1-rc2
v4.1-rc3
v4.1-rc4
v4.1-rc5
v4.1-rc6
v4.1-rc7
v4.1-rc8
v4.10
v4.10-rc1
v4.10-rc2
v4.10-rc3
v4.10-rc4
v4.10-rc5
v4.10-rc6
v4.10-rc7
v4.10-rc8
v4.11
v4.11-rc1
v4.11-rc2
v4.11-rc3
v4.11-rc4
v4.11-rc5
v4.11-rc6
v4.11-rc7
v4.11-rc8
v4.12
v4.12-rc1
v4.12-rc2
v4.12-rc3
v4.12-rc4
v4.12-rc5
v4.12-rc6
v4.12-rc7
v4.13
v4.13-rc1
v4.13-rc2
v4.13-rc3
v4.13-rc4
v4.13-rc5
v4.13-rc6
v4.13-rc7
v4.14
v4.14-rc1
v4.14-rc2
v4.14-rc3
v4.14-rc4
v4.14-rc5
v4.14-rc6
v4.14-rc7
v4.14-rc8
v4.15
v4.15-rc1
v4.15-rc2
v4.15-rc3
v4.15-rc4
v4.15-rc5
v4.15-rc6
v4.15-rc7
v4.15-rc8
v4.15-rc9
v4.16
v4.16-rc1
v4.16-rc2
v4.16-rc3
v4.16-rc4
v4.16-rc5
v4.16-rc6
v4.16-rc7
v4.17
v4.17-rc1
v4.17-rc2
v4.17-rc3
v4.17-rc4
v4.17-rc5
v4.17-rc6
v4.17-rc7
v4.18
v4.18-rc1
v4.18-rc2
v4.18-rc3
v4.18-rc4
v4.18-rc5
v4.18-rc6
v4.18-rc7
v4.18-rc8
v4.19
v4.19-rc1
v4.19-rc2
v4.19-rc3
v4.19-rc4
v4.19-rc5
v4.19-rc6
v4.19-rc7
v4.19-rc8
v4.2
v4.2-rc1
v4.2-rc2
v4.2-rc3
v4.2-rc4
v4.2-rc5
v4.2-rc6
v4.2-rc7
v4.2-rc8
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
v4.3
v4.3-rc1
v4.3-rc2
v4.3-rc3
v4.3-rc4
v4.3-rc5
v4.3-rc6
v4.3-rc7
v4.4
v4.4-rc1
v4.4-rc2
v4.4-rc3
v4.4-rc4
v4.4-rc5
v4.4-rc6
v4.4-rc7
v4.4-rc8
v4.5
v4.5-rc1
v4.5-rc2
v4.5-rc3
v4.5-rc4
v4.5-rc5
v4.5-rc6
v4.5-rc7
v4.6
v4.6-rc1
v4.6-rc2
v4.6-rc3
v4.6-rc4
v4.6-rc5
v4.6-rc6
v4.6-rc7
v4.7
v4.7-rc1
v4.7-rc2
v4.7-rc3
v4.7-rc4
v4.7-rc5
v4.7-rc6
v4.7-rc7
v4.8
v4.8-rc1
v4.8-rc2
v4.8-rc3
v4.8-rc4
v4.8-rc5
v4.8-rc6
v4.8-rc7
v4.8-rc8
v4.9
v4.9-rc1
v4.9-rc2
v4.9-rc3
v4.9-rc4
v4.9-rc5
v4.9-rc6
v4.9-rc7
v4.9-rc8

v5.*

v5.0
v5.0-rc1
v5.0-rc2
v5.0-rc3
v5.0-rc4
v5.0-rc5
v5.0-rc6
v5.0-rc7
v5.0-rc8
v5.1
v5.1-rc1
v5.1-rc2
v5.1-rc3
v5.1-rc4
v5.1-rc5
v5.1-rc6
v5.1-rc7
v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.10.1
v5.10.10
v5.10.100
v5.10.101
v5.10.102
v5.10.103
v5.10.104
v5.10.105
v5.10.106
v5.10.107
v5.10.108
v5.10.109
v5.10.11
v5.10.110
v5.10.111
v5.10.112
v5.10.113
v5.10.114
v5.10.115
v5.10.116
v5.10.117
v5.10.118
v5.10.119
v5.10.12
v5.10.120
v5.10.121
v5.10.122
v5.10.123
v5.10.124
v5.10.125
v5.10.126
v5.10.127
v5.10.128
v5.10.129
v5.10.13
v5.10.130
v5.10.131
v5.10.132
v5.10.133
v5.10.134
v5.10.135
v5.10.136
v5.10.137
v5.10.138
v5.10.139
v5.10.14
v5.10.140
v5.10.141
v5.10.142
v5.10.143
v5.10.144
v5.10.145
v5.10.146
v5.10.147
v5.10.148
v5.10.149
v5.10.15
v5.10.150
v5.10.151
v5.10.152
v5.10.153
v5.10.154
v5.10.155
v5.10.156
v5.10.157
v5.10.158
v5.10.159
v5.10.16
v5.10.160
v5.10.161
v5.10.162
v5.10.163
v5.10.164
v5.10.165
v5.10.166
v5.10.167
v5.10.168
v5.10.169
v5.10.17
v5.10.170
v5.10.171
v5.10.172
v5.10.173
v5.10.174
v5.10.175
v5.10.176
v5.10.177
v5.10.178
v5.10.179
v5.10.18
v5.10.180
v5.10.181
v5.10.182
v5.10.183
v5.10.184
v5.10.185
v5.10.186
v5.10.187
v5.10.188
v5.10.189
v5.10.19
v5.10.190
v5.10.191
v5.10.192
v5.10.193
v5.10.194
v5.10.195
v5.10.196
v5.10.197
v5.10.198
v5.10.199
v5.10.2
v5.10.20
v5.10.200
v5.10.201
v5.10.202
v5.10.203
v5.10.204
v5.10.205
v5.10.206
v5.10.207
v5.10.208
v5.10.209
v5.10.21
v5.10.210
v5.10.211
v5.10.212
v5.10.213
v5.10.214
v5.10.215
v5.10.216
v5.10.217
v5.10.218
v5.10.219
v5.10.22
v5.10.220
v5.10.221
v5.10.222
v5.10.223
v5.10.224
v5.10.225
v5.10.226
v5.10.227
v5.10.228
v5.10.229
v5.10.23
v5.10.230
v5.10.231
v5.10.232
v5.10.233
v5.10.234
v5.10.24
v5.10.25
v5.10.26
v5.10.27
v5.10.28
v5.10.29
v5.10.3
v5.10.30
v5.10.31
v5.10.32
v5.10.33
v5.10.34
v5.10.35
v5.10.36
v5.10.37
v5.10.38
v5.10.39
v5.10.4
v5.10.40
v5.10.41
v5.10.42
v5.10.43
v5.10.44
v5.10.45
v5.10.46
v5.10.47
v5.10.48
v5.10.49
v5.10.5
v5.10.50
v5.10.51
v5.10.52
v5.10.53
v5.10.54
v5.10.55
v5.10.56
v5.10.57
v5.10.58
v5.10.59
v5.10.6
v5.10.60
v5.10.61
v5.10.62
v5.10.63
v5.10.64
v5.10.65
v5.10.66
v5.10.67
v5.10.68
v5.10.69
v5.10.7
v5.10.70
v5.10.71
v5.10.72
v5.10.73
v5.10.74
v5.10.75
v5.10.76
v5.10.77
v5.10.78
v5.10.79
v5.10.8
v5.10.80
v5.10.81
v5.10.82
v5.10.83
v5.10.84
v5.10.85
v5.10.86
v5.10.87
v5.10.88
v5.10.89
v5.10.9
v5.10.90
v5.10.91
v5.10.92
v5.10.93
v5.10.94
v5.10.95
v5.10.96
v5.10.97
v5.10.98
v5.10.99
v5.11
v5.11-rc1
v5.11-rc2
v5.11-rc3
v5.11-rc4
v5.11-rc5
v5.11-rc6
v5.11-rc7
v5.12
v5.12-rc1
v5.12-rc1-dontuse
v5.12-rc2
v5.12-rc3
v5.12-rc4
v5.12-rc5
v5.12-rc6
v5.12-rc7
v5.12-rc8
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.100
v5.15.101
v5.15.102
v5.15.103
v5.15.104
v5.15.105
v5.15.106
v5.15.107
v5.15.108
v5.15.109
v5.15.11
v5.15.110
v5.15.111
v5.15.112
v5.15.113
v5.15.114
v5.15.115
v5.15.116
v5.15.117
v5.15.118
v5.15.119
v5.15.12
v5.15.120
v5.15.121
v5.15.122
v5.15.123
v5.15.124
v5.15.125
v5.15.126
v5.15.127
v5.15.128
v5.15.129
v5.15.13
v5.15.130
v5.15.131
v5.15.132
v5.15.133
v5.15.134
v5.15.135
v5.15.136
v5.15.137
v5.15.138
v5.15.139
v5.15.14
v5.15.140
v5.15.141
v5.15.142
v5.15.143
v5.15.144
v5.15.145
v5.15.146
v5.15.147
v5.15.148
v5.15.149
v5.15.15
v5.15.150
v5.15.151
v5.15.152
v5.15.153
v5.15.154
v5.15.155
v5.15.156
v5.15.157
v5.15.158
v5.15.159
v5.15.16
v5.15.160
v5.15.161
v5.15.162
v5.15.163
v5.15.164
v5.15.165
v5.15.166
v5.15.167
v5.15.168
v5.15.169
v5.15.17
v5.15.170
v5.15.171
v5.15.172
v5.15.173
v5.15.174
v5.15.175
v5.15.176
v5.15.177
v5.15.178
v5.15.18
v5.15.19
v5.15.2
v5.15.20
v5.15.21
v5.15.22
v5.15.23
v5.15.24
v5.15.25
v5.15.26
v5.15.27
v5.15.28
v5.15.29
v5.15.3
v5.15.30
v5.15.31
v5.15.32
v5.15.33
v5.15.34
v5.15.35
v5.15.36
v5.15.37
v5.15.38
v5.15.39
v5.15.4
v5.15.40
v5.15.41
v5.15.42
v5.15.43
v5.15.44
v5.15.45
v5.15.46
v5.15.47
v5.15.48
v5.15.49
v5.15.5
v5.15.50
v5.15.51
v5.15.52
v5.15.53
v5.15.54
v5.15.55
v5.15.56
v5.15.57
v5.15.58
v5.15.59
v5.15.6
v5.15.60
v5.15.61
v5.15.62
v5.15.63
v5.15.64
v5.15.65
v5.15.66
v5.15.67
v5.15.68
v5.15.69
v5.15.7
v5.15.70
v5.15.71
v5.15.72
v5.15.73
v5.15.74
v5.15.75
v5.15.76
v5.15.77
v5.15.78
v5.15.79
v5.15.8
v5.15.80
v5.15.81
v5.15.82
v5.15.83
v5.15.84
v5.15.85
v5.15.86
v5.15.87
v5.15.88
v5.15.89
v5.15.9
v5.15.90
v5.15.91
v5.15.92
v5.15.93
v5.15.94
v5.15.95
v5.15.96
v5.15.97
v5.15.98
v5.15.99
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.17
v5.17-rc1
v5.17-rc2
v5.17-rc3
v5.17-rc4
v5.17-rc5
v5.17-rc6
v5.17-rc7
v5.17-rc8
v5.18
v5.18-rc1
v5.18-rc2
v5.18-rc3
v5.18-rc4
v5.18-rc5
v5.18-rc6
v5.18-rc7
v5.19
v5.19-rc1
v5.19-rc2
v5.19-rc3
v5.19-rc4
v5.19-rc5
v5.19-rc6
v5.19-rc7
v5.19-rc8
v5.2
v5.2-rc1
v5.2-rc2
v5.2-rc3
v5.2-rc4
v5.2-rc5
v5.2-rc6
v5.2-rc7
v5.3
v5.3-rc1
v5.3-rc2
v5.3-rc3
v5.3-rc4
v5.3-rc5
v5.3-rc6
v5.3-rc7
v5.3-rc8
v5.4
v5.4-rc1
v5.4-rc2
v5.4-rc3
v5.4-rc4
v5.4-rc5
v5.4-rc6
v5.4-rc7
v5.4-rc8
v5.4.1
v5.4.10
v5.4.100
v5.4.101
v5.4.102
v5.4.103
v5.4.104
v5.4.105
v5.4.106
v5.4.107
v5.4.108
v5.4.109
v5.4.11
v5.4.110
v5.4.111
v5.4.112
v5.4.113
v5.4.114
v5.4.115
v5.4.116
v5.4.117
v5.4.118
v5.4.119
v5.4.12
v5.4.120
v5.4.121
v5.4.122
v5.4.123
v5.4.124
v5.4.125
v5.4.126
v5.4.127
v5.4.128
v5.4.129
v5.4.13
v5.4.130
v5.4.131
v5.4.132
v5.4.133
v5.4.134
v5.4.135
v5.4.136
v5.4.137
v5.4.138
v5.4.139
v5.4.14
v5.4.140
v5.4.141
v5.4.142
v5.4.143
v5.4.144
v5.4.145
v5.4.146
v5.4.147
v5.4.148
v5.4.149
v5.4.15
v5.4.150
v5.4.151
v5.4.152
v5.4.153
v5.4.154
v5.4.155
v5.4.156
v5.4.157
v5.4.158
v5.4.159
v5.4.16
v5.4.160
v5.4.161
v5.4.162
v5.4.163
v5.4.164
v5.4.165
v5.4.166
v5.4.167
v5.4.168
v5.4.169
v5.4.17
v5.4.170
v5.4.171
v5.4.172
v5.4.173
v5.4.174
v5.4.175
v5.4.176
v5.4.177
v5.4.178
v5.4.179
v5.4.18
v5.4.180
v5.4.181
v5.4.182
v5.4.183
v5.4.184
v5.4.185
v5.4.186
v5.4.187
v5.4.188
v5.4.189
v5.4.19
v5.4.190
v5.4.191
v5.4.192
v5.4.193
v5.4.194
v5.4.195
v5.4.196
v5.4.197
v5.4.198
v5.4.199
v5.4.2
v5.4.20
v5.4.200
v5.4.201
v5.4.202
v5.4.203
v5.4.204
v5.4.205
v5.4.206
v5.4.207
v5.4.208
v5.4.209
v5.4.21
v5.4.210
v5.4.211
v5.4.212
v5.4.213
v5.4.214
v5.4.215
v5.4.216
v5.4.217
v5.4.218
v5.4.219
v5.4.22
v5.4.220
v5.4.221
v5.4.222
v5.4.223
v5.4.224
v5.4.225
v5.4.226
v5.4.227
v5.4.228
v5.4.229
v5.4.23
v5.4.230
v5.4.231
v5.4.232
v5.4.233
v5.4.234
v5.4.235
v5.4.236
v5.4.237
v5.4.238
v5.4.239
v5.4.24
v5.4.240
v5.4.241
v5.4.242
v5.4.243
v5.4.244
v5.4.245
v5.4.246
v5.4.247
v5.4.248
v5.4.249
v5.4.25
v5.4.250
v5.4.251
v5.4.252
v5.4.253
v5.4.254
v5.4.255
v5.4.256
v5.4.257
v5.4.258
v5.4.259
v5.4.26
v5.4.260
v5.4.261
v5.4.262
v5.4.263
v5.4.264
v5.4.265
v5.4.266
v5.4.267
v5.4.268
v5.4.269
v5.4.27
v5.4.270
v5.4.271
v5.4.272
v5.4.273
v5.4.274
v5.4.275
v5.4.276
v5.4.277
v5.4.278
v5.4.279
v5.4.28
v5.4.280
v5.4.281
v5.4.282
v5.4.283
v5.4.284
v5.4.285
v5.4.286
v5.4.287
v5.4.288
v5.4.289
v5.4.29
v5.4.290
v5.4.3
v5.4.30
v5.4.31
v5.4.32
v5.4.33
v5.4.34
v5.4.35
v5.4.36
v5.4.37
v5.4.38
v5.4.39
v5.4.4
v5.4.40
v5.4.41
v5.4.42
v5.4.43
v5.4.44
v5.4.45
v5.4.46
v5.4.47
v5.4.48
v5.4.49
v5.4.5
v5.4.50
v5.4.51
v5.4.52
v5.4.53
v5.4.54
v5.4.55
v5.4.56
v5.4.57
v5.4.58
v5.4.59
v5.4.6
v5.4.60
v5.4.61
v5.4.62
v5.4.63
v5.4.64
v5.4.65
v5.4.66
v5.4.67
v5.4.68
v5.4.69
v5.4.7
v5.4.70
v5.4.71
v5.4.72
v5.4.73
v5.4.74
v5.4.75
v5.4.76
v5.4.77
v5.4.78
v5.4.79
v5.4.8
v5.4.80
v5.4.81
v5.4.82
v5.4.83
v5.4.84
v5.4.85
v5.4.86
v5.4.87
v5.4.88
v5.4.89
v5.4.9
v5.4.90
v5.4.91
v5.4.92
v5.4.93
v5.4.94
v5.4.95
v5.4.96
v5.4.97
v5.4.98
v5.4.99
v5.5
v5.5-rc1
v5.5-rc2
v5.5-rc3
v5.5-rc4
v5.5-rc5
v5.5-rc6
v5.5-rc7
v5.6
v5.6-rc1
v5.6-rc2
v5.6-rc3
v5.6-rc4
v5.6-rc5
v5.6-rc6
v5.6-rc7
v5.7
v5.7-rc1
v5.7-rc2
v5.7-rc3
v5.7-rc4
v5.7-rc5
v5.7-rc6
v5.7-rc7
v5.8
v5.8-rc1
v5.8-rc2
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

v6.*

v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.1
v6.1-rc1
v6.1-rc2
v6.1-rc3
v6.1-rc4
v6.1-rc5
v6.1-rc6
v6.1-rc7
v6.1-rc8
v6.1.1
v6.1.10
v6.1.100
v6.1.101
v6.1.102
v6.1.103
v6.1.104
v6.1.105
v6.1.106
v6.1.107
v6.1.108
v6.1.109
v6.1.11
v6.1.110
v6.1.111
v6.1.112
v6.1.113
v6.1.114
v6.1.115
v6.1.116
v6.1.117
v6.1.118
v6.1.119
v6.1.12
v6.1.120
v6.1.121
v6.1.122
v6.1.123
v6.1.124
v6.1.125
v6.1.126
v6.1.127
v6.1.128
v6.1.13
v6.1.14
v6.1.15
v6.1.16
v6.1.17
v6.1.18
v6.1.19
v6.1.2
v6.1.20
v6.1.21
v6.1.22
v6.1.23
v6.1.24
v6.1.25
v6.1.26
v6.1.27
v6.1.28
v6.1.29
v6.1.3
v6.1.30
v6.1.31
v6.1.32
v6.1.33
v6.1.34
v6.1.35
v6.1.36
v6.1.37
v6.1.38
v6.1.39
v6.1.4
v6.1.40
v6.1.41
v6.1.42
v6.1.43
v6.1.44
v6.1.45
v6.1.46
v6.1.47
v6.1.48
v6.1.49
v6.1.5
v6.1.50
v6.1.51
v6.1.52
v6.1.53
v6.1.54
v6.1.55
v6.1.56
v6.1.57
v6.1.58
v6.1.59
v6.1.6
v6.1.60
v6.1.61
v6.1.62
v6.1.63
v6.1.64
v6.1.65
v6.1.66
v6.1.67
v6.1.68
v6.1.69
v6.1.7
v6.1.70
v6.1.71
v6.1.72
v6.1.73
v6.1.74
v6.1.75
v6.1.76
v6.1.77
v6.1.78
v6.1.79
v6.1.8
v6.1.80
v6.1.81
v6.1.82
v6.1.83
v6.1.84
v6.1.85
v6.1.86
v6.1.87
v6.1.88
v6.1.89
v6.1.9
v6.1.90
v6.1.91
v6.1.92
v6.1.93
v6.1.94
v6.1.95
v6.1.96
v6.1.97
v6.1.98
v6.1.99
v6.10
v6.10-rc1
v6.10-rc2
v6.10-rc3
v6.10-rc4
v6.10-rc5
v6.10-rc6
v6.10-rc7
v6.11
v6.11-rc1
v6.11-rc2
v6.11-rc3
v6.11-rc4
v6.11-rc5
v6.11-rc6
v6.11-rc7
v6.12
v6.12-rc1
v6.12-rc2
v6.12-rc3
v6.12-rc4
v6.12-rc5
v6.12-rc6
v6.12-rc7
v6.12.1
v6.12.10
v6.12.11
v6.12.12
v6.12.2
v6.12.3
v6.12.4
v6.12.5
v6.12.6
v6.12.7
v6.12.8
v6.12.9
v6.13
v6.13-rc1
v6.13-rc2
v6.13-rc3
v6.13-rc4
v6.13-rc5
v6.13-rc6
v6.13-rc7
v6.13.1
v6.2
v6.2-rc1
v6.2-rc2
v6.2-rc3
v6.2-rc4
v6.2-rc5
v6.2-rc6
v6.2-rc7
v6.2-rc8
v6.3
v6.3-rc1
v6.3-rc2
v6.3-rc3
v6.3-rc4
v6.3-rc5
v6.3-rc6
v6.3-rc7
v6.4
v6.4-rc1
v6.4-rc2
v6.4-rc3
v6.4-rc4
v6.4-rc5
v6.4-rc6
v6.4-rc7
v6.5
v6.5-rc1
v6.5-rc2
v6.5-rc3
v6.5-rc4
v6.5-rc5
v6.5-rc6
v6.5-rc7
v6.6
v6.6-rc1
v6.6-rc2
v6.6-rc3
v6.6-rc4
v6.6-rc5
v6.6-rc6
v6.6-rc7
v6.6.1
v6.6.10
v6.6.11
v6.6.12
v6.6.13
v6.6.14
v6.6.15
v6.6.16
v6.6.17
v6.6.18
v6.6.19
v6.6.2
v6.6.20
v6.6.21
v6.6.22
v6.6.23
v6.6.24
v6.6.25
v6.6.26
v6.6.27
v6.6.28
v6.6.29
v6.6.3
v6.6.30
v6.6.31
v6.6.32
v6.6.33
v6.6.34
v6.6.35
v6.6.36
v6.6.37
v6.6.38
v6.6.39
v6.6.4
v6.6.40
v6.6.41
v6.6.42
v6.6.43
v6.6.44
v6.6.45
v6.6.46
v6.6.47
v6.6.48
v6.6.49
v6.6.5
v6.6.50
v6.6.51
v6.6.52
v6.6.53
v6.6.54
v6.6.55
v6.6.56
v6.6.57
v6.6.58
v6.6.59
v6.6.6
v6.6.60
v6.6.61
v6.6.62
v6.6.63
v6.6.64
v6.6.65
v6.6.66
v6.6.67
v6.6.68
v6.6.69
v6.6.7
v6.6.70
v6.6.71
v6.6.72
v6.6.73
v6.6.74
v6.6.75
v6.6.8
v6.6.9
v6.7
v6.7-rc1
v6.7-rc2
v6.7-rc3
v6.7-rc4
v6.7-rc5
v6.7-rc6
v6.7-rc7
v6.7-rc8
v6.8
v6.8-rc1
v6.8-rc2
v6.8-rc3
v6.8-rc4
v6.8-rc5
v6.8-rc6
v6.8-rc7
v6.9
v6.9-rc1
v6.9-rc2
v6.9-rc3
v6.9-rc4
v6.9-rc5
v6.9-rc6
v6.9-rc7

Database specific

vanir_signatures

[
    {
        "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"
        }
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.9.0
Fixed
5.4.291
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.235
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.179
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.129
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.76
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.13
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.13.2