Bug#747367: thanks

2014-05-14 Thread Mauricio Faria de Oliveira

Thank you ;)

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5373593e.5070...@linux.vnet.ibm.com



Re: [RFC PATCH 1/8] ppc64el: kernel: add arch in defines files

2014-05-14 Thread Mauricio Faria de Oliveira

On 05/13/2014 07:09 PM, Ben Hutchings wrote:
[...]


Only kconfig fragments are shared between Debian architectures that
share a kernel architecture, and those are now all in
debian/config/kernelarch-*.


I'd assume the same comment applies for the d-i's kernel-versions files.


I'd understand this also implies moving the modules lists dir:
- from debian/installer/*powerpc*/modules/*powerpc-powerpc64le* (since
it's no powerpc flavour)
- to debian/installer/*ppc64el*/modules/*ppc64el*


Right.


Ack.

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53735aec.8010...@linux.vnet.ibm.com



Processing of linux_3.14.4-1~bpo70+1_multi.changes

2014-05-14 Thread Debian FTP Masters
linux_3.14.4-1~bpo70+1_multi.changes uploaded successfully to localhost
along with the files:
  linux_3.14.4-1~bpo70+1.dsc
  linux_3.14.4-1~bpo70+1.debian.tar.xz
  linux-support-3.14-0.bpo.1_3.14.4-1~bpo70+1_all.deb
  linux-doc-3.14_3.14.4-1~bpo70+1_all.deb
  linux-manual-3.14_3.14.4-1~bpo70+1_all.deb
  linux-source-3.14_3.14.4-1~bpo70+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkxdw-0004fu...@franck.debian.org



linux_3.14.4-1~bpo70+1_multi.changes is NEW

2014-05-14 Thread Debian FTP Masters
binary:linux-doc-3.14 is NEW.
binary:linux-manual-3.14 is NEW.
binary:linux-support-3.14-0.bpo.1 is NEW.
binary:linux-source-3.14 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkxgy-0005f6...@franck.debian.org



Re: [RFC PATCH 2/8] ppc64el: kernel: add config (work in progress)

2014-05-14 Thread Mauricio Faria de Oliveira

On 05/13/2014 07:18 PM, Ben Hutchings wrote:
[...]

+++ b/debian/config/kernelarch-powerpc/config-arch-64-le

[...]

+#. NO HZ
+CONFIG_NO_HZ_IDLE=y


This is set at the top level and does not need to be repeated here.


Ok.


[...]

+#. CELL/PS3
+#. CELL_CPU depends on !CPU_LITTLE_ENDIAN
+# CONFIG_PPC_CELL is not set
+# CONFIG_PPC_PS3 is not set
+# CONFIG_PPC_IBM_CELL_BLADE is not set
+# CONFIG_CPU_FREQ_CBE is not set
+# CONFIG_CBE_CPUFREQ_SPU_GOVERNOR is not set

[...]

So is it even possible to enable these?


Yes (for most), the file arch/powerpc/platforms/Kconfig does 'source'
arch/powerpc/platforms/{cell,ps3}/Kconfig unconditionally.

Those files contain most of those options, and some of them don't
depend on CELL_CPU/PPC_CELL.  But it's indeed possible to reduce them
(I intend to more closely verify all other options listed, later):

- PPC_CELL: doesn't depend on CELL_CPU (hm.. makes sense -- it's an
  /optimization/ option, as it's described)

- PPC_PS3: doesn't depend on CELL_CPU (likewise) neither PPC_CELL.

- PPC_IBM_CELL_BLADE: doesn't depend on CELL_CPU/PPC_CELL.

- CPU_FREQ_CBE (ok, remove): depends on PPC_CELL
- CBE_CPUFREQ_SPU_GOVERNOR (ok, remove): depends on PPC_CELL
  (SPU_FS - PPC_CELL)



It seems like the enabling of these should be moved from
debian/config/kernelarch-powerpc/config-arch-64 to
debian/config/kernelarch-powerpc/config-arch-64-be (and then
debian/config/{powerpc,ppc64}/defines updated to include it).


Ok.

Thanks!

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/537362ef.8030...@linux.vnet.ibm.com



Re: [RFC PATCH 6/8] ppc64el: installer: add package-list and modules pointing to ppc64's files

2014-05-14 Thread Mauricio Faria de Oliveira

On 05/13/2014 07:24 PM, Ben Hutchings wrote:

[...]

  create mode 100644 
debian/installer/powerpc/modules/powerpc-powerpc64le/affs-modules


I didn't realise AmigaOS was being ported too. :-)

[...]

  create mode 100644 
debian/installer/powerpc/modules/powerpc-powerpc64le/hfs-modules


No need for HFS(+) support as MacOS never ran on this platform.

[...]

  create mode 100644 
debian/installer/powerpc/modules/powerpc-powerpc64le/nic-pcmcia-modules


There's no need to support PCMCIA on a shiny new platform.


  create mode 100644 
debian/installer/powerpc/modules/powerpc-powerpc64le/nic-shared-modules
  create mode 100644 
debian/installer/powerpc/modules/powerpc-powerpc64le/pata-modules

[...]

Or PATA.

And all these files belong in debian/installer/ppc64el as discussed.


Ack.
Thanks.

--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53736525.6000...@linux.vnet.ibm.com



Processing of linux-tools_3.14-1~bpo70+1_multi.changes

2014-05-14 Thread Debian FTP Masters
linux-tools_3.14-1~bpo70+1_multi.changes uploaded successfully to localhost
along with the files:
  linux-tools_3.14-1~bpo70+1.dsc
  linux-tools_3.14-1~bpo70+1.debian.tar.xz
  linux-kbuild-3.14_3.14-1~bpo70+1_i386.deb
  libusbip-dev_1.1.1+3.14-1~bpo70+1_i386.deb
  usbip_1.1.1+3.14-1~bpo70+1_i386.deb
  linux-tools-3.14_3.14-1~bpo70+1_i386.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkyld-00025k...@franck.debian.org



linux-tools_3.14-1~bpo70+1_multi.changes is NEW

2014-05-14 Thread Debian FTP Masters
binary:linux-kbuild-3.14 is NEW.
binary:linux-tools-3.14 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkyni-0002ux...@franck.debian.org



Processing of linux-latest_57~bpo70+1_i386.changes

2014-05-14 Thread Debian FTP Masters
linux-latest_57~bpo70+1_i386.changes uploaded successfully to localhost
along with the files:
  linux-doc_3.14+57~bpo70+1_all.deb
  linux-source_3.14+57~bpo70+1_all.deb
  linux-tools_3.14+57~bpo70+1_all.deb
  linux-image-486_3.14+57~bpo70+1_i386.deb
  linux-headers-486_3.14+57~bpo70+1_i386.deb
  linux-image-686-pae_3.14+57~bpo70+1_i386.deb
  linux-headers-686-pae_3.14+57~bpo70+1_i386.deb
  linux-image-686-pae-dbg_3.14+57~bpo70+1_i386.deb
  linux-image-amd64_3.14+57~bpo70+1_i386.deb
  linux-headers-amd64_3.14+57~bpo70+1_i386.deb
  linux-image-rt-686-pae_3.14+57~bpo70+1_i386.deb
  linux-headers-rt-686-pae_3.14+57~bpo70+1_i386.deb
  linux-image-rt-686-pae-dbg_3.14+57~bpo70+1_i386.deb
  linux-latest_57~bpo70+1.dsc
  linux-latest_57~bpo70+1.tar.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkyqt-00030n...@franck.debian.org



Re: powerpc ABI change

2014-05-14 Thread Ben Hutchings
On Tue, 2014-05-13 at 22:11 +0200, Bastian Blank wrote:
 On Tue, May 13, 2014 at 09:04:45PM +0200, Bastian Blank wrote:
  Are you sure that powerpc is the only affected?
 
 This looks pretty much like an unstable compiler support check.  This
 script hides any output, so we have no way to see what happened:
 | ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-goto.sh $(CC)), y)
 | KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO
 | endif
 
 The list of added symbols is consistent with support for jump labels and
 this support adds two fields to struct module, so almost every symbol
 is affected.

I've worked around this for 3.14.4-1 by forcing CONFIG_JUMP_LABEL off
for powerpc/powerpc64 (where the test failed) and adding a version to
the compiler build-dependency for ppc64 (where the test passed).

Since 'asm goto' has been around for a while, I suspect that the real
failure was in linking a 64-bit executable on 32-bit powerpc.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


signature.asc
Description: This is a digitally signed message part


linux-latest_57~bpo70+1_i386.changes ACCEPTED into wheezy-backports

2014-05-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 14 May 2014 13:29:55 +0100
Source: linux-latest
Binary: linux-source linux-doc linux-tools linux-image-amd64 
linux-headers-amd64 linux-image-amd64-dbg xen-linux-system-amd64 
linux-image-rt-amd64 linux-headers-rt-amd64 linux-image-rt-amd64-dbg 
linux-image-kirkwood linux-headers-kirkwood linux-image-mv78xx0 
linux-headers-mv78xx0 linux-image-orion5x linux-headers-orion5x 
linux-image-versatile linux-headers-versatile linux-image-armmp 
linux-headers-armmp linux-image-armmp-lpae linux-headers-armmp-lpae 
linux-image-486 linux-headers-486 linux-image-686-pae linux-headers-686-pae 
linux-image-686-pae-dbg linux-image-rt-686-pae linux-headers-rt-686-pae 
linux-image-rt-686-pae-dbg linux-image-itanium linux-headers-itanium 
linux-image-mckinley linux-headers-mckinley linux-image-r4k-ip22 
linux-headers-r4k-ip22 linux-image-r5k-ip32 linux-headers-r5k-ip32 
linux-image-sb1-bcm91250a linux-headers-sb1-bcm91250a 
linux-image-sb1a-bcm91480b linux-headers-sb1a-bcm91480b linux-image-4kc-malta 
linux-headers-4kc-malta linux-image-5kc-malta
 linux-headers-5kc-malta linux-image-octeon linux-headers-octeon 
linux-image-loongson-2e linux-headers-loongson-2e linux-image-loongson-2f 
linux-headers-loongson-2f linux-image-powerpc linux-headers-powerpc 
linux-image-powerpc-smp linux-headers-powerpc-smp linux-image-powerpc64 
linux-headers-powerpc64 linux-image-s390x linux-headers-s390x 
linux-image-s390x-dbg linux-image-sparc64 linux-headers-sparc64 
linux-image-sparc64-smp
 linux-headers-sparc64-smp
Architecture: source all i386
Version: 57~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Ben Hutchings b...@decadent.org.uk
Description: 
 linux-doc  - Linux kernel specific documentation (meta-package)
 linux-headers-486 - Header files for Linux 486 configuration (meta-package)
 linux-headers-4kc-malta - Header files for Linux 4kc-malta configuration 
(meta-package)
 linux-headers-5kc-malta - Header files for Linux 5kc-malta configuration 
(meta-package)
 linux-headers-686-pae - Header files for Linux 686-pae configuration 
(meta-package)
 linux-headers-amd64 - Header files for Linux amd64 configuration (meta-package)
 linux-headers-armmp - Header files for Linux armmp configuration (meta-package)
 linux-headers-armmp-lpae - Header files for Linux armmp-lpae configuration 
(meta-package)
 linux-headers-itanium - Header files for Linux itanium configuration 
(meta-package)
 linux-headers-kirkwood - Header files for Linux kirkwood configuration 
(meta-package)
 linux-headers-loongson-2e - Header files for Linux loongson-2e configuration 
(meta-package)
 linux-headers-loongson-2f - Header files for Linux loongson-2f configuration 
(meta-package)
 linux-headers-mckinley - Header files for Linux mckinley configuration 
(meta-package)
 linux-headers-mv78xx0 - Header files for Linux mv78xx0 configuration 
(meta-package)
 linux-headers-octeon - Header files for Linux octeon configuration 
(meta-package)
 linux-headers-orion5x - Header files for Linux orion5x configuration 
(meta-package)
 linux-headers-powerpc - Header files for Linux powerpc configuration 
(meta-package)
 linux-headers-powerpc-smp - Header files for Linux powerpc-smp configuration 
(meta-package)
 linux-headers-powerpc64 - Header files for Linux powerpc64 configuration 
(meta-package)
 linux-headers-r4k-ip22 - Header files for Linux r4k-ip22 configuration 
(meta-package)
 linux-headers-r5k-ip32 - Header files for Linux r5k-ip32 configuration 
(meta-package)
 linux-headers-rt-686-pae - Header files for Linux rt-686-pae configuration 
(meta-package)
 linux-headers-rt-amd64 - Header files for Linux rt-amd64 configuration 
(meta-package)
 linux-headers-s390x - Header files for Linux s390x configuration (meta-package)
 linux-headers-sb1-bcm91250a - Header files for Linux sb1-bcm91250a 
configuration (meta-package)
 linux-headers-sb1a-bcm91480b - Header files for Linux sb1a-bcm91480b 
configuration (meta-package
 linux-headers-sparc64 - Header files for Linux sparc64 configuration 
(meta-package)
 linux-headers-sparc64-smp - Header files for Linux sparc64-smp configuration 
(meta-package)
 linux-headers-versatile - Header files for Linux versatile configuration 
(meta-package)
 linux-image-486 - Linux for older PCs (meta-package)
 linux-image-4kc-malta - Linux for MIPS Malta (meta-package)
 linux-image-5kc-malta - Linux for MIPS Malta (64-bit) (meta-package)
 linux-image-686-pae - Linux for modern PCs (meta-package)
 linux-image-686-pae-dbg - Debugging symbols for Linux 686-pae configuration 
(meta-package)
 linux-image-amd64 - Linux for 64-bit PCs (meta-package)
 linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration 
(meta-package)
 linux-image-armmp - Linux for ARMv7 multiplatform compatible SoCs 
(meta-package)
 linux-image-armmp-lpae - Linux for ARMv7 multiplatform compatible SoCs 

uploading 3.15-rc5

2014-05-14 Thread maximilian attems
Hello,

I will upload tomorrow around 12h00 UT to experimental.

best,

-- 
maks


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140514154102.ga20...@stro.at



Re: powerpc ABI change

2014-05-14 Thread Bastian Blank
On Wed, May 14, 2014 at 02:05:34PM +0100, Ben Hutchings wrote:
 Since 'asm goto' has been around for a while, I suspect that the real
 failure was in linking a 64-bit executable on 32-bit powerpc.

Can't be.  This script is called without any parameter, only the
compiler.  Also it does not link binaries, only compile it.

Bastian

-- 
I have never understood the female capacity to avoid a direct answer to
any question.
-- Spock, This Side of Paradise, stardate 3417.3


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140514163014.ga24...@mail.waldi.eu.org



Processed: fixed 746642 in 3.2.57-3+deb7u1, fixed 746602 in 3.2.57-3+deb7u1, fixed 746411 in 3.2.57-3+deb7u1

2014-05-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 746642 3.2.57-3+deb7u1
Bug #746642 [linux-image-3.2.0-4-amd64] Fails to detect SATA disks
Marked as fixed in versions linux/3.2.57-3+deb7u1.
 fixed 746602 3.2.57-3+deb7u1
Bug #746602 [linux-source-3.2] skb_copy_ubufs() not exported by the Debian 
Linux kernel 3.2.57-3
Marked as fixed in versions linux/3.2.57-3+deb7u1.
 fixed 746411 3.2.57-3+deb7u1
Bug #746411 [src:linux] linux-image-3.2.0-4-amd64: regression: suspend/resume 
not working after update
Bug #747257 [src:linux] linux-image-3.2.0-4-amd64: Wheezy kernel update in 7.5 
won't resume from suspend correctly
Marked as fixed in versions linux/3.2.57-3+deb7u1.
Marked as fixed in versions linux/3.2.57-3+deb7u1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746411
746602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746602
746642: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746642
747257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.140008761315233.transcr...@bugs.debian.org



Processing of linux-2.6_2.6.32-48squeeze6_multi.changes

2014-05-14 Thread Debian FTP Masters
linux-2.6_2.6.32-48squeeze6_multi.changes uploaded successfully to localhost
along with the files:
  linux-2.6_2.6.32-48squeeze6.dsc
  linux-2.6_2.6.32-48squeeze6.diff.gz
  linux-doc-2.6.32_2.6.32-48squeeze6_all.deb
  linux-manual-2.6.32_2.6.32-48squeeze6_all.deb
  linux-patch-debian-2.6.32_2.6.32-48squeeze6_all.deb
  linux-source-2.6.32_2.6.32-48squeeze6_all.deb
  linux-support-2.6.32-5_2.6.32-48squeeze6_all.deb
  firmware-linux-free_2.6.32-48squeeze6_all.deb
  linux-base_2.6.32-48squeeze6_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkcjb-0005z6...@franck.debian.org



linux-2.6_2.6.32-48squeeze6_multi.changes ACCEPTED into oldstable-proposed-updates-oldstable-new

2014-05-14 Thread Debian FTP Masters
Mapping oldstable-security to oldstable-proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 May 2014 19:38:43 -0600
Source: linux-2.6
Binary: linux-tools-2.6.32 linux-source-2.6.32 linux-doc-2.6.32 
linux-manual-2.6.32 linux-patch-debian-2.6.32 firmware-linux-free 
linux-support-2.6.32-5 linux-base linux-libc-dev linux-headers-2.6.32-5-all 
linux-headers-2.6.32-5-all-alpha linux-headers-2.6.32-5-common 
linux-image-2.6.32-5-alpha-generic linux-headers-2.6.32-5-alpha-generic 
linux-image-2.6.32-5-alpha-smp linux-headers-2.6.32-5-alpha-smp 
linux-image-2.6.32-5-alpha-legacy linux-headers-2.6.32-5-alpha-legacy 
linux-headers-2.6.32-5-all-amd64 linux-image-2.6.32-5-amd64 
linux-headers-2.6.32-5-amd64 linux-image-2.6.32-5-amd64-dbg 
linux-headers-2.6.32-5-common-openvz linux-image-2.6.32-5-openvz-amd64 
linux-headers-2.6.32-5-openvz-amd64 linux-image-2.6.32-5-openvz-amd64-dbg 
linux-headers-2.6.32-5-common-vserver linux-image-2.6.32-5-vserver-amd64 
linux-headers-2.6.32-5-vserver-amd64 linux-image-2.6.32-5-vserver-amd64-dbg 
linux-headers-2.6.32-5-common-xen linux-image-2.6.32-5-xen-amd64 
linux-headers-2.6.32-5-xen-amd64
 linux-image-2.6.32-5-xen-amd64-dbg xen-linux-system-2.6.32-5-xen-amd64 
linux-headers-2.6.32-5-all-armel linux-image-2.6.32-5-iop32x 
linux-headers-2.6.32-5-iop32x linux-image-2.6.32-5-ixp4xx 
linux-headers-2.6.32-5-ixp4xx linux-image-2.6.32-5-kirkwood 
linux-headers-2.6.32-5-kirkwood linux-image-2.6.32-5-orion5x 
linux-headers-2.6.32-5-orion5x linux-image-2.6.32-5-versatile 
linux-headers-2.6.32-5-versatile linux-headers-2.6.32-5-all-hppa 
linux-image-2.6.32-5-parisc linux-headers-2.6.32-5-parisc 
linux-image-2.6.32-5-parisc-smp linux-headers-2.6.32-5-parisc-smp 
linux-image-2.6.32-5-parisc64 linux-headers-2.6.32-5-parisc64 
linux-image-2.6.32-5-parisc64-smp linux-headers-2.6.32-5-parisc64-smp 
linux-headers-2.6.32-5-all-i386 linux-image-2.6.32-5-486 
linux-headers-2.6.32-5-486 linux-image-2.6.32-5-686 linux-headers-2.6.32-5-686 
linux-image-2.6.32-5-686-bigmem linux-headers-2.6.32-5-686-bigmem 
linux-image-2.6.32-5-686-bigmem-dbg linux-image-2.6.32-5-openvz-686
 linux-headers-2.6.32-5-openvz-686 linux-image-2.6.32-5-openvz-686-dbg 
linux-image-2.6.32-5-vserver-686 linux-headers-2.6.32-5-vserver-686 
linux-image-2.6.32-5-vserver-686-bigmem 
linux-headers-2.6.32-5-vserver-686-bigmem 
linux-image-2.6.32-5-vserver-686-bigmem-dbg linux-image-2.6.32-5-xen-686 
linux-headers-2.6.32-5-xen-686 linux-image-2.6.32-5-xen-686-dbg 
xen-linux-system-2.6.32-5-xen-686 linux-headers-2.6.32-5-all-ia64 
linux-image-2.6.32-5-itanium linux-headers-2.6.32-5-itanium 
linux-image-2.6.32-5-mckinley linux-headers-2.6.32-5-mckinley 
linux-image-2.6.32-5-vserver-itanium linux-headers-2.6.32-5-vserver-itanium 
linux-image-2.6.32-5-vserver-mckinley linux-headers-2.6.32-5-vserver-mckinley 
linux-headers-2.6.32-5-all-m68k linux-image-2.6.32-5-amiga 
linux-headers-2.6.32-5-amiga linux-image-2.6.32-5-atari 
linux-headers-2.6.32-5-atari linux-image-2.6.32-5-bvme6000 
linux-headers-2.6.32-5-bvme6000 linux-image-2.6.32-5-mac 
linux-headers-2.6.32-5-mac
 linux-image-2.6.32-5-mvme147 linux-headers-2.6.32-5-mvme147 
linux-image-2.6.32-5-mvme16x linux-headers-2.6.32-5-mvme16x 
linux-headers-2.6.32-5-all-mips linux-image-2.6.32-5-r4k-ip22 
linux-headers-2.6.32-5-r4k-ip22 linux-image-2.6.32-5-r5k-ip32 
linux-headers-2.6.32-5-r5k-ip32 linux-image-2.6.32-5-sb1-bcm91250a 
linux-headers-2.6.32-5-sb1-bcm91250a linux-image-2.6.32-5-sb1a-bcm91480b 
linux-headers-2.6.32-5-sb1a-bcm91480b linux-image-2.6.32-5-4kc-malta 
linux-headers-2.6.32-5-4kc-malta linux-image-2.6.32-5-5kc-malta 
linux-headers-2.6.32-5-5kc-malta linux-headers-2.6.32-5-all-mipsel 
linux-image-2.6.32-5-r5k-cobalt linux-headers-2.6.32-5-r5k-cobalt 
linux-headers-2.6.32-5-all-powerpc linux-image-2.6.32-5-powerpc 
linux-headers-2.6.32-5-powerpc linux-image-2.6.32-5-powerpc-smp 
linux-headers-2.6.32-5-powerpc-smp linux-image-2.6.32-5-powerpc64 
linux-headers-2.6.32-5-powerpc64 linux-image-2.6.32-5-vserver-powerpc 
linux-headers-2.6.32-5-vserver-powerpc
 linux-image-2.6.32-5-vserver-powerpc64 
linux-headers-2.6.32-5-vserver-powerpc64 linux-headers-2.6.32-5-all-s390 
linux-image-2.6.32-5-s390x linux-headers-2.6.32-5-s390x 
linux-image-2.6.32-5-s390x-tape linux-image-2.6.32-5-vserver-s390x 
linux-headers-2.6.32-5-vserver-s390x linux-headers-2.6.32-5-all-sh4 
linux-image-2.6.32-5-sh7751r linux-headers-2.6.32-5-sh7751r 
linux-image-2.6.32-5-sh7785lcr linux-headers-2.6.32-5-sh7785lcr 
linux-headers-2.6.32-5-all-sparc linux-image-2.6.32-5-sparc64 
linux-headers-2.6.32-5-sparc64 linux-image-2.6.32-5-sparc64-smp 
linux-headers-2.6.32-5-sparc64-smp linux-image-2.6.32-5-vserver-sparc64 
linux-headers-2.6.32-5-vserver-sparc64
 linux-headers-2.6.32-5-all-sparc64
Architecture: source all
Version: 2.6.32-48squeeze6
Distribution: squeeze-security
Urgency: high
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Moritz 

Bug#748070: sorry

2014-05-14 Thread Rebecca N. Palmer
Reinstalled system, confirming that the new kernel works when installed 
properly.  Added sync call to rc.local.



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5373ad16.1010...@bham.ac.uk



Bug#746232: 3.2.57-rt: rcu_preempt detected stalls at boot

2014-05-14 Thread Paul Gortmaker
On 14-05-13 03:45 AM, Alexandra N. Kossovsky wrote:
 Hello.
 
 One of my computers fails to boot with 3.2.57-rt kernel, i686.
 The kernel is the Debian one: linux-image-3.2.0-4-rt-686-pae, version
 3.2.57-3.  Same non-rt kernel boots fine.  All newer -rt kernels (I've
 tried kernels starting from 3.6) boot fine.
 You can find some details of the hardware in
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746232,
 including lspci output and full kernel output.

One of the more recent additions was to ensure RCU_BOOST was
auto selected via Kconfig dependencies.  It might not have
been present in 3.2.57-rt; not sure w/o checking what debian
has in there.  But you might want to check the .config you
have to see whether it is on or off, and try enabling it.

Paul.
--

 
 Here is the end of the serial log from the failed boot:
 [2.868692] ERST: Failed to get Error Log Address Range.
 [3.705427] Refined TSC clocksource calibration: 3599.999 MHz.
 [3.711340] Switching to clocksource tsc
 [   62.804918] INFO: rcu_preempt detected stalls on CPUs/tasks: {} (detected 
 by 3, t=15002 jiffies)
 [   62.804923] INFO: Stall ended before state dump start
 [  242.351898] INFO: task swapper/0:1 blocked for more than 120 seconds.
 [  242.372354] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables 
 this message.
 [  242.380260] swapper/0   D 0001 0 1  0 0x
 [  242.386812]  e8cd56f0 0046 c12c30e0 0001 e8cd6000  
 2c2abdd0 c14cb680
 [  242.400292]  e8cd58c0 c14cb680 0001 c12c5c47 c154bfdc c12c2f02 
 3520 c10283fb
 [  242.408607]  0001 c12c5bb3 e8c18800 c12c3002 c118f8e7 c140007c 
 c140007c e8c18800
 [  242.416931] Call Trace:
 [  242.419453]  [c12c30e0] ? need_resched+0x17/0x1b
 [  242.424296]  [c12c5c47] ? add_preempt_count+0x88/0x97
 [  242.429577]  [c12c2f02] ? _raw_spin_lock_irqsave+0x1b/0x37
 [  242.435308]  [c10283fb] ? get_parent_ip+0x8/0x19
 [  242.440158]  [c12c5bb3] ? sub_preempt_count+0x74/0x80
 [  242.445439]  [c12c3002] ? _raw_spin_unlock_irqrestore+0x21/0x2b
 [  242.451602]  [c118f8e7] ? vgacon_scroll+0x175/0x18f
 [  242.456703]  [c12c5ccd] ? __atomic_notifier_call_chain+0x33/0x3c
 [  242.462942]  [c12c20ac] ? schedule+0x64/0x7d
 [  242.467441]  [c12c22d5] ? schedule_timeout+0x1f/0xac
 [  242.472641]  [c11d530a] ? notify_update+0x1f/0x23
 [  242.477574]  [c10283fb] ? get_parent_ip+0x8/0x19
 [  242.482421]  [c12c5bb3] ? sub_preempt_count+0x74/0x80
 [  242.487700]  [c10283fb] ? get_parent_ip+0x8/0x19
 [  242.492543]  [c12c5bb3] ? sub_preempt_count+0x74/0x80
 [  242.497831]  [c102b2de] ? migrate_enable+0x120/0x132
 [  242.503024]  [c12c1f7f] ? wait_for_common+0x7f/0xe1
 [  242.508130]  [c102b0d6] ? try_to_wake_up+0x189/0x189
 [  242.513336]  [c1077820] ? __call_rcu+0xe6/0xe6
 [  242.518025]  [c1044fcc] ? wait_rcu_gp+0x2e/0x33
 [  242.522787]  [c1044fd1] ? wait_rcu_gp+0x33/0x33
 [  242.527553]  [c102] ? huge_pte_alloc+0x1cc/0x216
 [  242.532750]  [c102b2de] ? migrate_enable+0x120/0x132
 [  242.537953]  [c119bbcb] ? acpi_post_unmap_gar+0x78/0x91
 [  242.543424]  [c11ba24a] ? post_unmap_gar_callback+0x15/0x18
 [  242.549224]  [c11b9c97] ? apei_exec_for_each_entry+0x64/0x78
 [  242.555110]  [c11ba235] ? apei_resources_request+0x17f/0x17f
 [  242.561008]  [c143aa36] ? setup_erst_disable+0xd/0xd
 [  242.566203]  [c11b9cc9] ? apei_exec_post_unmap_gars+0xe/0x10
 [  242.572088]  [c143ac67] ? erst_init+0x231/0x288
 [  242.576851]  [c11ef04a] ? bus_add_driver+0x180/0x1b2
 [  242.582054]  [c100115c] ? do_one_initcall+0x66/0x10e
 [  242.587246]  [c14177d8] ? kernel_init+0xfc/0x173
 [  242.592093]  [c14176dc] ? start_kernel+0x31a/0x31a
 [  242.597110]  [c12c76fe] ? kernel_thread_helper+0x6/0xd
 
 


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53739824.2080...@windriver.com



Re: powerpc ABI change

2014-05-14 Thread Ben Hutchings
On Wed, 2014-05-14 at 18:30 +0200, Bastian Blank wrote:
 On Wed, May 14, 2014 at 02:05:34PM +0100, Ben Hutchings wrote:
  Since 'asm goto' has been around for a while, I suspect that the real
  failure was in linking a 64-bit executable on 32-bit powerpc.
 
 Can't be.  This script is called without any parameter, only the
 compiler.  Also it does not link binaries, only compile it.

OK, then I have no idea why this check failed.  I have worked around it,
anyhow.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


signature.asc
Description: This is a digitally signed message part


Processed: notfixed 748070 in 3.2.57-3

2014-05-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # fixed means something was changed to fix the bug
 notfixed 748070 3.2.57-3
Bug #748070 {Done: Ben Hutchings b...@decadent.org.uk} 
[linux-image-3.2.0-4-amd64] linux-image-3.2.0-4-amd64: moddep file not found
No longer marked as fixed in versions linux/3.2.57-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
748070: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748070
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.140009729214309.transcr...@bugs.debian.org



Bug#748070: sorry

2014-05-14 Thread Ben Hutchings
On Wed, 2014-05-14 at 18:51 +0100, Rebecca N. Palmer wrote:
 Reinstalled system, confirming that the new kernel works when installed 
 properly.  Added sync call to rc.local.

I don't think that sync should be needed, as dpkg already syncs all the
files it writes (unless you use 'eatmydata' or similar hack to disable
this).

If you're sure that dpkg was no longer running at the point you
rebooted, then you may have actually found a bug - either in dpkg or the
kernel, but not specific to this package version.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


signature.asc
Description: This is a digitally signed message part


Bug#746232: 3.2.57-rt: rcu_preempt detected stalls at boot

2014-05-14 Thread Ben Hutchings
On Wed, 2014-05-14 at 12:21 -0400, Paul Gortmaker wrote:
 On 14-05-13 03:45 AM, Alexandra N. Kossovsky wrote:
  Hello.
  
  One of my computers fails to boot with 3.2.57-rt kernel, i686.
  The kernel is the Debian one: linux-image-3.2.0-4-rt-686-pae, version
  3.2.57-3.  Same non-rt kernel boots fine.  All newer -rt kernels (I've
  tried kernels starting from 3.6) boot fine.
  You can find some details of the hardware in
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746232,
  including lspci output and full kernel output.
 
 One of the more recent additions was to ensure RCU_BOOST was
 auto selected via Kconfig dependencies.  It might not have
 been present in 3.2.57-rt; not sure w/o checking what debian
 has in there.  But you might want to check the .config you
 have to see whether it is on or off, and try enabling it.
[...]

$ grep RCU_BOOST /usr/src/linux-headers-3.2.0-4-rt-686-pae/.config
# CONFIG_RCU_BOOST is not set

Sasha, could you try enabling this?  (Instructions for rebuilding the
package are at
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official,
 or you could take the source and rt patch from linux-source-3.2 and then use 
'make deb-pkg'.)

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


signature.asc
Description: This is a digitally signed message part


Bug#748070:

2014-05-14 Thread Rebecca N. Palmer

I don't think that sync should be needed, as dpkg already syncs all the
files it writes
Including maintainer scripts/triggers, or only unpacking?  Does sync 
work if it doesn't know the cache mode (I get No Caching mode page 
found/Assuming drive cache: write through from sd on each boot)?



If you're sure that dpkg was no longer running at the point you
rebooted,
I was at the login prompt: does sysvinit wait for rc.local to finish 
before displaying that?



--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5373e8d3.7070...@bham.ac.uk