]> git.pld-linux.org Git - packages/kernel.git/commitdiff
up to 6.5.3 auto/th/kernel-6.5.3-1
authorJan Palus <atler@pld-linux.org>
Wed, 13 Sep 2023 13:57:25 +0000 (15:57 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 13 Sep 2023 13:57:25 +0000 (15:57 +0200)
atheros-disallow-retrain-nongen1-pcie.patch
kernel-multiarch.config
kernel.spec

index 99a81c3e347506e8342c5877b92c121d3865e0e0..c295bf23bdfcd1bbe5683c974f6ba03632a0d20d 100644 (file)
@@ -191,8 +191,8 @@ Changes since v2:
   * pcie_aspm_configure_common_clock: check if the 2 ends of a link
   *   could use common clock. If they are, configure them to use the
 @@ -257,7 +295,14 @@
-               reg16 &= ~PCI_EXP_LNKCTL_CCC;
-       pcie_capability_write_word(parent, PCI_EXP_LNKCTL, reg16);
+       pcie_capability_clear_and_set_word(parent, PCI_EXP_LNKCTL,
+                                          PCI_EXP_LNKCTL_CCC, ccc);
  
 -      if (pcie_retrain_link(link->pdev, true)) {
 +      bool skip_retrain = false;
index 7ebb03cd7c4da0ff16a5524b84952c2a2ceeb63a..fc27815563a78f27578e1e5ab1729d0b3ac44ac1 100644 (file)
@@ -4893,6 +4893,7 @@ DVB_FIREDTV all=m
 #- *** FILE: drivers/media/i2c/Kconfig ***
 #-
 #- IR I2C driver auto-selected by 'Autoselect ancillary drivers'
+VIDEO_CAMERA_SENSOR all=y
 VIDEO_AR0521 all=m
 VIDEO_HI556 all=m
 VIDEO_HI846 all=m
@@ -5060,7 +5061,7 @@ MEDIA_PCI_SUPPORT all=y
 #- file drivers/media/pci/smipcie/Kconfig goes here
 #- file drivers/media/pci/ttpci/Kconfig goes here
 VIDEO_PCI_SKELETON all=m
-#- file drivers/media/pci/intel/ipu3/Kconfig goes here
+#- file drivers/media/pci/intel/Kconfig goes here
 
 #-
 #- *** FILE: drivers/media/pci/b2c2/Kconfig ***
@@ -12336,6 +12337,7 @@ MISC_FILESYSTEMS all=y
 #- file fs/ufs/Kconfig goes here
 #- file fs/erofs/Kconfig goes here
 #- file fs/vboxsf/Kconfig goes here
+#- file fs/aufs/Kconfig goes here
 NETWORK_FILESYSTEMS all=y
 #- file fs/nfs/Kconfig goes here
 #- file fs/nfsd/Kconfig goes here
@@ -12382,6 +12384,12 @@ AFS_DEBUG all=n
 AFS_FSCACHE all=y
 AFS_DEBUG_CURSOR all=n
 
+#-
+#- *** FILE: fs/aufs/Kconfig ***
+#-
+AUFS_FHSM all=y
+AUFS_DIRREN all=y
+
 #-
 #- *** FILE: fs/autofs/Kconfig ***
 #-
@@ -16007,8 +16015,6 @@ RD_ZSTD all=y
 #-
 #- *** PROBABLY REMOVED OPTIONS ***
 #-
-AUFS_DIRREN all=y
-AUFS_FHSM all=y
 AUTOFS4_FS all=m
 MCDI_LOGGING arm64=n
 MFD_MAX597X arm=m arm64=m
index 0bda30395007f38451dbb684b6f89766c0f61d9c..ab59ffd6e9815a5c7566233504e725744af88c1e 100644 (file)
@@ -67,7 +67,7 @@
 
 %define                rel             1
 %define                basever         6.5
-%define                postver         .2
+%define                postver         .3
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       %{nil}
@@ -121,7 +121,7 @@ Source0:    https://www.kernel.org/pub/linux/kernel/v6.x/linux-%{basever}.tar.xz
 # Source0-md5: 42c2796f9babe4a1be3f2001c817ff4a
 %if "%{postver}" != ".0"
 Patch0:                https://www.kernel.org/pub/linux/kernel/v6.x/patch-%{version}.xz
-# Patch0-md5:  54a6a3674e1be858de9192747b92521b
+# Patch0-md5:  9b7eb1bb06ec9d72210050577791adc6
 %endif
 Source1:       kernel.sysconfig
 
This page took 0.175414 seconds and 4 git commands to generate.