This commit removes two rcu related patches, because the fix is now integrated into 5.10.99 kernel, adds new configs CONFIG_BPF_UNPRIV_DEFAULT_OFF and CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION. Verification: - Install success onto a StarlingX system with two controller and two compute nodes with std kernel. - Install success onto a All-in-One Duplex lab with rt kernel. - The network performance test is done with rt system. The result is almost same with 5.10.74. - The regression testing was run including kernel and applications by our test team. - The cyclictest benchmark was run by our test team, the result is little better than 5.10.74. Test result is "samples:431999998 avg:5317 max:24981 99.9999th percentile:10482 overflows:2" for 20 hours. - The cyclictest benchmark was also run on the starlingx lab, the result is "samples:43199987 avg:1617 max:5103 99.9999th percentile:3355 overflows: 0". It is not big difference with 5.10.74. Story: 2009884 Task: 44639 Depends-On: https://review.opendev.org/c/starlingx/manifest/+/831792 Signed-off-by: Jiping Ma <jiping.ma2@windriver.com> Change-Id: I7afb83d0e02f9d53077a7430a988fe2246247e8e
		
			
				
	
	
		
			16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			396 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
SRC_DIR="$STX_BASE/git/linux-yocto-std"
 | 
						|
 | 
						|
COPY_LIST=" \
 | 
						|
  $PKG_BASE/files/* \
 | 
						|
  $PKG_BASE/centos/patches/*"
 | 
						|
BUILD_IS_BIG=21
 | 
						|
BUILD_IS_SLOW=16
 | 
						|
 | 
						|
# The base branch is: v5.10/standard/base
 | 
						|
# commit 84f6a75f64 points to v5.10.99 in linux-yocto.
 | 
						|
TIS_BASE_SRCREV=84f6a75f64961e59d61bf3d70ab17e8bb430386b
 | 
						|
 | 
						|
PKG_BASE_SRCREV=4013790c6ef43fd9f936579b0cac50b8e0c4505a
 | 
						|
TIS_PATCH_VER=GITREVCOUNT+PKG_GITREVCOUNT
 | 
						|
 |