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, 5 Aug 2022 17:55:46 +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 architecture fixes and updates for v5.20-rc1

The following changes since commit 3d7cb6b04c3f3115719235cc6866b10326de34cd:

  Linux 5.19 (2022-07-31 14:03:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.20/parisc-1

for you to fetch changes up to e61b3125a4f036b3c6b87ffd656fc1ab00440ae9:

  Input: gscps2 - check return value of ioremap() in gscps2_probe() (2022-08-02 10:31:59 +0200)

----------------------------------------------------------------
parisc architecture fixes and updates for kernel v5.20-rc1:

One real bugfix to change the io_pgetevents_time64() syscall to use the compat
implementation when running in compat mode, otherwise the signed int32
parameters min_nr and nr will be incorrectly handled as unsigned int64 values.

Other than that just small cleanups:
* hardware database housekeeping and proper /proc/iomem output
* add function exit code if probe functions fail
* drop stale variables (pa_swapper_pg_lock)
* drop unneccessary zero-initializations
* typo fixes in comments

----------------------------------------------------------------
Helge Deller (4):
      parisc: Clean up names in hardware database
      parisc: Fix device names in /proc/iomem
      parisc: Drop pa_swapper_pg_lock spinlock
      parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode

Jason Wang (2):
      parisc: Fix comment typo in fault.c
      parisc: Drop zero variable initialisations in mm/init.c

William Dean (1):
      parisc: Check the return value of ioremap() in lba_driver_probe()

Xie Shaowen (1):
      Input: gscps2 - check return value of ioremap() in gscps2_probe()

Xin Gao (1):
      parisc: Do not initialise statics to 0

 arch/parisc/kernel/cache.c              |  3 ---
 arch/parisc/kernel/drivers.c            |  9 ++++-----
 arch/parisc/kernel/hardware.c           | 11 ++++-------
 arch/parisc/kernel/pci-dma.c            |  4 ++--
 arch/parisc/kernel/syscalls/syscall.tbl |  2 +-
 arch/parisc/mm/fault.c                  |  2 +-
 arch/parisc/mm/init.c                   |  2 +-
 drivers/input/serio/gscps2.c            |  4 ++++
 drivers/parisc/lba_pci.c                |  6 +++++-
 9 files changed, 22 insertions(+), 21 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ