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 08183EB64D7 for ; Fri, 30 Jun 2023 08:52:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231176AbjF3IwB (ORCPT ); Fri, 30 Jun 2023 04:52:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232559AbjF3Iv7 (ORCPT ); Fri, 30 Jun 2023 04:51:59 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B51202100; Fri, 30 Jun 2023 01:51:57 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 7750521853; Fri, 30 Jun 2023 08:51:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1688115116; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=2aqH3sf+U4eErOsjHoFwxu3dwSX26xiiKO8iBBj+if4=; b=K1tFbnPRYinq1F7qs0nSzxRxNQ7uiJyyh3eSoch/XwIiPcCxYRb+7fXH4UO4HW6bTIbtcd jWsvVV+05nd4nf0Xi8hHlW4v1hBVDF/ee8yxlUadH4SWYNfJpe7dPeCRWQiF4VxPQ6dZVC JNzarzTBCTHAOolof79RsCb2KpvGKII= Received: from suse.cz (pmladek.udp.ovpn2.prg.suse.de [10.100.201.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 474852C141; Fri, 30 Jun 2023 08:51:56 +0000 (UTC) Date: Fri, 30 Jun 2023 10:51:52 +0200 From: Petr Mladek To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, live-patching@vger.kernel.org Subject: [GIT PULL] livepatching for 6.5 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170912 (1.9.0) Precedence: bulk List-ID: X-Mailing-List: live-patching@vger.kernel.org Hi Linus, please pull the latest livepatching changes from git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching tags/livepatching-for-6.5 =================================== - Make a variable static to fix a sparse warning. ---------------------------------------------------------------- Josh Poimboeuf (1): livepatch: Make 'klp_stack_entries' static kernel/livepatch/transition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)