| Seq | Timestamp | Type | Name | Duration |
|---|---|---|---|---|
| 0/0 | 2026/08/26 09:08 | flow | patch-triage |
0mArgs:null Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"KMSANReasoning": "",
"NeedsKMSAN": false,
"Reasoning": "The patch only fixes a typo ('overriden' to 'overridden') in code comments across various drivers. There are no functional changes to the kernel code.",
"WorthFuzzing": false
} |
| 1/1 | 2026/08/26 09:08 | action | read-patch-diff |
0mArgs:null Results: {
"PatchDiff": "commit 4420aec441d985a18d237869384d5c7dd883949d\nAuthor: syz-cluster \u003ctriage@syzkaller.com\u003e\nDate: Wed Aug 26 09:08:22 2026 +0000\n\n syz-cluster: applied patch under review\n\ndiff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c\nindex 33b5136f7ce39..75bdad22bf692 100644\n--- a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c\n+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c\n@@ -1805,7 +1805,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman\n \tv-\u003eDISPCLKWithRamping = 0;\n \tv-\u003eDISPCLKWithoutRamping = 0;\n \tv-\u003eGlobalDPPCLK = 0.0;\n-\t/* DAL custom code: need to update ReturnBW in case min dcfclk is overriden */\n+\t/* DAL custom code: need to update ReturnBW in case min dcfclk is overridden */\n \tv-\u003eIdealSDPPortBandwidthPerState[v-\u003eVoltageLevel][v-\u003emaxMpcComb] = dml_min3(\n \t\t\tv-\u003eReturnBusWidth * v-\u003eDCFCLK,\n \t\t\tv-\u003eDRAMSpeedPerState[v-\u003eVoltageLevel] * v-\u003eNumberOfChannels * v-\u003eDRAMChannelWidth,\ndiff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c b/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c\nindex 8064c4b3fd259..3f62ea4937873 100644\n--- a/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c\n+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c\n@@ -2045,7 +2045,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman\n \tv-\u003eDISPCLKWithRamping = 0;\n \tv-\u003eDISPCLKWithoutRamping = 0;\n \tv-\u003eGlobalDPPCLK = 0.0;\n-\t/* DAL custom code: need to update ReturnBW in case min dcfclk is overriden */\n+\t/* DAL custom code: need to update ReturnBW in case min dcfclk is overridden */\n \t{\n \tdouble IdealFabricAndSDPPortBandwidthPerState = dml_min(\n \t\t\tv-\u003eReturnBusWidth * v-\u003eDCFCLKState[v-\u003eVoltageLevel][v-\u003emaxMpcComb],\ndiff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c b/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c\nindex 16951a9550f25..d3fe6e0248918 100644\n--- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c\n+++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c\n@@ -108,7 +108,7 @@ enum dp_panel_mode dp_get_panel_mode(struct dc_link *link)\n \t\t\t/* alternate scrambler reset is required for Travis\n \t\t\t * for the case when external chip does not\n \t\t\t * provide sink device id, alternate scrambler\n-\t\t\t * scheme will be overriden later by querying\n+\t\t\t * scheme will be overridden later by querying\n \t\t\t * Encoder features\n \t\t\t */\n \t\t\tif (strncmp(\n@@ -124,7 +124,7 @@ enum dp_panel_mode dp_get_panel_mode(struct dc_link *link)\n \t\t\t/* alternate scrambler reset is required for NUTMEG\n \t\t\t * for the case when external chip does not provide\n \t\t\t * sink device id, alternate scrambler scheme will\n-\t\t\t * be overriden later by querying Encoder feature\n+\t\t\t * be overridden later by querying Encoder feature\n \t\t\t */\n \t\t\tif (strncmp(link-\u003edpcd_caps.branch_dev_name,\n \t\t\t\tDP_VGA_LVDS_CONVERTER_ID_3,\ndiff --git a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c\nindex 204375f1eff86..587d26c742cd5 100644\n--- a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c\n+++ b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c\n@@ -584,7 +584,7 @@ static bool dmub_srv_hw_setup(struct dmub_srv *dmub, enum dmub_asic asic)\n \t\treturn false;\n \t}\n \n-\t/* set default inbox type if not overriden */\n+\t/* set default inbox type if not overridden */\n \tif (dmub-\u003einbox_type == DMUB_CMD_INTERFACE_DEFAULT) {\n \t\tif (default_inbox_type != DMUB_CMD_INTERFACE_DEFAULT) {\n \t\t\t/* use default inbox type as specified by DCN rev */\ndiff --git a/drivers/gpu/drm/msm/registers/gen_header.py b/drivers/gpu/drm/msm/registers/gen_header.py\nindex d3b56a9d84fb7..d6bfb7b7d7b39 100644\n--- a/drivers/gpu/drm/msm/registers/gen_header.py\n+++ b/drivers/gpu/drm/msm/registers/gen_header.py\n@@ -576,7 +576,7 @@ class Parser(object):\n raise self.error(e)\n \n def parse_varset(self, attrs):\n- # Inherit the varset from the enclosing domain if not overriden:\n+ # Inherit the varset from the enclosing domain if not overridden:\n varset = self.current_varset\n if \"varset\" in attrs:\n varset = self.enums[attrs[\"varset\"]]\ndiff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c\nindex 38032bb958262..10cd606d01b93 100644\n--- a/drivers/gpu/drm/nouveau/nouveau_bios.c\n+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c\n@@ -323,7 +323,7 @@ get_fp_strap(struct drm_device *dev, struct nvbios *bios)\n \t/*\n \t * The fp strap is normally dictated by the \"User Strap\" in\n \t * PEXTDEV_BOOT_0[20:16], but on BMP cards when bit 2 of the\n-\t * Internal_Flags struct at 0x48 is set, the user strap gets overriden\n+\t * Internal_Flags struct at 0x48 is set, the user strap gets overridden\n \t * by the PCI subsystem ID during POST, but not before the previous user\n \t * strap has been committed to CR58 for CR57=0xf on head A, which may be\n \t * read and used instead\ndiff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c\nindex ba8c68ae45953..5accd463599cb 100644\n--- a/drivers/hwmon/abituguru.c\n+++ b/drivers/hwmon/abituguru.c\n@@ -475,7 +475,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data,\n \tu8 val, test_flag, buf[3];\n \tint i, ret = -ENODEV; /* error is the most common used retval :| */\n \n-\t/* If overriden by the user return the user selected type */\n+\t/* If overridden by the user return the user selected type */\n \tif (bank1_types[sensor_addr] \u003e= ABIT_UGURU_IN_SENSOR \u0026\u0026\n \t\t\tbank1_types[sensor_addr] \u003c= ABIT_UGURU_NC) {\n \t\tABIT_UGURU_DEBUG(2, \"assuming sensor type %d for bank1 sensor \"\ndiff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c\nindex e760d13ee325e..a02bb2fee8745 100644\n--- a/drivers/mmc/core/block.c\n+++ b/drivers/mmc/core/block.c\n@@ -86,7 +86,7 @@ MODULE_ALIAS(\"mmc:block\");\n static DEFINE_MUTEX(block_mutex);\n \n /*\n- * The defaults come from config options but can be overriden by module\n+ * The defaults come from config options but can be overridden by module\n * or bootarg options.\n */\n static int perdev_minors = CONFIG_MMC_BLOCK_MINORS;\ndiff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c\nindex ea310057fe3af..bc36d7578ce20 100644\n--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c\n+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c\n@@ -3743,7 +3743,7 @@ static void bnx2x_warpcore_enable_AN_KR(struct bnx2x_phy *phy,\n \t\t{MDIO_WC_DEVAD, MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP, 0},\n \t};\n \tDP(NETIF_MSG_LINK, \"Enable Auto Negotiation for KR\\n\");\n-\t/* Set to default registers that may be overriden by 10G force */\n+\t/* Set to default registers that may be overridden by 10G force */\n \tfor (i = 0; i \u003c ARRAY_SIZE(reg_set); i++)\n \t\tbnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg,\n \t\t\t\t reg_set[i].val);\ndiff --git a/drivers/net/ethernet/chelsio/cxgb4vf/sge.c b/drivers/net/ethernet/chelsio/cxgb4vf/sge.c\nindex 31fab24157432..b4374ca1d6530 100644\n--- a/drivers/net/ethernet/chelsio/cxgb4vf/sge.c\n+++ b/drivers/net/ethernet/chelsio/cxgb4vf/sge.c\n@@ -2194,7 +2194,7 @@ static void __iomem *bar2_address(struct adapter *adapter,\n *\t@rspq: pointer to the new rxq's Response Queue to be filled in\n *\t@iqasynch: if 0, a normal rspq; if 1, an asynchronous event queue\n *\t@dev: the network device associated with the new rspq\n- *\t@intr_dest: MSI-X vector index (overriden in MSI mode)\n+ *\t@intr_dest: MSI-X vector index (overridden in MSI mode)\n *\t@fl: pointer to the new rxq's Free List to be filled in\n *\t@hnd: the interrupt handler to invoke for the rspq\n */\ndiff --git a/drivers/net/ethernet/freescale/fman/fman_memac.c b/drivers/net/ethernet/freescale/fman/fman_memac.c\nindex e2d8c58deef03..c1d5883377516 100644\n--- a/drivers/net/ethernet/freescale/fman/fman_memac.c\n+++ b/drivers/net/ethernet/freescale/fman/fman_memac.c\n@@ -1311,7 +1311,7 @@ int memac_initialization(struct mac_device *mac_dev,\n \n \t/* Most boards should use MLO_AN_INBAND, but existing boards don't have\n \t * a managed property. Default to MLO_AN_INBAND rather than MLO_AN_PHY.\n-\t * Phylink will allow this to be overriden by a fixed link. We need to\n+\t * Phylink will allow this to be overridden by a fixed link. We need to\n \t * be careful and not enable this if we are using MII or RGMII, since\n \t * those configurations modes don't use in-band autonegotiation.\n \t */\ndiff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h\nindex b9866e389e6d2..9adfa058512f3 100644\n--- a/drivers/net/ethernet/sfc/mcdi_pcol.h\n+++ b/drivers/net/ethernet/sfc/mcdi_pcol.h\n@@ -13547,7 +13547,7 @@\n * an ancestor of the current user (see MC_CMD_SET_VI_USER). Note that LL\n * queues require this to be called after allocation but before initialisation\n * of the queue. TLP options of a queue are fixed after queue is initialised,\n- * with the values set to current global value or they can be overriden using\n+ * with the values set to current global value or they can be overridden using\n * this command. At LL queue allocation, all overrides are cleared.\n */\n #define MC_CMD_SET_VI_TLP_PROCESSING 0xb1\ndiff --git a/drivers/scsi/aic7xxx/aic79xx_osm.c b/drivers/scsi/aic7xxx/aic79xx_osm.c\nindex feb1707feb7e2..c9470f80626b8 100644\n--- a/drivers/scsi/aic7xxx/aic79xx_osm.c\n+++ b/drivers/scsi/aic7xxx/aic79xx_osm.c\n@@ -173,7 +173,7 @@ static adapter_tag_info_t aic79xx_tag_info[] =\n \n /*\n * The I/O cell on the chip is very configurable in respect to its analog\n- * characteristics. Set the defaults here; they can be overriden with\n+ * characteristics. Set the defaults here; they can be overridden with\n * the proper insmod parameters.\n */\n struct ahd_linux_iocell_opts\ndiff --git a/drivers/scsi/sym53c8xx_2/sym53c8xx.h b/drivers/scsi/sym53c8xx_2/sym53c8xx.h\nindex 11f5dc29aa597..8790f1315f757 100644\n--- a/drivers/scsi/sym53c8xx_2/sym53c8xx.h\n+++ b/drivers/scsi/sym53c8xx_2/sym53c8xx.h\n@@ -128,7 +128,7 @@ struct sym_driver_setup {\n /*\n * Initial setup.\n *\n- * Can be overriden at startup by a command line.\n+ * Can be overridden at startup by a command line.\n */\n #define SYM_LINUX_DRIVER_SETUP\t{\t\t\t\t\\\n \t.max_tag\t= CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS,\t\\\ndiff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c\nindex a3355147f5de5..90f3990e0060e 100644\n--- a/drivers/spi/spi-omap2-mcspi.c\n+++ b/drivers/spi/spi-omap2-mcspi.c\n@@ -1244,7 +1244,7 @@ static int omap2_mcspi_transfer_one(struct spi_controller *ctlr,\n \t\tomap2_mcspi_set_fifo(spi, t, 0);\n \n out:\n-\t/* Restore defaults if they were overriden */\n+\t/* Restore defaults if they were overridden */\n \tif (par_override) {\n \t\tpar_override = 0;\n \t\tstatus = omap2_mcspi_setup_transfer(spi, NULL);\ndiff --git a/drivers/video/fbdev/tridentfb.c b/drivers/video/fbdev/tridentfb.c\nindex 9f055ba776c81..6501f6e2615a4 100644\n--- a/drivers/video/fbdev/tridentfb.c\n+++ b/drivers/video/fbdev/tridentfb.c\n@@ -58,7 +58,7 @@ static struct fb_fix_screeninfo tridentfb_fix = {\n \t.accel = FB_ACCEL_NONE,\n };\n \n-/* defaults which are normally overriden by user values */\n+/* defaults which are normally overridden by user values */\n \n /* video mode */\n static char *mode_option;\n"
} |
| 2/1 | 2026/08/26 09:08 | agent | patch-evaluator |
0mModel:best-expensive Args: null Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"Reasoning": "The patch only fixes a typo ('overriden' to 'overridden') in code comments across various drivers. There are no functional changes to the kernel code.",
"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 4420aec441d985a18d237869384d5c7dd883949d
Author: syz-cluster <triage@syzkaller.com>
Date: Wed Aug 26 09:08:22 2026 +0000
syz-cluster: applied patch under review
diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
index 33b5136f7ce39..75bdad22bf692 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn30/display_mode_vba_30.c
@@ -1805,7 +1805,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman
v->DISPCLKWithRamping = 0;
v->DISPCLKWithoutRamping = 0;
v->GlobalDPPCLK = 0.0;
- /* DAL custom code: need to update ReturnBW in case min dcfclk is overriden */
+ /* DAL custom code: need to update ReturnBW in case min dcfclk is overridden */
v->IdealSDPPortBandwidthPerState[v->VoltageLevel][v->maxMpcComb] = dml_min3(
v->ReturnBusWidth * v->DCFCLK,
v->DRAMSpeedPerState[v->VoltageLevel] * v->NumberOfChannels * v->DRAMChannelWidth,
diff --git a/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c b/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
index 8064c4b3fd259..3f62ea4937873 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c
@@ -2045,7 +2045,7 @@ static void DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerforman
v->DISPCLKWithRamping = 0;
v->DISPCLKWithoutRamping = 0;
v->GlobalDPPCLK = 0.0;
- /* DAL custom code: need to update ReturnBW in case min dcfclk is overriden */
+ /* DAL custom code: need to update ReturnBW in case min dcfclk is overridden */
{
double IdealFabricAndSDPPortBandwidthPerState = dml_min(
v->ReturnBusWidth * v->DCFCLKState[v->VoltageLevel][v->maxMpcComb],
diff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c b/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
index 16951a9550f25..d3fe6e0248918 100644
--- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
+++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
@@ -108,7 +108,7 @@ enum dp_panel_mode dp_get_panel_mode(struct dc_link *link)
/* alternate scrambler reset is required for Travis
* for the case when external chip does not
* provide sink device id, alternate scrambler
- * scheme will be overriden later by querying
+ * scheme will be overridden later by querying
* Encoder features
*/
if (strncmp(
@@ -124,7 +124,7 @@ enum dp_panel_mode dp_get_panel_mode(struct dc_link *link)
/* alternate scrambler reset is required for NUTMEG
* for the case when external chip does not provide
* sink device id, alternate scrambler scheme will
- * be overriden later by querying Encoder feature
+ * be overridden later by querying Encoder feature
*/
if (strncmp(link->dpcd_caps.branch_dev_name,
DP_VGA_LVDS_CONVERTER_ID_3,
diff --git a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
index 204375f1eff86..587d26c742cd5 100644
--- a/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
+++ b/drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
@@ -584,7 +584,7 @@ static bool dmub_srv_hw_setup(struct dmub_srv *dmub, enum dmub_asic asic)
return false;
}
- /* set default inbox type if not overriden */
+ /* set default inbox type if not overridden */
if (dmub->inbox_type == DMUB_CMD_INTERFACE_DEFAULT) {
if (default_inbox_type != DMUB_CMD_INTERFACE_DEFAULT) {
/* use default inbox type as specified by DCN rev */
diff --git a/drivers/gpu/drm/msm/registers/gen_header.py b/drivers/gpu/drm/msm/registers/gen_header.py
index d3b56a9d84fb7..d6bfb7b7d7b39 100644
--- a/drivers/gpu/drm/msm/registers/gen_header.py
+++ b/drivers/gpu/drm/msm/registers/gen_header.py
@@ -576,7 +576,7 @@ class Parser(object):
raise self.error(e)
def parse_varset(self, attrs):
- # Inherit the varset from the enclosing domain if not overriden:
+ # Inherit the varset from the enclosing domain if not overridden:
varset = self.current_varset
if "varset" in attrs:
varset = self.enums[attrs["varset"]]
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 38032bb958262..10cd606d01b93 100644
--- a/drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
@@ -323,7 +323,7 @@ get_fp_strap(struct drm_device *dev, struct nvbios *bios)
/*
* The fp strap is normally dictated by the "User Strap" in
* PEXTDEV_BOOT_0[20:16], but on BMP cards when bit 2 of the
- * Internal_Flags struct at 0x48 is set, the user strap gets overriden
+ * Internal_Flags struct at 0x48 is set, the user strap gets overridden
* by the PCI subsystem ID during POST, but not before the previous user
* strap has been committed to CR58 for CR57=0xf on head A, which may be
* read and used instead
diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c
index ba8c68ae45953..5accd463599cb 100644
--- a/drivers/hwmon/abituguru.c
+++ b/drivers/hwmon/abituguru.c
@@ -475,7 +475,7 @@ abituguru_detect_bank1_sensor_type(struct abituguru_data *data,
u8 val, test_flag, buf[3];
int i, ret = -ENODEV; /* error is the most common used retval :| */
- /* If overriden by the user return the user selected type */
+ /* If overridden by the user return the user selected type */
if (bank1_types[sensor_addr] >= ABIT_UGURU_IN_SENSOR &&
bank1_types[sensor_addr] <= ABIT_UGURU_NC) {
ABIT_UGURU_DEBUG(2, "assuming sensor type %d for bank1 sensor "
diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
index e760d13ee325e..a02bb2fee8745 100644
--- a/drivers/mmc/core/block.c
+++ b/drivers/mmc/core/block.c
@@ -86,7 +86,7 @@ MODULE_ALIAS("mmc:block");
static DEFINE_MUTEX(block_mutex);
/*
- * The defaults come from config options but can be overriden by module
+ * The defaults come from config options but can be overridden by module
* or bootarg options.
*/
static int perdev_minors = CONFIG_MMC_BLOCK_MINORS;
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
index ea310057fe3af..bc36d7578ce20 100644
--- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
+++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
@@ -3743,7 +3743,7 @@ static void bnx2x_warpcore_enable_AN_KR(struct bnx2x_phy *phy,
{MDIO_WC_DEVAD, MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP, 0},
};
DP(NETIF_MSG_LINK, "Enable Auto Negotiation for KR\n");
- /* Set to default registers that may be overriden by 10G force */
+ /* Set to default registers that may be overridden by 10G force */
for (i = 0; i < ARRAY_SIZE(reg_set); i++)
bnx2x_cl45_write(bp, phy, reg_set[i].devad, reg_set[i].reg,
reg_set[i].val);
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/sge.c b/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
index 31fab24157432..b4374ca1d6530 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/sge.c
@@ -2194,7 +2194,7 @@ static void __iomem *bar2_address(struct adapter *adapter,
* @rspq: pointer to the new rxq's Response Queue to be filled in
* @iqasynch: if 0, a normal rspq; if 1, an asynchronous event queue
* @dev: the network device associated with the new rspq
- * @intr_dest: MSI-X vector index (overriden in MSI mode)
+ * @intr_dest: MSI-X vector index (overridden in MSI mode)
* @fl: pointer to the new rxq's Free List to be filled in
* @hnd: the interrupt handler to invoke for the rspq
*/
diff --git a/drivers/net/ethernet/freescale/fman/fman_memac.c b/drivers/net/ethernet/freescale/fman/fman_memac.c
index e2d8c58deef03..c1d5883377516 100644
--- a/drivers/net/ethernet/freescale/fman/fman_memac.c
+++ b/drivers/net/ethernet/freescale/fman/fman_memac.c
@@ -1311,7 +1311,7 @@ int memac_initialization(struct mac_device *mac_dev,
/* Most boards should use MLO_AN_INBAND, but existing boards don't have
* a managed property. Default to MLO_AN_INBAND rather than MLO_AN_PHY.
- * Phylink will allow this to be overriden by a fixed link. We need to
+ * Phylink will allow this to be overridden by a fixed link. We need to
* be careful and not enable this if we are using MII or RGMII, since
* those configurations modes don't use in-band autonegotiation.
*/
diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h
index b9866e389e6d2..9adfa058512f3 100644
--- a/drivers/net/ethernet/sfc/mcdi_pcol.h
+++ b/drivers/net/ethernet/sfc/mcdi_pcol.h
@@ -13547,7 +13547,7 @@
* an ancestor of the current user (see MC_CMD_SET_VI_USER). Note that LL
* queues require this to be called after allocation but before initialisation
* of the queue. TLP options of a queue are fixed after queue is initialised,
- * with the values set to current global value or they can be overriden using
+ * with the values set to current global value or they can be overridden using
* this command. At LL queue allocation, all overrides are cleared.
*/
#define MC_CMD_SET_VI_TLP_PROCESSING 0xb1
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.c b/drivers/scsi/aic7xxx/aic79xx_osm.c
index feb1707feb7e2..c9470f80626b8 100644
--- a/drivers/scsi/aic7xxx/aic79xx_osm.c
+++ b/drivers/scsi/aic7xxx/aic79xx_osm.c
@@ -173,7 +173,7 @@ static adapter_tag_info_t aic79xx_tag_info[] =
/*
* The I/O cell on the chip is very configurable in respect to its analog
- * characteristics. Set the defaults here; they can be overriden with
+ * characteristics. Set the defaults here; they can be overridden with
* the proper insmod parameters.
*/
struct ahd_linux_iocell_opts
diff --git a/drivers/scsi/sym53c8xx_2/sym53c8xx.h b/drivers/scsi/sym53c8xx_2/sym53c8xx.h
index 11f5dc29aa597..8790f1315f757 100644
--- a/drivers/scsi/sym53c8xx_2/sym53c8xx.h
+++ b/drivers/scsi/sym53c8xx_2/sym53c8xx.h
@@ -128,7 +128,7 @@ struct sym_driver_setup {
/*
* Initial setup.
*
- * Can be overriden at startup by a command line.
+ * Can be overridden at startup by a command line.
*/
#define SYM_LINUX_DRIVER_SETUP { \
.max_tag = CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS, \
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
index a3355147f5de5..90f3990e0060e 100644
--- a/drivers/spi/spi-omap2-mcspi.c
+++ b/drivers/spi/spi-omap2-mcspi.c
@@ -1244,7 +1244,7 @@ static int omap2_mcspi_transfer_one(struct spi_controller *ctlr,
omap2_mcspi_set_fifo(spi, t, 0);
out:
- /* Restore defaults if they were overriden */
+ /* Restore defaults if they were overridden */
if (par_override) {
par_override = 0;
status = omap2_mcspi_setup_transfer(spi, NULL);
diff --git a/drivers/video/fbdev/tridentfb.c b/drivers/video/fbdev/tridentfb.c
index 9f055ba776c81..6501f6e2615a4 100644
--- a/drivers/video/fbdev/tridentfb.c
+++ b/drivers/video/fbdev/tridentfb.c
@@ -58,7 +58,7 @@ static struct fb_fix_screeninfo tridentfb_fix = {
.accel = FB_ACCEL_NONE,
};
-/* defaults which are normally overriden by user values */
+/* defaults which are normally overridden by user values */
/* video mode */
static char *mode_option;
|
| 3/2 | 2026/08/26 09:08 | llm | patch-evaluator |
0mModel:gemini-3.1-pro-preview Args: null Results: null Tokens: input: 6318 output: 64 thoughts: 393 Thoughts: **My Assessment of the Typo Patch** Okay, so I've got a patch here that's pretty straightforward. It's just a typo fix, changing "overriden" to "overridden." I see it's spread across a bunch of different drivers and files, covering a decent range of the kernel, from GPU and display stuff (AMD, MSM, Nouveau) to network drivers (Broadcom, Chelsio, Freescale, etc.), storage (MMC, SCSI), and some others like SPI and even a video framebuffer. The list seems pretty comprehensive. The key thing is, it's all in comments. There's zero code modification, strictly documentation updates. This means it has absolutely no impact on functionality. It's a purely cosmetic change to improve readability and correctness. Given this, there's no way this patch introduces any new issues. It is a very low risk change. Therefore, I'm marking it as WorthFuzzing=false. There's nothing here that's going to trigger any interesting fuzzing results. It is simply a helpful edit. |
| 4/2 | 2026/08/26 09:08 | tool | set-results |
0mArgs:{
"EnableConfigs": [],
"FocusSymbols": [],
"Reasoning": "The patch only fixes a typo ('overriden' to 'overridden') in code comments across various drivers. There are no functional changes to the kernel code.",
"WorthFuzzing": false
}Results: {
"EnableConfigs": null,
"FocusSymbols": [],
"Reasoning": "The patch only fixes a typo ('overriden' to 'overridden') in code comments across various drivers. There are no functional changes to the kernel code.",
"WorthFuzzing": false
} |
| 5/1 | 2026/08/26 09:08 | 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) |
|---|