kernel: refresh `6.6` patches (#12069)

This commit is contained in:
Beginner 2024-04-13 10:57:10 +08:00 committed by GitHub
parent 0bc2188f41
commit 9e29b15c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
struct list_head *br_ip_list);
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -991,6 +991,10 @@ struct sk_buff {
@@ -986,6 +986,10 @@ struct sk_buff {
__u8 csum_not_inet:1;
#endif

View File

@ -25,7 +25,7 @@ Subject: [PATCH] r8169: add LED configuration from OF
TxDescStartAddrLow = 0x20,
TxDescStartAddrHigh = 0x24,
TxHDescStartAddrLow = 0x28,
@@ -5202,6 +5204,22 @@ static bool rtl_aspm_is_safe(struct rtl8
@@ -5234,6 +5236,22 @@ static bool rtl_aspm_is_safe(struct rtl8
return false;
}
@ -48,7 +48,7 @@ Subject: [PATCH] r8169: add LED configuration from OF
static int rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
{
struct rtl8169_private *tp;
@@ -5373,6 +5391,7 @@ static int rtl_init_one(struct pci_dev *
@@ -5405,6 +5423,7 @@ static int rtl_init_one(struct pci_dev *
if (!tp->counters)
return -ENOMEM;