Skip to content

Commit

Permalink
ksmbd: fixes build on kernel 5.4
Browse files Browse the repository at this point in the history
Fixes: 01aef11 ("ksmbd: add out-of-tree module")
Fixes: 94e2af1 ("ksmbd: update to 3.4.5")
Fixes: coolsnowwolf#9648
  • Loading branch information
aiamadeus committed Jun 26, 2022
1 parent 6adba08 commit d5fdefb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/generic/config-5.4
Original file line number Diff line number Diff line change
Expand Up @@ -3862,6 +3862,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13
# CONFIG_OF_OVERLAY is not set
CONFIG_OF_RESERVED_MEM=y
# CONFIG_OF_UNITTEST is not set
# CONFIG_OID_REGISTRY is not set
# CONFIG_OMAP2_DSS_DEBUG is not set
# CONFIG_OMAP2_DSS_DEBUGFS is not set
# CONFIG_OMAP2_DSS_SDI is not set
Expand Down
22 changes: 22 additions & 0 deletions target/linux/generic/hack-5.4/253-ksmbd-config.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2249,7 +2249,7 @@ config PADATA
bool

config ASN1
- tristate
+ tristate "ASN1"
help
Build a simple ASN.1 grammar compiler that produces a bytecode output
that can be interpreted by the ASN.1 stream decoder and used to
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -572,7 +572,7 @@ config LIBFDT
bool

config OID_REGISTRY
- tristate
+ tristate "OID"
help
Enable fast lookup object identifier registry.

0 comments on commit d5fdefb

Please sign in to comment.