| Seq | Timestamp | Type | Name | Duration |
|---|---|---|---|---|
| 0/0 | 2026/08/15 09:17 | flow | patch-triage |
0mArgs:null Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"KMSANReasoning": "",
"NeedsKMSAN": false,
"Reasoning": "The patch only converts devicetree bindings documentation from txt to yaml format. It does not contain any functional code changes.",
"WorthFuzzing": false
} |
| 1/1 | 2026/08/15 09:17 | action | read-patch-diff |
0mArgs:null Results: {
"PatchDiff": "commit bf0e1a3a46169715c8c76f1bb5c9f01205d13486\nAuthor: syz-cluster \u003ctriage@syzkaller.com\u003e\nDate: Sat Aug 15 09:17:11 2026 +0000\n\n syz-cluster: applied patch under review\n\ndiff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt\ndeleted file mode 100644\nindex 88fd28d15eaca..0000000000000\n--- a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt\n+++ /dev/null\n@@ -1,64 +0,0 @@\n-* Texas Instruments wl1251 wireless lan controller\n-\n-The wl1251 chip can be connected via SPI or via SDIO. This\n-document describes the binding for the SPI connected chip.\n-\n-Required properties:\n-- compatible : Should be \"ti,wl1251\"\n-- reg : Chip select address of device\n-- spi-max-frequency : Maximum SPI clocking speed of device in Hz\n-- interrupts : Should contain interrupt line\n-- vio-supply : phandle to regulator providing VIO\n-\n-Optional properties:\n-- ti,wl1251-has-eeprom : boolean, the wl1251 has an eeprom connected, which\n- provides configuration data (calibration, MAC, ...)\n-- ti,power-gpio :\t GPIO connected to chip's PMEN pin if operated in\n-\t\t\t SPI mode\n-- Please consult Documentation/devicetree/bindings/spi/spi-bus.txt\n- for optional SPI connection related properties,\n-\n-Examples:\n-\n-\u0026spi1 {\n-\twl1251@0 {\n-\t\tcompatible = \"ti,wl1251\";\n-\n-\t\treg = \u003c0\u003e;\n-\t\tspi-max-frequency = \u003c48000000\u003e;\n-\t\tspi-cpol;\n-\t\tspi-cpha;\n-\n-\t\tinterrupt-parent = \u003c\u0026gpio2\u003e;\n-\t\tinterrupts = \u003c10 IRQ_TYPE_NONE\u003e; /* gpio line 42 */\n-\n-\t\tvio-supply = \u003c\u0026vio\u003e;\n-\t\tti,power-gpio = \u003c\u0026gpio3 23 GPIO_ACTIVE_HIGH\u003e; /* 87 */\n-\t};\n-};\n-\n-\u0026mmc3 {\n-\tvmmc-supply = \u003c\u0026wlan_en\u003e;\n-\n-\tbus-width = \u003c4\u003e;\n-\tnon-removable;\n-\tti,non-removable;\n-\tcap-power-off-card;\n-\n-\tpinctrl-names = \"default\";\n-\tpinctrl-0 = \u003c\u0026mmc3_pins\u003e;\n-\n-\t#address-cells = \u003c1\u003e;\n-\t#size-cells = \u003c0\u003e;\n-\n-\twlan: wifi@1 {\n-\t\tcompatible = \"ti,wl1251\";\n-\n-\t\treg = \u003c1\u003e;\n-\n-\t\tinterrupt-parent = \u003c\u0026gpio1\u003e;\n-\t\tinterrupts = \u003c21 IRQ_TYPE_LEVEL_HIGH\u003e;\t/* GPIO_21 */\n-\n-\t\tti,wl1251-has-eeprom;\n-\t};\n-};\ndiff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml\nnew file mode 100644\nindex 0000000000000..1f46f12350350\n--- /dev/null\n+++ b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml\n@@ -0,0 +1,92 @@\n+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)\n+%YAML 1.2\n+---\n+$id: http://devicetree.org/schemas/net/wireless/ti,wl1251.yaml#\n+$schema: http://devicetree.org/meta-schemas/core.yaml#\n+\n+title: Texas Instruments WL1251 Wireless LAN Controller\n+\n+maintainers:\n+ - Eduard Bostina \u003cegbostina@gmail.com\u003e\n+\n+properties:\n+ compatible:\n+ const: ti,wl1251\n+\n+ reg:\n+ maxItems: 1\n+\n+ interrupts:\n+ maxItems: 1\n+\n+ vio-supply:\n+ description:\n+ Phandle to the regulator providing VIO. Required when connected via SPI.\n+\n+ ti,power-gpio:\n+ maxItems: 1\n+ description:\n+ GPIO connected to chip's PMEN pin if operated in SPI mode.\n+\n+ ti,wl1251-has-eeprom:\n+ type: boolean\n+ description:\n+ The wl1251 has an EEPROM connected, which provides configuration\n+ data (calibration, MAC, ...).\n+\n+ clocks:\n+ maxItems: 1\n+\n+ spi-max-frequency: true\n+ spi-cpol: true\n+ spi-cpha: true\n+\n+required:\n+ - compatible\n+ - reg\n+ - interrupts\n+\n+allOf:\n+ - $ref: /schemas/spi/spi-peripheral-props.yaml#\n+\n+unevaluatedProperties: false\n+\n+examples:\n+ - |\n+ #include \u003cdt-bindings/interrupt-controller/irq.h\u003e\n+ #include \u003cdt-bindings/gpio/gpio.h\u003e\n+ spi1 {\n+ #address-cells = \u003c1\u003e;\n+ #size-cells = \u003c0\u003e;\n+ wl1251@0 {\n+ compatible = \"ti,wl1251\";\n+ reg = \u003c0\u003e;\n+ spi-max-frequency = \u003c48000000\u003e;\n+ spi-cpol;\n+ spi-cpha;\n+ interrupt-parent = \u003c\u0026gpio2\u003e;\n+ interrupts = \u003c10 IRQ_TYPE_NONE\u003e;\n+ vio-supply = \u003c\u0026vio\u003e;\n+ ti,power-gpio = \u003c\u0026gpio3 23 GPIO_ACTIVE_HIGH\u003e;\n+ };\n+ };\n+ - |\n+ #include \u003cdt-bindings/interrupt-controller/irq.h\u003e\n+ mmc3 {\n+ vmmc-supply = \u003c\u0026wlan_en\u003e;\n+ bus-width = \u003c4\u003e;\n+ non-removable;\n+ ti,non-removable;\n+ cap-power-off-card;\n+ pinctrl-names = \"default\";\n+ pinctrl-0 = \u003c\u0026mmc3_pins\u003e;\n+ #address-cells = \u003c1\u003e;\n+ #size-cells = \u003c0\u003e;\n+ wifi@1 {\n+ compatible = \"ti,wl1251\";\n+ reg = \u003c1\u003e;\n+ interrupt-parent = \u003c\u0026gpio1\u003e;\n+ interrupts = \u003c21 IRQ_TYPE_LEVEL_HIGH\u003e;\n+ ti,wl1251-has-eeprom;\n+ };\n+ };\n"
} |
| 2/1 | 2026/08/15 09:17 | agent | patch-evaluator |
0mModel:best-expensive Args: null Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"Reasoning": "The patch only converts devicetree bindings documentation from txt to yaml format. It does not contain any functional code changes.",
"WorthFuzzing": false
}Instruction: You are an expert Linux kernel maintainer. Your job is to review a provided patch series and determine if it makes functional changes to the kernel that should be fuzzed. IMPORTANT: The changes have ALREADY been applied and committed as the HEAD commit in your workspace. Do NOT rely on your internal knowledge of the kernel. You must actively use your code access tools to examine the actual source code and confirm any assumptions. Return WorthFuzzing=false if the patch only contains: - Modifications to Documentation/, Kconfig files, or code comments. - Purely decorative changes, such as logging (e.g., pr_err, printk) or tracepoints. - Changes to numeric constants or macros that do not functionally alter execution flow. - Code paths that are impossible to reach in virtualized environments like GCE or QEMU, even when utilizing software-emulated hardware (e.g., usb gadget, mac80211_hwsim). - Code in vendor-specific PCIe switch, SmartNIC, or GPU drivers (e.g., mlxsw, pds_core, qed, ionic, amdgpu) that require physical PCIe hardware cards not emulated in standard QEMU. - Driver .remove, .shutdown, or pci_unregister_driver teardown callbacks (e.g., igb_remove) that are executed only during PCI hot-unplug or sysfs driver unbind operations. If it modifies reachable core kernel logic, drivers, or architectures, use your code search tools to verify the code can be executed, then return WorthFuzzing=true. When returning WorthFuzzing=true, you MUST ALSO: 1. Extract any specific kernel functions that should be heavily fuzzed into FocusSymbols. Avoid listing generic hot-path functions to prevent skewed test distributions. Prefer non-static, non-inlined API entrypoint functions over internal static helper functions (which are inlined by the compiler and do not have distinct symbol addresses). 2. Identify any specific CONFIG_ options required to properly test this new/modified feature. Go and look into the Kconfig files and check for ifdefs around the code, do not make assumptions. Also check "depends on" lines in Kconfig to include any non-standard parent subsystem configs needed for Kbuild to compile the code statically into vmlinux. List them in the EnableConfigs output array, and DO NOT add a 'CONFIG_' prefix (e.g., return "NET_IPV4" instead of "CONFIG_NET_IPV4"). Prefer calling several tools at the same time to save round-trips. Use set-results tool to provide results of the analysis. It must be called exactly once before the final reply. Ignore results of this tool. Prompt: For your convenience, here is the diff of the changes:
commit bf0e1a3a46169715c8c76f1bb5c9f01205d13486
Author: syz-cluster <triage@syzkaller.com>
Date: Sat Aug 15 09:17:11 2026 +0000
syz-cluster: applied patch under review
diff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt
deleted file mode 100644
index 88fd28d15eaca..0000000000000
--- a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt
+++ /dev/null
@@ -1,64 +0,0 @@
-* Texas Instruments wl1251 wireless lan controller
-
-The wl1251 chip can be connected via SPI or via SDIO. This
-document describes the binding for the SPI connected chip.
-
-Required properties:
-- compatible : Should be "ti,wl1251"
-- reg : Chip select address of device
-- spi-max-frequency : Maximum SPI clocking speed of device in Hz
-- interrupts : Should contain interrupt line
-- vio-supply : phandle to regulator providing VIO
-
-Optional properties:
-- ti,wl1251-has-eeprom : boolean, the wl1251 has an eeprom connected, which
- provides configuration data (calibration, MAC, ...)
-- ti,power-gpio : GPIO connected to chip's PMEN pin if operated in
- SPI mode
-- Please consult Documentation/devicetree/bindings/spi/spi-bus.txt
- for optional SPI connection related properties,
-
-Examples:
-
-&spi1 {
- wl1251@0 {
- compatible = "ti,wl1251";
-
- reg = <0>;
- spi-max-frequency = <48000000>;
- spi-cpol;
- spi-cpha;
-
- interrupt-parent = <&gpio2>;
- interrupts = <10 IRQ_TYPE_NONE>; /* gpio line 42 */
-
- vio-supply = <&vio>;
- ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>; /* 87 */
- };
-};
-
-&mmc3 {
- vmmc-supply = <&wlan_en>;
-
- bus-width = <4>;
- non-removable;
- ti,non-removable;
- cap-power-off-card;
-
- pinctrl-names = "default";
- pinctrl-0 = <&mmc3_pins>;
-
- #address-cells = <1>;
- #size-cells = <0>;
-
- wlan: wifi@1 {
- compatible = "ti,wl1251";
-
- reg = <1>;
-
- interrupt-parent = <&gpio1>;
- interrupts = <21 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_21 */
-
- ti,wl1251-has-eeprom;
- };
-};
diff --git a/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml
new file mode 100644
index 0000000000000..1f46f12350350
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.yaml
@@ -0,0 +1,92 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/net/wireless/ti,wl1251.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Texas Instruments WL1251 Wireless LAN Controller
+
+maintainers:
+ - Eduard Bostina <egbostina@gmail.com>
+
+properties:
+ compatible:
+ const: ti,wl1251
+
+ reg:
+ maxItems: 1
+
+ interrupts:
+ maxItems: 1
+
+ vio-supply:
+ description:
+ Phandle to the regulator providing VIO. Required when connected via SPI.
+
+ ti,power-gpio:
+ maxItems: 1
+ description:
+ GPIO connected to chip's PMEN pin if operated in SPI mode.
+
+ ti,wl1251-has-eeprom:
+ type: boolean
+ description:
+ The wl1251 has an EEPROM connected, which provides configuration
+ data (calibration, MAC, ...).
+
+ clocks:
+ maxItems: 1
+
+ spi-max-frequency: true
+ spi-cpol: true
+ spi-cpha: true
+
+required:
+ - compatible
+ - reg
+ - interrupts
+
+allOf:
+ - $ref: /schemas/spi/spi-peripheral-props.yaml#
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/irq.h>
+ #include <dt-bindings/gpio/gpio.h>
+ spi1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ wl1251@0 {
+ compatible = "ti,wl1251";
+ reg = <0>;
+ spi-max-frequency = <48000000>;
+ spi-cpol;
+ spi-cpha;
+ interrupt-parent = <&gpio2>;
+ interrupts = <10 IRQ_TYPE_NONE>;
+ vio-supply = <&vio>;
+ ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>;
+ };
+ };
+ - |
+ #include <dt-bindings/interrupt-controller/irq.h>
+ mmc3 {
+ vmmc-supply = <&wlan_en>;
+ bus-width = <4>;
+ non-removable;
+ ti,non-removable;
+ cap-power-off-card;
+ pinctrl-names = "default";
+ pinctrl-0 = <&mmc3_pins>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ wifi@1 {
+ compatible = "ti,wl1251";
+ reg = <1>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <21 IRQ_TYPE_LEVEL_HIGH>;
+ ti,wl1251-has-eeprom;
+ };
+ };
|
| 3/2 | 2026/08/15 09:17 | llm | patch-evaluator |
0mModel:gemini-3.1-pro-preview Args: null Results: null Tokens: input: 3512 output: 56 thoughts: 88 Thoughts: Here's my understanding of the changes, focusing on the implications: **Documentation Conversion: ti,wl1251 Device Tree Bindings** Okay, so the main thing happening here is a straightforward documentation update. It looks like we're moving the documentation for the `ti,wl1251` wireless device tree bindings from the older `.txt` format to the newer `.yaml` format. That's a pretty standard housekeeping task, a good move overall. YAML is generally more structured and easier to parse, so it should be beneficial for automated tools and potentially easier for developers to work with. The fact that this is *purely* a documentation change is important. There's no code being modified, no functional alterations to the kernel itself. This also means we don't need to worry about the fuzzing implications and it's safe to mark `WorthFuzzing=false`. It's a clean documentation shift, which should be pretty easy to review and integrate. |
| 4/2 | 2026/08/15 09:17 | tool | set-results |
0mArgs:{
"EnableConfigs": [],
"FocusSymbols": [],
"Reasoning": "The patch only converts devicetree bindings documentation from txt to yaml format. It does not contain any functional code changes.",
"WorthFuzzing": false
}Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"Reasoning": "The patch only converts devicetree bindings documentation from txt to yaml format. It does not contain any functional code changes.",
"WorthFuzzing": false
} |
| 5/1 | 2026/08/15 09:17 | action | If |
0mArgs:{
"WorthFuzzing": false
}Results: null |
| Total Calls | Total Tokens | Avg Tokens | Total Duration (Seconds) | Avg Duration (Seconds) |
|---|
| Total Calls | Total Duration (Seconds) | Avg Duration (Seconds) |
|---|