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:   Tue, 6 Aug 2019 19:23:16 +0000
From:   Paul Burton <paul.burton@...s.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:     "linux-mips@...r.kernel.org" <linux-mips@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] MIPS fixes

Hi Linus,

Here are a few small MIPS fixes for the 5.3 cycle; please pull.

Thanks,
    Paul


The following changes since commit e5793cd1b5fedb39337cfa62251a25030f526e56:

  MIPS: fix some more fall through errors in arch/mips (2019-07-16 12:40:16 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git tags/mips_fixes_5.3_1

for you to fetch changes up to 74034a09267c1f48d5ce7ae4c4a317fac7d43418:

  MIPS: BCM63XX: Mark expected switch fall-through (2019-08-05 18:25:30 -0700)

----------------------------------------------------------------
A few MIPS fixes for 5.3:

- Various switch fall through annotations to fixup warnings & errors
  resulting from -Wimplicit-fallthrough.

- A fix for systems (at least jazz) using an i8253 PIT as clocksource
  when it's not suitably configured.

- Set struct cacheinfo's cpu_map_populated field to true, indicating
  that we filled in cache info detected from cop0 registers & avoiding
  complaints about that info being (intentionally) missing in
  devicetree.

----------------------------------------------------------------
Gustavo A. R. Silva (2):
      MIPS: OProfile: Mark expected switch fall-throughs
      MIPS: BCM63XX: Mark expected switch fall-through

Paul Burton (2):
      MIPS: Annotate fall-through in kvm/emulate.c
      MIPS: Annotate fall-through in Cavium Octeon code

Thomas Bogendoerfer (1):
      MIPS: kernel: only use i8253 clocksource with periodic clockevent

Vladimir Kondratiev (1):
      mips: fix cacheinfo

 arch/mips/cavium-octeon/octeon-usb.c |  1 +
 arch/mips/kernel/cacheinfo.c         |  2 ++
 arch/mips/kernel/i8253.c             |  3 ++-
 arch/mips/kvm/emulate.c              |  1 +
 arch/mips/oprofile/op_model_mipsxx.c | 13 +++++++++++++
 arch/mips/pci/ops-bcm63xx.c          |  1 +
 6 files changed, 20 insertions(+), 1 deletion(-)

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ