Fixed                
                
            
            
                
                    Created: Oct 23, 2025   
                                            Updated: Oct 26, 2025                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: Oct 26, 2025                    
                
                
                                    
                        Found In Version: 10.22.33.1                    
                
                                    
                        Fix Version: 10.22.33.12                    
                
                                        
                            Severity: Standard                        
                    
                                        
                            Applicable for: Wind River Linux LTS 22                        
                    
                                    
                        Component/s: Kernel                    
                
                
                             
         
                        
                In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]clocksource/drivers/cadence-ttc: Fix memory leak in ttc_timer_probe[EOL][EOL]Smatch reports:[EOL]drivers/clocksource/timer-cadence-ttc.c:529 ttc_timer_probe()[EOL]warn: 'timer_baseaddr' from of_iomap() not released on lines: 498,508,516.[EOL][EOL]timer_baseaddr may have the problem of not being released after use,[EOL]I replaced it with the devm_of_iomap() function and added the clk_put()[EOL]function to cleanup the "clk_ce" and "clk_cs".