kernel: bump 5.10 to 5.10.144
authorJohn Audia <therealgraysky@proton.me>
Wed, 21 Sep 2022 11:52:34 +0000 (07:52 -0400)
committerPetr Štetiar <ynezz@true.cz>
Thu, 22 Sep 2022 10:46:55 +0000 (12:46 +0200)
All patches automatically rebased.

Signed-off-by: John Audia <therealgraysky@proton.me>
include/kernel-5.10
target/linux/realtek/patches-5.10/319-irqchip-irq-realtek-rtl-fix-VPE-affinity.patch

index f5dff37bda995675a9a496b68e7e1645aa536450..3dee01cdcf15704468cce2fccb1dbf78472e60f5 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.10 = .143
-LINUX_KERNEL_HASH-5.10.143 = fa2c9edef272d39dca52e057e1d41433cf1b6ab6a00d24a00333c0b735054e91
+LINUX_VERSION-5.10 = .144
+LINUX_KERNEL_HASH-5.10.144 = 20c6d26f4d9d0d15d628982bc5e35862b3016d1832f5a545b3bdb131203cd3ca
index 0f4ab38d4dc96818d9587555be12f0684c43fcb3..0ecff843fbb05eff791a75c5ca6694bf93082131 100644 (file)
@@ -42,7 +42,7 @@
  #define IRR_OFFSET(idx)               (4 * (3 - (idx * 4) / 32))
  #define IRR_SHIFT(idx)                ((idx * 4) % 32)
  
-@@ -65,19 +84,33 @@ static inline void write_irr(void __iomem *irr0, int idx, u32 value)
+@@ -65,19 +84,33 @@ static inline void write_irr(void __iome
        writel(irr, irr0 + offset);
  }
  
@@ -82,7 +82,7 @@
  
        raw_spin_unlock_irqrestore(&irq_lock, flags);
  }
-@@ -85,16 +118,12 @@ static void realtek_ictl_unmask_irq(struct irq_data *i)
+@@ -85,16 +118,12 @@ static void realtek_ictl_unmask_irq(stru
  static void realtek_ictl_mask_irq(struct irq_data *i)
  {
        unsigned long flags;
  
        raw_spin_unlock_irqrestore(&irq_lock, flags);
  }
-@@ -116,11 +145,17 @@ static int __maybe_unused realtek_ictl_irq_affinity(struct irq_data *i,
+@@ -116,11 +145,17 @@ static int __maybe_unused realtek_ictl_i
        cpumask_and(&cpu_enable, &cpu_configure, dest);
        cpumask_andnot(&cpu_disable, &cpu_configure, dest);
  
  
        irq_data_update_effective_affinity(i, &cpu_enable);
  
-@@ -149,6 +184,7 @@ static int intc_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hw)
+@@ -149,6 +184,7 @@ static int intc_map(struct irq_domain *d
  
        output->child_mask |= BIT(hw);
        write_irr(REG(RTL_ICTL_IRR0, 0), hw, output->output_index + 1);
  
        raw_spin_unlock_irqrestore(&irq_lock, flags);
  
-@@ -279,9 +315,11 @@ static int __init realtek_rtl_of_init(struct device_node *node, struct device_no
+@@ -279,9 +315,11 @@ static int __init realtek_rtl_of_init(st
                        cpumask_set_cpu(cpu, &realtek_ictl_cpu_configurable);
  
                        /* Disable all cascaded interrupts and clear routing */