From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752697AbdGJETo (ORCPT ); Mon, 10 Jul 2017 00:19:44 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35174 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139AbdGJETm (ORCPT ); Mon, 10 Jul 2017 00:19:42 -0400 Subject: Re: [GIT PULL] scheduler changes for v4.13 To: Ingo Molnar , Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Mike Galbraith References: <20170703083909.wddjjt766xxrqljy@gmail.com> From: Florian Fainelli Message-ID: <90ca2c9c-5b48-44f2-a590-ae4e42a61376@gmail.com> Date: Sun, 9 Jul 2017 21:19:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170703083909.wddjjt766xxrqljy@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/03/2017 01:39 AM, Ingo Molnar wrote: > Linus, > > Please pull the latest sched-core-for-linus git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-core-for-linus > > # HEAD: 72298e5c92c50edd8cb7cfda4519483ce65fa166 sched/cputime: Refactor the cputime_adjust() code > > The main changes in this cycle were: > > - Add the SYSTEM_SCHEDULING bootup state to move various scheduler debug checks > earlier into the bootup. This turns silent and sporadically deadly bugs into > nice, deterministic splats. Fix some of the splats that triggered. > (Thomas Gleixner) > > - A round of restructuring and refactoring of the load-balancing and topology > code (Peter Zijlstra) > > - Another round of consolidating ~20 of incremental scheduler code history: this > time in terms of wait-queue nomenclature. (I didn't get much feedback on these > renaming patches, and we can still easily change any names I might have > misplaced, so if anyone hates a new name, please holler and I'll fix it.) > (Ingo Molnar) This commit ac6424b981bce1c4bc55675c6ce11bfe1bbfa64f ("sched/wait: Rename wait_queue_t => wait_queue_entry_t") ends up renaming the autofs_packet_missing, autofs_packet_expire_multi and autofs_v5_packet member previously named wait_queue_entry to wait_queue_entry_token. Was it intentional to force an user space build breakage when building against v4.13-rc headers for autofs headers? Thanks -- Florian