Hi!
This is the start of the stable review cycle for the 6.1.105 release. There are 149 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
FUJITA Tomonori fujita.tomonori@gmail.com PCI: Add Edimax Vendor ID to pci_ids.h
This define is unused in at least 6.1-stable and older. We don't need this patch.
Zheng Zucheng zhengzucheng@huawei.com sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Comment here says:
+ * Because mul_u64_u64_div_u64() can approximate on some + * achitectures; enforce the constraint that: a*b/(b+c) <= a.
Afaict it should say "a*b/(a+b)"?
Best regards, Pavel