* Linux 2.6.29-rc3
@ 2009-01-28 19:41 Linus Torvalds
2009-01-29 9:28 ` [BUILD_FAILURE] 2.6.29-rc3 : drivers/ata/sata_sil.c Sachin P. Sant
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Linus Torvalds @ 2009-01-28 19:41 UTC (permalink / raw)
To: Linux Kernel Mailing List
It's out there, and while it's a bit larger than I'd wish for, that size
is pretty understandable considering that it's closer to two weeks than
one in between -rc2 and -rc3 (due to LCA, obviously).
And it isn't really _that_ big: part of the reason it looks bigger as a
traditional patch (which is what I upload when I upload patches) than it
really is due to a lot of m68k include file renames, so if you look at the
git rename-aware patches it all actually looks much smaller.
About a quarter of it is arch updates (of which a third is ppc defconfig
updates): mainly sh, arm and m68k. Almost another quarter is some
filesystem updates, but the bulk of that is literally just splitting up
the core fs Kconfig file and moving out the filesystem config information
into the individual filesystems. With some xfs updates to round it all up.
And half (which is pretty much "the rest" for you guys keeping count) is
driver updates. As usual. USB and the dmaengine code dominates in pure
lines, but there's a couple of new drivers like the i.MX31 framebuffer
thing etc.
But the most interesting part (at least for me) of the driver update is
likely the continued fixing of the PCI suspend/resume handling, which for
me now finally results in a _reliable_ suspend/resume on one of my laptops
(admittedly I still have an X problem, but the discussions on the exact
way to fix that are still on-going, and it's technically a userlevel
problem that will likely result in a kernel change just to make the DRI
interfaces not be as fragile).
We have historically been in a situation where suspend/resume often works,
but may not be reliable due to interrupt timings, especially if there are
any shared interrupts going on between drivers. We already had some parts
of the suspend/resume changes in -rc1, but I hope it's approaching more
stability now.
[ In the longer run, the changes will also allow us to simplify a lot of
device drivers thanks to the code PCI driver code doing more of it for
us, but that's a largely independent later cleanup issue. ]
The thing about suspend/resume though is that partly exactly _because_
it's been very fragile historically (a driver may have been totally solid
on one machine for example, but flaky on another due to different
interrupt configuration), I'm not going out on much of a limb when I say
that we'll really need user feedback on any drivers that now don't
suspend/resume cleanly.
So please, people - especially if you use suspend/resume, we want to hear
about regressions, and will need to know what hardware and drivers you
have active. Hearing about success stories is obviously always fun, but
it's the regressions that we really want to track.
Linus
---
Abbas, Mohamed (1):
iwlwifi: fix rs_get_rate WARN_ON()
Adrian Bunk (3):
m68knommu: set NO_DMA
m68knommu: remove obsolete and unused eLIA board
m68knommu: remove the no longer used PCI support option
Adrian McMenamin (1):
dma-coherent: per-device coherent area is in pages, not bytes.
Ajay Kumar Gupta (1):
USB: musb free_irq bugfix
Alan Cox (1):
USB: cdc-acm: Add another conexant modem to the quirks
Alan Stern (3):
USB: fix toggle mismatch in disable_endpoint paths
USB: don't enable wakeup by default for PCI host controllers
USB: fix char-device disconnect handling
Alex Williamson (1):
virtio_net: Fix MAX_PACKET_LEN to support 802.1Q VLANs
Alex.Cheng@quantatw.com (1):
USB: option: add QUANTA HSDPA Data Card device ids
Alexey Dobriyan (37):
fs/Kconfig: move reiserfs out
fs/Kconfig: move jfs out
fs/Kconfig: move ocfs2 out
fs/Kconfig: move btrfs out
fs/Kconfig: move autofs, autofs4 out
fs/Kconfig: move fuse out
fs/Kconfig: move iso9660, udf out
fs/Kconfig: move fat out
fs/Kconfig: move ntfs out
fs/Kconfig: move sysfs out
fs/Kconfig: move configfs out
fs/Kconfig: move adfs out
fs/Kconfig: move affs out
fs/Kconfig: move ecryptfs out
fs/Kconfig: move hfs, hfsplus out
fs/Kconfig: move befs out
fs/Kconfig: move bfs out
fs/Kconfig: move efs out
fs/Kconfig: move cramfs out
fs/Kconfig: move squashfs out
fs/Kconfig: move vxfs out
fs/Kconfig: move minix out
fs/Kconfig: move omfs out
fs/Kconfig: move hpfs out
fs/Kconfig: move qnx4 out
fs/Kconfig: move romfs out
fs/Kconfig: move sysv out
fs/Kconfig: move ufs out
fs/Kconfig: move nfs out
fs/Kconfig: move nfsd out
fs/Kconfig: move sunrpc out
fs/Kconfig: move smbfs out
fs/Kconfig: move the rest of ncpfs out
fs/Kconfig: move coda out
fs/Kconfig: move afs out
fs/Kconfig: move 9p out
Fix longstanding "error: storage size of '__mod_dmi_device_table' isn't known"
Anand Gadiyar (1):
ARM: OMAP: Fix DMA CCR programming for request line > 63, v3
Andi Kleen (3):
x86, generic: mark complex bitops.h inlines as __always_inline
kbuild: print usage with no arguments in scripts/config
x86: use early clobbers in usercopy*.c
Andreas Schwab (1):
ide: fix IDE PMAC breakage
Andrew Lunn (1):
USB: CDC-ACM quirk for MTK GPS
Andrew Morton (1):
mlx4_core: Fix min() warning
Andrew Vasquez (8):
[SCSI] qla2xxx: Simplify sector-mask calculation in preparation for larger flash parts.
[SCSI] qla2xxx: Ensure RISC-interrupt-enabled consistency for IS_NOPOLLING_TYPE() ISPs.
[SCSI] qla2xxx: Always serialize mailbox command execution.
[SCSI] qla2xxx: Modify firmware-load order precedence for ISP81XX parts.
[SCSI] qla2xxx: Correct endianness issue during flash manipulation.
[SCSI] qla2xxx: Correct regression in EH abort handling.
[SCSI] qla2xxx: Correct regression in DMA-mask setting prior to allocations.
[SCSI] qla2xxx: Update version number to 8.03.00-k2.
Andrey Borzenkov (1):
orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_genie
Andrey Yurovsky (1):
libertas: Fix alignment issues in libertas core
Anirban Chakraborty (1):
[SCSI] qla2xxx: Fix memory leak in error path
Anton Vorontsov (3):
phylib: Fix oops in suspend/resume paths
gianfar: Revive VLAN support
USB: Driver for Freescale QUICC Engine USB Host Controller
Artur Skawina (1):
p54: set_tim must be atomic.
Arun KS (1):
ARM: OMAP: Fix OSK ASoC by registering I2C board info for tlvaic23
Atsushi Nemoto (1):
dmatest: Use custom map/unmap for destination buffer
Ben Greear (1):
vlan: Export symbols as non GPL symbols.
Ben Nizette (1):
ASoC: atmel_pcm: Remove non-existant header
Brandon Philips (1):
USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440
Brian Cavagnolo (1):
mac80211: decrement ref count to netdev after launching mesh discovery
Brian King (1):
[SCSI] ibmvfc: Fix DMA mapping leak on memory allocation failure
Brice Goglin (1):
myri10ge: don't forget pci_disable_device()
Bryan Wu (2):
USB: composite: Fix bug: should test set_alt function pointer before use it
USB: composite: Fix bug: low byte of w_index is the usb interface number not the whole 2 bytes of w_index
Casey Schaufler (1):
smackfs load append mode fix
Chr (1):
p54: add missing break in eeprom parser
Christian Borntraeger (1):
[CVE-2009-0029] sparc: Enable syscall wrappers for 64-bit
Christian Eggers (1):
usb/mcs7830: Don't use buffers from stack for USB transfers
Christian Lamparter (6):
p54: fix oops caused by bad eeproms
p54: fix p54_set_key's return code
mac80211: fix slot time debug message
p54: more cryptographic accelerator fixes
p54usb: fix nasty use after free
p54usb: fix packet loss with first generation devices
Christoph Hellwig (7):
xfs: fix dentry aliasing issues in open_by_handle
xfs: use mnt_want_write in compat_attrmulti ioctl
xfs: add a separate lock class for the per-mount list of dquots
xfs: lockdep annotations for xfs_dqlock2
xfs: add a lock class for group/project dquots
xfs: fix bad_features2 fixups for the root filesystem
xfs: sanity check attr fork size
Clemens Ladisch (3):
sound: virtuoso: enable UART on Xonar HDAV1.3
sound: virtuoso: add newline
sound: virtuoso: document HDAV1.3 driver status
Cliff Wickman (1):
x86, UV: cpu_relax in uv_wait_completion
Dan Carpenter (1):
fuse: fix NULL deref in fuse_file_alloc()
Dan Magenheimer (1):
xen: actually release memory when shrinking domain
Dan Williams (3):
fsldma: use a valid 'device' for dma_pool_create
dmaengine: kill some dubious WARN_ONCEs
dmaengine: dma_issue_pending_all == nop when CONFIG_DMA_ENGINE=n
Daniele Venzano (1):
isdn: Fix missing ifdef in isdn_ppp
Dave Airlie (2):
drm: fix leak of device mappings since multi-master changes.
i915: fix freeing path for gem phys objects.
Dave Chinner (1):
Long btree pointers are still 64 bit on disk
David Brownell (6):
drivers/ide/palm_bk3710.c buildfix
[ARM] 5368/1: arch/arm/mach-davinci/usb.c buildfix
USB: omap1 ohci buildfix (otg related)
USB: musb davinci buildfix
USB: musb_hdrc: another davinci buildfix (otg related)
USB: musb: Kconfig fix
David Daney (2):
Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.
cpumask fallout: Initialize irq_default_affinity earlier
David S. Miller (4):
sparc64: Initialize FHC/CLOCK LED platform_device 'id' field correctly.
sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx()
sparc64: Fix DAX handling via userspace access from kernel.
Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"
David Teigland (1):
dlm: fix plock notify callback to lockd
Dhananjay Phadke (2):
netxen: fix vlan tso/checksum offload
netxen: reduce memory footprint
Divy Le Ray (1):
cxgb3: Fix LRO misalignment
Don Skidmore (2):
ixgbe: fix dca issue with relaxed ordering turned on
ixgbe: fix tag stripping for VLAN ID 0
Eilon Greenstein (22):
bnx2x: Free IRQ
bnx2x: Handling probe failures
bnx2x: Potential race after iSCSI boot
bnx2x: Wrong HDR offset in CAM
bnx2x: Read chip ID
bnx2x: Block nvram access when the device is inactive
bnx2x: Overstepping array bounds
bnx2x: 1G-10G toggling race
bnx2x: Prevent self test loopback failures
bnx2x: Legacy speeds autoneg failures
bnx2x: Handling PHY FW load failure
bnx2x: Driver description update
bnx2x: Barriers for the compiler
bnx2x: Version update
bnx2x: Reset HW before use
bnx2x: Disable napi
bnx2x: Handling load failures
bnx2x: Carrier off first call
bnx2x: Calling napi_del
bnx2x: Missing rmb when waiting for FW response
bnx2x: loopback test failure
bnx2x: Version
Eric Anholt (3):
drm: stash AGP include under the do-we-have-AGP ifdef
x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.
drm: Rip out the racy, unused vblank signal code.
Eric Paris (1):
tty_open can return to userspace holding tty_mutex
Eric Sandeen (1):
[XFS] Remove the rest of the macro-to-function indirections.
Gabriel Paubert (1):
mv643xx_eth: prevent interrupt storm on ifconfig down
Gary Hade (1):
x86: remove kernel_physical_mapping_init() from init section
Gerhard Pircher (1):
powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code
Grant Erickson (1):
powerpc/4xx: DTS: Add Add'l SDRAM0 Compatible and Interrupt Info
Greg Kroah-Hartman (1):
sysfs: fix problems with binary files
Greg Ungerer (4):
m68knommu: fix cache flushing for the 527x ColdFire processors
m68knommu: remove the obsolete and long unused comempci chip support
m68knommu: fix syscall restarting
uclinux: add process name to allocation error message
Guennadi Liakhovetski (3):
dmaengine: add async_tx_clear_ack() macro
i.MX31: Image Processing Unit DMA and IRQ drivers
i.MX31: framebuffer driver
H. Peter Anvin (2):
x86: add MSR_IA32_MISC_ENABLE bits to <asm/msr-index.h>
x86: unmask CPUID levels on Intel CPUs
Harvey Harrison (1):
m68k{nommu}: fixups after the header move
Heiko Carstens (4):
[S390] personality: fix personality loss on execve
[S390] cputime: fix lowcore initialization on cpu hotplug
[S390] etr/stp: fix possible deadlock
lcs: fix compilation for !CONFIG_IP_MULTICAST
Henrik Kretzschmar (1):
sound: Remove removed OSS kernel parameters from doc
Herbert Xu (6):
crypto: authenc - Fix zero-length IV crash
net: Add debug info to track down GSO checksum bug
gro: Fix handling of complete checksums in IPv6
gro: Fix error handling on extremely short frags
gro: Fix merging of paged packets
crypto: blkcipher - Fix WARN_ON handling in walk_done
Hidetoshi Seto (1):
PCI/MSI: bugfix/utilize for msi_capability_init()
Hin-Tak Leung (1):
zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id list
Huang Weiyi (1):
ARM: OMAP: remove duplicated #include's
Hugo Villeneuve (1):
USB: musb cppi bugfixes
Ian Campbell (2):
xen: handle highmem pages correctly when shrinking a domain
xen: unitialised return value in xenbus_write_transaction
Ihar Hrachyshka (1):
MIPS: enable serial UART support on PNX833X devices.
Inaky Perez-Gonzalez (3):
wimax/i2400m: error paths that need to free an skb should use kfree_skb()
debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n
USB: add kernel-doc for wusb_dev in struct usb_device
Ingo Molnar (5):
x86, cpufreq: remove leftover copymask_copy()
fix: crash: IP: __bitmap_intersects+0x48/0x73
Revert "x86: signal: change type of paramter for sys_rt_sigreturn()"
x86: use standard PIT frequency
x86: unmask CPUID levels on Intel CPUs, fix
Ivo van Doorn (1):
rt2x00: Fix TX rate short preamble detection
J. Bruce Fields (3):
nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too
nfsd: fix null dereference on error path
nfsd: fix cred leak on every rpc
James A. Treacy (1):
USB: cdc-acm: support some gps data loggers
James Lentini (1):
update port number in NFS/RDMA documentation
Jan Beulich (2):
x86: avoid early crash in disable_local_APIC()
x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2)
Jan Kara (2):
quota: Improve locking
ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop()
Jarek Poplawski (1):
net: Fix data corruption when splicing from sockets.
Jarkko Nikula (1):
ARM: OMAP: Fix gpio by switching to generic gpio calls, v2
Jarod Wilson (1):
crypto: ccm - Fix handling of null assoc data
Jaswinder Singh Rajput (1):
time-sched.c: tick_nohz_update_jiffies should be static
Jean Delvare (5):
i2c: Delete 10 unused driver IDs
i2c: Delete many unused adapter IDs
i2c: Quilt tree has moved
eeprom: More consistent symbol names
i2c: Warn on deprecated binding model use
Jean-Baptiste Onofre (1):
USB: storage: support of Dane-Elec MediaTouch USB device
Jean-Christop PLAGNIOL-VILLARD (1):
[ARM] 5370/1: at91: fix rm9200 watchdog
Jeff Layton (2):
dlm: initialize file_lock struct in GETLK before copying conflicting lock
nfsd: only set file_lock.fl_lmops in nfsd4_lockt if a stateowner is found
Jeff Mahoney (1):
x86: define ARCH_WANT_FRAME_POINTERS
Jesper Nilsson (1):
klist.c: bit 0 in pointer can't be used as flag
Jesse Barnes (6):
drm: create mode_config idr lock
drm/i915: remove unnecessary debug output in KMS init
drm/i915: hook up LVDS DPMS property
drm: don't whine about not reading EDID data
drm/i915: Fix cursor physical address choice to match the 2D driver.
networking: document "nc" in addition to "netcat" in netconsole.txt
Jesse Brandeburg (1):
e1000e: workaround hw errata
Jiri Slaby (3):
relay: fix lock imbalance in relay_late_setup_files
PCI hotplug: fix lock imbalance in pciehp
NET: net_namespace, fix lock imbalance
Joe Carnuccio (1):
[SCSI] qla2xxx: Correct descriptions in flash manipulation routines.
John Adamson (1):
m68knommu: fix ColdFire 5272 serial baud rates in mcf.c
JosephChan@via.com.tw (1):
[libata] pata_via: support VX855, future chips whose IDE controller use 0x0571
Josh Boyer (4):
powerpc/40x: Update PowerPC 40x defconfigs
powerpc/44x: Update PowerPC 44x defconfigs
powerpc/4xx: Update multi-board PowerPC 4xx defconfigs
powerpc: Remove arch/ppc cruft from Kconfig
Jouni Malinen (2):
ath9k: Fix an operator typo in phy rate validation
ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASK
Julia Lawall (2):
arch/sh/mm: Move a dereference below a NULL test
USB: musb uses endpoint functions
Kalle Valo (1):
USB: musb: tusb6010 buildfix
Kay Sievers (1):
PNP: fix broken pnp lowercasing for acpi module aliases
Krzysztof Hałasa (1):
net: Fix linux/if_frad.h's suitability for userspace.
Kumar Gala (7):
powerpc/85xx: Fix typo in mpc8572ds dts
powerpc/85xx: Update defconfigs
powerpc/83xx: Update defconfigs
powerpc/86xx: Update defconfigs
powerpc/8xx: Update defconfigs
powerpc/embedded6xx: Update defconfigs
dmi: Fix build breakage
Kuninori Morimoto (3):
sh: mach-migor: Add ov772x support.
sh: mach-migor: Delete soc_camera_platform setup.
sh: mach-migor: Add tw9910 support.
Lai Jiangshan (2):
rcu: add __cpuinit to rcu_init_percpu_data()
rcu: remove duplicate CONFIG_RCU_CPU_STALL_DETECTOR
Lalit Chandivade (1):
[SCSI] qla2xxx: Correct MSI-X vector allocation for single queue mode.
Larry Finger (1):
rtl8187: Add termination packet to prevent stall
Lennert Buytenhek (2):
Revert "mv643xx_eth: use longer DMA bursts".
mv643xx_eth: fix multicast filter programming
Leonardo Potenza (1):
x86: fix section mismatch warnings in kernel/setup_percpu.c
Li Yang (1):
powerpc/mpc8313erdb: fix kernel panic because mdio device is not probed
Linus Torvalds (3):
Fix annoying DRM_ERROR() string warning
Fix "multiple definition of `debugfs_create_size_t'"
Linux 2.6.29-rc3
Luis R. Rodriguez (3):
cfg80211: make handle_band() and handle_channel() wiphy specific
cfg80211: Fix regression with 11d on bands
cfg80211: Fix parsed country IE info for 5 GHz
Luke Yelavich (1):
ALSA: hda - add quirks for some 82801H variants to use ALC883_MITAC
Madhusudhan Chikkature (1):
[ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3
Magnus Damm (4):
sh: ap325rxa MMC support using spi_gpio and mmc_spi
sh: Migo-R MMC support using spi_gpio and mmc_spi.
sh: export the sh7343 JPU to user space
sh: fix sh-sci / early printk build on sh7723
Mandeep Singh Baines (1):
softlock: fix false panic which can occur if softlockup_thresh is reduced
Marcel Sebek (1):
USB: 'option' driver - onda device MT503HS has wrong id
Mark Lord (5):
sata_mv: fix 8-port timeouts on 508x/6081 chips
sata_mv: don't read hc_irq_cause
sata_mv: remove bogus nsect restriction
sata_mv: msi masking fix (v2)
sata_mv: no longer experimental (v2)
Matt Carlson (1):
tg3: Fix firmware loading
Matt Helsley (1):
net: Move config NET_NS to from net/Kconfig to init/Kconfig
Matt Waddel (3):
m68knommu: add ColdFire M532x to the FEC configuration options
m68knommu: correct the mii calculations for 532x ColdFire FEC
m68knommu: fix 5329 ColdFire periphal addressing
Matthew Ranostay (4):
ALSA: hda: fix invalid power mapping masks
ALSA: hda: 83xxx port 0xe DAC selection
ALSA: hda: revert change to 92hd83xxx power mapping
ALSA: hda: Add STAC92HD83XXX_PWR_REF quirk
Mhayk Whandson (1):
USB: ftdi_sio driver support of bar code scanner from Diebold
Michael Bramer (1):
Add support for '8-port RS-232 MIC-3620 from advantech'
Michael Holzheu (2):
[S390] fix compat sigaltstack syscall table entry
[S390] Add missing compat system call wrappers.
Michael Schmitz (1):
ide: fix Falcon IDE breakage
Mike Christie (2):
[SCSI] libiscsi: fix iscsi pool leak
[SCSI] qla4xxx: do not reuse session when connecting to different target port
Mike Frysinger (1):
asm-sh/posix_types_{32,64}.h: drop __GLIBC__/__USE_ALL usage
Mike Travis (3):
rcu: move Kconfig menu
x86: put trigger in to detect mismatched apic versions
cpufreq: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_write
Miklos Szeredi (4):
fuse: fix missing fput on error
fuse: fuse_fill_super error handling cleanup
fuse: destroy bdi on umount
fuse: fix poll notify
Oliver Neukum (2):
USB: storage: add unusual devs entry
USB: new id for ti_usb_3410_5052 driver
Patrick McHardy (1):
netfilter: ctnetlink: fix scheduling while atomic
Paul Mundt (8):
sh: Drop the BKL from sys_execve() on SH-5.
sh: mach-x3proto: needs linux/irq.h.
sh: sh7785lcr/highlander/hp6xx need linux/irq.h.
sh: Kill off obsolete busses from arch/sh/Kconfig.
serial: sh-sci: Fix up SH7720/SH7721 SCI build.
sh: update defconfigs.
nommu: Stub in vm_map_ram()/vm_unmap_ram()/vm_unmap_aliases().
dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy.
Pavel Roskin (2):
dell_rbu: use scnprintf() instead of less secure sprintf()
orinoco: use KERN_DEBUG for link status messages
Pete Zaitcev (1):
USB: usbmon: Implement compat_ioctl
Peter Korsgaard (2):
fsldma: check for NO_IRQ in fsl_dma_chan_remove()
fsldma: print correct IRQ on mpc83xx
Peter P Waskiewicz Jr (1):
ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()
Peter Ujfalusi (1):
ASoC: Add missing comma to SND_SOC_DAPM_SWITCH_E in soc-dapm.h
Peter Zijlstra (4):
itimers: remove the per-cpu-ish-ness
locking, hpet: annotate false positive warning
hrtimers: fix inconsistent lock state on resume in hres_timers_resume
x86, mm: fix pte_free()
Phil Dibowitz (3):
USB: Remove ZTE modem from unusual_devices
USB: unusual_dev: usb-storage needs to ignore a device
USB: storage: Add another unusual_dev for off-by-one bug
Phil Sutter (4):
korina: fix loop back of receive descriptors
korina: adjust headroom for new skb's also
korina: drop leftover assignment
pata-rb532-cf: remove set_irq_type from finish_io
Philipp Zabel (1):
power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED
Rafael J. Wysocki (8):
PCI PM: Restore standard config registers of all devices early
Hibernation: Introduce system_entering_hibernation
DMI: Introduce dmi_first_match to make the interface more flexible
SATA: Blacklisting of systems that spin off disks during ACPI power off
SATA AHCI: Blacklist system that spins off disks during ACPI power off
SATA Sil: Blacklist system that spins off disks during ACPI power off
SATA PIIX: Blacklist system that spins off disks during ACPI power off
USB: Fix suspend-resume of PCI USB controllers
Rakib Mullick (1):
x86: fix section mismatch warning
Ramax Lo (1):
[ARM] 5365/1: s3cmci: Use new include path of dma.h
Rami Rosen (1):
rt2x00: fix a wrong parameter for __test_and_clear_bit() in rt2x00rfkill_free().
Randy Dunlap (2):
kbuild: fix kbuild.txt typos
mac80211: more kernel-doc fixes
Reinette Chatre (1):
iwlwifi: return NETDEV_TX_OK from _tx ops
Richard Röjfors (1):
macb: avoid lockup when TGO during underrun
Robert Jennings (1):
powerpc/pseries: Correct VIO bus accounting problem in CMO env.
Robert Richter (1):
oprofile: fix uninitialized use of struct op_entry
Robie Basak (1):
USB: ftdi_sio: added Alti-2 VID and Neptune 3 PID
Roel Kluin (2):
net/9p: fid->fid is used uninitialized
USB: GADGET: fix !x & y
Roland Dreier (4):
IPoIB: Fix hang in napi_disable() if P_Key is never found
IPoIB: Fix deadlock between ipoib_open() and child interface create
IB/mlx4: Fix memory ordering problem when posting LSO sends
driver core: Convert '/' to '!' in dev_set_name()
Russell King (6):
[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()
[ARM] fix StrongARM-11x0 page copy implementation
[ARM] clkdev: fix clock matching
[ARM] omap: watchdog: allow OMAP watchdog driver on OMAP34xx platforms
[ARM] omap: usb: thou shalt not provide empty release functions
[ARM] fix section-based ioremap
Rusty Russell (2):
work_on_cpu: don't try to get_online_cpus() in work_on_cpu.
work_on_cpu: Use our own workqueue.
SUGIOKA Toshinobu (1):
sh: fix unaligned and nonexistent address handling
Sam Ravnborg (4):
Revert "kbuild: strip generated symbols from *.ko"
m68k,m68knommu: merge header files
sparc64: fix readout of cpu/fpu type
sparc64: fix modpost failure
Sean MacLennan (1):
powerpc/44x: Warp patches for the new NDFC driver
Sebastian Siewior (1):
m68knommu: use one exist from execption
Seokmann Ju (1):
[SCSI] qla2xxx: Add checks for a valid fcport in dev-loss-tmo/terminate_rport_io callbacks.
Stephen Rothwell (4):
IB/ehca: Fix printk format warnings from u64 type change
IB/ehca: Use consistent types for ehca_plpar_hcall9()
powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.c
powerpc: More printing warning fixes for the l64 to ll64 conversion
Steve Glendinning (5):
sh: convert ap325rxa platform to use smsc911x.
sh: convert magicpanelr2 platform to use smsc911x.
sh: convert rsk7203 to use smsc911x.
usbnet: allow type check of devdbg arguments in non-debug build
phy: Add suspend/resume support to SMSC PHYs
Steven Noonan (1):
kernel/fork.c: unused variable 'ret'
Suresh Siddha (3):
x86, pat: fix reserve_memtype() for legacy 1MB range
x86: fix page attribute corruption with cpa()
x86: fix PTE corruption issue while mapping RAM using /dev/mem
Swaminathan S (1):
USB: musb cppi dma fix
Takashi Iwai (2):
ALSA: hda - Fix (yet more) STAC925x issues
ALSA: hda - Add model entry for HP dv4
Tejun Heo (4):
libata-sff: fix incorrect EH message
libata: set NODEV_HINT for 0x7f status
sata_nv: rename nv_nf2_hardreset()
sata_nv: fix MCP5x reset
Thomas Gleixner (1):
debugobjects: add and use INIT_WORK_ON_STACK
Thomas Reitmayr (1):
sata_mv: Properly initialize main irq mask
Thomas Renninger (1):
x86: mtrr fix debug boot parameter
Timo Teras (1):
af_key: initialize xfrm encap_oa
Timur Tabi (1):
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Tomasz K (1):
USB: cp2101 device
Tony Lindgren (7):
ARM: OMAP: Fix compile for various McBSP
ARM: OMAP: Fix compile for palmte
ARM: OMAP: Fix compile for beagle
ARM: OMAP: Fix gpio.c compile on 15xx with CONFIG_DEBUGFS
ARM: OMAP: Fix ASoC by enabling writes to XCCR and RCCR McBSP registers, v3
ARM: OMAP: Remove unused platform devices, v3
ARM: OMAP: Fix compile for h3 MMC
Uwe Kleine-König (3):
move wm8400-regulator's probe function to .devinit.text
[NET] am79c961a: fix spin_lock usage
Move jsm_remove_one to .devexit.text
Vegard Nossum (2):
security: introduce missing kfree
inotify: clean up inotify_read and fix locking problems
Vlad Yasevich (4):
sctp: Fix crc32c calculations on big-endian arhes.
sctp: Correctly start rtx timer on new packet transmissions.
sctp: Properly timestamp outgoing data chunks for rtx purposes
sctp: Fix another socket race during accept/peeloff
Vladislav Zolotarov (1):
bnx2x: tx_has_work should not wait for FW
Wolfgang Glas (1):
USB: cp2101: add fasttrax GPS evaluation kit vendor/product ID
Wolfram Sang (4):
i2c: Move at24 to drivers/misc/eeprom
i2c: Move old eeprom driver to /drivers/misc/eeprom
spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom
eeprom: Move 93cx6 eeprom driver to /drivers/misc/eeprom
Yossi Etigin (1):
IPoIB: Do not print error messages for multicast join retries
Yuri Tikhonov (1):
dmaengine: fix dependency chaining
Zhu Yi (1):
iwlwifi: remove CMD_WANT_SKB flag if send_cmd_sync failure
roel kluin (1):
via-velocity: fix hot spin
sware (1):
USB: remove vernier labpro from ldusb
^ permalink raw reply [flat|nested] 5+ messages in thread
* [BUILD_FAILURE] 2.6.29-rc3 : drivers/ata/sata_sil.c
2009-01-28 19:41 Linux 2.6.29-rc3 Linus Torvalds
@ 2009-01-29 9:28 ` Sachin P. Sant
2009-01-29 15:34 ` Linux 2.6.29-rc3 Gene Heskett
2009-01-29 23:01 ` Linux 2.6.29-rc3 (git tree) Randy Dunlap
2 siblings, 0 replies; 5+ messages in thread
From: Sachin P. Sant @ 2009-01-29 9:28 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: jgarzik, linux-ide
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
2.6.29-rc3 with allmodconfig breaks with following message
CALL arch/powerpc/kernel/systbl_chk.sh
CALL arch/powerpc/kernel/prom_init_check.sh
LD [M] drivers/ata/libata.o
CC [M] drivers/ata/sata_sil.o
drivers/ata/sata_sil.c: In function sil_broken_system_poweroff:
drivers/ata/sata_sil.c:713: error: implicit declaration of function dmi_first_match
drivers/ata/sata_sil.c:713: warning: initialization makes pointer from integer without a cast
make[2]: *** [drivers/ata/sata_sil.o] Error 1
make[1]: *** [drivers/ata] Error 2
make: *** [drivers] Error 2
Probably needs to include <linux/dmi.h>. The following patch fixes it.
Signed-off-by : Sachin Sant <sachinp@in.ibm.com>
---
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
[-- Attachment #2: fix-ata-build-break.patch --]
[-- Type: text/x-patch, Size: 486 bytes --]
* Fix ata build break (undefined dmi_first_match symbol)
Signed-off-by : Sachin Sant<sachinp@in.ibm.com>
---
diff -Naurp a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
--- a/drivers/ata/sata_sil.c 2009-01-29 00:19:30.000000000 +0530
+++ b/drivers/ata/sata_sil.c 2009-01-29 17:15:03.000000000 +0530
@@ -44,6 +44,7 @@
#include <linux/device.h>
#include <scsi/scsi_host.h>
#include <linux/libata.h>
+#include <linux/dmi.h>
#define DRV_NAME "sata_sil"
#define DRV_VERSION "2.4"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.6.29-rc3
2009-01-28 19:41 Linux 2.6.29-rc3 Linus Torvalds
2009-01-29 9:28 ` [BUILD_FAILURE] 2.6.29-rc3 : drivers/ata/sata_sil.c Sachin P. Sant
@ 2009-01-29 15:34 ` Gene Heskett
2009-01-29 23:01 ` Linux 2.6.29-rc3 (git tree) Randy Dunlap
2 siblings, 0 replies; 5+ messages in thread
From: Gene Heskett @ 2009-01-29 15:34 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 3357 bytes --]
On Wednesday 28 January 2009, Linus Torvalds wrote:
>It's out there, and while it's a bit larger than I'd wish for, that size
Unforch, its not ready for prime time here.
1. In my buildit script, I copy the .config(s) from the defined $oldsrc tree
to a safe place. This includes the 'makeit' script.
2. I move the $src tree out of the way
3. Unpack new $src tree.
4. rename $src tree to $newversion, rename the $src.old back to $src
5. cd to $newversion
6. Copy all the .configs saved previously to this tree
7. apply the patch(plural if required)
8. make oldconfig
9. make xconfig (in case I want to change something)
exit
Then I cd to the new tree, and edit 'makeit' to fix its $VER, then
#> time ./makeit
which does everything but edit grub.conf for me.
It included all the reiserfs stuff I don't use, and pitched a fit over the
includes
It skipped all the network hardware drivers so I had no network.
I redid the .config copying by hand, reran a make oldconfig by hand, and this
time it worked although the make bzimage stage was still very noisy. And I
had a network when I rebooted to that version.
dmesg however was full of squawks (its attached) so I rebooted back to
2.6.28.2. Unforch the reboot killed the ethernet PHY's, so I had to crawl
under the desk, pull the power and net cables, and go get a cuppa and check
the weather (its snowing, yet, still, 3 days now about 40% of the time)
before coming back in and plugging everything in and tapping the power switch.
I'm getting smarter though, the next time I want to get out of a boot that
isn't stable, I'll just tap the hardware reset, its a heck of a lot easier on
hard drives.
The first squawk is caused apparently by my bios, that is in fact fixed if I
update to the most recent, but that one cannot be used in the same machine as
a stable kernel, its not in its vocabulary. Support from ASUS is
non-existent, I have sent several messages up the pipeline to them, with no
response in over 60 days now.
Since apparently (see the dmesg) that first mtrr related bios wrinkle is fixed
by the workaround, I see no valid reason to mark the system as 'Tainted'
because of it, but it is. What linux calls a Bios flub-up may be true, but
once its 'fixed' with the older bios, the machine is rock solid. The newer
bios version doesn't need the fixup, and its uptimes range from 1 hour down
to about the time x gets init'ed, sometimes even before, I have see it hang
in the bootup, tap the hardware reset and it works ok for maybe an hour next
time.
The next one (Oops/Bug) looks to be something in the cx88 code, which it seems
has been changed since 2.6.28.
I also note that 2.6.28 doesn't have to do a workaround for reversed MAC's,
also noted in this dmesg.
All in all, not ready for prime time use here, particularly when I want to
reboot and have to use the hardware reset to do it if I don't want the MCP55
ethernet ports turned off in a manner that requires this full powerdown reset
stuff to recover.
That tends to take the fun out of playing the canary in the coal mine here.
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
What does education often do? It makes a straight cut ditch of a
free meandering brook.
-- Henry David Thoreau
[-- Attachment #2: dmesg-2.6.29-rc3 --]
[-- Type: text/plain, Size: 56451 bytes --]
[ 0.000000] Linux version 2.6.29-rc3 (root@coyote.coyote.den) (gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)) #3 SMP PREEMPT Thu Jan 29 08:52:29 EST 2009
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000dfee0000 (usable)
[ 0.000000] BIOS-e820: 00000000dfee0000 - 00000000dfee3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000dfee3000 - 00000000dfef0000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000dfef0000 - 00000000dff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[ 0.000000] DMI 2.4 present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.
[ 0.000000] last_pfn = 0x120000 max_arch_pfn = 0x1000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] ------------[ cut here ]------------
[ 0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/generic.c:400 generic_get_mtrr+0xfa/0x110()
[ 0.000000] Hardware name: System Product Name
[ 0.000000] mtrr: your BIOS has set up an incorrect mask, fixing it up.
[ 0.000000] Modules linked in:
[ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.29-rc3 #3
[ 0.000000] Call Trace:
[ 0.000000] [<c0428716>] warn_slowpath+0x86/0xa0
[ 0.000000] [<c043f80b>] ? up+0x2b/0x40
[ 0.000000] [<c0428e64>] ? release_console_sem+0x1a4/0x1c0
[ 0.000000] [<c043f80b>] ? up+0x2b/0x40
[ 0.000000] [<c043f80b>] ? up+0x2b/0x40
[ 0.000000] [<c042943b>] ? printk+0x1b/0x20
[ 0.000000] [<c041b90f>] ? pat_init+0x7f/0xa0
[ 0.000000] [<c040fa9a>] generic_get_mtrr+0xfa/0x110
[ 0.000000] [<c071807a>] mtrr_trim_uncached_memory+0x7a/0x340
[ 0.000000] [<c0718411>] ? mtrr_bp_init+0xd1/0x6f0
[ 0.000000] [<c0714b66>] ? e820_end_pfn+0xc6/0xf0
[ 0.000000] [<c071312c>] setup_arch+0x43c/0x9a0
[ 0.000000] [<c042943b>] ? printk+0x1b/0x20
[ 0.000000] [<c070ca7c>] start_kernel+0x6c/0x300
[ 0.000000] [<c070c3d6>] ? reserve_ebda_region+0x56/0x70
[ 0.000000] [<c070c34c>] i386_start_kernel+0x7c/0xb0
[ 0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009f000 (usable)
[ 0.000000] modified: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000dfee0000 (usable)
[ 0.000000] modified: 00000000dfee0000 - 00000000dfee3000 (ACPI NVS)
[ 0.000000] modified: 00000000dfee3000 - 00000000dfef0000 (ACPI data)
[ 0.000000] modified: 00000000dfef0000 - 00000000dff00000 (reserved)
[ 0.000000] modified: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] modified: 0000000100000000 - 0000000120000000 (usable)
[ 0.000000] kernel direct mapping tables up to 379fe000 @ 10000-16000
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] RAMDISK: 37cfb000 - 37fefa33
[ 0.000000] Allocated new RAMDISK: 00100000 - 003f4a33
[ 0.000000] Move RAMDISK from 0000000037cfb000 - 0000000037fefa32 to 00100000 - 003f4a32
[ 0.000000] ACPI: RSDP 000F7D20, 0024 (r2 Nvidia)
[ 0.000000] ACPI: XSDT DFEE3100, 0044 (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: FACP DFEEADC0, 00F4 (r3 Nvidia ASUSACPI 42302E31 AWRD 0)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Pm1aEventBlock: 32/8 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Pm1aControlBlock: 16/8 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in PmTimerBlock: 32/8 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 64/8 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe1Block: 128/8 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for Pm1aEventBlock: 8, using default 32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for Pm1aControlBlock: 8, using default 16 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for PmTimerBlock: 8, using default 32 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT DFEE3280, 7ACE (r1 NVIDIA AWRDACPI 1000 MSFT 3000000)
[ 0.000000] ACPI: FACS DFEE0000, 0040
[ 0.000000] ACPI: HPET DFEEB000, 0038 (r1 Nvidia ASUSACPI 42302E31 AWRD 98)
[ 0.000000] ACPI: MCFG DFEEB080, 003C (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: APIC DFEEAF00, 0098 (r1 Nvidia ASUSACPI 42302E31 AWRD 0)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 3718MB HIGHMEM available.
[ 0.000000] 889MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 379fe000
[ 0.000000] low ram: 00000000 - 379fe000
[ 0.000000] bootmap 00012000 - 00018f40
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00379fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0000400000 - 00007ba374] TEXT DATA BSS ==> [0000400000 - 00007ba374]
[ 0.000000] #4 [00007bb000 - 00007c3000] INIT_PG_TABLE ==> [00007bb000 - 00007c3000]
[ 0.000000] #5 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #6 [0000010000 - 0000012000] PGTABLE ==> [0000010000 - 0000012000]
[ 0.000000] #7 [0000100000 - 00003f4a33] NEW RAMDISK ==> [0000100000 - 00003f4a33]
[ 0.000000] #8 [0000012000 - 0000019000] BOOTMAP ==> [0000012000 - 0000019000]
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000379fe
[ 0.000000] HighMem 0x000379fe -> 0x00120000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000dfee0
[ 0.000000] 0: 0x00100000 -> 0x00120000
[ 0.000000] On node 0 totalpages: 1048175
[ 0.000000] free_area_init_node: node 0, pgdat c06eba00, node_mem_map c1000200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1748 pages used for memmap
[ 0.000000] Normal zone: 221994 pages, LIFO batch:31
[ 0.000000] HighMem zone: 7437 pages used for memmap
[ 0.000000] HighMem zone: 813013 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfefff000
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] Allocating PCI resources starting at e0000000 (gap: dff00000:10100000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 36864 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1038958
[ 0.000000] Kernel command line: ro root=LABEL=/ rhgb quiet nomodeset
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Preemptible RCU implementation.
[ 0.000000] CPU 0 irqstacks, hard=c076b000 soft=c0763000
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2209.330 MHz processor.
[ 0.000999] spurious 8259A interrupt: IRQ7.
[ 0.000999] Console: colour VGA+ 80x25
[ 0.000999] console [tty0] enabled
[ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000999] Memory: 4147036k/4718592k available (2175k kernel code, 44884k reserved, 925k data, 336k init, 3281800k highmem)
[ 0.000999] virtual kernel memory layout:
[ 0.000999] fixmap : 0xfff51000 - 0xfffff000 ( 696 kB)
[ 0.000999] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.000999] vmalloc : 0xf81fe000 - 0xff9fe000 ( 120 MB)
[ 0.000999] lowmem : 0xc0000000 - 0xf79fe000 ( 889 MB)
[ 0.000999] .init : 0xc070c000 - 0xc0760000 ( 336 kB)
[ 0.000999] .data : 0xc061fc1e - 0xc0707020 ( 925 kB)
[ 0.000999] .text : 0xc0400000 - 0xc061fc1e (2175 kB)
[ 0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000999] hpet clockevent registered
[ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4418.66 BogoMIPS (lpj=2209330)
[ 0.000999] Security Framework initialized
[ 0.000999] SELinux: Initializing.
[ 0.000999] SELinux: Starting in permissive mode
[ 0.000999] Mount-cache hash table entries: 512
[ 0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.000999] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 0
[ 0.000999] using C1E aware idle routine
[ 0.000999] Checking 'hlt' instruction... OK.
[ 0.004208] Freeing SMP alternatives: 10k freed
[ 0.004210] ACPI: Core revision 20081204
[ 0.016157] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.026168] CPU0: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
[ 0.026999] CPU 1 irqstacks, hard=c076c000 soft=c0764000
[ 0.026999] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.000999] Initializing CPU#1
[ 0.000999] Calibrating delay using timer specific routine.. 4420.12 BogoMIPS (lpj=2210060)
[ 0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.000999] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 1
[ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.097728] CPU1: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
[ 0.097735] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.098078] CPU 2 irqstacks, hard=c076d000 soft=c0765000
[ 0.098080] Booting processor 2 APIC 0x2 ip 0x6000
[ 0.000999] Initializing CPU#2
[ 0.000999] Calibrating delay using timer specific routine.. 4419.99 BogoMIPS (lpj=2209998)
[ 0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.000999] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 2
[ 0.000999] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[ 0.169651] CPU2: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
[ 0.169660] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 0.170069] CPU 3 irqstacks, hard=c076e000 soft=c0766000
[ 0.170072] Booting processor 3 APIC 0x3 ip 0x6000
[ 0.000999] Initializing CPU#3
[ 0.000999] Calibrating delay using timer specific routine.. 4420.00 BogoMIPS (lpj=2210003)
[ 0.000999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.000999] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 3
[ 0.000999] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[ 0.241676] CPU3: AMD Phenom(tm) 9550 Quad-Core Processor stepping 03
[ 0.241685] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 0.242025] Brought up 4 CPUs
[ 0.242028] Total of 4 processors activated (17678.78 BogoMIPS).
[ 0.243150] net_namespace: 532 bytes
[ 0.243367] NET: Registered protocol family 16
[ 0.243662] ACPI: bus type pci registered
[ 0.243797] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
[ 0.243799] PCI: MCFG area at f0000000 reserved in E820
[ 0.243801] PCI: Using MMCONFIG for extended config space
[ 0.243803] PCI: Using configuration type 1 for base access
[ 0.245550] bio: create slab <bio-0> at 0
[ 0.246494] ACPI: EC: Look up EC in DSDT
[ 0.257194] ACPI: Interpreter enabled
[ 0.257198] ACPI: (supports S0 S5)
[ 0.257209] ACPI: Using IOAPIC for interrupt routing
[ 0.268949] ACPI: No dock devices found.
[ 0.268962] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.269191] pci 0000:00:01.1: reg 10 io port: [0xfc00-0xfc3f]
[ 0.269202] pci 0000:00:01.1: reg 20 io port: [0x1c00-0x1c3f]
[ 0.269206] pci 0000:00:01.1: reg 24 io port: [0x1c40-0x1c7f]
[ 0.269225] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.269230] pci 0000:00:01.1: PME# disabled
[ 0.269251] pci 0000:00:02.0: reg 10 32bit mmio: [0xfe02f000-0xfe02ffff]
[ 0.269269] pci 0000:00:02.0: supports D1 D2
[ 0.269271] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269273] pci 0000:00:02.0: PME# disabled
[ 0.269289] pci 0000:00:02.1: reg 10 32bit mmio: [0xfe02e000-0xfe02e0ff]
[ 0.269307] pci 0000:00:02.1: supports D1 D2
[ 0.269309] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269311] pci 0000:00:02.1: PME# disabled
[ 0.269334] pci 0000:00:04.0: reg 20 io port: [0xf000-0xf00f]
[ 0.269358] pci 0000:00:05.0: reg 10 io port: [0x9f0-0x9f7]
[ 0.269361] pci 0000:00:05.0: reg 14 io port: [0xbf0-0xbf3]
[ 0.269364] pci 0000:00:05.0: reg 18 io port: [0x970-0x977]
[ 0.269367] pci 0000:00:05.0: reg 1c io port: [0xb70-0xb73]
[ 0.269370] pci 0000:00:05.0: reg 20 io port: [0xdc00-0xdc0f]
[ 0.269373] pci 0000:00:05.0: reg 24 32bit mmio: [0xfe02d000-0xfe02dfff]
[ 0.269400] pci 0000:00:05.1: reg 10 io port: [0x9e0-0x9e7]
[ 0.269403] pci 0000:00:05.1: reg 14 io port: [0xbe0-0xbe3]
[ 0.269406] pci 0000:00:05.1: reg 18 io port: [0x960-0x967]
[ 0.269409] pci 0000:00:05.1: reg 1c io port: [0xb60-0xb63]
[ 0.269412] pci 0000:00:05.1: reg 20 io port: [0xc800-0xc80f]
[ 0.269415] pci 0000:00:05.1: reg 24 32bit mmio: [0xfe02c000-0xfe02cfff]
[ 0.269442] pci 0000:00:05.2: reg 10 io port: [0xc400-0xc407]
[ 0.269445] pci 0000:00:05.2: reg 14 io port: [0xc000-0xc003]
[ 0.269448] pci 0000:00:05.2: reg 18 io port: [0xbc00-0xbc07]
[ 0.269451] pci 0000:00:05.2: reg 1c io port: [0xb800-0xb803]
[ 0.269454] pci 0000:00:05.2: reg 20 io port: [0xb400-0xb40f]
[ 0.269457] pci 0000:00:05.2: reg 24 32bit mmio: [0xfe02b000-0xfe02bfff]
[ 0.269508] pci 0000:00:06.1: reg 10 32bit mmio: [0xfe020000-0xfe023fff]
[ 0.269530] pci 0000:00:06.1: PME# supported from D3hot D3cold
[ 0.269532] pci 0000:00:06.1: PME# disabled
[ 0.269560] pci 0000:00:08.0: reg 10 32bit mmio: [0xfe02a000-0xfe02afff]
[ 0.269563] pci 0000:00:08.0: reg 14 io port: [0xb000-0xb007]
[ 0.269567] pci 0000:00:08.0: reg 18 32bit mmio: [0xfe029000-0xfe0290ff]
[ 0.269570] pci 0000:00:08.0: reg 1c 32bit mmio: [0xfe028000-0xfe02800f]
[ 0.269589] pci 0000:00:08.0: supports D1 D2
[ 0.269590] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269594] pci 0000:00:08.0: PME# disabled
[ 0.269619] pci 0000:00:09.0: reg 10 32bit mmio: [0xfe027000-0xfe027fff]
[ 0.269622] pci 0000:00:09.0: reg 14 io port: [0xac00-0xac07]
[ 0.269625] pci 0000:00:09.0: reg 18 32bit mmio: [0xfe026000-0xfe0260ff]
[ 0.269628] pci 0000:00:09.0: reg 1c 32bit mmio: [0xfe025000-0xfe02500f]
[ 0.269647] pci 0000:00:09.0: supports D1 D2
[ 0.269649] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269652] pci 0000:00:09.0: PME# disabled
[ 0.269688] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269690] pci 0000:00:0e.0: PME# disabled
[ 0.269716] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.269718] pci 0000:00:0f.0: PME# disabled
[ 0.269812] pci 0000:01:07.0: reg 10 io port: [0x9c00-0x9c3f]
[ 0.269837] pci 0000:01:07.0: supports D1 D2
[ 0.269858] pci 0000:01:08.0: reg 10 32bit mmio: [0xfb000000-0xfbffffff]
[ 0.269901] pci 0000:01:08.2: reg 10 32bit mmio: [0xfa000000-0xfaffffff]
[ 0.269948] pci 0000:01:0b.0: reg 10 32bit mmio: [0xfcfff000-0xfcfff7ff]
[ 0.269952] pci 0000:01:0b.0: reg 14 32bit mmio: [0xfcff8000-0xfcffbfff]
[ 0.269977] pci 0000:01:0b.0: supports D1 D2
[ 0.269978] pci 0000:01:0b.0: PME# supported from D0 D1 D2 D3hot
[ 0.269981] pci 0000:01:0b.0: PME# disabled
[ 0.270001] pci 0000:00:06.0: transparent bridge
[ 0.270004] pci 0000:00:06.0: bridge io port: [0x9000-0x9fff]
[ 0.270006] pci 0000:00:06.0: bridge 32bit mmio: [0xfa000000-0xfcffffff]
[ 0.270033] pci 0000:00:0e.0: bridge io port: [0x7000-0x8fff]
[ 0.270035] pci 0000:00:0e.0: bridge 32bit mmio: [0xfde00000-0xfdefffff]
[ 0.270058] pci 0000:03:00.0: reg 10 64bit mmio: [0xe0000000-0xefffffff]
[ 0.270065] pci 0000:03:00.0: reg 18 64bit mmio: [0xfdde0000-0xfddeffff]
[ 0.270069] pci 0000:03:00.0: reg 20 io port: [0x6c00-0x6cff]
[ 0.270076] pci 0000:03:00.0: reg 30 32bit mmio: [0xfddc0000-0xfdddffff]
[ 0.270090] pci 0000:03:00.0: supports D1 D2
[ 0.270114] pci 0000:03:00.1: reg 10 64bit mmio: [0xfddfc000-0xfddfffff]
[ 0.270140] pci 0000:03:00.1: supports D1 D2
[ 0.272056] pci 0000:00:0f.0: bridge io port: [0x6000-0x6fff]
[ 0.272058] pci 0000:00:0f.0: bridge 32bit mmio: [0xfdd00000-0xfddfffff]
[ 0.272061] pci 0000:00:0f.0: bridge 64bit mmio pref: [0xe0000000-0xefffffff]
[ 0.272068] pci_bus 0000:00: on NUMA node 0
[ 0.272074] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.272358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.333090] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.333296] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 *10 11 14 15)
[ 0.333503] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.333709] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.333914] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.334126] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 *11 14 15)
[ 0.334333] ACPI: PCI Interrupt Link [LNK7] (IRQs *5 7 9 10 11 14 15)
[ 0.334539] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.334747] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.334953] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.335168] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 *10 11 14 15)
[ 0.335375] ACPI: PCI Interrupt Link [LMC1] (IRQs 5 7 9 *10 11 14 15)
[ 0.335581] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[ 0.335787] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.336001] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.336203] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.336410] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[ 0.336617] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[ 0.336821] ACPI: PCI Interrupt Link [LFID] (IRQs *5 7 9 10 11 14 15)
[ 0.337034] ACPI: PCI Interrupt Link [LSA2] (IRQs 5 7 9 *10 11 14 15)
[ 0.337277] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[ 0.337520] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.337759] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[ 0.338007] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.338245] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[ 0.338479] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
[ 0.338718] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0
[ 0.338945] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[ 0.339192] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
[ 0.339432] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.339671] ACPI: PCI Interrupt Link [AMC1] (IRQs 20 21 22 23) *0
[ 0.339911] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
[ 0.340159] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
[ 0.340398] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
[ 0.340637] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
[ 0.340876] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[ 0.341118] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.341357] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.341599] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.341840] ACPI: PCI Interrupt Link [ASA2] (IRQs 20 21 22 23) *0
[ 0.342256] usbcore: registered new interface driver usbfs
[ 0.342321] usbcore: registered new interface driver hub
[ 0.342370] usbcore: registered new device driver usb
[ 0.342499] PCI: Using ACPI for IRQ routing
[ 0.346018] hpet0: at MMIO 0xfefff000, IRQs 2, 8, 31
[ 0.346021] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.352006] pnp: PnP ACPI init
[ 0.352011] ACPI: bus type pnp registered
[ 0.358206] pnp: PnP ACPI: found 13 devices
[ 0.358208] ACPI: ACPI bus type pnp unregistered
[ 0.358216] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 0.358218] system 00:01: ioport range 0x1080-0x10ff has been reserved
[ 0.358221] system 00:01: ioport range 0x1400-0x147f has been reserved
[ 0.358223] system 00:01: ioport range 0x1480-0x14ff has been reserved
[ 0.358225] system 00:01: ioport range 0x1800-0x187f has been reserved
[ 0.358228] system 00:01: ioport range 0x1880-0x18ff has been reserved
[ 0.358233] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.358235] system 00:02: ioport range 0x800-0x87f has been reserved
[ 0.358237] system 00:02: ioport range 0x290-0x297 has been reserved
[ 0.358244] system 00:0b: iomem range 0xf0000000-0xf3ffffff has been reserved
[ 0.358249] system 00:0c: iomem range 0xcf000-0xcffff has been reserved
[ 0.358251] system 00:0c: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.358253] system 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.358256] system 00:0c: iomem range 0xfc000-0xfffff could not be reserved
[ 0.358258] system 00:0c: iomem range 0xfefff000-0xfefff0ff has been reserved
[ 0.358261] system 00:0c: iomem range 0xdfee0000-0xdfefffff could not be reserved
[ 0.358263] system 00:0c: iomem range 0xffff0000-0xffffffff has been reserved
[ 0.358265] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
[ 0.358268] system 00:0c: iomem range 0x100000-0xdfedffff could not be reserved
[ 0.358270] system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.358273] system 00:0c: iomem range 0xfee00000-0xfeefffff has been reserved
[ 0.358276] system 00:0c: iomem range 0xfefff000-0xfeffffff could not be reserved
[ 0.358278] system 00:0c: iomem range 0xfff80000-0xfff80fff has been reserved
[ 0.358281] system 00:0c: iomem range 0xfff90000-0xfffbffff has been reserved
[ 0.358283] system 00:0c: iomem range 0xfffed000-0xfffeffff has been reserved
[ 0.393245] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[ 0.393248] pci 0000:00:06.0: IO window: 0x9000-0x9fff
[ 0.393250] pci 0000:00:06.0: MEM window: 0xfa000000-0xfcffffff
[ 0.393253] pci 0000:00:06.0: PREFETCH window: disabled
[ 0.393255] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:02
[ 0.393257] pci 0000:00:0e.0: IO window: 0x7000-0x8fff
[ 0.393260] pci 0000:00:0e.0: MEM window: 0xfde00000-0xfdefffff
[ 0.393262] pci 0000:00:0e.0: PREFETCH window: disabled
[ 0.393265] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:03
[ 0.393267] pci 0000:00:0f.0: IO window: 0x6000-0x6fff
[ 0.393269] pci 0000:00:0f.0: MEM window: 0xfdd00000-0xfddfffff
[ 0.393272] pci 0000:00:0f.0: PREFETCH window: 0x000000e0000000-0x000000efffffff
[ 0.393278] pci 0000:00:06.0: setting latency timer to 64
[ 0.393282] pci 0000:00:0e.0: setting latency timer to 64
[ 0.393286] pci 0000:00:0f.0: setting latency timer to 64
[ 0.393288] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.393290] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.393293] pci_bus 0000:01: resource 0 io: [0x9000-0x9fff]
[ 0.393295] pci_bus 0000:01: resource 1 mem: [0xfa000000-0xfcffffff]
[ 0.393296] pci_bus 0000:01: resource 2 mem: [0x0-0x0]
[ 0.393298] pci_bus 0000:01: resource 3 io: [0x00-0xffff]
[ 0.393300] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.393302] pci_bus 0000:02: resource 0 io: [0x7000-0x8fff]
[ 0.393304] pci_bus 0000:02: resource 1 mem: [0xfde00000-0xfdefffff]
[ 0.393306] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.393307] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.393309] pci_bus 0000:03: resource 0 io: [0x6000-0x6fff]
[ 0.393311] pci_bus 0000:03: resource 1 mem: [0xfdd00000-0xfddfffff]
[ 0.393313] pci_bus 0000:03: resource 2 mem: [0xe0000000-0xefffffff]
[ 0.393314] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.393365] NET: Registered protocol family 2
[ 0.409079] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.409358] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.409819] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.410073] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.410075] TCP reno registered
[ 0.415099] NET: Registered protocol family 1
[ 0.415221] checking if image is initramfs...<7>Switched to high resolution mode on CPU 2
[ 0.500751] Switched to high resolution mode on CPU 3
[ 0.500802] Switched to high resolution mode on CPU 1
[ 0.501039] Switched to high resolution mode on CPU 0
[ 0.518178] it is
[ 0.627417] Freeing initrd memory: 3026k freed
[ 0.628768] Scanning for low memory corruption every 60 seconds
[ 0.628924] audit: initializing netlink socket (disabled)
[ 0.628939] type=2000 audit(1233237483.628:1): initialized
[ 0.629340] highmem bounce pool size: 64 pages
[ 0.629344] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.629531] msgmni has been set to 1697
[ 0.629777] alg: No test for stdrng (krng)
[ 0.629834] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 0.629837] io scheduler noop registered
[ 0.629857] io scheduler cfq registered (default)
[ 0.642787] pci 0000:03:00.0: Boot video device
[ 0.642906] pcieport-driver 0000:00:0e.0: setting latency timer to 64
[ 0.643020] pcieport-driver 0000:00:0f.0: setting latency timer to 64
[ 0.643259] fan PNP0C0B:00: registered as cooling_device0
[ 0.643262] ACPI: Fan [FAN] (on)
[ 0.643749] processor ACPI_CPU:00: registered as cooling_device1
[ 0.643802] processor ACPI_CPU:01: registered as cooling_device2
[ 0.643852] processor ACPI_CPU:02: registered as cooling_device3
[ 0.643904] processor ACPI_CPU:03: registered as cooling_device4
[ 0.644400] ACPI Warning (nspredef-0940): \_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference [20081204]
[ 0.644406] ACPI: Expecting a [Reference] package element, found type 0
[ 0.644436] ACPI: Invalid passive threshold
[ 0.644665] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.645131] ACPI: Thermal Zone [THRM] (40 C)
[ 0.647800] Real Time Clock Driver v1.12b
[ 0.648015] Non-volatile memory driver v1.3
[ 0.648018] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.648128] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.648480] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.649974] brd: module loaded
[ 0.650197] PNP: No PS/2 controller found. Probing ports directly.
[ 0.650603] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.650608] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.650691] mice: PS/2 mouse device common for all mice
[ 0.650842] cpuidle: using governor ladder
[ 0.651623] usbcore: registered new interface driver hiddev
[ 0.651655] usbcore: registered new interface driver usbhid
[ 0.651657] usbhid: v2.6:USB HID core driver
[ 0.651900] TCP cubic registered
[ 0.651901] Initializing XFRM netlink socket
[ 0.651914] NET: Registered protocol family 17
[ 0.651933] Using IPI Shortcut mode
[ 0.652309] Freeing unused kernel memory: 336k freed
[ 0.908633] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.909040] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 23
[ 0.909051] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 23 (level, low) -> IRQ 23
[ 0.909076] ehci_hcd 0000:00:02.1: setting latency timer to 64
[ 0.909078] ehci_hcd 0000:00:02.1: EHCI Host Controller
[ 0.909185] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.909211] ehci_hcd 0000:00:02.1: debug port 1
[ 0.909214] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[ 0.909229] ehci_hcd 0000:00:02.1: irq 23, io mem 0xfe02e000
[ 0.915016] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.915036] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.915038] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.915040] usb usb1: Product: EHCI Host Controller
[ 0.915041] usb usb1: Manufacturer: Linux 2.6.29-rc3 ehci_hcd
[ 0.915043] usb usb1: SerialNumber: 0000:00:02.1
[ 0.915100] usb usb1: configuration #1 chosen from 1 choice
[ 0.915135] hub 1-0:1.0: USB hub found
[ 0.915141] hub 1-0:1.0: 10 ports detected
[ 0.917391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.917790] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 0.917800] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 22 (level, low) -> IRQ 22
[ 0.917822] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 0.917824] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 0.917901] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 0.917924] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfe02f000
[ 0.970291] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.970293] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.970295] usb usb2: Product: OHCI Host Controller
[ 0.970297] usb usb2: Manufacturer: Linux 2.6.29-rc3 ohci_hcd
[ 0.970298] usb usb2: SerialNumber: 0000:00:02.0
[ 0.970357] usb usb2: configuration #1 chosen from 1 choice
[ 0.970399] hub 2-0:1.0: USB hub found
[ 0.970407] hub 2-0:1.0: 10 ports detected
[ 0.972570] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.993209] SCSI subsystem initialized
[ 0.996215] Driver 'sd' needs updating - please use bus_type methods
[ 1.009197] libata version 3.00 loaded.
[ 1.011423] pata_amd 0000:00:04.0: version 0.3.11
[ 1.011457] pata_amd 0000:00:04.0: setting latency timer to 64
[ 1.011513] scsi0 : pata_amd
[ 1.011604] scsi1 : pata_amd
[ 1.012368] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 1.012371] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 1.385343] ata1.00: ATA-7: MAXTOR STM3320620A, 3.AAE, max UDMA/100
[ 1.385345] ata1.00: 625142448 sectors, multi 1: LBA48
[ 1.385380] ata1.01: ATAPI: HP DVD Writer 1040d, EH24, max UDMA/66
[ 1.385405] ata1: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc6c50000) ACPI=0x3f01f (20:30:0x1f)
[ 1.385409] ata1: nv_mode_filter: 0x1f39f&0x1f01f->0x1f01f, BIOS=0x1f000 (0xc6c50000) ACPI=0x1f01f (20:30:0x1f)
[ 1.460297] ata1.00: configured for UDMA/100
[ 1.473144] usb 1-10: new high speed USB device using ehci_hcd and address 5
[ 1.482579] ata1.01: configured for UDMA/66
[ 1.483344] scsi 0:0:0:0: Direct-Access ATA MAXTOR STM332062 3.AA PQ: 0 ANSI: 5
[ 1.483460] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
[ 1.483471] sd 0:0:0:0: [sda] Write Protect is off
[ 1.483473] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.483486] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.483536] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
[ 1.483546] sd 0:0:0:0: [sda] Write Protect is off
[ 1.483548] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.483568] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.483570] sda: sda1 sda2 sda3
[ 1.508481] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.509557] scsi 0:0:1:0: CD-ROM HP DVD Writer 1040d EH24 PQ: 0 ANSI: 5
[ 1.509684] ata2: port disabled. ignoring.
[ 1.586884] usb 1-10: New USB device found, idVendor=0409, idProduct=0059
[ 1.586886] usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.586944] usb 1-10: configuration #1 chosen from 1 choice
[ 1.587043] hub 1-10:1.0: USB hub found
[ 1.587131] hub 1-10:1.0: 4 ports detected
[ 1.804393] usb 2-2: new full speed USB device using ohci_hcd and address 2
[ 1.954664] usb 2-2: New USB device found, idVendor=04b8, idProduct=0005
[ 1.954666] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.954668] usb 2-2: Product: USB Printer
[ 1.954671] usb 2-2: Manufacturer: EPSON
[ 1.954673] usb 2-2: SerialNumber: RL0200301161041200
[ 1.954731] usb 2-2: configuration #1 chosen from 1 choice
[ 2.174391] usb 2-4: new low speed USB device using ohci_hcd and address 3
[ 2.319804] usb 2-4: New USB device found, idVendor=046d, idProduct=c517
[ 2.319806] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.319808] usb 2-4: Product: USB Receiver
[ 2.319812] usb 2-4: Manufacturer: Logitech
[ 2.319861] usb 2-4: configuration #1 chosen from 1 choice
[ 2.330012] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input0
[ 2.335432] logitech 0003:046D:C517.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:02.0-4/input0
[ 2.343813] logitech 0003:046D:C517.0002: fixing up Logitech keyboard report descriptor
[ 2.344369] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.1/input/input1
[ 2.355486] logitech 0003:046D:C517.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:02.0-4/input1
[ 2.572392] usb 2-5: new full speed USB device using ohci_hcd and address 4
[ 2.707956] usb 2-5: New USB device found, idVendor=0451, idProduct=2046
[ 2.707958] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.708016] usb 2-5: configuration #1 chosen from 1 choice
[ 2.710989] hub 2-5:1.0: USB hub found
[ 2.713957] hub 2-5:1.0: 4 ports detected
[ 2.806111] usb 1-10.1: new low speed USB device using ehci_hcd and address 6
[ 3.011934] usb 1-10.1: New USB device found, idVendor=050d, idProduct=0751
[ 3.011937] usb 1-10.1: New USB device strings: Mfr=4, Product=20, SerialNumber=0
[ 3.011939] usb 1-10.1: Product: Belkin UPS
[ 3.011940] usb 1-10.1: Manufacturer: Belkin
[ 3.011990] usb 1-10.1: configuration #1 chosen from 1 choice
[ 3.715643] generic-usb 0003:050D:0751.0003: hiddev97,hidraw2: USB HID v1.11 Device [Belkin Belkin UPS] on usb-0000:00:02.1-10.1/input0
[ 3.792500] usb 1-10.2: new full speed USB device using ehci_hcd and address 7
[ 3.891527] usb 1-10.2: New USB device found, idVendor=0403, idProduct=6001
[ 3.891529] usb 1-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.891531] usb 1-10.2: Product: USB FAST SERIAL ADAPTER
[ 3.891532] usb 1-10.2: Manufacturer: FTDI
[ 3.891534] usb 1-10.2: SerialNumber: FTOOS09N
[ 3.891588] usb 1-10.2: configuration #1 chosen from 1 choice
[ 3.968562] usb 1-10.3: new full speed USB device using ehci_hcd and address 8
[ 4.013902] sata_nv 0000:00:05.0: version 3.5
[ 4.014319] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 21
[ 4.014329] sata_nv 0000:00:05.0: PCI INT A -> Link[APSI] -> GSI 21 (level, low) -> IRQ 21
[ 4.014331] sata_nv 0000:00:05.0: Using SWNCQ mode
[ 4.014631] sata_nv 0000:00:05.0: setting latency timer to 64
[ 4.014814] scsi2 : sata_nv
[ 4.014982] scsi3 : sata_nv
[ 4.015185] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xdc00 irq 21
[ 4.015187] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xdc08 irq 21
[ 4.056463] usb 1-10.3: New USB device found, idVendor=03eb, idProduct=3301
[ 4.056466] usb 1-10.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.056468] usb 1-10.3: Product: Standard USB Hub
[ 4.056535] usb 1-10.3: configuration #1 chosen from 1 choice
[ 4.057237] hub 1-10.3:1.0: USB hub found
[ 4.057337] hub 1-10.3:1.0: 4 ports detected
[ 4.131624] usb 1-10.4: new high speed USB device using ehci_hcd and address 9
[ 4.218900] usb 1-10.4: New USB device found, idVendor=0409, idProduct=0059
[ 4.218902] usb 1-10.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.218951] usb 1-10.4: configuration #1 chosen from 1 choice
[ 4.219058] hub 1-10.4:1.0: USB hub found
[ 4.219150] hub 1-10.4:1.0: 4 ports detected
[ 4.492764] usb 1-10.4.4: new full speed USB device using ehci_hcd and address 10
[ 4.580914] usb 1-10.4.4: New USB device found, idVendor=04b8, idProduct=010f
[ 4.580916] usb 1-10.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.580918] usb 1-10.4.4: Product: EPSON Scanner 010F
[ 4.580922] usb 1-10.4.4: Manufacturer: EPSON
[ 4.580972] usb 1-10.4.4: configuration #1 chosen from 1 choice
[ 4.888293] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.891745] ata3.00: ATA-8: ST3500320AS, SD1A, max UDMA/133
[ 4.891748] ata3.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 4.897882] ata3.00: configured for UDMA/133
[ 4.897958] scsi 2:0:0:0: Direct-Access ATA ST3500320AS SD1A PQ: 0 ANSI: 5
[ 4.898065] sd 2:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
[ 4.898075] sd 2:0:0:0: [sdb] Write Protect is off
[ 4.898077] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 4.898090] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.898146] sd 2:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
[ 4.898154] sd 2:0:0:0: [sdb] Write Protect is off
[ 4.898156] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 4.898169] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.898176] sdb: sdb1 sdb2 sdb3
[ 4.902253] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 5.776289] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5.779557] ata4.00: ATA-7: Hitachi HDT725040VLA360, V5COA7EA, max UDMA/133
[ 5.779559] ata4.00: 781422768 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 5.785699] ata4.00: configured for UDMA/133
[ 5.785762] scsi 3:0:0:0: Direct-Access ATA Hitachi HDT72504 V5CO PQ: 0 ANSI: 5
[ 5.785871] sd 3:0:0:0: [sdc] 781422768 512-byte hardware sectors: (400 GB/372 GiB)
[ 5.785881] sd 3:0:0:0: [sdc] Write Protect is off
[ 5.785884] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.785897] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.785938] sd 3:0:0:0: [sdc] 781422768 512-byte hardware sectors: (400 GB/372 GiB)
[ 5.785951] sd 3:0:0:0: [sdc] Write Protect is off
[ 5.785953] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 5.785970] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.785977] sdc: sdc1
[ 5.800177] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 5.800653] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 20
[ 5.800663] sata_nv 0000:00:05.1: PCI INT B -> Link[APSJ] -> GSI 20 (level, low) -> IRQ 20
[ 5.800666] sata_nv 0000:00:05.1: Using SWNCQ mode
[ 5.800949] sata_nv 0000:00:05.1: setting latency timer to 64
[ 5.801049] scsi4 : sata_nv
[ 5.801136] scsi5 : sata_nv
[ 5.801352] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 20
[ 5.801354] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 20
[ 6.534602] ata5: SATA link down (SStatus 0 SControl 300)
[ 7.267599] ata6: SATA link down (SStatus 0 SControl 300)
[ 7.267976] ACPI: PCI Interrupt Link [ASA2] enabled at IRQ 23
[ 7.267979] sata_nv 0000:00:05.2: PCI INT C -> Link[ASA2] -> GSI 23 (level, low) -> IRQ 23
[ 7.267981] sata_nv 0000:00:05.2: Using SWNCQ mode
[ 7.268258] sata_nv 0000:00:05.2: setting latency timer to 64
[ 7.268325] scsi6 : sata_nv
[ 7.268412] scsi7 : sata_nv
[ 7.268600] ata7: SATA max UDMA/133 cmd 0xc400 ctl 0xc000 bmdma 0xb400 irq 23
[ 7.268602] ata8: SATA max UDMA/133 cmd 0xbc00 ctl 0xb800 bmdma 0xb408 irq 23
[ 8.001600] ata7: SATA link down (SStatus 0 SControl 300)
[ 8.734600] ata8: SATA link down (SStatus 0 SControl 300)
[ 16.553155] kjournald starting. Commit interval 5 seconds
[ 16.553163] EXT3-fs: mounted filesystem with ordered data mode.
[ 16.848493] type=1404 audit(1233237499.848:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 16.988931] SELinux: 8192 avtab hash slots, 228199 rules.
[ 17.027461] SELinux: 8192 avtab hash slots, 228199 rules.
[ 17.055730] SELinux: 8 users, 12 roles, 2519 types, 116 bools, 1 sens, 1024 cats
[ 17.055734] SELinux: 67 classes, 228199 rules
[ 17.057544] SELinux: class peer not defined in policy
[ 17.057546] SELinux: class capability2 not defined in policy
[ 17.057548] SELinux: class kernel_service not defined in policy
[ 17.057556] SELinux: permission open in class dir not defined in policy
[ 17.057559] SELinux: permission open in class file not defined in policy
[ 17.057562] SELinux: permission open in class chr_file not defined in policy
[ 17.057564] SELinux: permission open in class blk_file not defined in policy
[ 17.057566] SELinux: permission open in class fifo_file not defined in policy
[ 17.057574] SELinux: permission recvfrom in class node not defined in policy
[ 17.057576] SELinux: permission sendto in class node not defined in policy
[ 17.057581] SELinux: permission ingress in class netif not defined in policy
[ 17.057583] SELinux: permission egress in class netif not defined in policy
[ 17.057618] SELinux: permission setfcap in class capability not defined in policy
[ 17.057631] SELinux: permission forward_in in class packet not defined in policy
[ 17.057633] SELinux: permission forward_out in class packet not defined in policy
[ 17.057736] SELinux: the above unknown classes and permissions will be allowed
[ 17.057739] SELinux: Completing initialization.
[ 17.057740] SELinux: Setting up existing superblocks.
[ 17.079797] SELinux: initialized (dev sdb3, type ext3), uses xattr
[ 17.179519] SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
[ 17.179530] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 17.179617] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 17.179638] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 17.179646] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
[ 17.179651] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 17.179659] SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
[ 17.179662] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 17.179669] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 17.179673] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 17.179678] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 17.179699] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 17.179706] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 17.179716] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 17.179720] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 17.179736] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 17.198294] type=1403 audit(1233237500.198:3): policy loaded auid=4294967295 ses=4294967295
[ 19.612241] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 19.612262] scsi 0:0:1:0: Attached scsi generic sg1 type 5
[ 19.612283] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 19.612304] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 19.615133] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 19.618493] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 19.637069] ACPI: Power Button (FF) [PWRF]
[ 19.637127] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
[ 19.647421] ACPI: Power Button (CM) [PWRB]
[ 19.657024] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[ 19.657030] ACPI: I/O resource nForce2_smbus [0x1c40-0x1c7f] conflicts with ACPI region SM01 [0x1c40-0x1c45]
[ 19.657033] ACPI: Device needs an ACPI driver
[ 19.657044] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c40
[ 19.661559] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04B8 pid 0x0005
[ 19.661579] usbcore: registered new interface driver usblp
[ 19.717285] usbcore: registered new interface driver usbserial
[ 19.717290] usbserial: USB Serial Driver core
[ 19.722841] Driver 'sr' needs updating - please use bus_type methods
[ 19.724161] Floppy drive(s): fd0 is 1.44M
[ 19.727130] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.62.
[ 19.727651] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
[ 19.727656] forcedeth 0000:00:08.0: PCI INT A -> Link[APCH] -> GSI 22 (level, low) -> IRQ 22
[ 19.727660] forcedeth 0000:00:08.0: setting latency timer to 64
[ 19.727809] nv_probe: set workaround bit for reversed mac addr
[ 19.730916] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 19.730921] Uniform CD-ROM driver Revision: 3.20
[ 19.731058] sr 0:0:1:0: Attached scsi CD-ROM sr0
[ 19.731609] USB Serial support registered for FTDI USB Serial Device
[ 19.731672] ftdi_sio 1-10.2:1.0: FTDI USB Serial Device converter detected
[ 19.731701] usb 1-10.2: Detected FT232RL
[ 19.731763] usb 1-10.2: FTDI USB Serial Device converter now attached to ttyUSB0
[ 19.731791] usbcore: registered new interface driver ftdi_sio
[ 19.731793] ftdi_sio: v1.4.3:USB FTDI Serial Converters Driver
[ 19.739000] FDC 0 is a post-1991 82077
[ 19.914729] ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
[ 19.914740] firewire_ohci 0000:01:0b.0: PCI INT A -> Link[APC4] -> GSI 19 (level, low) -> IRQ 19
[ 19.933388] Linux video capture interface: v2.00
[ 19.972143] firewire_ohci: Added fw-ohci device 0000:01:0b.0, OHCI version 1.10
[ 20.117893] cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.6 loaded
[ 20.118523] cx88[0]: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV [card=22,autodetected], frontend(s): 1
[ 20.118525] cx88[0]: TV tuner type 60, Radio tuner type -1
[ 20.134243] cx88/0: cx2388x v4l2 driver version 0.0.6 loaded
[ 20.239869] forcedeth 0000:00:08.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:1f:c6:62:fc:bb
[ 20.239873] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[ 20.240309] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 21
[ 20.240314] HDA Intel 0000:00:06.1: PCI INT B -> Link[AAZA] -> GSI 21 (level, low) -> IRQ 21
[ 20.240367] HDA Intel 0000:00:06.1: setting latency timer to 64
[ 20.255696] tuner' 2-0043: chip found @ 0x86 (cx88[0])
[ 20.268128] tda9887 2-0043: creating new instance
[ 20.268131] tda9887 2-0043: tda988[5/6/7] found
[ 20.271280] tuner' 2-0061: chip found @ 0xc2 (cx88[0])
[ 20.324983] tuner-simple 2-0061: creating new instance
[ 20.324987] tuner-simple 2-0061: type set to 60 (Thomson DTT 761X (ATSC/NTSC))
[ 20.327300] cx88[0]/2: cx2388x 8802 Driver Manager
[ 20.327715] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 20.327725] cx88-mpeg driver manager 0000:01:08.2: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[ 20.327732] cx88[0]/2: found at 0000:01:08.2, rev: 5, irq: 18, latency: 32, mmio: 0xfa000000
[ 20.327736] IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[ 20.327790] cx8800 0000:01:08.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18
[ 20.327799] cx88[0]/0: found at 0000:01:08.0, rev: 5, irq: 18, latency: 32, mmio: 0xfb000000
[ 20.327808] IRQ 18/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
[ 20.327869] cx88[0]/0: registered device video0 [v4l2]
[ 20.327885] cx88[0]/0: registered device vbi0
[ 20.327903] cx88[0]/0: registered device radio0
[ 20.330282] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 20.330295] EMU10K1_Audigy 0000:01:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
[ 20.332520] Audigy2 value: Special config.
[ 20.346268] cx88/2: cx2388x dvb driver version 0.0.6 loaded
[ 20.346272] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 20.346276] cx88[0]/2: subsystem: 7063:3000, board: pcHDTV HD3000 HDTV [card=22]
[ 20.346278] cx88[0]/2: cx2388x based DVB/ATSC card
[ 20.346287] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 20.346358] IP: [<c061d77d>] __mutex_lock_slowpath+0x2d/0xa0
[ 20.346413] *pdpt = 000000003582c001 *pde = 0000000000000000
[ 20.346417] Oops: 0002 [#1] PREEMPT SMP
[ 20.346502] last sysfs file: /sys/devices/pci0000:00/0000:00:06.0/0000:01:08.0/video4linux/vbi0/dev
[ 20.346532] Modules linked in: cx88_dvb(+) videobuf_dvb dvb_core tuner_simple tuner_types tda9887 tda8290 tuner snd_emu10k1 snd_hda_intel(+) snd_seq_dummy snd_hda_codec cx8800 snd_seq_oss(+) cx8802 cx88xx snd_seq_midi_event snd_rawmidi snd_seq snd_ac97_codec ir_common snd_pcm_oss snd_mixer_oss ac97_bus v4l2_common snd_seq_device videodev i2c_algo_bit snd_pcm firewire_ohci snd_util_mem firewire_core tveeprom v4l1_compat snd_hwdep btcx_risc videobuf_dma_sg snd_timer videobuf_core crc_itu_t snd ftdi_sio forcedeth(+) floppy sr_mod usbserial snd_page_alloc i2c_nforce2 soundcore usblp cdrom button pcspkr sg i2c_core joydev evdev ahci pata_jmicron sata_nv pata_amd libata sd_mod scsi_mod ext3 jbd mbcache uhci_hcd ohci_hcd ehci_hcd [last unloaded: scsi_wait_scan]
[ 20.347382]
[ 20.347382] Pid: 1797, comm: modprobe Tainted: G W (2.6.29-rc3 #3) System Product Name
[ 20.347382] EIP: 0060:[<c061d77d>] EFLAGS: 00010246 CPU: 3
[ 20.347382] EIP is at __mutex_lock_slowpath+0x2d/0xa0
[ 20.347382] EAX: f5dc3e48 EBX: f5901904 ECX: f5901804 EDX: 00000000
[ 20.347382] ESI: f5901908 EDI: f590190c EBP: f5dc3e60 ESP: f5dc3e44
[ 20.347382] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
[ 20.347382] Process modprobe (pid: 1797, ti=f5dc3000 task=f5c851f0 task.ti=f5dc3000)
[ 20.347382] Stack:
[ 20.347382] f5c851f0 f590190c f5dc3e7a c0684f05 f59018fc f5d62800 00000001 f5dc3e68
[ 20.347382] c061d59d f5dc3e80 f8435148 f5901904 ffffffed f5d62800 00000001 f5dc3ecc
[ 20.347382] f8446457 f8449214 f5d62810 0005489c 00000000 14a3a42f 00000006 00000202
[ 20.347382] Call Trace:
[ 20.347382] [<c061d59d>] ? mutex_lock+0xd/0x10
[ 20.347382] [<f8435148>] ? videobuf_dvb_get_frontend+0x18/0x60 [videobuf_dvb]
[ 20.347382] [<f8446457>] ? cx8802_dvb_probe+0xe7/0x1fc0 [cx88_dvb]
[ 20.347382] [<f84460f0>] ? cx8802_dvb_advise_release+0x0/0x70 [cx88_dvb]
[ 20.347382] [<f8561534>] ? cx8802_register_driver+0x1a4/0x1f0 [cx8802]
[ 20.347382] [<f84483c0>] ? dvb_init+0x0/0x40 [cx88_dvb]
[ 20.347382] [<f84483f4>] ? dvb_init+0x34/0x40 [cx88_dvb]
[ 20.347382] [<c040102a>] ? _stext+0x2a/0x150
[ 20.347382] [<c044df83>] ? sys_init_module+0x83/0x1b0
[ 20.347382] [<c04878fd>] ? sys_read+0x3d/0x70
[ 20.347382] [<c04032ed>] ? sysenter_do_call+0x12/0x21
[ 20.347382] Code: e5 57 56 53 89 c3 8d 73 04 83 ec 10 8d 7b 08 64 a1 00 a0 75 c0 89 45 e4 89 f0 e8 1f 10 00 00 8b 57 04 8d 45 e8 89 47 04 89 7d e8 <89> 02 8b 45 e4 89 55 ec ba ff ff ff ff 89 45 f0 89 d0 87 03 83
[ 20.347382] EIP: [<c061d77d>] __mutex_lock_slowpath+0x2d/0xa0 SS:ESP 0068:f5dc3e44
[ 20.352096] ---[ end trace 4eaa2a86a8e2da24 ]---
[ 20.352149] note: modprobe[1797] exited with preempt_count 1
[ 20.471504] firewire_core: created device fw0: GUID 001e8c00012f990c, S400
[ 20.926787] ACPI: PCI Interrupt Link [AMC1] enabled at IRQ 20
[ 20.926854] forcedeth 0000:00:09.0: PCI INT A -> Link[AMC1] -> GSI 20 (level, low) -> IRQ 20
[ 20.926941] forcedeth 0000:00:09.0: setting latency timer to 64
[ 20.927070] nv_probe: set workaround bit for reversed mac addr
[ 20.927249] ACPI: PCI Interrupt Link [APC7] enabled at IRQ 16
[ 20.927325] HDA Intel 0000:03:00.1: PCI INT B -> Link[APC7] -> GSI 16 (level, low) -> IRQ 16
[ 20.927461] HDA Intel 0000:03:00.1: setting latency timer to 64
[ 21.439857] forcedeth 0000:00:09.0: ifname eth1, PHY OUI 0x5043 @ 1, addr 00:1f:c6:63:07:97
[ 21.439960] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[ 23.557884] EXT3 FS on sdb3, internal journal
[ 23.841251] kjournald starting. Commit interval 5 seconds
[ 23.841606] EXT3 FS on sdb1, internal journal
[ 23.841691] EXT3-fs: mounted filesystem with ordered data mode.
[ 23.849577] SELinux: initialized (dev sdb1, type ext3), uses xattr
[ 23.859120] kjournald starting. Commit interval 5 seconds
[ 23.859389] EXT3 FS on sdc1, internal journal
[ 23.859471] EXT3-fs: mounted filesystem with ordered data mode.
[ 23.866039] SELinux: initialized (dev sdc1, type ext3), uses xattr
[ 23.866308] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 24.790477] Adding 4192956k swap on /dev/sdb2. Priority:-1 extents:1 across:4192956k
[ 24.793212] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.6.29-rc3 (git tree)
2009-01-28 19:41 Linux 2.6.29-rc3 Linus Torvalds
2009-01-29 9:28 ` [BUILD_FAILURE] 2.6.29-rc3 : drivers/ata/sata_sil.c Sachin P. Sant
2009-01-29 15:34 ` Linux 2.6.29-rc3 Gene Heskett
@ 2009-01-29 23:01 ` Randy Dunlap
2009-01-30 19:57 ` Jiri Kosina
2 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2009-01-29 23:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
In the mainline kernel git tree, where are these files from
and why?
./crash_uni.patch
arch/x86/kernel/rb32.log
~Randy
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 2.6.29-rc3 (git tree)
2009-01-29 23:01 ` Linux 2.6.29-rc3 (git tree) Randy Dunlap
@ 2009-01-30 19:57 ` Jiri Kosina
0 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2009-01-30 19:57 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Linus Torvalds, Linux Kernel Mailing List
On Thu, 29 Jan 2009, Randy Dunlap wrote:
> In the mainline kernel git tree, where are these files from
> and why?
>
> ./crash_uni.patch
> arch/x86/kernel/rb32.log
I don't see these on current head (f2257b70), so it's probably your local
issue.
$ git pull
Already up-to-date.
$ ll ./crash_uni.patch
ls: cannot access ./crash_uni.patch: No such file or directory
$ ll arch/x86/kernel/rb32.log
ls: cannot access arch/x86/kernel/rb32.log: No such file or directory
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-30 19:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 19:41 Linux 2.6.29-rc3 Linus Torvalds
2009-01-29 9:28 ` [BUILD_FAILURE] 2.6.29-rc3 : drivers/ata/sata_sil.c Sachin P. Sant
2009-01-29 15:34 ` Linux 2.6.29-rc3 Gene Heskett
2009-01-29 23:01 ` Linux 2.6.29-rc3 (git tree) Randy Dunlap
2009-01-30 19:57 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox