[GIT,PULL] Driver core fixes for 6.4-rc5

Message ID ZHxFsQHCXZ9Q56uu@kroah.com
State New
Headers
Series [GIT,PULL] Driver core fixes for 6.4-rc5 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.4-rc5

Message

Greg KH June 4, 2023, 8:05 a.m. UTC
  The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.4-rc5

for you to fetch changes up to c26fabe73330d983c7ce822c6b6ec0879b4da61f:

  drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug (2023-05-31 20:36:47 +0100)

----------------------------------------------------------------
Driver core fixes for 6.4-rc5

Here are 2 small driver core cacheinfo fixes for 6.4-rc5 that resolve a
number of reported issues with that file.  These changes have been in
linux-next this past week with no reported problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
K Prateek Nayak (2):
      drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplug
      drivers: base: cacheinfo: Update cpu_map_populated during CPU Hotplug

 drivers/base/cacheinfo.c | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
  

Comments

pr-tracker-bot@kernel.org June 4, 2023, 12:59 p.m. UTC | #1
The pull request you sent on Sun, 4 Jun 2023 10:05:05 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git tags/driver-core-6.4-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/41f3ab2d5ded530f2b2c19cd3d27f072f908c12d

Thank you!