lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 15 Apr 2016 17:56:30 +0200
From:	Helge Deller <deller@....de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org,
	James Bottomley <James.Bottomley@...senPartnership.com>,
	John David Anglin <dave.anglin@...l.net>
Subject: [GIT PULL] parisc ftrace fixes for 4.6-rc4

Hi Linus,

This is (most likely) the last pull request for v4.6 for the parisc architecture.

It fixes the FTRACE feature for parisc, which is horribly broken since quite
some time and doesn't even compile.  This patch just fixes the bare minimum (it
actually removes more lines than it adds), so that the function tracer works
again on 32- and 64bit kernels.

I've queued up additional patches on top of this patch which e.g. add the
syscall tracer, but those have to wait for the merge window for v4.7.

Please pull from 
  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.6-4

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (1):
      parisc: Fix ftrace function tracer

 arch/parisc/Kconfig              |   4 +-
 arch/parisc/Kconfig.debug        |   4 ++
 arch/parisc/Makefile             |   4 +-
 arch/parisc/include/asm/ftrace.h |  18 +----
 arch/parisc/kernel/Makefile      |   4 --
 arch/parisc/kernel/entry.S       |  93 ++++++++++++++++++++-----
 arch/parisc/kernel/ftrace.c      | 146 ++++++---------------------------------
 arch/parisc/kernel/head.S        |   9 +++
 8 files changed, 114 insertions(+), 168 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ