/[kernel]/dists
ViewVC logotype

Log of /dists

View Directory Listing Directory Listing


Sticky Revision:

Revision 4262 - Directory Listing
Modified Fri Sep 23 07:38:34 2005 UTC (7 years, 7 months ago) by luther
Disabled adbhid on powerpc64 flavour.
added patch to fix the build of adbhid, even though it just exitst.

Revision 4261 - Directory Listing
Modified Thu Sep 22 18:51:26 2005 UTC (7 years, 7 months ago) by luther
fixed last typo in debian/rules, and prepared upload.

Revision 4260 - Directory Listing
Modified Thu Sep 22 17:02:17 2005 UTC (7 years, 7 months ago) by luther
Fixed nubus _SDA_BASE_ linker problem, adapted rules to kernel-tree version 11.

Revision 4259 - Directory Listing
Modified Thu Sep 22 10:04:27 2005 UTC (7 years, 7 months ago) by horms
+  * 190_outs-2.diff (removed 143_outs.diff):
+    [SECURITY]: AMD64, allows local users to write to privileged
+    IO ports via OUTS instruction
+    See CAN-2005-0204
+    143_outs.diff, included in 2.4.27-11 breaks the
+    build as IO_BITMAP_BYTES is not defined. 190_outs-2.diff
+    should resolve this problem by defining IO_BITMAP_BYTES
+    (closes: #329354)
+  * 191_build_foo.diff
+    Fix build problems that appear to be caused by recent binutils changes
+    (closes: #328707)

Revision 4258 - Directory Listing
Modified Thu Sep 22 09:36:43 2005 UTC (7 years, 7 months ago) by luther
Removed hppa and m68k 2.6 patches, added 2.4.27 patches from the older packages.

Revision 4257 - Directory Listing
Modified Thu Sep 22 09:33:55 2005 UTC (7 years, 7 months ago) by luther
Removing patches dir too, will make copying over the 2.4 ones easier.

Revision 4256 - Directory Listing
Modified Thu Sep 22 09:30:47 2005 UTC (7 years, 7 months ago) by luther
Removed the 2.6 patches.

Revision 4255 - Directory Listing
Modified Thu Sep 22 09:22:48 2005 UTC (7 years, 7 months ago) by luther
Forked linux-2.4 t obe the place for future common-infrastructure 2.4.x kernels.

Revision 4254 - Directory Listing
Modified Thu Sep 22 08:28:49 2005 UTC (7 years, 7 months ago) by luther
dropeed all trace of the powerpc subarch, which is 2.6 only for etch and beyond.

Revision 4253 - Directory Listing
Modified Thu Sep 22 08:16:31 2005 UTC (7 years, 7 months ago) by luther
Moved powerpc 2.4.27 kernel into the arch subdir, as kernel-2.4 should be obsoleted.

Revision 4251 - Directory Listing
Modified Thu Sep 22 07:04:55 2005 UTC (7 years, 7 months ago) by horms
2.6.12-7 (again)

Revision 4250 - Directory Listing
Modified Thu Sep 22 06:52:35 2005 UTC (7 years, 7 months ago) by luther
Disabled USB_EMI26 globally, not just alpha.

Revision 4249 - Directory Listing
Modified Wed Sep 21 17:53:04 2005 UTC (7 years, 7 months ago) by luther
Preparing 2.6.12-7 upload.

Revision 4248 - Directory Listing
Modified Wed Sep 21 17:43:54 2005 UTC (7 years, 7 months ago) by luther
Changed flavour to powerpc-miboot.

Revision 4247 - Directory Listing
Modified Wed Sep 21 17:41:06 2005 UTC (7 years, 7 months ago) by luther
Added powerpc-small flavour for exclusive use with miboot floppies in d-i.

Revision 4245 - Directory Listing
Modified Wed Sep 21 11:08:23 2005 UTC (7 years, 8 months ago) by horms
2.6.12-7 is still unreleased for the moment

Revision 4242 - Directory Listing
Modified Wed Sep 21 09:50:14 2005 UTC (7 years, 8 months ago) by horms
2.6.12-7

Revision 4241 - Directory Listing
Modified Wed Sep 21 08:19:48 2005 UTC (7 years, 8 months ago) by luther
Added 2.4.27 powerpc kernels back to trunk, as i will try building nubus and apus packages for sid/etch.

Revision 4240 - Directory Listing
Modified Wed Sep 21 06:11:49 2005 UTC (7 years, 8 months ago) by horms
Add Sven Luther and myself as uploaders

Revision 4239 - Directory Listing
Modified Wed Sep 21 03:41:40 2005 UTC (7 years, 8 months ago) by horms
Remove aacraid-bad-BUG_ON-fix.patch, as it fixes a problem introduced with variable fib size support introduced between 2.6.12 and 2.6.13 (linus' git tree 7c00ffa314bf0fb0e23858bbebad33b48b6abbb9)

Revision 4238 - Directory Listing
Modified Tue Sep 20 10:11:13 2005 UTC (7 years, 8 months ago) by horms
  * Added 2.6.13.2
    - [SECURITY] lost fput in 32bit ioctl on x86-64
      lost-fput-in-32bit-ioctl-on-x86-64.patch
    - [SECURITY] lost sockfd_put() in routing_ioctl()
      lost-sockfd_put-in-32bit-compat-routing_ioctl.patch
    - forcedeth: Initialize link settings in every nv_open()
      forcedeth-init-link-settings-in-nv_open.patch
    - Sun GEM ethernet: enable and map PCI ROM properly (closes: #322734)
      sungem-enable-and-map-pci-rom-properly.patch
    - Sun HME: enable and map PCI ROM properly
      sunhme-enable-and-map-pci-rom-properly.patch
    - Sun HME: enable and map PCI ROM properly
      sunhme-enable-and-map-pci-rom-properly.patch
    - Fix DHCP + MASQUERADE problem
      netfilter-fix-dhcp-masquerade-problem.patch
    - Fix MPOL_F_VERIFY
      fix-MPOL_F_VERIFY.patch
    - Fix up more strange byte writes to the PCI_ROM_ADDRESS config word
      fix-more-byte-to-dword-writes-to-PCI_ROM_ADDRESS-config-word.patch
    - USB: ftdi_sio: custom baud rate fix
      usb-ftdi_sio-baud-fix.patch

Revision 4237 - Directory Listing
Modified Tue Sep 20 09:16:38 2005 UTC (7 years, 8 months ago) by horms
  * Added 2.6.13.1 
    - Kconfig: saa7134-dvb must select tda1004x
      saa7134-dvb-must-select-tda1004x.patch
    - aacraid bad BUG_ON fix
      aacraid-bad-BUG_ON-fix.patch
    - Fix PCI ROM mapping
      fix-pci-rom-mapping.patch
    - 2.6.13 breaks libpcap (and tcpdump)
      fix-socket-filter-regression.patch
    - [SECURITY] Fix boundary check in standard multi-block cipher processors;
      Maybe local DoS
      ipsec-oops-fix.patch
    - Use SA_SHIRQ in sparc specific code
      sparc-request_irq-in-RTC-fix.patch
    - Reassembly trim not clearing CHECKSUM_HW
      ipv4-fragmentation-csum-handling.patch
    - [SECURITY] 32bit sendmsg() flaw. See CAN-2005-2490
      sendmsg-stackoverflow.patch
    - [SECURITY] raw_sendmsg DoS. See CAN-2005-2492
      sendmsg-DoS.patch

Revision 4236 - Directory Listing
Modified Sun Sep 18 17:02:47 2005 UTC (7 years, 8 months ago) by fschueler-guest
Added amd64-tlb-flush-sigsegv-fix.patch: backport from git to fix random segfaults on smp systems

Revision 4235 - Directory Listing
Modified Sat Sep 17 19:34:29 2005 UTC (7 years, 8 months ago) by luther
Same for trunk.

Revision 4234 - Directory Listing
Modified Sat Sep 17 19:17:52 2005 UTC (7 years, 8 months ago) by luther
Enabled TG3 builds on powerpc, removed nvidiafb for powerpc64 as it caused
boot to die, and added snd_pmac for powerpc64.

Revision 4233 - Directory Listing
Modified Sat Sep 17 10:41:40 2005 UTC (7 years, 8 months ago) by fschueler-guest
Finalize amd64 arch config. 

Revision 4232 - Directory Listing
Modified Sat Sep 17 05:47:30 2005 UTC (7 years, 8 months ago) by jurij-guest
Backport of 2.6.13 fixes to dpt_i2o SCSI driver to take care
of #328534.

Revision 4231 - Directory Listing
Modified Sat Sep 17 01:46:26 2005 UTC (7 years, 8 months ago) by maks-guest
latest stable release: 2.6.13.2, no can nr. yet..

Revision 4230 - Directory Listing
Modified Fri Sep 16 19:24:24 2005 UTC (7 years, 8 months ago) by waldi
debian/templates/control.source.in: Remove console-tools from build-deps.

Revision 4229 - Directory Listing
Modified Fri Sep 16 18:55:06 2005 UTC (7 years, 8 months ago) by waldi
debian/config, debian/powerpc/config, debian/s390/config:
Move network and ip settings to common config.

Revision 4228 - Directory Listing
Modified Fri Sep 16 18:54:01 2005 UTC (7 years, 8 months ago) by waldi
* debian/arch/config: Add new 8250 type.
* debian/arch/i386/config: Update.

Revision 4226 - Directory Listing
Modified Fri Sep 16 08:33:39 2005 UTC (7 years, 8 months ago) by luther
Fixed some typos ...

Revision 4225 - Directory Listing
Modified Fri Sep 16 08:24:04 2005 UTC (7 years, 8 months ago) by luther
Now autodetect if the initrd is compressed, as the kernel doesn't like doubly
compressed initramfs initrds :)

Revision 4224 - Directory Listing
Modified Thu Sep 15 15:56:40 2005 UTC (7 years, 8 months ago) by dannf
revert 4200; waldi reported a build failure caused by the same patch on the trunk

Revision 4223 - Directory Listing
Modified Thu Sep 15 14:44:09 2005 UTC (7 years, 8 months ago) by waldi
Remove unneeded patch.

* debian/patches-debian/powerpc-ppc64-vio-data.patch: Remove.
* debian/patches-debian/series/2.6.13-1: Drop powerpc-ppc64-vio-data.patch.

Revision 4222 - Directory Listing
Modified Thu Sep 15 14:42:01 2005 UTC (7 years, 8 months ago) by waldi
debian/rules.real: Fix CC value for cross compilation.

Revision 4221 - Directory Listing
Modified Thu Sep 15 13:20:46 2005 UTC (7 years, 8 months ago) by waldi
Revert r4201, it modifies core code and breaks anything else.

Revision 4220 - Directory Listing
Modified Thu Sep 15 12:29:36 2005 UTC (7 years, 8 months ago) by luther
Added powerpc-mv643xx-hotplug-support.patch patch to add support for hotplug

Revision 4219 - Directory Listing
Modified Thu Sep 15 12:16:46 2005 UTC (7 years, 8 months ago) by luther
Added powerpc-mv643xx-hotplug-support.patch patch to add support for hotplug
for the mv643xx_eth ethernet driver.

Revision 4217 - Directory Listing
Modified Wed Sep 14 23:55:03 2005 UTC (7 years, 8 months ago) by dannf
Load linux-2.6-2.6.12/ into dists/sarge-backports/linux-2.6.

Revision 4216 - Directory Listing
Modified Wed Sep 14 23:54:55 2005 UTC (7 years, 8 months ago) by dannf
To prepare to load linux-2.6-2.6.12/ into
dists/sarge-backports/linux-2.6, perform 1 rename.

*
  dists/sarge-backports/linux-2.6/debian/arch/powerpc/noconfig.powerpc6
  4: Renamed from
  dists/sarge-backports/linux-2.6/debian/arch/powerpc/config.powerpc64.

Revision 4215 - Directory Listing
Modified Wed Sep 14 23:47:57 2005 UTC (7 years, 8 months ago) by dannf
copy 2.6.12-6 tag into a new sarge-backports dist; we can change the path later if people object

Revision 4209 - Directory Listing
Modified Wed Sep 14 21:15:37 2005 UTC (7 years, 8 months ago) by waldi
 r4203: waldi | 2005-09-14 20:57:40 +0200
 Move compiler setting to package config.
 
 * debian/arch/alpha/defines, debian/arch/arm/defines,
   debian/arch/m68k/defines, debian/arch/sparc/defines:
   Add compiler setting.
 * debian/bin/gencontrol.py: Set COMPILER argument.
 * debian/lib/python/debian_linux.py: Add support for compiler setting.
 * debian/rules.real: Change MAKEFLAGS setup.
 
 r4204: waldi | 2005-09-14 21:43:27 +0200
 * debian/rules.real: Update header-install substitution.
 * debian/templates/header-install.in: Remove flavours file.
 
 r4205: waldi | 2005-09-14 21:54:56 +0200
 * debian/rules.real
   - Update post-install substitution.
   - Remove append variable.
 * debian/templates/post-install.in: Remove append substitution.

Revision 4207 - Directory Listing
Modified Wed Sep 14 21:12:04 2005 UTC (7 years, 8 months ago) by waldi
debian/arch/alpha/Makefile.inc, debian/arch/amd64/Makefile.inc,
debian/arch/arm/Makefile.inc, debian/arch/hppa/Makefile.inc,
debian/arch/i386/Makefile.inc, debian/arch/ia64/Makefile.inc,
debian/arch/m68k/Makefile.inc, debian/arch/sparc/Makefile.inc:
- Remove makeflags.
- Remove initrd modules.

Revision 4206 - Directory Listing
Modified Wed Sep 14 21:08:14 2005 UTC (7 years, 8 months ago) by waldi
Move security settings to core config file.

* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/powerpc/config,
  debian/arch/s390/config, debian/arch/sparc/config:
  Remove security settings.
* debian/arch/config: Add security settings.
* debian/changelog: Update.

Revision 4201 - Directory Listing
Modified Wed Sep 14 17:24:58 2005 UTC (7 years, 8 months ago) by dannf
* module-unify-per-cpu-data.patch: Unifies per cpu data handling for UP
  and SMP builds, fixing a bug detected on ia64.

Revision 4200 - Directory Listing
Modified Wed Sep 14 16:55:08 2005 UTC (7 years, 8 months ago) by dannf
* module-unify-per-cpu-data.patch: Unifies per cpu data handling for UP
  and SMP builds.  This fixes a bug detected on ia64 whose symptom was
  unloadable modules in UP builds.  (closes: #325070)

Revision 4199 - Directory Listing
Modified Wed Sep 14 12:26:13 2005 UTC (7 years, 8 months ago) by fschueler-guest
remove drivers-ide-dma-blacklist-toshiba.patch from the series file, too.

Revision 4198 - Directory Listing
Modified Wed Sep 14 09:52:33 2005 UTC (7 years, 8 months ago) by maks-guest
add info about 3 merged patches:
finally remove add scsi changer (thanks hch)
remove ide dma blacklist toshiba

Revision 4197 - Directory Listing
Modified Wed Sep 14 09:44:51 2005 UTC (7 years, 8 months ago) by maks-guest
add generic info to the upstream release
(fixes some bugs too)

Revision 4196 - Directory Listing
Modified Wed Sep 14 09:42:36 2005 UTC (7 years, 8 months ago) by maks-guest
add bug nr

Revision 4195 - Directory Listing
Modified Wed Sep 14 09:41:50 2005 UTC (7 years, 8 months ago) by waldi
debian/copyright: Update FSF address.

Revision 4194 - Directory Listing
Modified Wed Sep 14 09:39:53 2005 UTC (7 years, 8 months ago) by waldi
Drop modular-vesafb patch.

* debian/changelog: Update.
* debian/patches-debian/modular-vesafb.patch: Remove.

Revision 4193 - Directory Listing
Modified Wed Sep 14 09:38:17 2005 UTC (7 years, 8 months ago) by waldi
* /dists/trunk/linux-2.6: Fix svk:merge property.
* /dists/trunk/linux-nonfree-2.6: Move from /dists/trunk/kernel/linux-nonfree-2.6.
* /dists/trunk/kernel: Remove.

Revision 4190 - Directory Listing
Modified Wed Sep 14 09:21:53 2005 UTC (7 years, 8 months ago) by waldi
Drop coreutils | fileutils dependencies, they are fullfiled with essential
packages since woody.

* debian/changelog: Update.
* debian/templates/control.headers.in,
  debian/templates/control.headers.subarch.in,
  debian/templates/control.image.in,debian/templates/control.main.in:
  Drop coreutils | fileutils dependencies.

Revision 4189 - Directory Listing
Modified Wed Sep 14 09:03:26 2005 UTC (7 years, 8 months ago) by waldi
Add debian version information to kernel version string.

* debian/changelog: Update.
* debian/patches-debian/series/2.6.13-1: Add version.patch.
* debian/patches-debian/version.patch: Add.

Revision 4188 - Directory Listing
Modified Tue Sep 13 23:24:27 2005 UTC (7 years, 8 months ago) by dannf
remove empty (recently cleaned out) ia64 dir

Revision 4187 - Directory Listing
Modified Tue Sep 13 22:30:58 2005 UTC (7 years, 8 months ago) by cts
update m68k.diff for linux-2.6.13


Revision 4186 - Directory Listing
Modified Tue Sep 13 21:50:53 2005 UTC (7 years, 8 months ago) by dannf
Remove kernel-image-2.6.9-ia64-2.6.9; the only change in svn since the last
release of 2.6.9 was disabling a config option.  This disabling has been
carried forward into linux-2.6 (2.6.12), so we're not losing anything by
killing this tree.

Revision 4185 - Directory Listing
Modified Tue Sep 13 21:48:58 2005 UTC (7 years, 8 months ago) by dannf
remove these ia64 kernel-images; they haven't been changed since their last
release, and that is tagged.

Revision 4184 - Directory Listing
Modified Tue Sep 13 18:20:03 2005 UTC (7 years, 8 months ago) by fschueler-guest
Readjust amd64 configs, arch specific setings

Revision 4183 - Directory Listing
Modified Tue Sep 13 15:15:26 2005 UTC (7 years, 8 months ago) by waldi
* debian/templates/control.headers.arch.in: Reword description.
* debian/templates/control.headers.in
  - Shrink short description a little bit.
  - Use @longclass@ in description.
* debian/templates/control.headers.subarch.in: Shrink short description.

Revision 4182 - Directory Listing
Modified Tue Sep 13 14:57:03 2005 UTC (7 years, 8 months ago) by fschueler-guest
Set proper kernel-arch

Revision 4181 - Directory Listing
Modified Tue Sep 13 14:37:54 2005 UTC (7 years, 8 months ago) by waldi
* Move audit and preempt settings to core config file.
* Fix powerpc configuration.

* debian/arch/alpha/config, debian/arch/amd64/config,
  debian/arch/arm/config, debian/arch/hppa/config,
  debian/arch/i386/config, debian/arch/ia64/config,
  debian/arch/m68k/config, debian/arch/s390/config,
  debian/arch/sparc/config, debian/arch/sparc/config.sparc64:
  Remove audit and preempt settings.
* debian/arch/config: Add audit and preempt settings.
* debian/arch/powerpc/config
  - Remove audit and preempt settings.
  - Add HZ settings.
* debian/arch/powerpc/config.powerpc, debian/arch/powerpc/config.powerpc-smp,
  debian/arch/powerpc/noconfig.apus: Fix several options.
* debian/arch/powerpc/config.powerpc64: Add correct memory model.
* debian/changelog: Update.

Revision 4180 - Directory Listing
Modified Mon Sep 12 08:13:16 2005 UTC (7 years, 8 months ago) by horms
Fix CAN-2005-2872 annotation

Revision 4179 - Directory Listing
Modified Mon Sep 12 08:12:27 2005 UTC (7 years, 8 months ago) by horms
Fix CAN-2005-2872 annotation

Revision 4178 - Directory Listing
Modified Mon Sep 12 08:10:52 2005 UTC (7 years, 8 months ago) by horms
Fix CAN-2005-2872 annotation

Revision 4177 - Directory Listing
Modified Mon Sep 12 08:10:01 2005 UTC (7 years, 8 months ago) by horms
Fix CAN-2005-2872 annotation

Revision 4176 - Directory Listing
Modified Mon Sep 12 07:59:14 2005 UTC (7 years, 8 months ago) by horms
Move 2.6.12-7 change log into 2.6.13-1

Revision 4175 - Directory Listing
Modified Mon Sep 12 05:00:38 2005 UTC (7 years, 8 months ago) by dilinger
unify CONFIG_NLS stuff.  it was rather impressive how every arch was doing
this differently..

Revision 4174 - Directory Listing
Modified Mon Sep 12 04:49:57 2005 UTC (7 years, 8 months ago) by dilinger
unify a bunch of scsi drivers, including aic7xxx and aic79xx.

Revision 4173 - Directory Listing
Modified Mon Sep 12 04:08:49 2005 UTC (7 years, 8 months ago) by dilinger
Unify generic scsi settings.  SCSI_LOGGING and SCSI_CONSTANTS is now on for
things like m68k and arm; I'm not even really sure how necessary these are
for things like i386. 

Revision 4172 - Directory Listing
Modified Mon Sep 12 03:51:58 2005 UTC (7 years, 8 months ago) by dilinger
unify SATA stuff

Revision 4171 - Directory Listing
Modified Mon Sep 12 03:48:11 2005 UTC (7 years, 8 months ago) by dilinger
ugh.  conflicts galore..  suck.

Revision 4170 - Directory Listing
Modified Mon Sep 12 03:32:52 2005 UTC (7 years, 8 months ago) by horms
Turn on BSD accounting for sparc, arm/rpc and arm/s3c2410 as per all other configs

Revision 4169 - Directory Listing
Modified Mon Sep 12 02:26:25 2005 UTC (7 years, 8 months ago) by horms
Annotate linux-manual fix

Revision 4168 - Directory Listing
Modified Mon Sep 12 02:21:00 2005 UTC (7 years, 8 months ago) by horms
Remved stray blank line

Revision 4167 - Directory Listing
Modified Mon Sep 12 02:13:51 2005 UTC (7 years, 8 months ago) by horms
  * Disable BSDv3 accounting on hppa and alpha, it was already
    disabled on all other architectures. Also unify BSD accounting
    config into top level config, rather than per flavour configs.
    This shows that BSD accounting is available on all except
    sparc and the rpc and s3c2410 flavours of arm.
    I am not sure if that is intentional.

Revision 4166 - Directory Listing
Modified Sat Sep 10 18:21:40 2005 UTC (7 years, 8 months ago) by fschueler-guest
First shot of 2.6.13 options for amd64, touching other arches too. 
We might need to discuss the one or other global option, especially if we 
want to enable TPM or not.

Revision 4165 - Directory Listing
Modified Sat Sep 10 17:36:08 2005 UTC (7 years, 8 months ago) by fschueler-guest
Added patch-2.6.13.1

Revision 4164 - Directory Listing
Modified Sat Sep 10 02:48:40 2005 UTC (7 years, 8 months ago) by jurij-guest
Replace call to kernel-doc target with a call
to kernel-manual, which will build both linux-doc
and linux-manual packages.

Revision 4163 - Directory Listing
Modified Sat Sep 10 02:47:25 2005 UTC (7 years, 8 months ago) by jurij-guest
Bump build-dep on kernel-package to 9.006, the first
version which supports building the kernel-manual
package separate from kernel-doc.

Revision 4162 - Directory Listing
Modified Sat Sep 10 02:45:05 2005 UTC (7 years, 8 months ago) by jurij-guest
Add the control entry for the linux-manual package.

Revision 4161 - Directory Listing
Modified Fri Sep 9 18:16:30 2005 UTC (7 years, 8 months ago) by fschueler-guest
Add some reasonable class and longclass descriptions for the amd64 flavours.

Revision 4160 - Directory Listing
Modified Fri Sep 9 16:38:18 2005 UTC (7 years, 8 months ago) by fschueler-guest
- Move kernel-latest-2.6-amd64 sarge package to the apropriate dir 
- delete obsolete stuff from trunk/kernel-to-be-deleted-please-cleanup/amd64

Revision 4159 - Directory Listing
Modified Fri Sep 9 13:56:58 2005 UTC (7 years, 8 months ago) by dilinger
  remove duplicated CONFIG_PROC_KCORE entries


Revision 4158 - Directory Listing
Modified Fri Sep 9 13:56:26 2005 UTC (7 years, 8 months ago) by dilinger
  remove duplicate CONFIG_PROC_FS entries

Revision 4157 - Directory Listing
Modified Fri Sep 9 13:54:58 2005 UTC (7 years, 8 months ago) by dilinger
  Unify NTFS config options; note that I've enabled NTFS_RW, since it is
  apparently "safe" (according to the docs).  If this is not the case on some
  architecture (ie, due to endian or 64bitness bugs), it should probably be
  disabled globally.  In the meantime, however, we'll give it a shot.


Revision 4156 - Directory Listing
Modified Fri Sep 9 06:50:12 2005 UTC (7 years, 8 months ago) by cts
added mac/m68k DMA and sonic patch from Finn Thain

Revision 4155 - Directory Listing
Modified Fri Sep 9 06:26:50 2005 UTC (7 years, 8 months ago) by dilinger
  Unify various ISO filesystems, as well as FAT and MSDOS.  Once again,
  modularizing stuff that was statically built in m68k; hopefully that was
  accidental/unnecessary.


Revision 4154 - Directory Listing
Modified Fri Sep 9 06:26:21 2005 UTC (7 years, 8 months ago) by dilinger
  Unify ISO9660_FS across archs (as a module)


Revision 4153 - Directory Listing
Modified Fri Sep 9 06:25:59 2005 UTC (7 years, 8 months ago) by dilinger
  Unify ROMFS, MINIX, INOTIFY, DNOTIFY, QUOTA, and AUTOFS across archs.  This
  enables modules for various archs that didn't have modules built previously,
  and disables static compilation of MINIX_FS for m68k (hopefully it wasn't
  needing it for anything early during bootup?)


Revision 4152 - Directory Listing
Modified Fri Sep 9 06:25:27 2005 UTC (7 years, 8 months ago) by dilinger
  Unify JFS config options.  Note the change in behavior here; /proc/fs/jfs
  is now disabled everywhere (similar to CONFIG_REISERFS_PROC_INFO).  This can
  easily be re-enabled, if preferred.

Revision 4151 - Directory Listing
Modified Fri Sep 9 06:24:33 2005 UTC (7 years, 8 months ago) by dilinger
  nuke redundant CONFIG_FS_POSIX_ACL=y

Revision 4150 - Directory Listing
Modified Fri Sep 9 06:24:09 2005 UTC (7 years, 8 months ago) by dilinger
  make reiserfs a module on all archs, and enable the various extended attribs

Revision 4149 - Directory Listing
Modified Fri Sep 9 02:56:05 2005 UTC (7 years, 8 months ago) by horms
fix security annotations

Revision 4148 - Directory Listing
Modified Fri Sep 9 02:55:55 2005 UTC (7 years, 8 months ago) by horms
* Fix security annotations

  * fix-dst-leak-in-icmp_push_reply.dpatch
    [SECURITY] Fix DST leak in icmp_push_reply(). Possible remote DoS?
    From 2.6.12.6

  * nptl-signal-delivery-deadlock-fix.dpatch
    [SECURITY] NPTL signal delivery deadlock fix; Possible local DoS?
    Backported From 2.6.12.6

  * fix-memory-leak-in-sg.c-seq_file.dpatch
    [SECURITY] fix a memory leak in devices seq_file implementation;
    local DoS. From 2.6.12.6
    See CAN-2005-2800

  * ipv6-skb-leak.dpatch
    [SECURITY] Fix SKB leak in ip6_input_finish(); local DoS.
    From 2.6.12.6

Revision 4147 - Directory Listing
Modified Fri Sep 9 02:42:15 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2800

Revision 4146 - Directory Listing
Modified Fri Sep 9 02:41:19 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2800

Revision 4145 - Directory Listing
Modified Fri Sep 9 02:41:00 2005 UTC (7 years, 8 months ago) by horms
Sync changelog with sid branch... again

Revision 4144 - Directory Listing
Modified Fri Sep 9 02:33:40 2005 UTC (7 years, 8 months ago) by horms
Sync changelog with sid branch

Revision 4143 - Directory Listing
Modified Fri Sep 9 02:16:31 2005 UTC (7 years, 8 months ago) by horms
net-bridge-forwarding-poison-1.dpatch was not annotated correctly

Revision 4142 - Directory Listing
Modified Fri Sep 9 02:13:51 2005 UTC (7 years, 8 months ago) by horms
net-bridge-forwarding-poison-1.dpatch was not annotated correctly

Revision 4141 - Directory Listing
Modified Thu Sep 8 05:55:40 2005 UTC (7 years, 8 months ago) by horms
Annotate removed options unless they are removed globally

Revision 4140 - Directory Listing
Modified Wed Sep 7 08:36:47 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2801 and CAN-2005-2802

Revision 4139 - Directory Listing
Modified Wed Sep 7 08:35:34 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2801 and CAN-2005-2802

Revision 4138 - Directory Listing
Modified Wed Sep 7 08:31:11 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2801 and CAN-2005-2802

Revision 4137 - Directory Listing
Modified Wed Sep 7 08:29:55 2005 UTC (7 years, 8 months ago) by horms
Annotate CAN-2005-2801 and CAN-2005-2802

Revision 4136 - Directory Listing
Modified Wed Sep 7 06:21:11 2005 UTC (7 years, 8 months ago) by horms
+  * drivers-ide-ppp-pmac-build.dpatch
+    Make sure BLK_DEV_IDEDMA_PCI is defined for pmac ide driver builds
+    (closes: #321442)

Revision 4135 - Directory Listing
Modified Tue Sep 6 18:02:27 2005 UTC (7 years, 8 months ago) by dilinger
prepare release 2.6.12-6

Revision 4134 - Directory Listing
Modified Tue Sep 6 08:05:09 2005 UTC (7 years, 8 months ago) by dilinger
oops, that should apparently be enabled

Revision 4133 - Directory Listing
Modified Tue Sep 6 08:00:17 2005 UTC (7 years, 8 months ago) by dilinger
  * [hppa] disable discontiguous memory support for 32bit hppa images, so
    they build.

Revision 4132 - Directory Listing
Modified Tue Sep 6 07:31:17 2005 UTC (7 years, 8 months ago) by dilinger
update description to actually reflect what the script does

Revision 4131 - Directory Listing
Modified Tue Sep 6 06:53:52 2005 UTC (7 years, 8 months ago) by dilinger
add a little dohickey for testing configs for all arches

Revision 4130 - Directory Listing
Modified Tue Sep 6 06:40:34 2005 UTC (7 years, 8 months ago) by dilinger
ensure gencontrol.py is executable before attempting to execute it.

Revision 4129 - Directory Listing
Modified Tue Sep 6 06:39:26 2005 UTC (7 years, 8 months ago) by dilinger
  ensure gencontrol.py is executable before attempting to execute it.

Revision 4128 - Directory Listing
Modified Tue Sep 6 06:38:39 2005 UTC (7 years, 8 months ago) by dilinger
nuke amd64-insert_vm_struct-leak.patch, it was already added in 2.6.12.4.

Revision 4127 - Directory Listing
Modified Tue Sep 6 06:37:25 2005 UTC (7 years, 8 months ago) by dilinger
  update changelog, reformatting to new conventions;
  drop unusued sockglue patch (included in 2.6.12.6)

Revision 4126 - Directory Listing
Modified Sat Sep 3 10:26:09 2005 UTC (7 years, 8 months ago) by waldi
Cleanup patches.

* debian/patches-debian/net-sockglue-cap.patch: Remove, fixed in 2.6.12.
* debian/patches-debian/series/2.6.12+2.6.13-rc6-1: Remove.
* debian/patches-debian/series/2.6.13-1: Remove drivers-s390-net-klist.patch.

Revision 4125 - Directory Listing
Modified Sat Sep 3 10:12:52 2005 UTC (7 years, 8 months ago) by waldi
Produce architecture dependant dependencies of core headers package per arch
via gencontrol overwrite.

* debian/bin/gencontrol.py: Add correct dependencies to GENCONTROL_ARGS.
* debian/templates/control.headers.arch.in: Add Depends field with
  substitution value variable.

Revision 4124 - Directory Listing
Modified Fri Sep 2 17:12:01 2005 UTC (7 years, 8 months ago) by luther
Imported my 0.9.0 changes.

Revision 4123 - Directory Listing
Modified Fri Sep 2 17:02:30 2005 UTC (7 years, 8 months ago) by luther
Initial checking of the unicorn modules, driver for the bewan ADSL pci&usb
modems and related products.

Revision 4122 - Directory Listing
Modified Thu Sep 1 09:08:03 2005 UTC (7 years, 8 months ago) by horms
+  * 180_fs-isofs-ignored-parameters.diff
+    isofs ignores any mount parameters after iocharset, map or session.
+    http://lists.debian.org/debian-kernel/2005/08/msg00581.html

Revision 4121 - Directory Listing
Modified Thu Sep 1 08:03:40 2005 UTC (7 years, 8 months ago) by horms
tidy up changelog a little bit

Revision 4120 - Directory Listing
Modified Thu Sep 1 08:02:59 2005 UTC (7 years, 8 months ago) by horms
  * amd64-insert_vm_struct-leak.patch
    [Security] TASK_SIZE fixes for compatibility mode processes
    See CAN-2005-2617

Revision 4119 - Directory Listing
Modified Thu Sep 1 07:48:03 2005 UTC (7 years, 8 months ago) by waldi
prune-non-free: Remove automatic version detection. It is not able to correctly
resolve debian versions for rc upstream versions.

Revision 4118 - Directory Listing
Modified Thu Sep 1 07:21:35 2005 UTC (7 years, 8 months ago) by horms
+  * zlib-revert-broken-change.dpatch
+    [Security] Revert huft_build() function fix
+    From 2.6.12.6
+    See CAN-2005-2459

Revision 4117 - Directory Listing
Modified Thu Sep 1 07:21:25 2005 UTC (7 years, 8 months ago) by horms
fix patch name

Revision 4116 - Directory Listing
Modified Thu Sep 1 07:18:29 2005 UTC (7 years, 8 months ago) by horms
fix patch name

Revision 4115 - Directory Listing
Modified Thu Sep 1 07:02:24 2005 UTC (7 years, 8 months ago) by horms
* 187_zisofs-2.diff
   [Security] Check input buffer size in zisofs
   From 2.6.12.5
   Omitted from the previous release, as I wasn't sure that it was a
   security bug. But now it has a CAN number, so its in.
   See CAN-2005-2457
 
* 186_zlib-revert-broken-change.dpatch
  [Security] Revert huft_build() function fix
  From 2.6.12.6
  See CAN-2005-2459


Revision 4114 - Directory Listing
Modified Thu Sep 1 07:00:49 2005 UTC (7 years, 8 months ago) by horms
remove duplicate zisofs.dpatch changelog entry

Revision 4113 - Directory Listing
Modified Thu Sep 1 06:39:14 2005 UTC (7 years, 8 months ago) by horms
+  * 189_ipv6-skb-leak.diff
+     [Maybe-Security: Seems like a local DoS]
+     Fix SKB leak in ip6_input_finish()
+     From 2.6.12.6

Revision 4112 - Directory Listing
Modified Thu Sep 1 06:10:47 2005 UTC (7 years, 8 months ago) by dilinger
Move all CONFIG_CRYPTO options out into global config; this unifies
CRYPTO_CONFIG modules for all archs except arm (which disables the crypto
stuff; i assume Vincent has a good reason for that..).  I left the md5
module compiled in statically, since most archs had it set that way; if
there's no reason for this, we can make it a module instead (I'm assuming
there's initrd-ish stuff that needs it?)

Revision 4111 - Directory Listing
Modified Thu Sep 1 06:01:08 2005 UTC (7 years, 8 months ago) by dilinger
oops, common config wasn't added

Revision 4110 - Directory Listing
Modified Thu Sep 1 06:00:57 2005 UTC (7 years, 8 months ago) by dilinger
run initsplit on this directory

Revision 4109 - Directory Listing
Modified Thu Sep 1 05:58:12 2005 UTC (7 years, 8 months ago) by dilinger
run initsplit on this directory

Revision 4108 - Directory Listing
Modified Thu Sep 1 05:55:59 2005 UTC (7 years, 8 months ago) by dilinger
run initsplit on this directory

Revision 4107 - Directory Listing
Modified Thu Sep 1 05:29:21 2005 UTC (7 years, 8 months ago) by dilinger
Don't take any action upon removal of config options.  This should make this a
bit saner to use when arch/config contains a bunch of stuff that various
archs ignore.

Revision 4106 - Directory Listing
Modified Thu Sep 1 05:20:56 2005 UTC (7 years, 8 months ago) by dilinger
a few additional options that should be safe globally

Revision 4105 - Directory Listing
Modified Thu Sep 1 05:15:37 2005 UTC (7 years, 8 months ago) by dilinger
enable a bunch of modular drivers that're new in 2.6.13 globally; misc other
bits too.

Revision 4104 - Directory Listing
Modified Thu Sep 1 05:09:57 2005 UTC (7 years, 8 months ago) by dilinger
set CONFIG_INOTIFY=y globally

Revision 4103 - Directory Listing
Modified Thu Sep 1 04:48:53 2005 UTC (7 years, 8 months ago) by dilinger
Re-add the automatic version detection; I can't imagine why you'd not want
this.

waldi: please provide reasoning for such changes in your commit logs, otherwise
I have no idea why you'd do such a thing.

Revision 4102 - Directory Listing
Modified Thu Sep 1 04:40:58 2005 UTC (7 years, 8 months ago) by dilinger
Put back in directory removal stuff, but leave commented out.  I'm not sure
why you'd want directories lying around, other than for debugging purposes;
maybe it should be a command line arg, instead?

Revision 4101 - Directory Listing
Modified Thu Sep 1 04:17:06 2005 UTC (7 years, 8 months ago) by horms
works again

Revision 4100 - Directory Listing
Modified Thu Sep 1 03:58:37 2005 UTC (7 years, 8 months ago) by horms
  * There was a bit of a screw up in 2.4.27-11 (by me)
    as 183_zisofs.diff was actually a copy of 182_linux-zlib-fixes.diff,
    and due to a quirk in the apply scripts, basically caused
    the zlib 182_linux-zlib-fixes.diff fixes to be reversed,
    and thus neither patch was applied. 186_linux-zlib-fixes-2.diff
    and 187_zisofs-2.diff resolve this problem. More information below.
    (closes: #325871)

  * 186_linux-zlib-fixes-2.diff
    [Security] Fix security bugs in the Linux zlib implementations.
    See CAN-2005-2458, CAN-2005-2459
    From 2.6.12.5 and 2.6.12.6
    http://sources.redhat.com/ml/bug-gnu-utils/1999-06/msg00183.html
    http://bugs.gentoo.org/show_bug.cgi?id=94584

  * 187_zisofs-2.diff
    [Security] Check input buffer size in zisofs
    From 2.6.12.5
    See CAN-2005-2457.
    What 183_zisofs.diff (incorectly annotated as zisofs.dpatch)
    should have been.

  * 188_fix-dst-leak-in-icmp_push_reply.diff
    [Maybe-Security: Can remote traffic trigger this]
    Fix DST leak in icmp_push_reply()
    From 2.6.12.6

Revision 4099 - Directory Listing
Modified Wed Aug 31 17:11:41 2005 UTC (7 years, 8 months ago) by waldi
/dists/trunk/kernel/linux-nonfree-2.6: Copy from /people/waldi/kernel/linux-nonfree-2.6.

Revision 4098 - Directory Listing
Modified Wed Aug 31 10:33:42 2005 UTC (7 years, 8 months ago) by luther
Moved all remains of powerpc 2.4 kernels to the sarge branch, horms, i don't
know where you maintain the 2.4 kernels, but i was expecting them in the sarge
or sarge-security branch.

Revision 4097 - Directory Listing
Modified Wed Aug 31 10:30:44 2005 UTC (7 years, 8 months ago) by luther
Killed powerpc legacy tree, as they are going away quickly now.

Revision 4095 - Directory Listing
Modified Wed Aug 31 10:28:29 2005 UTC (7 years, 8 months ago) by luther
Moved linux-2.6 and mips 2.6.12 stuff to toplevel, prepared kernel to be
removed, once everyone cleaned up.

Revision 4093 - Directory Listing
Modified Wed Aug 31 10:17:57 2005 UTC (7 years, 8 months ago) by luther
moved the sid branch to the new layout.

Revision 4092 - Directory Listing
Modified Wed Aug 31 10:17:37 2005 UTC (7 years, 8 months ago) by luther
Moved the sarge-security branch to the new layout.

Revision 4091 - Directory Listing
Modified Wed Aug 31 10:17:13 2005 UTC (7 years, 8 months ago) by luther
Moved the sarge branch to the new layout.

Revision 4090 - Directory Listing
Modified Wed Aug 31 10:16:10 2005 UTC (7 years, 8 months ago) by luther
Moved the trunk to the new layout disposition.

Revision 4089 - Directory Listing
Modified Wed Aug 31 10:15:10 2005 UTC (7 years, 8 months ago) by luther
Mmm, do it the other way around.

Revision 4088 - Directory Listing
Modified Wed Aug 31 10:14:19 2005 UTC (7 years, 8 months ago) by luther
Added new layout infrastructure.

Revision 4080 - Directory Listing
Added Wed Aug 31 08:40:55 2005 UTC (7 years, 8 months ago) by luther
Created dists toplevel dir, to put the sarge/etch/sid/experimental/whatever
stuff on.

  ViewVC Help
Powered by ViewVC 1.1.5