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 C9969C433F5 for ; Tue, 4 Oct 2022 08:28:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229991AbiJDI2T (ORCPT ); Tue, 4 Oct 2022 04:28:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36014 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229945AbiJDI2M (ORCPT ); Tue, 4 Oct 2022 04:28:12 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BBA82F655 for ; Tue, 4 Oct 2022 01:28:02 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id C6C2B2199B; Tue, 4 Oct 2022 08:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664872080; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Eqd3Ri4mZpgLeGrWTOEJxgTrX+NWYnUBQUp866XudKE=; b=sG/W0LBTWg5H3XxEAbtMRSLqr3qTWwlFyNWE4n8Y6X+N7Gj6Qs50q1vQabgGx3Mzuxn1fA DhNpgR/DuHhNlXUTuiq4N4DC3lEZkEVS2cw0CMW8ZJZ/SGPv67E4NF35gS6uY68OLiwfyV h9E7oJiFtpnpNBv+Hphzi1VWOACX0dQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664872080; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Eqd3Ri4mZpgLeGrWTOEJxgTrX+NWYnUBQUp866XudKE=; b=PiSe5b8vWEaoR8ypeOD+7BV38Kf1Ecanpj/FVaI9pikSRUvMd+Vr9zCinTBSQUfhsx4NCu L5TFUD8iZWHr2KCQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BC7F3139EF; Tue, 4 Oct 2022 08:28:00 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id VJr6LZDuO2MWUAAAMHmgww (envelope-from ); Tue, 04 Oct 2022 08:28:00 +0000 Date: Tue, 4 Oct 2022 10:27:56 +0200 From: Borislav Petkov To: Linus Torvalds Cc: x86-ml , lkml Subject: [GIT PULL] x86/timers for 6.1 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, please pull some x86 RTC cleanups for 6.1. Thx. --- The following changes since commit ffcf9c5700e49c0aee42dcba9a12ba21338e8136: x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments (2022-08-10 18:30:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_timers_for_v6.1_rc1 for you to fetch changes up to e1a6bc7c6969527dbe0afa4801a0237e41e26b1b: x86/rtc: Rename mach_set_rtc_mmss() to mach_set_cmos_time() (2022-08-14 11:24:29 +0200) ---------------------------------------------------------------- - Cleanup x86/rtc.c and delete duplicated functionality in favor of using the respective functionality from the RTC library ---------------------------------------------------------------- Mateusz Jończyk (2): x86/rtc: Rewrite & simplify mach_get_cmos_time() by deleting duplicated functionality x86/rtc: Rename mach_set_rtc_mmss() to mach_set_cmos_time() arch/x86/include/asm/mc146818rtc.h | 2 +- arch/x86/kernel/rtc.c | 63 ++++++-------------------------------- arch/x86/kernel/x86_init.c | 2 +- 3 files changed, 11 insertions(+), 56 deletions(-) -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH GF: Ivo Totev, Andrew Myers, Andrew McDonald, Martje Boudien Moerman (HRB 36809, AG Nürnberg)