Bug 36299 - ip-masq-vpn patch missing from errata 2.2.19 kernel
Summary: ip-masq-vpn patch missing from errata 2.2.19 kernel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-17 16:59 UTC by giulioo
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-17 18:05:38 UTC
Embargoed:


Attachments (Terms of Use)

Description giulioo 2001-04-17 16:59:07 UTC
All previous rh70 kernels included the ip-masq-vpn patch:
2.2.16-22 with a glitch
2.2.17-14 with the glitch solved

The latest errata 2.2.19 kernel lacks the patch.
Why?

Comment 1 giulioo 2001-04-17 17:57:11 UTC
Some weird things:

1)
look at kernel-2.2.19-i686.config (or the others too), it contains
CONFIG_IP_MASQUERADE_PPTP=m

2)
rpm -bp SPECS/kernel-2.2.spec
cp SOURCES/kernel-2.2.19-i686.config BUILD/linux/.config
cd BUILD/linux
make menuconfig -> then just exit and save
diff ../../SOURCES/kernel-2.2.19-i686.config  .config

PPTP is taken out, and there are a lot of other differences, why?
Which is the correct config file used by the src.rpm? You intentionally use 
oldconfig_nonint to do a brute force oldconfig for this reason?



Comment 2 Arjan van de Ven 2001-04-17 18:05:34 UTC
Our config files often have options for which the patch is not always applied
(eg even if there is no ext3 patch in the 2.2.19 kernel, the ext3 option might
be there).

> You intentionally use 
> oldconfig_nonint to do a brute force oldconfig for this reason?
No. oldconfig_nonint is there to gather all "missing" options and print them out
in a list and then bail out. It's much more efficient for us to do that during
development than to wait an hour for every missing option (when upgrading a
kernel).

Comment 3 Arjan van de Ven 2001-04-30 12:25:15 UTC
Patch is added for the next build, for if/when we decide to make a
new erratum kernel available.


Note You need to log in before you can comment on or make changes to this bug.