From: Hauke Mehrtens <hauke@hauke-m.de>
To: Stefan Assmann <sassmann@kpanic.de>,
Johannes Berg <johannes@sipsolutions.net>
Cc: mcgrof@kernel.org, backports@vger.kernel.org
Subject: Re: [PATCH] backports: remove obsolete linux/bitops.h header
Date: Wed, 20 Nov 2013 12:36:53 +0100 [thread overview]
Message-ID: <528C9ED5.2070103@hauke-m.de> (raw)
In-Reply-To: <528C9C76.8060108@kpanic.de>
On 11/20/2013 12:26 PM, Stefan Assmann wrote:
> On 20.11.2013 09:36, Johannes Berg wrote:
>> On Wed, 2013-11-20 at 09:29 +0100, Stefan Assmann wrote:
>>> On 19.11.2013 23:51, Hauke Mehrtens wrote:
>>>> On 11/18/2013 03:26 PM, Stefan Assmann wrote:
>>>>> The header seems to be obsolete. Removing it and running devel/ckmake didn't
>>>>> reveal any errors. Missing parts can always be re-added in the new
>>>>> include_next fashion if necessary.
>>>>>
>>>>> Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
>>>>
>>>> Some of these functions are needed, because they are not provided by old
>>>> kernel versions.
>>>
>>> Let me know what's a good way of figuring out what's still needed and
>>> I'll replace the old header the way that Johannes suggested.
>>
>> Easiest is probably to try compiling against the oldest kernel we still
>> support - that would be 2.6.25 - until all the drivers compile :)
>>
>> johannes
>>
>
> OK, to get started I tried:
> ./gentree.py --clean --git-revision v2.6.25 ~/linux /dev/shm/2.6.25
> Get original source files from git ...
> Apply patches ...
> Failed to apply changes from collateral-evolutions/network/0001-netdev_ops/bluetooth_bnep.patch
> patching file net/bluetooth/bnep/netdev.c
> Hunk #1 FAILED at 223.
> 1 out of 1 hunk FAILED -- saving rejects to file net/bluetooth/bnep/netdev.c.rej
>
> Sorry if I'm missing something there. Or do I have to do it another way?
>
> Stefan
>
You should generate a release based on linux-next like:
./gentree.py --clean --git-revision next-20131113 ~/linux /dev/shm/next
and test compile that against kernel 2.6.25.
make KLIB=/home/XXXX/kernels/linux-2.6.25
Hauke
prev parent reply other threads:[~2013-11-20 11:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-18 14:26 [PATCH] backports: remove obsolete linux/bitops.h header Stefan Assmann
2013-11-19 22:51 ` Hauke Mehrtens
2013-11-20 8:20 ` Johannes Berg
2013-11-20 8:29 ` Stefan Assmann
2013-11-20 8:36 ` Johannes Berg
2013-11-20 11:26 ` Stefan Assmann
2013-11-20 11:36 ` Hauke Mehrtens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=528C9ED5.2070103@hauke-m.de \
--to=hauke@hauke-m.de \
--cc=backports@vger.kernel.org \
--cc=johannes@sipsolutions.net \
--cc=mcgrof@kernel.org \
--cc=sassmann@kpanic.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.