ALT Linux kernel packages development
 help / color / mirror / Atom feed
From: ed@altlinux.ru (Ed V. Bartosh)
To: ALT Linux kernel packages development <devel-kernel@altlinux.ru>
Cc: devel@altlinux.ru
Subject: Re: [d-kernel] kernel 2.6.0-test11
Date: Wed, 17 Dec 2003 12:05:38 +0300
Message-ID: <m3ptenq0f1.fsf@altlinux.ru> (raw)
In-Reply-To: <3FE02A44.4020001@altlinux.com> (Anton Farygin's message of "Wed, 17 Dec 2003 13:04:52 +0300")


>>>>> "AF" == Anton Farygin writes:

 >>  Всякие мелочи типа убирания klogd из chroot-а и правки
 >>  /etc/rc.sysinit в части монтирования sysfs и работы с
 >>  /proc/kallsyms еще не опакечены, сделаю скоро.
  
 AF>  klogd из чрута убирать не надо... есть же уже решение этой
 AF>  проблемы, я тебе в IRC бросал патч.
  
 AF>  Повторяю тут:
  
 AF>  --- printk.c.orig 2003-12-17 12:52:39 +0300 +++ printk.c
 AF>  2003-12-17 12:53:04 +0300 @@ -207,10 +207,6 @@
 AF>           char c; int error = 0;
  
 AF>  - error = security_syslog(type); - if (error) - return error; -
 AF>           switch (type) { case 0: /* Close log */
 AF>                   break;
 AF>  @@ -328,6 +324,11 @@
  
 AF>    asmlinkage long sys_syslog(int type, char __user * buf, int
 AF>    len) {
 AF>  +       int error = 0;
 AF>  +
 AF>  +       error = security_syslog(type); if (error) return error;
 AF>           return do_syslog(type, buf, len);
 AF>    }

Спасибо.  
Кстати, вижу я это впервые.
  
 >>  Если кому интересна эта тема - милости прошу, давайте обсуждать,
 >>  тестировать и все такое. Основной задачей у меня было получить
 >>  работающее ядро, а не сделать все с начала до конца правильно
 >>  самому, так что включайтесь, плз.
 >>
  
 AF>  ok. Сейчас утянем и займемся.

Чудненько. Держите меня в курсе.  

-- 
Best regards,
Ed V. Bartosh


  reply	other threads:[~2003-12-17  9:05 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-16 16:43 Ed V. Bartosh
2003-12-16 19:12 ` Michael Shigorin
2003-12-17 10:04 ` Anton Farygin
2003-12-17  9:05   ` Ed V. Bartosh [this message]
2005-08-25 23:39   ` [d-kernel] unprivileged klogd vs vanilla kernel 2.6.x Dmitry V. Levin
2003-12-18  7:35 ` [d-kernel] Re: kernel 2.6.0-test11 Andrey Rahmatullin
2003-12-18  7:56   ` Vitaly Lipatov
2003-12-18  9:40     ` Andrey Rahmatullin
2003-12-18  8:52       ` Ed V. Bartosh
2003-12-18 18:38         ` Andrey Rahmatullin
2003-12-22  9:51           ` Anton Farygin
2003-12-22 10:40           ` Michael Shigorin
2003-12-18  8:06   ` Michael Shigorin
2003-12-18  9:24     ` Andrey Rahmatullin
2003-12-18 12:01 ` [d-kernel] Re: kernel labels Alexey Tourbin
2003-12-18 12:08   ` Sergey Vlasov
2003-12-18 12:23     ` [d-kernel] Re: kernel order Alexey Tourbin
2003-12-18 12:34       ` Sergey Vlasov
2003-12-18 15:47         ` Alexey Tourbin
2003-12-18 15:58           ` Michael Shigorin
2003-12-18 16:07             ` Alexey Tourbin
2003-12-18 20:20               ` Michael Shigorin
2003-12-19 13:31                 ` Alexey Tourbin
2003-12-19 13:43                   ` Sergey Vlasov
2003-12-22  9:41           ` Anton Farygin
2003-12-22 10:38             ` Michael Shigorin
2003-12-22 10:46               ` Anton Farygin
2003-12-22 10:53                 ` Michael Shigorin
2003-12-22 11:11                   ` Anton Farygin
2003-12-22 12:28                     ` Sergey Vlasov
2003-12-22 17:00                       ` Anton Farygin
2003-12-22 16:53                         ` Michael Shigorin
2003-12-22 12:30                     ` Dmitry V. Levin
2003-12-22 13:00                     ` Michael Shigorin
2003-12-22 17:09                       ` Anton Farygin
2003-12-22 17:45                         ` Michael Shigorin
2003-12-18 12:35       ` Dmitry V. Levin
2003-12-18 13:06       ` Aleksey Avdeev
2003-12-18 18:24       ` [d-kernel] " Денис Смирнов

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=m3ptenq0f1.fsf@altlinux.ru \
    --to=ed@altlinux.ru \
    --cc=devel-kernel@altlinux.ru \
    --cc=devel@altlinux.ru \
    /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 kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git