From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x235.google.com (mail-qk0-x235.google.com [IPv6:2607:f8b0:400d:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id B0C653B2A4 for ; Fri, 24 Nov 2017 19:35:38 -0500 (EST) Received: by mail-qk0-x235.google.com with SMTP id d125so26317072qkc.12 for ; Fri, 24 Nov 2017 16:35:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=hw8bLw1i2huAaV8iVREfgoXYpjvyqnWz/J2fiKUprw4=; b=rdvllfOnjCthB6pqSzEySWCfMkXkWlZF3Z5By6aKHRjmvrar1xt0uMyG8BRjJeNpbX tqJwApYFPrbTfRBCsiALmwbhj9XOxQ01VzIDykwz7QC6PeuilQUNXFPtyINcaq/06pB5 5cNtsaiMkKHg7t3TYgdoPDZNcrn1OToN7iy7bW5Xkc4o2QJYlLbQ8n4p7PUez0XcSsSQ drAz7fYTlVNpPNXzVuttywEcWQ7mrW8+9vsrCs7cUrOObX3muXqVZvu4X8v/i9Lh4aPZ GHeAJal04X0g2SKBkLdv+zvAorYgRn83otQCff0AcoEdSHCRX3+vMsle0+y2o+hfpeMI T6lw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=hw8bLw1i2huAaV8iVREfgoXYpjvyqnWz/J2fiKUprw4=; b=qXqlMLoEgfXvQ3Mlx0RJW28/WbvA75IrbT+r54aqSRR4MHvY+TbMAhisy0Ntse+Mld UQZmz5BT+BHyD6MUBuYzxZ+39ZrwzaFQqPZkez4v3Te1t/pCrDbUEvt2CXCjM0PGfLhR NauKX3aA9PLBzrqbK6B0VAnE6PMmcxzKvXb3hhMEn/RkIOYFFcEjU6ob+UmmdIUHQTwV FA76VgIrTnOMk0DL+ygLLyspp9XkcifyhyCKplomdFANg5CK6VAr8lOdPrh1q3WfsvpQ sVCyi1pJxfMlOBTre6FRIibAOn3IDJI+3gFCY7YOZ0lYDf1IcX/CZfTZyp0vFUy/oh3W ktNw== X-Gm-Message-State: AJaThX74VxLj2TZrDxVwPMnOdLolVcirKPCaCPswMa95UTbo4mi+7NBP ZB5tl0C5k0Mkm+28XSnifGVeL1Wg X-Google-Smtp-Source: AGs4zMZZX54zbCQ3MckPxfxh3oisRxU2pvrxFNPPPuW9O5uofXxUWHhiVXwnXp5O6EMgaQb4MXDFKQ== X-Received: by 10.55.162.84 with SMTP id l81mr44519404qke.29.1511570138041; Fri, 24 Nov 2017 16:35:38 -0800 (PST) Received: from ?IPv6:2601:152:4300:cf35:5486:24dd:aab0:eba6? ([2601:152:4300:cf35:5486:24dd:aab0:eba6]) by smtp.gmail.com with ESMTPSA id q123sm2548809qkb.27.2017.11.24.16.35.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Nov 2017 16:35:37 -0800 (PST) To: Cake List From: George Amanakis Message-ID: <59a87fb2-3a40-17af-448d-e4982797f4d0@gmail.com> Date: Fri, 24 Nov 2017 19:35:35 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: [Cake] commit d187cd1 breaks on 4.9.64 X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 00:35:38 -0000 FYI, I am testing the latest cobalt branch, and commit d187cd1 breaks compilation on 4.9.64. make -C /lib/modules/4.9.64-1-lts/build SUBDIRS=/home/scy/src2/sch_cake modules LDFLAGS_MODULE="--build-id=0xf3fb15754862299786d7e6cf1bc26e289a96dff9" CFLAGS_MODULE="-DCAKE_VERSION=\\\"f3fb15754862299786d7e6cf1bc26e289a96dff9\\\"" make[1]: Entering directory '/usr/lib/modules/4.9.64-1-lts/build'   CC [M]  /home/scy/src2/sch_cake/sch_cake.o /home/scy/src2/sch_cake/sch_cake.c: In function ‘cake_init’: /home/scy/src2/sch_cake/sch_cake.c:2474:12: error: implicit declaration of function ‘kvzalloc’; did you mean ‘vzalloc’? [-Werror=implicit-function-declaration]   q->tins = kvzalloc(CAKE_MAX_TINS * sizeof(struct cake_tin_data),             ^~~~~~~~             vzalloc /home/scy/src2/sch_cake/sch_cake.c:2474:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]   q->tins = kvzalloc(CAKE_MAX_TINS * sizeof(struct cake_tin_data),           ^ /home/scy/src2/sch_cake/sch_cake.c: In function ‘cake_dump_stats’: /home/scy/src2/sch_cake/sch_cake.c:2581:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]   struct tc_cake_xstats *st = kvzalloc(sizeof(*st), GFP_KERNEL);                               ^~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [scripts/Makefile.build:300: /home/scy/src2/sch_cake/sch_cake.o] Error 1 make[1]: *** [Makefile:1493: _module_/home/scy/src2/sch_cake] Error 2 make[1]: Leaving directory '/usr/lib/modules/4.9.64-1-lts/build' make: *** [Makefile:8: default] Error 2 George