From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753838AbdGJIpn (ORCPT ); Mon, 10 Jul 2017 04:45:43 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:34907 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753580AbdGJIpm (ORCPT ); Mon, 10 Jul 2017 04:45:42 -0400 Date: Mon, 10 Jul 2017 10:45:33 +0200 From: Ingo Molnar To: Florian Fainelli Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Mike Galbraith Subject: Re: [GIT PULL] scheduler changes for v4.13 Message-ID: <20170710084533.bl6znx5g2owalbx6@gmail.com> References: <20170703083909.wddjjt766xxrqljy@gmail.com> <90ca2c9c-5b48-44f2-a590-ae4e42a61376@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90ca2c9c-5b48-44f2-a590-ae4e42a61376@gmail.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Florian Fainelli wrote: > 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? Nope - mind sending a tested patch? Thanks, Ingo