]> Git Repo - linux.git/commitdiff
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
authorLinus Torvalds <[email protected]>
Thu, 3 Mar 2022 00:11:56 +0000 (16:11 -0800)
committerLinus Torvalds <[email protected]>
Thu, 3 Mar 2022 00:11:56 +0000 (16:11 -0800)
Pull ARM fixes from Russell King:

 - Fix kgdb breakpoint for Thumb2

 - Fix dependency for BITREVERSE kconfig

 - Fix nommu early_params and __setup returns

* tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm:
  ARM: 9182/1: mmu: fix returns from early_param() and __setup() functions
  ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
  ARM: Fix kgdb breakpoint for Thumb2

1  2 
lib/Kconfig

diff --combined lib/Kconfig
index c80fde816a7ee6b6eb907a1f2e7b542eba7009dc,fa4b10322efcd7cdd8727ab7ec89f5da910f1b1b..9b5a692ce00cbbb7a3746ca4ce9ef7fcb645be1e
@@@ -45,7 -45,6 +45,6 @@@ config BITREVERS
  config HAVE_ARCH_BITREVERSE
        bool
        default n
-       depends on BITREVERSE
        help
          This option enables the use of hardware bit-reversal instructions on
          architectures which support such operations.
@@@ -65,6 -64,9 +64,6 @@@ config GENERIC_STRNLEN_USE
  config GENERIC_NET_UTILS
        bool
  
 -config GENERIC_FIND_FIRST_BIT
 -      bool
 -
  source "lib/math/Kconfig"
  
  config NO_GENERIC_PCI_IOPORT_MAP
@@@ -119,8 -121,6 +118,8 @@@ config INDIRECT_IOMEM_FALLBAC
          mmio accesses when the IO memory address is not a registered
          emulated region.
  
 +source "lib/crypto/Kconfig"
 +
  config CRC_CCITT
        tristate "CRC-CCITT functions"
        help
@@@ -670,10 -670,6 +669,10 @@@ config STACKDEPO
        bool
        select STACKTRACE
  
 +config STACKDEPOT_ALWAYS_INIT
 +      bool
 +      select STACKDEPOT
 +
  config STACK_HASH_ORDER
        int "stack depot hash size (12 => 4KB, 20 => 1024KB)"
        range 12 20
         Select the hash size as a power of 2 for the stackdepot hash table.
         Choose a lower value to reduce the memory impact.
  
 +config REF_TRACKER
 +      bool
 +      depends on STACKTRACE_SUPPORT
 +      select STACKDEPOT
 +
  config SBITMAP
        bool
  
This page took 0.084844 seconds and 4 git commands to generate.