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:   Sat, 5 Aug 2023 08:02:20 +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>
Cc:     Mike Rapoport <rppt@...nel.org>,
        Christoph Biedl <linux-kernel.bfrz@...chmal.in-ulm.de>
Subject: [GIT PULL] parisc architecture fixes for v6.5-rc5

Hi Linus,

please pull a few fixes for the parisc architecture for kernel 6.5-rc5.

- Preallocate fixmap page tables early, which prevents crashes in static
  keycode patching since the page allocator isn't initialized yet.  This
  fixes boot problems which occured since kernel 6.4 [Mike Rapoport]

- DMA code removal from parport_gsc driver [Arnd Bergmann]

- coding style fixes and dead comment removal

Thanks!
Helge

----

The following changes since commit 5d0c230f1de8c7515b6567d9afba1f196fb4e2f4:

  Linux 6.5-rc4 (2023-07-30 13:23:47 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/parisc-for-6.5-rc5

for you to fetch changes up to 99b2f159b6e76b84357eae6dc2a206871aa630d5:

  parisc: unaligned: Add required spaces after ',' (2023-08-03 14:40:37 +0200)

----------------------------------------------------------------
parisc architecture fixes for kernel v6.5-rc5:

- early fixmap preallocation to fix boot failures on kernel >= 6.4
- remove DMA leftover code in parport_gsc
- drop old comments and code style fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      parport: gsc: remove DMA leftover code

Mike Rapoport (IBM) (1):
      parisc/mm: preallocate fixmap page tables at init

Petr Tesarik (1):
      parisc: pci-dma: remove unused and dead EISA code and comment

hanyu001@...suo.com (1):
      parisc: unaligned: Add required spaces after ','

 arch/parisc/kernel/pci-dma.c   |  8 --------
 arch/parisc/kernel/unaligned.c | 18 +++++++++---------
 arch/parisc/mm/fixmap.c        |  3 ---
 arch/parisc/mm/init.c          | 34 ++++++++++++++++++++++++++++++++++
 drivers/parport/parport_gsc.c  | 28 ++++------------------------
 drivers/parport/parport_gsc.h  |  7 -------
 6 files changed, 47 insertions(+), 51 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ