-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff581ad
commit 6df0b2d
Showing
9 changed files
with
16 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.6 = .53 | ||
LINUX_KERNEL_HASH-6.6.53 = 285d181d1b252b0bf905f040d094215cf183ac98c31a17f9cce9f3537ef4d779 | ||
LINUX_VERSION-6.6 = .54 | ||
LINUX_KERNEL_HASH-6.6.54 = 5fae869d6a24055c16ffc2d92669e3fb2b258e34d36c850bb8cf9def417ecfa0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,7 +332,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
default: | ||
--- a/drivers/net/ethernet/realtek/r8169_phy_config.c | ||
+++ b/drivers/net/ethernet/realtek/r8169_phy_config.c | ||
@@ -1102,6 +1102,12 @@ static void rtl8125b_hw_phy_config(struc | ||
@@ -1104,6 +1104,12 @@ static void rtl8125b_hw_phy_config(struc | ||
rtl8125b_config_eee_phy(phydev); | ||
} | ||
|
||
|
@@ -345,7 +345,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
void r8169_hw_phy_config(struct rtl8169_private *tp, struct phy_device *phydev, | ||
enum mac_version ver) | ||
{ | ||
@@ -1152,6 +1158,7 @@ void r8169_hw_phy_config(struct rtl8169_ | ||
@@ -1154,6 +1160,7 @@ void r8169_hw_phy_config(struct rtl8169_ | ||
[RTL_GIGA_MAC_VER_53] = rtl8117_hw_phy_config, | ||
[RTL_GIGA_MAC_VER_61] = rtl8125a_2_hw_phy_config, | ||
[RTL_GIGA_MAC_VER_63] = rtl8125b_hw_phy_config, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,8 @@ Signed-off-by: Manivannan Sadhasivam <[email protected]> | |
static const struct mhi_pci_dev_info mhi_qcom_sdx65_info = { | ||
.name = "qcom-sdx65m", | ||
.fw = "qcom/sdx65m/xbl.elf", | ||
@@ -600,6 +620,8 @@ static const struct pci_device_id mhi_pc | ||
.driver_data = (kernel_ulong_t) &mhi_telit_fn990_info }, | ||
@@ -609,6 +629,8 @@ static const struct pci_device_id mhi_pc | ||
.driver_data = (kernel_ulong_t) &mhi_telit_fe990a_info }, | ||
{ PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0308), | ||
.driver_data = (kernel_ulong_t) &mhi_qcom_sdx65_info }, | ||
+ { PCI_DEVICE(PCI_VENDOR_ID_QCOM, 0x0309), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,7 +299,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
void nf_conntrack_ecache_work(struct net *net, enum nf_ct_ecache_state state) | ||
--- a/net/netfilter/nf_conntrack_netlink.c | ||
+++ b/net/netfilter/nf_conntrack_netlink.c | ||
@@ -723,12 +723,19 @@ static size_t ctnetlink_nlmsg_size(const | ||
@@ -720,12 +720,19 @@ static size_t ctnetlink_nlmsg_size(const | ||
} | ||
|
||
static int | ||
|
@@ -319,7 +319,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
struct nf_conn *ct = item->ct; | ||
struct sk_buff *skb; | ||
unsigned int type; | ||
@@ -3751,11 +3758,17 @@ static int ctnetlink_stat_exp_cpu(struct | ||
@@ -3748,11 +3755,17 @@ static int ctnetlink_stat_exp_cpu(struct | ||
} | ||
|
||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
@@ -337,7 +337,7 @@ Signed-off-by: Zhi Chen <[email protected]> | |
|
||
static const struct nfnl_callback ctnl_cb[IPCTNL_MSG_MAX] = { | ||
[IPCTNL_MSG_CT_NEW] = { | ||
@@ -3854,8 +3867,12 @@ static int __net_init ctnetlink_net_init | ||
@@ -3851,8 +3864,12 @@ static int __net_init ctnetlink_net_init | ||
static void ctnetlink_net_pre_exit(struct net *net) | ||
{ | ||
#ifdef CONFIG_NF_CONNTRACK_EVENTS | ||
|
26 changes: 0 additions & 26 deletions
26
target/linux/generic/pending-6.6/360-selftests-bpf-portability-of-unprivileged-tests.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/netfilter/nf_tables_api.c | ||
+++ b/net/netfilter/nf_tables_api.c | ||
@@ -8327,7 +8327,7 @@ static int nft_register_flowtable_net_ho | ||
@@ -8333,7 +8333,7 @@ static int nft_register_flowtable_net_ho | ||
err = flowtable->data.type->setup(&flowtable->data, | ||
hook->ops.dev, | ||
FLOW_BLOCK_BIND); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
|
||
--- a/drivers/pci/quirks.c | ||
+++ b/drivers/pci/quirks.c | ||
@@ -300,6 +300,7 @@ static void quirk_mmio_always_on(struct | ||
@@ -313,6 +313,7 @@ static void quirk_mmio_always_on(struct | ||
DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_ANY_ID, PCI_ANY_ID, | ||
PCI_CLASS_BRIDGE_HOST, 8, quirk_mmio_always_on); | ||
|
||
+#ifndef CONFIG_PCI_DISABLE_COMMON_QUIRKS | ||
/* | ||
* The Mellanox Tavor device gives false positive parity errors. Disable | ||
* parity error reporting. | ||
@@ -3488,6 +3489,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I | ||
@@ -3501,6 +3502,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x65f9, quirk_intel_mc_errata); | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x65fa, quirk_intel_mc_errata); | ||
|
||
|
@@ -42,7 +42,7 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
/* | ||
* Ivytown NTB BAR sizes are misreported by the hardware due to an erratum. | ||
* To work around this, query the size it should be configured to by the | ||
@@ -3513,6 +3516,8 @@ static void quirk_intel_ntb(struct pci_d | ||
@@ -3526,6 +3529,8 @@ static void quirk_intel_ntb(struct pci_d | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0e08, quirk_intel_ntb); | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0e0d, quirk_intel_ntb); | ||
|
||
|
@@ -51,7 +51,7 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
/* | ||
* Some BIOS implementations leave the Intel GPU interrupts enabled, even | ||
* though no one is handling them (e.g., if the i915 driver is never | ||
@@ -3551,6 +3556,8 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_IN | ||
@@ -3564,6 +3569,8 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_IN | ||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x010a, disable_igfx_irq); | ||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0152, disable_igfx_irq); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Signed-off-by: Álvaro Fernández Rojas <[email protected]> | |
|
||
--- a/drivers/char/hw_random/bcm2835-rng.c | ||
+++ b/drivers/char/hw_random/bcm2835-rng.c | ||
@@ -169,6 +169,7 @@ static int bcm2835_rng_probe(struct plat | ||
@@ -171,6 +171,7 @@ static int bcm2835_rng_probe(struct plat | ||
priv->rng.init = bcm2835_rng_init; | ||
priv->rng.read = bcm2835_rng_read; | ||
priv->rng.cleanup = bcm2835_rng_cleanup; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters