+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -1884,6 +1884,7 @@ config TEST_KMOD
- depends on BLOCK && (64BIT || LBDAF) # for XFS, BTRFS
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
crypto-stm32-crc32-fix-kernel-bug-triggered-in-probe.patch
drm-radeon-fix-error-handling-in-radeon_driver_open_kms.patch
firmware-update-kconfig-help-text-for-google-firmware.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
documentation-refer-to-config-randomize_base-for-kernel-address-space-randomization.patch
rdma-hns-modify-the-mapping-attribute-of-doorbell-to-device.patch
rdma-rxe-fix-a-typo-in-opcode-name.patch
+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -1934,6 +1934,7 @@ config TEST_KMOD
- depends on BLOCK && (64BIT || LBDAF) # for XFS, BTRFS
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
arm-dts-fix-vcsi-regulator-to-be-always-on-for-droid4-to-prevent-hangs.patch
firmware-update-kconfig-help-text-for-google-firmware.patch
media-rcar-csi2-optimize-the-selection-phtw-register.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
documentation-refer-to-config-randomize_base-for-kernel-address-space-randomization.patch
rdma-hns-modify-the-mapping-attribute-of-doorbell-to-device.patch
rdma-rxe-fix-a-typo-in-opcode-name.patch
+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -2300,6 +2300,7 @@ config TEST_KMOD
- depends on m
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
can-mcp251xfd-mcp251xfd_tef_obj_read-fix-typo-in-error-message.patch
media-rcar-csi2-optimize-the-selection-phtw-register.patch
drm-vc4-hdmi-make-sure-the-device-is-powered-with-cec.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
media-correct-media_test_support-help-text.patch
documentation-dmaengine-correctly-describe-dmatest-with-channel-unset.patch
documentation-acpi-fix-data-node-reference-documentation.patch
+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -2473,6 +2473,7 @@ config TEST_KMOD
- depends on m
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
can-mcp251xfd-mcp251xfd_tef_obj_read-fix-typo-in-error-message.patch
media-rcar-csi2-optimize-the-selection-phtw-register.patch
drm-vc4-hdmi-make-sure-the-device-is-powered-with-cec.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
media-correct-media_test_support-help-text.patch
documentation-coresight-fix-documentation-issue.patch
documentation-dmaengine-correctly-describe-dmatest-with-channel-unset.patch
+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -2487,6 +2487,7 @@ config TEST_KMOD
- depends on m
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
can-mcp251xfd-mcp251xfd_tef_obj_read-fix-typo-in-error-message.patch
media-rcar-csi2-optimize-the-selection-phtw-register.patch
drm-vc4-hdmi-make-sure-the-device-is-powered-with-cec.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
media-correct-media_test_support-help-text.patch
documentation-coresight-fix-documentation-issue.patch
documentation-dmaengine-correctly-describe-dmatest-with-channel-unset.patch
+++ /dev/null
-From bbd2e05fad3e692ff2495895975bd0fce02bdbae Mon Sep 17 00:00:00 2001
-From: Nathan Chancellor <nathan@kernel.org>
-Date: Wed, 19 Jan 2022 18:10:28 -0800
-Subject: lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
-
-From: Nathan Chancellor <nathan@kernel.org>
-
-commit bbd2e05fad3e692ff2495895975bd0fce02bdbae upstream.
-
-Commit b05fbcc36be1 ("btrfs: disable build on platforms having page size
-256K") disabled btrfs for configurations that used a 256kB page size.
-However, it did not fully solve the problem because CONFIG_TEST_KMOD
-selects CONFIG_BTRFS, which does not account for the dependency. This
-results in a Kconfig warning and the failed BUILD_BUG_ON error
-returning.
-
- WARNING: unmet direct dependencies detected for BTRFS_FS
- Depends on [n]: BLOCK [=y] && !PPC_256K_PAGES && !PAGE_SIZE_256KB [=y]
- Selected by [m]:
- - TEST_KMOD [=m] && RUNTIME_TESTING_MENU [=y] && m && MODULES [=y] && NETDEVICES [=y] && NET_CORE [=y] && INET [=y] && BLOCK [=y]
-
-To resolve this, add CONFIG_PAGE_SIZE_LESS_THAN_256KB as a dependency of
-CONFIG_TEST_KMOD so there is no more invalid configuration or build
-errors.
-
-Link: https://lkml.kernel.org/r/20211129230141.228085-4-nathan@kernel.org
-Fixes: b05fbcc36be1 ("btrfs: disable build on platforms having page size 256K")
-Signed-off-by: Nathan Chancellor <nathan@kernel.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Chris Mason <clm@fb.com>
-Cc: David Sterba <dsterba@suse.com>
-Cc: Josef Bacik <josef@toxicpanda.com>
-Cc: Luis Chamberlain <mcgrof@kernel.org>
-Cc: Nick Desaulniers <ndesaulniers@google.com>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- lib/Kconfig.debug | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/Kconfig.debug
-+++ b/lib/Kconfig.debug
-@@ -1970,6 +1970,7 @@ config TEST_KMOD
- depends on m
- depends on NETDEVICES && NET_CORE && INET # for TUN
- depends on BLOCK
-+ depends on PAGE_SIZE_LESS_THAN_256KB # for BTRFS
- select TEST_LKM
- select XFS_FS
- select TUN
of-base-improve-argument-length-mismatch-error.patch
firmware-update-kconfig-help-text-for-google-firmware.patch
media-rcar-csi2-optimize-the-selection-phtw-register.patch
-lib-kconfig.debug-make-test_kmod-depend-on-page_size_less_than_256kb.patch
documentation-dmaengine-correctly-describe-dmatest-with-channel-unset.patch
documentation-acpi-fix-data-node-reference-documentation.patch
documentation-refer-to-config-randomize_base-for-kernel-address-space-randomization.patch