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=-26.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS 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 A6E5BC433EF for ; Sun, 12 Sep 2021 14:06:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D2F8610CE for ; Sun, 12 Sep 2021 14:06:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235677AbhILOE7 (ORCPT ); Sun, 12 Sep 2021 10:04:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:42166 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229762AbhILOE5 (ORCPT ); Sun, 12 Sep 2021 10:04:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 687E261039; Sun, 12 Sep 2021 14:03:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631455423; bh=c5yCUw0T6FcB/bXkAOSTCJb58L+/egyiW0yK5I7dpQg=; h=Date:From:To:Cc:Subject:From; b=ubjGifgxhUrowPiQE1ksBU64wv5v5Mu3TgPVx+130zDKHpuNCtbxc9uhAgESyiF3p XaqxRrkHZ7XEQFI/46O3gwA9r+fuTAKkmfsOapNM+A+AsDUjEJWoTeX5GZyzdDjbt6 QFW97koiBAbi2nTjUaYEjHnUCUb7hE7IqbQ2yuBI= Date: Sun, 12 Sep 2021 16:03:40 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org, Kees Cook Subject: [GIT PULL] Misc driver fix for 5.15-rc1 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 bf9f243f23e6623f310ba03fbb14e10ec3a61290: Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd (2021-09-09 16:17:14 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-5.15-rc1-lkdtm for you to fetch changes up to 3a3a11e6e5a2bc0595c7e36ae33c861c9e8c75b1: lkdtm: Use init_uts_ns.name instead of macros (2021-09-10 17:09:40 +0200) ---------------------------------------------------------------- Misc driver fix for 5.15-rc1 Here is a single patch for 5.15-rc1, for the lkdtm misc driver. It resolves a build issue that many people were hitting with your current tree, and Kees and others felt would be good to get merged before -rc1 comes out, to prevent them from having to constantly hit it as many development trees restart on -rc1, not older -rc releases. It has NOT been in linux-next, but has passed 0-day testing and looks "obviously correct" when reviewing it locally :) Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Kees Cook (1): lkdtm: Use init_uts_ns.name instead of macros drivers/misc/lkdtm/core.c | 10 ++++++++++ drivers/misc/lkdtm/lkdtm.h | 28 +++++++++++++++++----------- 2 files changed, 27 insertions(+), 11 deletions(-)