From: "Kirill A. Shutemov" <k.shutemov@velesys.com> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Subject: Re: [devel] kernel-headers-std Date: Tue, 11 Sep 2007 23:48:18 +0300 Message-ID: <20070911204818.GA25513@localhost.localdomain> (raw) In-Reply-To: <20070911160205.GB30321@newmaster.mivlgu.local> [-- Attachment #1: Type: text/plain, Size: 4876 bytes --] On [Tue, 11.09.2007 20:02], Sergey Vlasov wrote: > On Tue, Sep 11, 2007 at 05:43:51PM +0300, Kirill A. Shutemov wrote: > > kernel-headers-std является проблемой при портировании. Не на всех > > архитектурах возможно сделать этот самый -std. На ARM нельзя сделать ядро > > каторое бы запускалось на любом железе. Ядро делается под конкретную > > железку. > > Однако эти заголовки описывают не конкретную железку, а ABI ядра, > предоставляемый для userspace; от конфигурации ядра их содержимое не > зависит (в частности, <linux/config.h> и <linux/autoconf.h> в этот пакет > вообще не входят). Это хорошо. > make headers_install ARCH=... INSTALL_HDR_PATH=... не требует наличия > файла конфигурации (более того, может выполняться даже при отсутствии > компилятора для указанной архитектуры). Можно сделать отдельный пакет, > который будет собираться на всех архитектурах (правда, на 2.6.18 совсем > без патчей обойтись не получится, или придётся собирать отдельный unifdef; > сейчас в ветке fix-build--headers-install лежат взятые из последующих > версий ядра патчи, добавляющие unifdef прямо в сборочную систему ядра). > Правда, в ядре std сейчас есть несколько патчей, которые меняют содержимое > экспортируемых заголовков (в нескольких местах добавлены новые константы и > структуры в связи с обновлением соответствующего кода в ядре) - вероятно, > придётся внести как минимум часть таких изменений и в этот новый пакет. for ref in `git-for-each-ref --format='%(refname)' refs/remotes/vsu-2.6.18`; do git diff --name-only refs/remotes/vsu-2.6.18/master $ref|grep -q '^include/\(asm\|linux/\|mtd/\|rdma/\|scsi/\|sound/\|video/\).*\.h$' && echo $ref; done refs/remotes/vsu-2.6.18/feat-drivers-mmc-tifm refs/remotes/vsu-2.6.18/feat-drivers-scsi-aic94xx refs/remotes/vsu-2.6.18/feat-drivers-video-splash refs/remotes/vsu-2.6.18/feat-drivers-video-splash--suse refs/remotes/vsu-2.6.18/feat-fs-fuse refs/remotes/vsu-2.6.18/feat-fs-squashfs refs/remotes/vsu-2.6.18/fix-build--headers-install refs/remotes/vsu-2.6.18/fix-core--arch refs/remotes/vsu-2.6.18/fix-core--quirks refs/remotes/vsu-2.6.18/fix-core--quirks--ich9 refs/remotes/vsu-2.6.18/fix-drivers-char--agpgart refs/remotes/vsu-2.6.18/fix-drivers-char--ipmi refs/remotes/vsu-2.6.18/fix-drivers-i2c refs/remotes/vsu-2.6.18/fix-drivers-ide refs/remotes/vsu-2.6.18/fix-drivers-net--bonding refs/remotes/vsu-2.6.18/fix-drivers-net--tg3 refs/remotes/vsu-2.6.18/fix-drivers-pci--core refs/remotes/vsu-2.6.18/fix-drivers-scsi--libata refs/remotes/vsu-2.6.18/fix-drivers-scsi--qla2xxx refs/remotes/vsu-2.6.18/fix-drivers-usb--storage refs/remotes/vsu-2.6.18/fix-fs--ext3 refs/remotes/vsu-2.6.18/fix-fs--ufs refs/remotes/vsu-2.6.18/fix-net--core refs/remotes/vsu-2.6.18/fix-net--ipv4 refs/remotes/vsu-2.6.18/fix-net--ipv6 refs/remotes/vsu-2.6.18/fix-net--ipx refs/remotes/vsu-2.6.18/fix-net--netfilter refs/remotes/vsu-2.6.18/fix-security--eflags-leak-x86_64 refs/remotes/vsu-2.6.18/fix-security-exec-shield refs/remotes/vsu-2.6.18/fix-security-exec-shield--fedora refs/remotes/vsu-2.6.18/fix-security-exec-shield--release refs/remotes/vsu-2.6.18/fix-stable refs/remotes/vsu-2.6.18/kernel-image-std-pae refs/remotes/vsu-2.6.18/kernel-image-std-smp refs/remotes/vsu-2.6.18/kernel-image-std-smp--ext-infiniband refs/remotes/vsu-2.6.18/kernel-source Что-то забыл? Что-то лишнее? > К сожалению, тестирование заголовков простой проверкой на собираемость не > даёт полной уверенности - вполне возможно, что при пересборке со старыми > заголовками какие-то новые возможности будут просто отключены. Есть предложения? -- Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/ [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-09-11 20:48 UTC|newest] Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-09-11 14:43 Kirill A. Shutemov 2007-09-11 14:50 ` Led 2007-09-11 14:58 ` Kirill A. Shutemov 2007-09-11 18:51 ` Dmitry V. Levin 2007-09-11 15:28 ` Led 2007-09-11 19:49 ` Dmitry V. Levin 2007-09-11 16:13 ` Led 2007-09-11 16:51 ` Sergey Vlasov 2007-09-11 20:20 ` Dmitry V. Levin 2007-09-11 16:48 ` Led 2007-09-11 16:02 ` Sergey Vlasov 2007-09-11 20:48 ` Kirill A. Shutemov [this message] 2007-09-11 21:03 ` Led 2007-09-11 21:14 ` Kirill A. Shutemov 2007-09-11 21:27 ` Led 2007-09-11 21:51 ` Led 2007-09-12 9:07 ` Sergey Vlasov 2007-09-12 9:38 ` Kirill A. Shutemov 2007-09-11 18:48 ` Dmitry V. Levin 2007-09-11 14:53 ` Kirill A. Shutemov 2007-09-11 15:22 ` Kirill A. Shutemov 2007-09-11 15:38 ` Led 2007-09-11 19:51 ` Dmitry V. Levin 2007-09-12 12:09 ` Kirill A. Shutemov 2007-09-13 17:40 ` Kirill A. Shutemov 2007-09-13 23:10 ` Dmitry V. Levin 2007-09-17 9:12 ` Kirill A. Shutemov 2007-09-17 17:21 ` Dmitry V. Levin 2007-09-17 17:35 ` Kirill A. Shutemov 2007-09-18 21:40 ` Dmitry V. Levin 2007-09-19 13:14 ` Kirill A. Shutemov 2007-09-19 13:19 ` Dmitry V. Levin 2007-09-19 13:30 ` Kirill A. Shutemov 2007-09-19 13:31 ` Kirill A. Shutemov 2007-09-19 13:53 ` Dmitry V. Levin 2007-09-19 14:01 ` Kirill A. Shutemov 2007-09-19 15:20 ` Kirill A. Shutemov 2007-09-19 15:52 ` Dmitry V. Levin 2007-09-19 16:02 ` Kirill A. Shutemov 2007-09-20 11:36 ` Kirill A. Shutemov 2007-09-20 11:39 ` Kirill A. Shutemov 2007-09-21 9:23 ` Kirill A. Shutemov 2007-09-21 9:27 ` Dmitry V. Levin 2007-09-21 9:40 ` Kirill A. Shutemov 2007-09-21 9:49 ` Dmitry V. Levin 2008-03-03 10:38 ` Kirill A. Shutemov, Dmitry V. Levin 2008-03-03 10:40 ` [devel] nologin Dmitry V. Levin 2008-03-03 11:07 ` Kirill A. Shutemov 2008-03-03 11:16 ` Sergey Vlasov 2008-03-03 16:52 ` Kirill A. Shutemov 2008-03-03 16:51 ` Dmitry V. Levin 2008-03-18 0:56 ` Dmitry V. Levin 2007-09-18 21:41 ` [devel] kernel-headers-std Dmitry V. Levin 2007-09-19 11:44 ` Kirill A. Shutemov 2007-09-23 21:54 ` Dmitry V. Levin 2007-09-24 7:08 ` Kirill A. Shutemov 2007-09-26 17:30 ` Kirill A. Shutemov 2007-09-26 19:09 ` Dmitry V. Levin 2007-09-18 9:56 ` Michael Shigorin
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=20070911204818.GA25513@localhost.localdomain \ --to=k.shutemov@velesys.com \ --cc=devel@lists.altlinux.org \ /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
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git