Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2909705imm; Tue, 4 Sep 2018 11:59:48 -0700 (PDT) X-Google-Smtp-Source: ANB0VdbXrUn8L9EnL7NBwTHz1zRufntbjxBQuJa+AGF+M4sJYCzy41AxFi6ckg/XFRmuBsrjcjAZ X-Received: by 2002:a65:614a:: with SMTP id o10-v6mr32970627pgv.387.1536087588580; Tue, 04 Sep 2018 11:59:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536087588; cv=none; d=google.com; s=arc-20160816; b=SD4S2HNP2A+5VuHMb8NI49PrBJuyjxc/QjQEdsW1g6z56+ZvVuFdv4CngukTfOtkcl +pIjaPlaOkTMGHYNeWPOVks0mq1GXpRrWZPPQXT/KDeKCKM7u5IfHwM6F0ieguJv8cJx e5njFGEhFfhyllJiY5BeqTuonu7ymDjocAUGGIB1Ucs2iUrGmxNDwKUgaaq2ixNsArRW 5p/cAE6yPbkmssGAV6ew6N1wFAQ2dM4hjdspcz24fiLvDWK+L+gXU6VlzhYgXl3u6LND 3U0HYbMp6NhdftIkukMQiuf9QRPrnIU0R1M2du0UnBL+rUnFepJHssyBSg9WKT4Ucd+t zDYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=6ZpEMf6F1kl54/9/YJmrRrXXvhn4VuHLdQ0qPbGfE+U=; b=BbTDQCzI0meWqcTR3d/n5290HCbKi0OtXY7rANisy0An+71x1zVJLHttVLWxi255Sn j2q/mxRhaqvW5qXk3p+VYxj9myfKiqeEkGupddY3TGfoCry5ckH6PpuBoVIycrev4dZR zhgExTLrhvrJ67LG5kI+QX2tTB3cHUKKHE2zB83pvSKf46RGudkTyC49azWgey31fAjt gLGlAmZMCtmsWlhRJ7wvvcFy2i83QSQq5EKW8W3chvGnRPNR+KP2NwAGDJJdAQqhVZgP FBF9iruRQG9L1gk8Tf3HUCd2ZpZm3lwNH9vEDuiPDlLNyGr4PzRDs9O2H2Hdv1sQ9bn9 MPZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z12-v6si19851382pgz.665.2018.09.04.11.59.33; Tue, 04 Sep 2018 11:59:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727951AbeIDXYe (ORCPT + 99 others); Tue, 4 Sep 2018 19:24:34 -0400 Received: from namei.org ([65.99.196.166]:45846 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727072AbeIDXYd (ORCPT ); Tue, 4 Sep 2018 19:24:33 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w84IvtPm019665; Tue, 4 Sep 2018 18:57:56 GMT Date: Wed, 5 Sep 2018 04:57:55 +1000 (AEST) From: James Morris To: Ding Xiang cc: takedakn@nttdata.co.jp, penguin-kernel@I-love.SAKURA.ne.jp, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] security: tomoyo: Fix obsolete function In-Reply-To: <1536050499-20889-1-git-send-email-dingxiang@cmss.chinamobile.com> Message-ID: References: <1536050499-20889-1-git-send-email-dingxiang@cmss.chinamobile.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 4 Sep 2018, Ding Xiang wrote: > simple_strtoul is obsolete, and use kstrtouint instead > > Signed-off-by: Ding Xiang Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-general and next-testing. -- James Morris