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]
Message-ID: <20250126091107.GA129560@workstation.local>
Date: Sun, 26 Jan 2025 18:11:07 +0900
From: Takashi Sakamoto <o-takashi@...amocchi.jp>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, linux1394-devel@...ts.sourceforge.net
Subject: [GIT PULL] firewire updates for v6.14

Hi Linus,

Please merge the firewire updates for the 6.14 kernel.


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-updates-6.14

for you to fetch changes up to 352fafe97784e81a10a7c74bd508f71a19b53c2a:

  firewire: test: Fix potential null dereference in firewire kunit test (2025-01-13 10:31:27 +0900)

----------------------------------------------------------------
firewire updates for v6.14

Two changes for the 6.14 kernel.

The first change concerns the PCI driver for 1394 OHCI hardware.
Previously, it used legacy PCI suspend/resume callbacks, which have now
been replaced with callbacks defined in the Linux generic power management
framework. This original patch was posted in 2020 and has been adapted with
some modifications for the latest kernel. Note that the driver still
includes platform-specific operations for PowerPC, and these operations
have not been tested in the new implementation yet. It would be helpful to
share the results of suspending/resuming on the platform.

The rest is a minor fix for the memory allocation in some KUnit tests.

----------------------------------------------------------------
Charles Han (1):
      firewire: test: Fix potential null dereference in firewire kunit test

Vaibhav Gupta (1):
      firewire: ohci: use generic power management

 drivers/firewire/device-attribute-test.c |  2 ++
 drivers/firewire/ohci.c                  | 44 +++++++++++++-------------------------------
 2 files changed, 15 insertions(+), 31 deletions(-)


Thanks

Takashi Sakamoto

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ