Etercifs/devel/newkernels

Материал из Etersoft wiki
Версия от 13:43, 25 декабря 2014; PavelShilovsky (обсуждение | вклад) (Новая страница: «'''Algorithm for etercifs update with the recent Linux kernel version''' 1. Update etersoft-* branches from cifs-2.6 git repository with "git merge vX.X". In t…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к навигацииПерейти к поиску

Algorithm for etercifs update with the recent Linux kernel version


1. Update etersoft-* branches from cifs-2.6 git repository with "git merge vX.X". In the case of conflicts, resolve them and commit the result. Make sure that the module is compiled without errors from every etersoft-* branch.

2. Create a new vX.x-etercifs branch and merge etersoft-* branch into it.

3. Create a new folder source/X.x in etercifs git repository and copy new kernel module sources there.

4. Add rules to .gear/rules in the same way like current entries. A module version is taken from cifsfs.h file of sources.

5. Add the information about the new kernel to etercifs.spec in the same way like current entries.