default to FRAME_POINTER unwinder again
the new default was changed in 4.14 and was cherry-picked together with KPTI, but the ORC_UNWINDER seems to break ZFS
This commit is contained in:
		
							parent
							
								
									b378f209dd
								
							
						
					
					
						commit
						e414beae5f
					
				
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -220,7 +220,10 @@ PVE_CONFIG_OPTS= \ | ||||
| -e CONFIG_MODVERSIONS \ | ||||
| -d CONFIG_DEFAULT_SECURITY_DAC \ | ||||
| -e CONFIG_DEFAULT_SECURITY_APPARMOR \ | ||||
| --set-str CONFIG_DEFAULT_SECURITY apparmor | ||||
| --set-str CONFIG_DEFAULT_SECURITY apparmor \ | ||||
| -d CONFIG_UNWINDER_ORC \ | ||||
| -d CONFIG_UNWINDER_GUESS \ | ||||
| -e CONFIG_UNWINDER_FRAME_POINTER | ||||
| 
 | ||||
| .compile_mark: ${KERNEL_SRC}/README ${KERNEL_CFG_ORG} | ||||
| 	[ ! -e /lib/modules/${KVNAME}/build ] || (echo "please remove /lib/modules/${KVNAME}/build" && false) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fabian Grünbichler
						Fabian Grünbichler