From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCHv2 10/14] bpf: Use set_memory.h header Date: Thu, 02 Mar 2017 21:26:17 +0100 Message-ID: <58B87FE9.3090206@iogearbox.net> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-11-git-send-email-labbott@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1488413706-9739-11-git-send-email-labbott@redhat.com> Sender: linux-arch-owner@vger.kernel.org List-Archive: List-Post: To: Laura Abbott , "David S. Miller" Cc: Russell King , Catalin Marinas , Will Deacon , Martin Schwidefsky , Heiko Carstens , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Kees Cook , Mark Rutland , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arch@vger.kernel.org, David Airlie , Alexander Shishkin , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, Jessica Yu List-ID: On 03/02/2017 01:15 AM, Laura Abbott wrote: > set_memory_* functions have moved to set_memory.h. Switch to this > explicitly. > > Signed-off-by: Laura Abbott Acked-by: Daniel Borkmann