1. 15 2月, 2017 2 次提交
    • R
      powerpc/xmon: Fix data-breakpoint · c21a493a
      Ravi Bangoria 提交于
      Currently xmon data-breakpoint feature is broken.
      
      Whenever there is a watchpoint match occurs, hw_breakpoint_handler will
      be called by do_break via notifier chains mechanism. If watchpoint is
      registered by xmon, hw_breakpoint_handler won't find any associated
      perf_event and returns immediately with NOTIFY_STOP. Similarly, do_break
      also returns without notifying to xmon.
      
      Solve this by returning NOTIFY_DONE when hw_breakpoint_handler does not
      find any perf_event associated with matched watchpoint, rather than
      NOTIFY_STOP, which tells the core code to continue calling the other
      breakpoint handlers including the xmon one.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NRavi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
      Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
      c21a493a
    • M
      powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=y · 36b390fd
      Michael Ellerman 提交于
      The recently merged HPT (Hash Page Table) resize support broke the build
      when BOOK3S_64=n (ie. 32-bit or 64-bit Book3E) and MEMORY_HOTPLUG=y:
      
        arch/powerpc/mm/mem.o: In function `.arch_add_memory':
        (.text+0x4e4): undefined reference to `.resize_hpt_for_hotplug'
      
      Fix it by adding a dummy version.
      
      Fixes: 438cc81a ("powerpc/pseries: Automatically resize HPT for memory hot add/remove")
      Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
      36b390fd
  2. 14 2月, 2017 3 次提交
  3. 10 2月, 2017 15 次提交
  4. 09 2月, 2017 7 次提交
  5. 07 2月, 2017 13 次提交