From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3928C7EE2A for ; Sun, 4 Jun 2023 08:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230229AbjFDIFN (ORCPT ); Sun, 4 Jun 2023 04:05:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230396AbjFDIFJ (ORCPT ); Sun, 4 Jun 2023 04:05:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10FD5ED for ; Sun, 4 Jun 2023 01:05:09 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9E9A260B94 for ; Sun, 4 Jun 2023 08:05:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B19A6C433D2; Sun, 4 Jun 2023 08:05:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685865908; bh=TtMRPPkW835qPg/rcQ4E+f76i02QXwp3up0LOqxzIJY=; h=Date:From:To:Cc:Subject:From; b=SeRmbQCrRonMgZGYlStnXqz33UIcyQHfQNDwCjH/o1/m1rI4NalW+asSQoVZciuaR dPASz/myXZfGia2BEt6PQUuBvUYMLTMm2P1P8cyPGmvGi7pxYuPqCUmoLtbNae8UF0 bszxsueSZVAq2ADHSAnhdZKSlZBh0CC2Zl48cn88= Date: Sun, 4 Jun 2023 10:05:05 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Stephen Rothwell , Saravana Kannan Subject: [GIT PULL] Driver core fixes for 6.4-rc5 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(+)