]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- 5.10.115 auto/th/kernel-5.10-5.10.115-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 13 May 2022 15:20:41 +0000 (17:20 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 13 May 2022 15:20:41 +0000 (17:20 +0200)
kernel-aufs5.patch
kernel-multiarch.config
kernel.spec

index f93efda5b902970f50c42264ea224b72d48fad68..310c3997ceb4e70e11a7462aa9d62e6301db6f6e 100644 (file)
@@ -269,7 +269,7 @@ index 1f6a2f1226fa9..4550f7a021178 100644
 +++ b/kernel/locking/lockdep.c
 @@ -188,7 +188,7 @@ static
  struct lock_class lock_classes[MAX_LOCKDEP_KEYS];
static DECLARE_BITMAP(lock_classes_in_use, MAX_LOCKDEP_KEYS);
+ DECLARE_BITMAP(lock_classes_in_use, MAX_LOCKDEP_KEYS);
  
 -static inline struct lock_class *hlock_class(struct held_lock *hlock)
 +inline struct lock_class *lockdep_hlock_class(struct held_lock *hlock)
index 9c11c17b635e4a11e69bd6cdd369da3657131438..8ce98b6c3d65273ad314bf2efa2489e77a998356 100644 (file)
@@ -608,6 +608,7 @@ BCMA_DEBUG all=n
 BLK_DEV all=y
 BLK_DEV_NULL_BLK all=m
 BLK_DEV_FD all=m sparc=y
+BLK_DEV_FD_RAWCMD all=y
 MAC_FLOPPY ppc=m
 PARIDE all=m
 #- file drivers/block/paride/Kconfig goes here
index c58a336a67a352565e2c0c6ab8792be94f354827..e4d510dea5d0970f7cb900e43d5a929adfbdf950 100644 (file)
@@ -73,7 +73,7 @@
 
 %define                rel             1
 %define                basever         5.10
-%define                postver         .109
+%define                postver         .115
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -127,7 +127,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{basever}.tar.xz
 # Source0-md5: 753adc474bf799d569dec4f165ed92c3
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v5.x/patch-%{version}.xz
-# Patch0-md5:  eb1e3841c0ce05b8630754bcbddb8f74
+# Patch0-md5:  27959105c2382c804bb8f7489ef18834
 %endif
 Source1:       kernel.sysconfig
 
This page took 1.316802 seconds and 4 git commands to generate.