Commit b4818eb
committed
Merge: pinctrl: intel: platform: updates to fix error path in device_for_each_child_node()
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/5763
Description:
updates for pinctrl: intel: platform: fix error path in device_for_each_child_node()
JIRA: https://issues.redhat.com/browse/RHEL-66957
CVE: CVE-2024-50197
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=65873024
Tested: Successful platform test results on Intel (intel-arrowlake-h-01) system.
The following 8 commits are not fixes to 365130f they just use
the new routine provide by 365130f. If needed in the future
they can be bought in individually. Trying to limit the changes for this CVE and
that is another reason to not bring them in now.
Omitted-fix: d13df21 ("Input: adcto -joystick - use device_for_each_child_node_scoped()")
Omitted-fix: 44f9c7c ("Input: adc-keys - use device_for_each_child_node_scoped()")
Omitted-fix: 1102db7 ("Input: gpio_keys_polled - use device_for_each_child_node_scoped()")
Omitted-fix: c90a851 ("Input: gpio_keys - use device_for_each_child_node_scoped()")
Omitted-fix: 4f210af ("Input: qt1050 - use device_for_each_child_node_scoped()")
Omitted-fix: 4256d47 ("Input: iqs269a - use device_for_each_child_node_scoped()")
Omitted-fix: 1ee1237 ("hwmon: (gsc-hwmon) use device_for_each_child_node_scoped()")
Omitted-fix: 234c074 ("hwmon: (ltc2991) use device_for_each_child_node_scoped()")
Signed-off-by: Steve Best <sbest@redhat.com>
Approved-by: Tony Camuso <tcamuso@redhat.com>
Approved-by: Desnes Nunes <desnesn@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Rado Vrbovsky <rvrbovsk@redhat.com>File tree
2 files changed
+9
-2
lines changed- drivers/pinctrl/intel
- include/linux
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
| 133 | + | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
| 157 | + | |
| 158 | + | |
151 | 159 | | |
152 | 160 | | |
153 | 161 | | |
| |||
0 commit comments