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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 17 Jul 2020 16:20:21 +0100
From:   Will Deacon <will@...nel.org>
To:     torvalds@...ux-foundation.org
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        catalin.marinas@....com, kernel-team@...roid.com
Subject: [GIT PULL] arm64 fixes for -rc6

Hi Linus,

Please pull this batch of arm64 fixes for -rc6. Although the diffstat is
a bit larger than we'd usually have at this stage, a decent amount of it
is the addition of comments describing our syscall tracing behaviour, and
also a sweep across all the modular arm64 PMU drivers to make them rebust
against unloading and unbinding.

Summary is in the tag. Although there are a couple of minor things kicking
around at the moment (CPU errata and module PLTs for very large modules),
I'm not expecting any significant changes now for us in 5.8

Cheers,

Will

--->8

The following changes since commit 5679b28142193a62f6af93249c0477be9f0c669b:

  arm64/alternatives: don't patch up internal branches (2020-07-09 14:57:59 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes

for you to fetch changes up to f32ed8eb0e3f0d0ef4ddb854554d60ca5863a9f9:

  drivers/perf: Prevent forced unbinding of PMU drivers (2020-07-17 10:51:44 +0100)

----------------------------------------------------------------
arm64 fixes for -rc6

- Fix kernel text addresses for relocatable images booting using EFI
  and with KASLR disabled so that they match the vmlinux ELF binary.

- Fix unloading and unbinding of PMU driver modules.

- Fix generic mmiowb() when writeX() is called from preemptible context
  (reported by the riscv folks).

- Fix ptrace hardware single-step interactions with signal handlers,
  system calls and reverse debugging.

- Fix reporting of 64-bit x0 register for 32-bit tasks via 'perf_regs'.

- Add comments describing syscall entry/exit tracing ABI.

----------------------------------------------------------------
Qi Liu (2):
      drivers/perf: Fix kernel panic when rmmod PMU modules during perf sampling
      drivers/perf: Prevent forced unbinding of PMU drivers

Will Deacon (9):
      efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR
      arm64: ptrace: Consistently use pseudo-singlestep exceptions
      arm64: ptrace: Override SPSR.SS when single-stepping is enabled
      arm64: compat: Ensure upper 32 bits of x0 are zero on syscall return
      arm64: ptrace: Add a comment describing our syscall entry/exit trap ABI
      arm64: syscall: Expand the comment about ptrace and syscall(-1)
      arm64: ptrace: Use NO_SYSCALL instead of -1 in syscall_trace_enter()
      arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
      asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()

 arch/arm64/include/asm/debug-monitors.h        |  2 ++
 arch/arm64/include/asm/syscall.h               | 12 ++++++-
 arch/arm64/include/asm/thread_info.h           |  1 +
 arch/arm64/kernel/debug-monitors.c             | 24 +++++++++----
 arch/arm64/kernel/ptrace.c                     | 49 +++++++++++++++++++-------
 arch/arm64/kernel/signal.c                     | 11 ++----
 arch/arm64/kernel/syscall.c                    | 21 +++++++++--
 drivers/firmware/efi/libstub/arm64-stub.c      | 25 +++++++------
 drivers/firmware/efi/libstub/efi-stub-helper.c |  2 +-
 drivers/perf/arm-cci.c                         |  1 +
 drivers/perf/arm-ccn.c                         |  1 +
 drivers/perf/arm_dsu_pmu.c                     |  1 +
 drivers/perf/arm_smmuv3_pmu.c                  |  2 ++
 drivers/perf/arm_spe_pmu.c                     |  1 +
 drivers/perf/fsl_imx8_ddr_perf.c               |  2 ++
 drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c  |  2 ++
 drivers/perf/hisilicon/hisi_uncore_hha_pmu.c   |  2 ++
 drivers/perf/hisilicon/hisi_uncore_l3c_pmu.c   |  2 ++
 drivers/perf/qcom_l2_pmu.c                     |  1 +
 drivers/perf/qcom_l3_pmu.c                     |  1 +
 drivers/perf/thunderx2_pmu.c                   |  1 +
 drivers/perf/xgene_pmu.c                       |  1 +
 include/asm-generic/mmiowb.h                   |  6 ++--
 23 files changed, 127 insertions(+), 44 deletions(-)

Powered by blists - more mailing lists