Bug#400675: kernel-patch-openvz: OpenVZ-Patch does not apply to Debian-Kernel

2006-12-05 Thread Kirill Korotaev
Hi,

 On Monday 04 December 2006 16:32, Vasily Tarasov wrote:
 
and then will receive notifications. Practically  each source-upload
cause rejects.
 
 
 If that patch is really that picky when it comes to versions of the 
 kernelsource, maybe you should depend on the very versions of the 
 kernel-source-* packet the patch was made for.
it is not that picky much. we just have similar fixes, e.g. from stable 
branches or
from security which we usually add faster than other vendors, so after
debian kernel is updated it conflicts with the same fixes in our patch.
or just a context changes which reject the patch.
all these conflicts are usually trivial, but require human attention :/

 Another question: Once Etch is released, will there be security updates for 
 that patch? Since one can expect updates to debian's kernel from time to 
 time, will the security team support kernel-patch-openvz, too?
Do you mean OpenVZ security team?
Sure, 2.6.18-OVZ kernel will be a long supported one with regular updates
(as it looks like at least RHEL5 and Etch are based on it).
We participate in security@ mail ling list, so fix both mainstream 
and OpenVZ-specific issues when needed.

Thanks,
Kirill



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#400675: kernel-patch-openvz: OpenVZ-Patch does not apply to Debian-Kernel

2006-12-04 Thread Kirill Korotaev
1. Kir, lets create debian@ ML with all us on CC being subscribed.
2. Ola subscribe us on these events please then.

Kirill
P.S. I wanted robo to check whether old patch applies on the new kernel sources.
However, thinking about recent updates it looks like it almost never applies :/
Maybe later...

 Hi
 
 That was exactly what I was about to propose, but you were faster.
 
 Will you be subscribed to that and notify me when anything changes, or
 do you want me to be subscribed and notify you? Or should we all?
 
 Regards,
 
 // Ola
 
 On Mon, Dec 04, 2006 at 06:32:57PM +0300, Vasily Tarasov wrote:
 
There is a Package Tracking System in Debian:
we can subscribe for certain events in package life (binary-upload,
source-upload, etc.)
and then will receive notifications. Practically  each source-upload
cause rejects.

Vasily.

http://www.debian.org/doc/manuals/developers-reference/ch-resources.en.html#s-pkg-tracking-system
Kir Kolyshkin wrote:

Could we set up some machinery in order to be notified ASAP about the
kernel-patch-openvz rejects?

Ola Lundqvist wrote:

Hi

On Mon, Dec 04, 2006 at 02:40:21PM +0300, Vasily Tarasov wrote:
 

Hi,

When I was preparing previous patch only 2.6.18-5 was available from


I see. I forgot about that I requested -5 instead of -6.

 

Debian repository,
so the patch was for this version.
In 2.6.18-6 they have merged some fixes for mm from 2.6.19, therefore
rejects...



Ohh.

 

You can download new patch from
http://7ka.mipt.ru/~vass/debian/patch-2.6.18.3-deb-6-028test006-cpt-sched-fix.gz



Thanks a lot!

Regards,

// Ola

 

Thank you,
Vasily!

Ola Lundqvist wrote:
   

Hi

I have now applied this file and I got a number of rejects...

Attaching the apply logs. I patched the following debian version...
2.6.18-6

Can you help me to correct these problems?

Regards,

// Ola

On Wed, Nov 29, 2006 at 12:27:29PM +0300, Vasily Tarasov wrote:
   

Hello,

028test006 patch (with lockup fix from xemul@) for Debian is ready.
You can download it from
http://7ka.mipt.ru/~vass/debian/patch-028test006-debian.tar.gz

Thank you!

Kirill Korotaev wrote:
   

Vasiliy,

please help Ola. 2.6.18-ovz028test006 has been released today
and includes 2.6.18.3 patches.

Thanks,
Kirill

 

Hi

Thanks for the report. Yes 2.6.17 is not supported, because
2.6.18 is
the version that will be shipped in etch.

I'll contact upstream about this issue. The kernel team have moved
to 2.6.18.3 according to the changelog in

http://packages.qa.debian.org/l/linux-2.6/news/20061123T193153Z.html


Kir, Kiril or Vasily: Can you help me to get a applyable version
of the
kernel patch?

Regards,

// Ola





  



 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#400675: kernel-patch-openvz: OpenVZ-Patch does not apply to Debian-Kernel

2006-11-28 Thread Kirill Korotaev
Vasiliy,

please help Ola. 2.6.18-ovz028test006 has been released today
and includes 2.6.18.3 patches.

Thanks,
Kirill

 Hi
 
 Thanks for the report. Yes 2.6.17 is not supported, because 2.6.18 is
 the version that will be shipped in etch.
 
 I'll contact upstream about this issue. The kernel team have moved
 to 2.6.18.3 according to the changelog in
 
 http://packages.qa.debian.org/l/linux-2.6/news/20061123T193153Z.html
 
 Kir, Kiril or Vasily: Can you help me to get a applyable version of the
 kernel patch?
 
 Regards,
 
 // Ola
 
 On Mon, Nov 27, 2006 at 11:28:58PM +0100, root wrote:
 
Package: kernel-patch-openvz
Version: 028test002-3
Severity: grave
Justification: renders package unusable


The patch provided by this package is unappliable to the Kernels shipped
with Debian. 

The patch has no support for 2.6.17 at all.

Applying it to 2.6.18 doesn't work (see below).
I used the Kernel of linux-source-2.6.18 (Version: 2.6.18-6)


make-kpkg --added-patches openvz configure

[...]
for patch in /usr/src/kernel-patches/all/apply/openvz ; do\
  if test -x  $patch; then\
  if $patch; then \
  echo Patch $patch processed fine; \
  echo $patch  applied_patches;   \
  else \
   echo Patch $patch  failed.;  \
   echo Hit return to Continue;  \
   read ans;   \
  fi;  \
  fi;  \
done
START applying openvz patch (OpenVZ kernel patch for virtual server support)
Testing whether OpenVZ kernel patch for virtual server support patch for
2.6.18 applies (dry run):
1 out of 7 hunks FAILED -- saving rejects to file mm/fremap.c.rej
4 out of 45 hunks FAILED -- saving rejects to file mm/memory.c.rej
1 out of 6 hunks FAILED -- saving rejects to file mm/mprotect.c.rej
1 out of 15 hunks FAILED -- saving rejects to file net/core/sock.c.rej
OpenVZ kernel patch for virtual server support patch for 2.6.18 does not
apply cleanly
Patch /usr/src/kernel-patches/all/apply/openvz  failed.
Hit return to Continue
[...]


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kernel-patch-openvz depends on:
ii  bash  3.1-5  The GNU Bourne Again SHell
ii  grep-dctrl2.9.3  Grep Debian package information 
- 
ii  patch 2.5.9-4Apply a diff file to an original

kernel-patch-openvz recommends no packages.

-- no debconf information


 
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]