mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	Bump runc to d5b4a3e
This fixes a race condition in runc/systemd at container creation time opencontainers/runc#1683 Signed-off-by: vikaschoudhary16 <vichoudh@redhat.com>
This commit is contained in:
		
				
					committed by
					
						 vikaschoudhary16
						vikaschoudhary16
					
				
			
			
				
	
			
			
			
						parent
						
							81192eafd5
						
					
				
				
					commit
					4711bccd05
				
			
							
								
								
									
										24
									
								
								vendor/github.com/opencontainers/runc/libcontainer/intelrdt/stats.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								vendor/github.com/opencontainers/runc/libcontainer/intelrdt/stats.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| // +build linux | ||||
|  | ||||
| package intelrdt | ||||
|  | ||||
| type L3CacheInfo struct { | ||||
| 	CbmMask    string `json:"cbm_mask,omitempty"` | ||||
| 	MinCbmBits uint64 `json:"min_cbm_bits,omitempty"` | ||||
| 	NumClosids uint64 `json:"num_closids,omitempty"` | ||||
| } | ||||
|  | ||||
| type Stats struct { | ||||
| 	// The read-only L3 cache information | ||||
| 	L3CacheInfo *L3CacheInfo `json:"l3_cache_info,omitempty"` | ||||
|  | ||||
| 	// The read-only L3 cache schema in root | ||||
| 	L3CacheSchemaRoot string `json:"l3_cache_schema_root,omitempty"` | ||||
|  | ||||
| 	// The L3 cache schema in 'container_id' group | ||||
| 	L3CacheSchema string `json:"l3_cache_schema,omitempty"` | ||||
| } | ||||
|  | ||||
| func NewStats() *Stats { | ||||
| 	return &Stats{} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user