Jérôme Poulin 
							
						 
					 
					
						
						
							
						
						f6094de919 
					 
					
						
						
							
							[module] MODULE_IMPORT_NS now requires a string literal in 6.13  
						
						... 
						
						
						
						Fixes : #1155 
References: 33def8498fdde180023444b08e12b72a9efed41d
Co-authored-by: HikariKnightt <2557889+HikariKnight@users.noreply.github.com >
Co-authored-by: zeule <zeule@users.noreply.github.com >
Reviewed-by: netboy3 <1472804+netboy3@users.noreply.github.com > 
					
						2025-03-05 10:52:31 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						3ea37b86e3 
					 
					
						
						
							
							[module] check vmf->pgoff before using it  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	build / client (Debug, map[cc:clang cxx:clang++], libdecor) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Debug, map[cc:clang cxx:clang++], xdg-shell) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Debug, map[cc:gcc cxx:g++], libdecor) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Debug, map[cc:gcc cxx:g++], xdg-shell) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Release, map[cc:clang cxx:clang++], libdecor) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Release, map[cc:clang cxx:clang++], xdg-shell) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Release, map[cc:gcc cxx:g++], libdecor) (push) Has been cancelled 
				
			 
		
			
				
	build / client (Release, map[cc:gcc cxx:g++], xdg-shell) (push) Has been cancelled 
				
			 
		
			
				
	build / module (push) Has been cancelled 
				
			 
		
			
				
	build / host-linux (push) Has been cancelled 
				
			 
		
			
				
	build / host-windows-cross (push) Has been cancelled 
				
			 
		
			
				
	build / host-windows-native (push) Has been cancelled 
				
			 
		
			
				
	build / obs (clang) (push) Has been cancelled 
				
			 
		
			
				
	build / obs (gcc) (push) Has been cancelled 
				
			 
		
			
				
	build / docs (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						As reported by @Crispy-fried-chicken in issue #1133  there is a potential
XXE vulnerability here. This fixes this problem by verifying the value
of `vmf->pgff` does not exceed the bounds of the memory mapping.
Fixes : #1133  
						
						
					 
					
						2024-08-26 14:37:21 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						7305ce36af 
					 
					
						
						
							
							[module] fix build on linux 6.10  
						
						... 
						
						
						
						Fixes  #1124  - Thanks @pongo1231 
					
						2024-06-07 19:02:23 +10:00 
						 
				 
			
				
					
						
							
							
								esi 
							
						 
					 
					
						
						
							
						
						e32b292cc1 
					 
					
						
						
							
							[module] Fix build on Linux 6.4 ( fixes   #1075 )  
						
						
						
						
					 
					
						2023-06-30 07:29:15 +10:00 
						 
				 
			
				
					
						
							
							
								Kenny.ch 
							
						 
					 
					
						
						
							
						
						ed0cae84c8 
					 
					
						
						
							
							[module] Bump kvmfr module to 0.0.8 after latest fix for Kernel 5.18  
						
						
						
						
					 
					
						2022-06-20 19:12:24 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						1fc31ba832 
					 
					
						
						
							
							[module] bump version and add copyright for @quantum5  
						
						
						
						
					 
					
						2021-02-21 14:17:22 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						9c941239ea 
					 
					
						
						
							
							[module] bump the version  
						
						
						
						
					 
					
						2021-01-03 23:42:43 +11:00 
						 
				 
			
				
					
						
							
							
								aspen 
							
						 
					 
					
						
						
							
						
						69b8c4b4eb 
					 
					
						
						
							
							module: fix kernel module compilation on Linux 5.10+  
						
						... 
						
						
						
						linux@a4574f63 caused the kernel module to fail to compile, due to
changing the dev_pagemap->res field to dev_pagemap->range.
Closes  #328  
						
						
					 
					
						2020-12-03 02:18:59 +11:00 
						 
				 
			
				
					
						
							
							
								four0four 
							
						 
					 
					
						
						
							
						
						c0acfd1228 
					 
					
						
						
							
							[module] fix integer overflow in kvmfr_dmabuf_create  
						
						
						
						
					 
					
						2020-10-30 18:24:02 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						3de2641d92 
					 
					
						
						
							
							[module] fix compile on >= 5.9.0  
						
						... 
						
						
						
						fixes  #314  
					
						2020-10-30 16:14:06 +11:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						5d4e9b1ead 
					 
					
						
						
							
							[kvmfr] bump the version in dkms.conf  
						
						
						
						
					 
					
						2020-01-13 13:45:05 +11:00 
						 
				 
			
				
					
						
							
							
								Omar Pakker 
							
						 
					 
					
						
						
							
						
						e3343cbd01 
					 
					
						
						
							
							Rewrite dkms.conf  
						
						... 
						
						
						
						1) With the change to the Makefile, this update allows dkms to build and install the module for different kernels.
2) As per dkms documentation, no use of ${dkms_tree}.
3) Removed the use of REMAKE_INITRD as this module is not needed that early in the boot process.
4) Updated version to match what's defined in the module 
						
						
					 
					
						2019-06-06 13:40:06 +10:00 
						 
				 
			
				
					
						
							
							
								Geoffrey McRae 
							
						 
					 
					
						
						
							
						
						ee5d6c7c3e 
					 
					
						
						
							
							[module] update instructions and add dkms.conf  
						
						... 
						
						
						
						Fixes  #148  
					
						2019-05-23 18:46:27 +10:00