From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758444Ab2INOuW (ORCPT ); Fri, 14 Sep 2012 10:50:22 -0400 Received: from hotel311.server4you.de ([85.25.146.15]:35524 "EHLO hotel311.server4you.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757601Ab2INOuU (ORCPT ); Fri, 14 Sep 2012 10:50:20 -0400 Message-ID: <5053442A.7040801@monom.org> Date: Fri, 14 Sep 2012 16:50:18 +0200 From: Daniel Wagner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: sedat.dilek@gmail.com CC: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Daniel Wagner , "David S. Miller" , "Michael S. Tsirkin" , Gao feng , Jamal Hadi Salim , Joe Perches , John Fastabend , Li Zefan , Neil Horman , Rick Jones , Stanislav Kinsbursky , Tejun Heo , netdev@vger.kernel.org, cgroups@vger.kernel.org, Stephen Rothwell Subject: Re: [PATCH] cgroup: net_cls: Include missing header with sock_update_classid() definition References: <1347633184-26837-1-git-send-email-wagi@monom.org> <1347633184-26837-3-git-send-email-wagi@monom.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sedat, On 14.09.2012 16:43, Sedat Dilek wrote: > On Fri, Sep 14, 2012 at 4:33 PM, Daniel Wagner wrote: >> From: Daniel Wagner >> >> commit 1f66c0a8833c3974ab6b35edcf4f8585b2f94592 >> Author: Daniel Wagner >> Date: Wed Sep 12 16:12:01 2012 +0200 >> >> cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h >> >> Claimed that there was only net/socket.c depending on >> sock_update_class(). That is not true drivers/net/tun.c needs to >> include the cls_cgroup.h header too. >> >> Signed-off-by: Daniel Wagner >> Cc: "David S. Miller" >> Cc: "Michael S. Tsirkin" >> Cc: Gao feng >> Cc: Jamal Hadi Salim >> Cc: Joe Perches >> Cc: John Fastabend >> Cc: Li Zefan >> Cc: Neil Horman >> Cc: Rick Jones >> Cc: Stanislav Kinsbursky >> Cc: Tejun Heo >> Cc: netdev@vger.kernel.org >> Cc: cgroups@vger.kernel.org >> --- >> >> This version is on top of the latest cgroup for-3.7 branch. >> > > Thanks for the quick fix. No problem. I am still ashamed not finding it myself. > Please honour Reported-by: Stephen Rothwell . Sure, will do next time. > If this is the fix for the breakage in today's Linux-Next > (next-20120914), please add a "-next" to the subject next time. Correct, this one is for linux-next but I got the impression that cgroup for-3.7 branch was ignored because of this. Therefore I have send two versions. Hmm, I'll need to check the results of todays next tree. thanks, daniel