mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	netlink: specs: add s8, s16 to genetlink schemas
Add s8 and s16 types to the genetlink schemas to align scalar types across all schemas. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Link: https://patch.msgid.link/20250211120127.84858-10-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
		
							parent
							
								
									718a836071
								
							
						
					
					
						commit
						fdb8050e1a
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -161,7 +161,7 @@ properties: | |||
|                 type: string | ||||
|               type: &attr-type | ||||
|                 enum: [ unused, pad, flag, binary, | ||||
|                         uint, sint, u8, u16, u32, u64, s32, s64, | ||||
|                         uint, sint, u8, u16, u32, u64, s8, s16, s32, s64, | ||||
|                         string, nest, indexed-array, nest-type-value ] | ||||
|               doc: | ||||
|                 description: Documentation of the attribute. | ||||
|  |  | |||
|  | @ -207,7 +207,7 @@ properties: | |||
|               type: &attr-type | ||||
|                 description: The netlink attribute type | ||||
|                 enum: [ unused, pad, flag, binary, bitfield32, | ||||
|                         uint, sint, u8, u16, u32, u64, s32, s64, | ||||
|                         uint, sint, u8, u16, u32, u64, s8, s16, s32, s64, | ||||
|                         string, nest, indexed-array, nest-type-value ] | ||||
|               doc: | ||||
|                 description: Documentation of the attribute. | ||||
|  |  | |||
|  | @ -124,7 +124,7 @@ properties: | |||
|                 type: string | ||||
|               type: &attr-type | ||||
|                 enum: [ unused, pad, flag, binary, | ||||
|                         uint, sint, u8, u16, u32, u64, s32, s64, | ||||
|                         uint, sint, u8, u16, u32, u64, s8, s16, s32, s64, | ||||
|                         string, nest, indexed-array, nest-type-value ] | ||||
|               doc: | ||||
|                 description: Documentation of the attribute. | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Donald Hunter
						Donald Hunter