Skip to content

Commit b864458

Browse files
committed
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: rockchip: 5.18: diable ntfs option (coolsnowwolf#9875) kernel: add kmod-nvme package wolfssl: make shared again kernel: bump 5.10 to 5.10.134 (coolsnowwolf#9868)
2 parents 3598c45 + 1202e11 commit b864458

File tree

8 files changed

+28
-9
lines changed

8 files changed

+28
-9
lines changed

include/kernel-5.10

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.10 = .133
2-
LINUX_KERNEL_HASH-5.10.133 = 3b5c4c7d5bca720c11f1024c9aa00ac04397b6c7de37fd4170444077c723280e
1+
LINUX_VERSION-5.10 = .134
2+
LINUX_KERNEL_HASH-5.10.134 = ec3513acdf033dd8f8ac2545cd1bb826b0669e151185e5f70408a5c9fe273269

package/kernel/linux/modules/block.mk

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,29 @@ endef
508508
$(eval $(call KernelPackage,nbd))
509509

510510

511+
define KernelPackage/nvme
512+
SUBMENU:=$(BLOCK_MENU)
513+
TITLE:=NVM Express block device
514+
DEPENDS:=@PCI_SUPPORT
515+
KCONFIG:= \
516+
CONFIG_NVME_CORE \
517+
CONFIG_BLK_DEV_NVME \
518+
CONFIG_NVME_MULTIPATH=n \
519+
CONFIG_NVME_HWMON=n
520+
FILES:= \
521+
$(LINUX_DIR)/drivers/nvme/host/nvme-core.ko \
522+
$(LINUX_DIR)/drivers/nvme/host/nvme.ko
523+
AUTOLOAD:=$(call AutoLoad,30,nvme-core nvme)
524+
endef
525+
526+
define KernelPackage/nvme/description
527+
Kernel module for NVM Express solid state drives directly
528+
connected to the PCI or PCI Express bus.
529+
endef
530+
531+
$(eval $(call KernelPackage,nvme))
532+
533+
511534
define KernelPackage/scsi-core
512535
SUBMENU:=$(BLOCK_MENU)
513536
TITLE:=SCSI device support

package/libs/wolfssl/Config.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ config WOLFSSL_ASM_CAPABLE
7272

7373
choice
7474
prompt "Hardware Acceleration"
75-
default WOLFSSL_HAS_CPU_CRYPTO if WOLFSSL_ASM_CAPABLE && !TARGET_armvirt
7675
default WOLFSSL_HAS_NO_HW
7776

7877
config WOLFSSL_HAS_NO_HW

package/libs/wolfssl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ endef
6161
define Package/libwolfssl
6262
$(call Package/libwolfssl/Default)
6363
TITLE:=wolfSSL library
64-
PKGFLAGS:=nonshared
6564
MENU:=1
6665
PROVIDES:=libcyassl
6766
DEPENDS:=+WOLFSSL_HAS_DEVCRYPTO:kmod-cryptodev +WOLFSSL_HAS_AFALG:kmod-crypto-user

target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
EXPORT_SYMBOL(xfrm_parse_spi);
707707
--- a/net/ipv4/tcp_input.c
708708
+++ b/net/ipv4/tcp_input.c
709-
@@ -4087,14 +4087,16 @@ static bool tcp_parse_aligned_timestamp(
709+
@@ -4092,14 +4092,16 @@ static bool tcp_parse_aligned_timestamp(
710710
{
711711
const __be32 *ptr = (const __be32 *)(th + 1);
712712

target/linux/generic/backport-5.10/732-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ Signed-off-by: David S. Miller <[email protected]>
13601360
int irq;
13611361
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
13621362
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
1363-
@@ -4988,7 +4988,7 @@ int stmmac_dvr_probe(struct device *devi
1363+
@@ -4987,7 +4987,7 @@ int stmmac_dvr_probe(struct device *devi
13641364
priv->wol_irq = res->wol_irq;
13651365
priv->lpi_irq = res->lpi_irq;
13661366

target/linux/ramips/patches-5.10/804-staging-mt7621-pinctrl-use-ngpios-not-num-gpios.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c
22
+++ b/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c
3-
@@ -354,7 +354,7 @@ static int rt2880_pinmux_probe(struct pl
3+
@@ -356,7 +356,7 @@ static int rt2880_pinmux_probe(struct pl
44
if (!of_device_is_available(np))
55
continue;
66

target/linux/rockchip/armv8/config-5.18

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,6 @@ CONFIG_NO_HZ_IDLE=y
985985
# CONFIG_NPCM7XX_KCS_IPMI_BMC is not set
986986
# CONFIG_NPCM7XX_TIMER is not set
987987
# CONFIG_NSPIRE_TIMER is not set
988-
CONFIG_NTFS_FS=y
989-
CONFIG_NTFS_RW=y
990988
CONFIG_NVMEM=y
991989
# CONFIG_NVMEM_BRCM_NVRAM is not set
992990
# CONFIG_NVMEM_IMX_IIM is not set

0 commit comments

Comments
 (0)