mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	syscalls: Fix to add sys_uretprobe to syscall.tbl
Add sys_uretprobe entry to scripts/syscall.tbl as same as
arch/x86/entry/syscalls/syscall_64.tbl.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/all/20240719102824.1e086a40@canb.auug.org.au/
Fixes: 63ded11097 ("uprobe: Change uretprobe syscall scope and number")
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
			
			
This commit is contained in:
		
							parent
							
								
									720261cfc7
								
							
						
					
					
						commit
						5c28424e9a
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -402,3 +402,4 @@ | ||||||
| 460	common	lsm_set_self_attr		sys_lsm_set_self_attr | 460	common	lsm_set_self_attr		sys_lsm_set_self_attr | ||||||
| 461	common	lsm_list_modules		sys_lsm_list_modules | 461	common	lsm_list_modules		sys_lsm_list_modules | ||||||
| 462	common	mseal				sys_mseal | 462	common	mseal				sys_mseal | ||||||
|  | 467	common	uretprobe			sys_uretprobe | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Masami Hiramatsu (Google)
						Masami Hiramatsu (Google)