public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Greaves <david@dgreaves.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.6.22-rc4
Date: Tue, 05 Jun 2007 10:29:43 +0100	[thread overview]
Message-ID: <46652D07.1040103@dgreaves.com> (raw)
In-Reply-To: <alpine.LFD.0.98.0706042040350.23741@woody.linux-foundation.org>

Linus Torvalds wrote:
> So -rc4 is out there now, hopefully shrinking the regression list further. 
> 
> The diffstat (for those that look at those kinds of things) tells the 
> story: lots of small stuff to random files. I think the single biggest 
> file change was the patch-checking script, along with some sparc64 fixes. 
> But the bulk of it all is just a lot of small random things.
> 
> Shortlog appended to give kind of an overview, nothing really stands out 
> there. Mostly driver fixes, with some architecture updates.
> 
> I'd ask that people involved with the known regressions please test 
> whether they got fixed, and if you wrote a patch and it's still pending, 
> please make sure to push it upstream..
> 
> 		Linus

Compile warnings and a new regression: hang on boot during sata_promise
detection... :(

I have to go out now, I'll get more details on my return.

make mrproper
cp ../linux-2.6.21.1/.config .
make oldconfig (accept defaults)
make

scripts/kconfig/conf -s arch/i386/Kconfig
drivers/input/keyboard/Kconfig:170:warning: 'select' used by config symbol
'KEYBOARD_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
drivers/input/mouse/Kconfig:182:warning: 'select' used by config symbol
'MOUSE_ATARI' refers to undefined symbol 'ATARI_KBD_CORE'
  CHK     include/linux/version.h

[And I gave my Amiga away a year ago :) ]

  CC      kernel/power/pm.o
kernel/power/pm.c:205: warning: `pm_register' is deprecated (declared at
kernel/power/pm.c:64)
kernel/power/pm.c:205: warning: `pm_register' is deprecated (declared at
kernel/power/pm.c:64)
kernel/power/pm.c:206: warning: `pm_send_all' is deprecated (declared at
kernel/power/pm.c:180)
kernel/power/pm.c:206: warning: `pm_send_all' is deprecated (declared at
kernel/power/pm.c:180)

  CC      fs/xfs/linux-2.6/xfs_lrw.o
fs/xfs/linux-2.6/xfs_lrw.c: In function `xfs_iozero':
fs/xfs/linux-2.6/xfs_lrw.c:162: warning: `memclear_highpage_flush' is deprecated
(declared at include/linux/highmem.h:115)

  CC      drivers/base/dd.o
drivers/base/dd.c:211: warning: `device_probe_drivers' defined but not used

  CC      drivers/pci/search.o
drivers/pci/search.c: In function `pci_find_slot':
drivers/pci/search.c:99: warning: `pci_find_device' is deprecated (declared at
include/linux/pci.h:477)
drivers/pci/search.c: At top level:
drivers/pci/search.c:434: warning: `pci_find_device' is deprecated (declared at
drivers/pci/search.c:241)
drivers/pci/search.c:434: warning: `pci_find_device' is deprecated (declared at
drivers/pci/search.c:241)

  LD      vmlinux
  SYSMAP  System.map
  SYSMAP  .tmp_System.map
  MODPOST vmlinux
WARNING: arch/i386/kernel/built-in.o(.text+0x968f): Section mismatch: reference
to .init.text: (between 'mtrr_bp_init' and 'mtrr_ap_init')
WARNING: arch/i386/kernel/built-in.o(.text+0x9781): Section mismatch: reference
to .init.text: (between 'mtrr_bp_init' and 'mtrr_ap_init')
WARNING: arch/i386/kernel/built-in.o(.text+0x9786): Section mismatch: reference
to .init.text: (between 'mtrr_bp_init' and 'mtrr_ap_init')
WARNING: arch/i386/kernel/built-in.o(.text+0xa25c): Section mismatch: reference
to .init.text: (between 'get_mtrr_state' and 'mtrr_wrmsr')
WARNING: arch/i386/kernel/built-in.o(.text+0xa303): Section mismatch: reference
to .init.text: (between 'get_mtrr_state' and 'mtrr_wrmsr')
WARNING: arch/i386/kernel/built-in.o(.text+0xa31b): Section mismatch: reference
to .init.text: (between 'get_mtrr_state' and 'mtrr_wrmsr')
WARNING: arch/i386/kernel/built-in.o(.text+0xa344): Section mismatch: reference
to .init.text: (between 'get_mtrr_state' and 'mtrr_wrmsr')
WARNING: arch/i386/kernel/built-in.o(.exit.text+0x19): Section mismatch:
reference to .init.text: (between 'cache_remove_dev' and 'powernow_k6_exit')
WARNING: arch/i386/kernel/built-in.o(.data+0x2160): Section mismatch: reference
to .init.text: (between 'thermal_throttle_cpu_notifier' and 'mce_work')
WARNING: kernel/built-in.o(.text+0x14482): Section mismatch: reference to
.init.text: (between 'kthreadd' and 'init_waitqueue_head')


David


  reply	other threads:[~2007-06-05  9:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-05  3:50 Linux 2.6.22-rc4 Linus Torvalds
2007-06-05  9:29 ` David Greaves [this message]
2007-06-05 16:14 ` Linux 2.6.22-rc4 - sata_promise regression since -rc3 David Greaves
2007-06-05 18:54 ` Linux 2.6.22-rc4 Michal Piotrowski
2007-06-05 19:26   ` Linus Torvalds
2007-06-05 19:37     ` Ingo Molnar
2007-06-05 19:50       ` Linus Torvalds
2007-06-05 20:16         ` Pavel Machek
2007-06-05 20:19       ` Pavel Machek
2007-06-05 22:01         ` Rafael J. Wysocki
2007-06-07 14:46     ` Jan Engelhardt
2007-06-07 15:24       ` Gene Heskett
2007-06-07 15:38         ` Jan Engelhardt
2007-06-07 16:06           ` Gene Heskett
2007-06-07 16:54             ` Jan Engelhardt
2007-06-07 20:21               ` Gene Heskett
2007-06-07 21:14                 ` Pavel Machek
2007-06-05 21:11 ` Badari Pulavarty
2007-06-10  6:15 ` Avuton Olrich
  -- strict thread matches above, loose matches on Subject: below --
2007-06-05 10:41 Mikael Pettersson
2007-06-05 15:51 ` Jeff Garzik

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=46652D07.1040103@dgreaves.com \
    --to=david@dgreaves.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox