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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 735CDC433E0 for ; Mon, 3 Aug 2020 14:04:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D1EB206D7 for ; Mon, 3 Aug 2020 14:04:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="u4dJE934" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728041AbgHCOEi (ORCPT ); Mon, 3 Aug 2020 10:04:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727094AbgHCOEh (ORCPT ); Mon, 3 Aug 2020 10:04:37 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04FB7C06174A for ; Mon, 3 Aug 2020 07:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=gTTQ+k5+2E7d33724Mo57KePcyEpNLEkOEMp978Lhv4=; b=u4dJE934OMFFVoziRbpEJZOz3J /1cIu9/NHfxl4IfPSXX1fpF0OeR1QSriszouRmhHaA8SY1ORk39CsePT8586hfn1llT1URZOhDwpr PIjZrFslHlIg14IfMEQkCSVnumQaXn4BHZz5n0IWrEeXQaxJqqXDjfWlbE32uTcm7Dqz/VLcjb+7T szWqh/ss7hrpM4tbUCHY2NKzR0z58ijVObNN4QNHax+5zI83k95/2t2U42HzFBfNEGFSon2ECbQL2 F+7JRMcwiS/ARhqUpSP26hq7riRoPcaqjjMR73T8yuO/FKeGz6TzYV0xwVI+8e9LkioRugQwQ1he1 wKHwmJ8w==; Received: from 93-43-212-104.ip93.fastwebnet.it ([93.43.212.104] helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k2b4q-0002c4-Uf; Mon, 03 Aug 2020 14:04:33 +0000 Date: Mon, 3 Aug 2020 16:04:32 +0200 From: Christoph Hellwig To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] uuid update for 5.9 Message-ID: <20200803140432.GA751849@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 5714ee50bb4375bd586858ad800b1d9772847452: copy_xstate_to_kernel: Fix typo which caused GDB regression (2020-07-19 17:09:10 -0700) are available in the Git repository at: git://git.infradead.org/users/hch/uuid.git tags/uuid-for-5.9 for you to fetch changes up to 3c8387d234f75887a2d78972ab0f764fe9f756e4: uuid: remove unused uuid_le_to_bin() definition (2020-07-20 15:04:32 +0200) ---------------------------------------------------------------- uuid updates for 5.9 - remove a now unused helper (Andy Shevchenko) ---------------------------------------------------------------- Andy Shevchenko (1): uuid: remove unused uuid_le_to_bin() definition include/linux/uuid.h | 2 -- 1 file changed, 2 deletions(-)