Skip to content

Commit

Permalink
kernel: bump 5.10 to 5.10.205 (#11730)
Browse files Browse the repository at this point in the history
Signed-off-by: Beginner-Go <[email protected]>
  • Loading branch information
Beginner-Go authored Dec 22, 2023
1 parent ccadf36 commit d0f140b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions include/kernel-5.10
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LINUX_VERSION-5.10 = .204
LINUX_KERNEL_HASH-5.10.204 = ff950750b1060f65c0dde7d4d89238937d80faddf3bcf9ba28189d917daccaee
LINUX_VERSION-5.10 = .205
LINUX_KERNEL_HASH-5.10.205 = c55217a80d74f81b83116289a8bfe4302293390b45aeabb76f64814920788863
Original file line number Diff line number Diff line change
Expand Up @@ -579,15 +579,15 @@ SVN-Revision: 35130
* XXX skbs on the gro_list have all been parsed and pulled
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -47,7 +47,7 @@ struct prefix_info {
@@ -52,7 +52,7 @@ struct prefix_info {
__be32 reserved2;

struct in6_addr prefix;
-};
+} __attribute__((packed, aligned(2)));

#include <linux/ipv6.h>
#include <linux/netdevice.h>
/* rfc4861 4.6.2: IPv6 PIO is 32 bytes in size */
static_assert(sizeof(struct prefix_info) == 32);
--- a/include/net/inet_ecn.h
+++ b/include/net/inet_ecn.h
@@ -140,9 +140,9 @@ static inline int IP6_ECN_set_ce(struct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ Signed-off-by: David S. Miller <[email protected]>
eth_hw_addr_random(ndev);
--- a/drivers/net/ethernet/qualcomm/qca_spi.c
+++ b/drivers/net/ethernet/qualcomm/qca_spi.c
@@ -884,7 +884,7 @@ qca_spi_probe(struct spi_device *spi)
@@ -902,7 +902,7 @@ qca_spi_probe(struct spi_device *spi)
struct net_device *qcaspi_devs = NULL;
u8 legacy_mode = 0;
u16 signature;
Expand All @@ -976,7 +976,7 @@ Signed-off-by: David S. Miller <[email protected]>

if (!spi->dev.of_node) {
dev_err(&spi->dev, "Missing device tree\n");
@@ -961,12 +961,8 @@ qca_spi_probe(struct spi_device *spi)
@@ -979,12 +979,8 @@ qca_spi_probe(struct spi_device *spi)

spi_set_drvdata(spi, qcaspi_devs);

Expand Down Expand Up @@ -1360,7 +1360,7 @@ Signed-off-by: David S. Miller <[email protected]>
int irq;
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
@@ -5019,7 +5019,7 @@ int stmmac_dvr_probe(struct device *devi
@@ -5016,7 +5016,7 @@ int stmmac_dvr_probe(struct device *devi
priv->wol_irq = res->wol_irq;
priv->lpi_irq = res->lpi_irq;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
#endif
--- a/include/linux/if_vlan.h
+++ b/include/linux/if_vlan.h
@@ -222,7 +222,28 @@ extern void vlan_vids_del_by_dev(struct
@@ -230,7 +230,28 @@ extern void vlan_vids_del_by_dev(struct

extern bool vlan_uses_dev(const struct net_device *dev);

Expand Down Expand Up @@ -627,7 +627,7 @@
struct fib_table *tb;
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -506,4 +506,9 @@ int if6_proc_init(void);
@@ -514,4 +514,9 @@ int if6_proc_init(void);
void if6_proc_exit(void);
#endif

Expand All @@ -639,7 +639,7 @@
#endif
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -7287,3 +7287,35 @@ void addrconf_cleanup(void)
@@ -7283,3 +7283,35 @@ void addrconf_cleanup(void)

destroy_workqueue(addrconf_wq);
}
Expand Down

0 comments on commit d0f140b

Please sign in to comment.