2.6.27-rc6, "Things Are Calming Down"

Submitted by Jeremy
on September 12, 2008 - 3:42pm

"The patches most people hopefully care about tend to be small details," noted Linus Torvalds, announcing the 2.6.27-rc6 kernel. He continued, "and so more regressions should hopefully be closed now, some by just reverting the commits that caused breakage. I don't think anything special merits explicit comment, but you can get a flavor for things by scanning the appended shortlog." Earlier in the announcement email, Linus did note some specifics about which drivers caused the bulk of the patch:

"Same old deal - except it's been almost two weeks since -rc5. That said, the diff is actually about the same size, so I guess that means things are calming down. Most of the diff (bulk-wise) is updates to the new gspca (standard USB webcam) driver, although some of it is also removal of the dead miropcm20* driver."


From: Linus Torvalds
Subject: Linux 2.6.27-rc6
Date: Sep 9, 6:09 pm 2008

Same old deal - except it's been almost two weeks since -rc5. That said, 
the diff is actually about the same size, so I guess that means things are 
calming down. Most of the diff (bulk-wise) is updates to the new gspca 
(standard USB webcam) driver, although some of it is also removal of the 
dead miropcm20* driver. As a result, the dirstat looks like this:

   3.7% arch/x86/
   8.0% arch/
   9.2% drivers/media/radio/
  41.7% drivers/media/video/gspca/
  49.3% drivers/media/video/
  60.7% drivers/media/
   3.1% drivers/net/
  71.1% drivers/
   3.9% fs/
   5.5% kernel/
   3.3% net/tipc/
   6.3% net/

but as usual, the patches most people hopefully care about tend to be 
small details, and so more regressions should hopefully be closed now, 
some by just reverting the commits that caused breakage.

I don't think anything special merits explicit comment, but you can get a 
flavor for things by scanning the appended shortlog.

		Linus
---
Adam Litke (1):
      mm: make setup_zone_migrate_reserve() aware of overlapping nodes

Adrian Bunk (9):
      sh64: re-add the __strnlen_user() prototype
      sh: fix ptrace_64.c:user_disable_single_step()
      dabusb_fpga_download(): fix a memory leak
      wireless/libertas/if_cs.c: fix memory leaks
      NTFS: update homepage
      V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} code
      V4L/DVB (8842): vivi_release(): fix use-after-free
      V4L/DVB (8843): tda10048_firmware_upload(): fix a memory leak
      V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak

Adrian Hunter (2):
      UBIFS: always read hashed-key nodes under TNC mutex
      UBIFS: allow for racing between GC and TNC

Al Viro (1):
      forgotten refcount on sysctl root table

Alan Cox (1):
      ahci, pata_marvell: play nicely together

Alexander Beregalov (1):
      V4L/DVB (8681): v4l2-ioctl.c: fix warning

Alexey Dobriyan (3):
      netfilter: nf_conntrack_sip: de-static helper pointers
      netfilter: nf_conntrack_gre: more locking around keymap list
      netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet

Alok N Kataria (1):
      x86: Change warning message in TSC calibration.

Andi Kleen (2):
      Don't trigger softlockup detector on network fs blocked tasks
      ACPI: Make Len Brown the ACPI maintainer again

Andre Detsch (1):
      powerpc/spufs: Fix possible scheduling of a context to multiple SPEs

Andreas Herrmann (2):
      x86: pda_init(): fix memory leak when using CPU hotplug
      x86: cpu_init(): fix memory leak when using CPU hotplug

Andrew Morton (2):
      drivers/char/random.c: fix a race which can lead to a bogus BUG()
      drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()

Andy Adamson (1):
      nfsd: fix compound state allocation error handling

Andy Gospodarek (1):
      ixgbe: initialize interrupt throttle rate

Andy Walls (2):
      V4L/DVB (8701): cx18: Add missing lock for when the irq handler manipulates the queues
      V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in cx18_flush_queues()

Arjan van de Ven (1):
      don't diff generated firmware files

Artem Bityutskiy (13):
      UBIFS: fix zero-length truncations
      UBIFS: do not update min_idx_lebs in stafs
      UBIFS: push empty flash hack down
      UBIFS: remove incorrect index space check
      UBIFS: improve statfs reporting
      UBIFS: fix assertion
      UBIFS: add forgotten gc_idx_lebs component
      UBIFS: introduce LEB overhead
      UBIFS: improve statfs reporting even more
      UBIFS: fill f_fsid
      UBIFS: amend f_fsid
      UBIFS: fix division by zero
      UBIFS: make minimum fanout 3

Assaf Krauss (1):
      iwlwifi: W/A for the TSF correction in IBSS

Atsushi Nemoto (3):
      [MIPS] TXx9: Fix txx9_pcode initialization
      [MIPS] TX39xx: Add missing local_flush_icache_range initialization
      [MIPS] Probe initrd header only if explicitly specified

Balbir Singh (1):
      sched: fix process time monotonicity

Bartlomiej Zolnierkiewicz (3):
      ide: fix hwif_to_node()
      ide-disk: remove stale init_idedisk_capacity() documentation
      ide/Kconfig: mark ide-scsi as deprecated

Benjamin Herrenschmidt (1):
      powerpc: Fix build error with 64K pages and !hugetlbfs

Bjorn Helgaas (1):
      PNPACPI: ignore the producer/consumer bit for extended IRQ descriptors

Boaz Harrosh (1):
      rt2x00: Compiler warning unmasked by fix of BUILD_BUG_ON

Breno Leitao (1):
      ipv: Re-enable IP when MTU > 68

Carmelo Amoroso (1):
      sh: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.

Chris Snook (1):
      MAINTAINERS: add Atheros maintainer for atlx

Christoph Hellwig (1):
      update Documentation/filesystems/Locking for 2.6.27 changes

Chuck Ebbert (1):
      x86: add io delay quirk for Presario F700

Chuck Lever (1):
      NFS: Restore missing hunk in NFS mount option parser

Clemens Ladisch (1):
      ALSA: oxygen: fix distorted output on AK4396-based cards

Cordelia (1):
      audit: Moved variable declaration to beginning of function

Cornelia Huck (2):
      [S390] cio: Correct cleanup on error.
      [S390] cio: handle ssch() return codes correctly.

Cyrill Gorcunov (2):
      acpi: add checking for NULL early param
      sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transports

Daniel Lezcano (1):
      netns : fix kernel panic in timewait socket destruction

Dave Airlie (1):
      drm/radeon: downgrade debug message from info to debug.

David Brownell (3):
      palm_bk3710: improve IDE registration
      mmc: at91_mci: don't use coherent dma buffers
      net/usb/pegasus: avoid hundreds of diagnostics

David Kilroy (1):
      orinoco: Multicast to the specified addresses

David Milburn (1):
      pata_sil680: remove duplicate pcim_enable_device

David S. Miller (8):
      sparc32: Implement smp_call_function_single().
      sparc: Fix resource flags for PCI children in OF device tree.
      net: Unbreak userspace usage of linux/mroute.h
      sparc64: setup_valid_addr_bitmap_from_pavail() should be __init
      ipsec: Fix deadlock in xfrm_state management.
      tipc: Don't use structure names which easily globally conflict.
      sparc64: Fix IPI call locking.
      sparc64: Disable timer interrupts in fixup_irqs().

David Woodhouse (3):
      Fix modules_install on RO nfs-exported trees.
      Remove '#include <stddef.h>' from mm/page_isolation.c
      Revert "[ARM] use the new byteorder headers"

Dennis Jansen (2):
      ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board"
      ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board"

Dhananjay Phadke (1):
      netxen: Remove workaround for chipset quirk

Dmitry Baryshkov (2):
      ALSA: ASoC: fix pxa2xx-i2s clk_get call
      [MTD] [NAND] tmio_nand: fix base address programming

Dominik Brodowski (2):
      clocksource, acpi_pm.c: use proper read function also in errata mode
      clocksource, acpi_pm.c: check for monotonicity

Eduardo Habkost (1):
      x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags

Eilon Greenstein (1):
      bnx2x: Accessing un-mapped page

Eric Paris (1):
      SELinux: memory leak in security_context_to_sid_core

FUJITA Tomonori (1):
      remove blk_register_filter and blk_unregister_filter in gendisk

Florian Mickler (1):
      net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFS

Gregory Greenman (2):
      iwlwifi: call apm stop on exit
      iwlwifi: fix STATUS_EXIT_PENDING is not set on pci_remove

H. Peter Anvin (3):
      x86: boot: stub out unimplemented CPU feature words
      x86: add NOPL as a synthetic CPU feature bit
      x86: use X86_FEATURE_NOPL in alternatives

Haavard Skinnemoen (1):
      avr32: Fix lockup after Java stack underflow in user mode

Hans Verkuil (7):
      V4L/DVB (8629): v4l2-ioctl: do not try to handle private V4L1 ioctls
      V4L/DVB (8633): ivtv: update ivtv version number
      V4L/DVB (8648): ivtv: improve CC support
      V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings
      V4L/DVB (8778): radio: fix incorrect video_register_device result check
      V4L/DVB (8779): v4l: fix more incorrect video_register_device result checks
      V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != NULL

Hans de Goede (21):
      V4L/DVB (8667): gspca: Bad probe of Z-Star/Vimicro webcams with pas106 sensor.
      V4L/DVB (8720): gspca: V4L2_CAP_SENSOR_UPSIDE_DOWN added as a cap for some webcams.
      V4L/DVB (8809): gspca: Revert commit 9a9335776548d01525141c6e8f0c12e86bbde982
      V4L/DVB (8812): gspca: Do pac73xx webcams work.
      V4L/DVB (8813): gspca: Adjust SOF detection for pac73xx.
      V4L/DVB (8815): gspca: Fix problems with disabled controls.
      V4L/DVB (8816): gspca: Set disabled ctrls and fix a register pb with ovxxxx in sonixb.
      V4L/DVB (8817): gspca: LED and proble changes in sonixb.
      V4L/DVB (8825): gspca: More controls for pac73xx and new webcam 093a:2624.
      V4L/DVB (8827): gspca: Stop pac7302 autogain oscillation.
      V4L/DVB (8830): gspca: Move some probe code to the new init function.
      V4L/DVB (8831): gspca: Resolve webcam conflicts between some drivers.
      V4L/DVB (8833): gspca: Cleanup the sonixb code.
      V4L/DVB (8834): gspca: Have a bigger buffer for sn9c10x compressed images.
      V4L/DVB (8835): gspca: Same pixfmt as the sn9c102 driver and raw Bayer added in sonixb.
      V4L/DVB (8868): gspca: Support for vga modes with sif sensors in sonixb.
      V4L/DVB (8869): gspca: Move the Sonix webcams with TAS5110C1B from sn9c102 to gspca.
      V4L/DVB (8870): gspca: Fix dark room problem with sonixb.
      V4L/DVB (8873): gspca: Bad image offset with rev012a of spca561 and adjust exposure.
      V4L/DVB (8874): gspca: Adjust hstart for sn9c103/ov7630 and update usb-id's.
      V4L/DVB (8880): PATCH: Fix parents on some webcam drivers

Henrik Kretzschmar (2):
      V4L/DVB (8682): V4L: fix return value of register video func
      V4L/DVB (8750): V4L: check inval in video_register_device_index()

Henrik Rydberg (5):
      Input: bcm5974 - add maintainer entry
      MAINTAINERS: add a maintainer for the BCM5974 multitouch driver
      Input: bcm5974 - small formatting cleanup
      Input: bcm5974 - improve finger tracking and counting
      Input: bcm5974 - add BTN_TOUCH event for mousedev benefit

Herbert Xu (2):
      Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"
      ipsec: Restore larval states and socket policies in dump

Hisashi Hifumi (1):
      VFS: fix dio write returning EIO when try_to_release_page fails

Huang Weiyi (1):
      [ARM] remove unused #include <version.h>

Hugh Dickins (1):
      powerpc: Fix rare boot build breakage

Humphrey Bucknell (1):
      avr32: pm_standby low-power ram bug fix

J. Bruce Fields (1):
      nfsd: fix buffer overrun decoding NFSv4 acl

James Bottomley (1):
      lib: Correct printk %pF to work on all architectures

Jan Altenberg (1):
      rtc_time_to_tm: fix signed/unsigned arithmetic

Jarek Poplawski (2):
      pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
      pkt_sched: Fix qdisc state in net_tx_action()

Jarod Wilson (1):
      [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit mode

Jason Wessel (1):
      usb: fix null deferences in low level usb serial

Jean Delvare (1):
      V4L/DVB (8837): dvb: fix I2C adapters name size

Jean-Francois Moine (41):
      V4L/DVB (8660): gspca: Simplify the scan of URB packets in pac7311.
      V4L/DVB (8661): gspca: Bug in the previous changeset about pac7311.
      V4L/DVB (8663): gspca: Webcam 0c45:6128 added in sonixj.
      V4L/DVB (8664): gspca: The bridge/sensor of the webcam 093a:2621 is a PAC 7302.
      V4L/DVB (8665): gspca: Fix the 640x480 resolution of the webcam 093a:2621.
      V4L/DVB (8666): gspca: Bad scanning of frames in pac7311.
      V4L/DVB (8668): gspca: Conflict GSPCA / ET61X251 for the webcam 102c:6251.
      V4L/DVB (8669): gspca: Add white balance control for spca561 rev 012A.
      V4L/DVB (8671): gspca: Remove the unused field 'dev_name' of the device structure.
      V4L/DVB (8672): gspca: Big rewrite of spca561.
      V4L/DVB (8673): gspca: Bad frame scanning again and bad init in pac7311.
      V4L/DVB (8674): gspca: Webcam 0c45:612e added in sonixj.
      V4L/DVB (8675): gspca: Pixmap PJPG (Pixart 73xx JPEG) added, generated by pac7311.
      V4L/DVB (8703): gspca: Do controls work for spca561 revision 12a.
      V4L/DVB (8705): gspca: Adjust some control limits in spca561.
      V4L/DVB (8706): Make contrast and brightness work for pac7302.
      V4L/DVB (8707): gspca: Colors, hflip and vflip controls added for pac7302.
      V4L/DVB (8709): gspca: Fix initialization and controls of sn9x110 - ov7630.
      V4L/DVB (8710): gspca: Bad color control in sonixj.
      V4L/DVB (8711): gspca: Bad controls and quantization table of pac7311.
      V4L/DVB (8712): gspca: Bad start of sonixj webcams since changeset a8779025e7e8.
      V4L/DVB (8713): gspca: Bad color control again in sonixj.
      V4L/DVB (8714): gspca: Bad start of sn9c110 and sensor om6802.
      V4L/DVB (8715): gspca: Change the name of some webcam in the gspca doc.
      V4L/DVB (8716): gspca: Bad start of sn9c110 and sensor ov7630.
      V4L/DVB (8717): gspca: Frame buffer too small for small resolutions (sonixj and t613).
      V4L/DVB (8718): gspca: suspend/resume added.
      V4L/DVB (8719): gspca: Have VIDIOC_QUERYCTRL more compliant to the spec.
      V4L/DVB (8810): gspca: Compile error when CONFIG_PM not defined.
      V4L/DVB (8814): gspca: Set DISABLED the disabled controls at query control time.
      V4L/DVB (8818): gspca: Reinitialize the device on resume.
      V4L/DVB (8819): gspca: Initialize the ov519 at open time and source cleanup.
      V4L/DVB (8820): gspca: Change initialization and gamma of zc3xx - pas106.
      V4L/DVB (8822): gspca: Change some subdriver functions for suspend/resume.
      V4L/DVB (8823): gspca: H and V flips work for ov7670 only in ov519.
      V4L/DVB (8824): gspca: Too much code removed in the suspend/resume changeset.
      V4L/DVB (8826): gspca: Webcam Labtec 2200 (093a:2626) added in pac7311.
      V4L/DVB (8828): gspca: Set the clock at the end of initialization in sonixj.
      V4L/DVB (8829): gspca: Have a clean kmalloc-ated buffer for USB exchanges.
      V4L/DVB (8832): gspca: Bad pixelformat of vc0321 webcams.
      V4L/DVB (8872): gspca: Bad image format and offset with rev072a of spca561.

Jeff Layton (1):
      cifs: fix O_APPEND on directio mounts

Jeremy Fitzhardinge (2):
      ACPI: thinkpad-acpi: wan radio control is not experimental
      xen: fix 2.6.27-rc5 xen balloon driver warnings

Jeremy Kerr (2):
      powerpc/spufs: Fix multiple get_spu_context()
      powerpc/spufs: Fix race for a free SPU

Jiri Kosina (1):
      Input: i8042 - make Lenovo 3000 N100 blacklist entry more specific

John Kacur (1):
      pm_qos_requirement might sleep

John W. Linville (1):
      iwlwifi: do not use GFP_DMA in iwl_tx_queue_init

Jonathan Woithe (1):
      fujitsu-laptop: fix regression for P8010 in 2.6.27-rc

Jouni Malinen (3):
      mac80211: Fix debugfs union misuse and pointer corruption
      ath9k: Fix TX status reporting
      ath9k: Fix TX control flag use for no ACK and RTS/CTS

Julien Brunel (1):
      net/xfrm: Use an IS_ERR test rather than a NULL test

KOSAKI Motohiro (2):
      mm: show quicklist usage in /proc/meminfo
      mm: size of quicklists shouldn't be proportional to the number of CPUs

Kevin Hilman (2):
      IDE: compile fix for sff_dma_ops
      IDE: palm_bk3710: fix compile warning for unused variable

Khem Raj (1):
      Fix conditional export of kvh.h and a.out.h to userspace.

Komuro (1):
      pcnet-cs, axnet_cs: add new IDs, remove dup ID with less info

Krzysztof Helt (4):
      cirrusfb: check_par fixes
      tdfxfb: fix SDRAM memory size detection
      tdfxfb: fix frame buffer name overrun
      x86: delay early cpu initialization until cpuid is done

Kumar Gala (1):
      powerpc: Fix for getting CPU number in power_save_ppc32_restore()

Lennert Buytenhek (1):
      [ARM] 5241/1: provide ioremap_wc()

Li Zefan (3):
      devcgroup: fix race against rmdir()
      V4L/DVB (8881): gspca: After 'while (retry--) {...}', retry will be -1 but not 0.
      res_counter: fix off-by-one bug in setting limit

Linus Torvalds (8):
      Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3"
      Resource handling: add 'insert_resource_expand_to_fit()' function
      Un-break printk strings in x86 PCI probing code
      Split up PIT part of TSC calibration from native_calibrate_tsc
      PCI: fix pbus_size_mem() resource alignment for CardBus controllers
      Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"
      x86: disable static NOPLs on 32 bits
      Linux 2.6.27-rc6

Maciej W. Rozycki (1):
      ntp: fix calculation of the next jiffie to trigger RTC sync

Magnus Damm (6):
      sh: crash kernel resource fix
      sh: fix kexec entry point for crash kernels
      sh: fix platform_resource_setup_memory() section mismatch
      sh: update Migo-R defconfig
      sh: update AP325RXA defconfig
      i2c: fix i2c-sh_mobile timing issues

Marcel Holtmann (3):
      [Bluetooth] Fix reference counting during ACL config stage
      [Bluetooth] Enforce correct authentication requirements
      [Bluetooth] Reject L2CAP connections on an insecure ACL link

Marcin Slusarz (1):
      mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data

Mark Lord (1):
      sata_mv: add RocketRaid 1720 PCI ID to driver

Matthew Garrett (2):
      hp-wmi: update to match current rfkill semantics
      hp-wmi: add proper hotkey support

Matthew Ranostay (1):
      ALSA: hda: Distortion fix for dell_m6_core_init

Mauro Carvalho Chehab (2):
      V4L/DVB (8749): Fix error code, when camera is not turned on by sonypi
      V4L/DVB (8751): vivi: Fix some issues at vivi register routine

Max Krasnyansky (2):
      sched, cpuset: rework sched domains and CPU hotplug handling (v4)
      sched: arch_reinit_sched_domains() must destroy domains to force rebuild

Michael Krufky (8):
      V4L/DVB (8555): au8522: add mechanism to configure IF frequency for vsb and qam
      V4L/DVB (8556): au0828: add support for Hauppauge Woodbury
      V4L/DVB (8598): au8522: clean up function au8522_set_if
      V4L/DVB (8599): au8522: remove if frequency settings from vsb/qam modulation tables
      V4L/DVB (8600): au0828: explicitly set 6 MHz IF frequency in hauppauge_hvr950q_config
      V4L/DVB (8722): sms1xxx: fix typo in license header
      V4L/DVB (8839): dib0700: add comment to identify 35th USB id pair
      V4L/DVB (8840): dib0700: add basic support for Hauppauge Nova-TD-500 (84xxx)

Michael Neuling (1):
      powerpc: Fix uninitialised variable in VSX alignment code

Michael Schmitz (1):
      m68k: atari_keyb_init operator precedence fix

Mike Christie (1):
      ibft: fix target info parsing in ibft module

Milan Broz (2):
      ACPI: Fix now signed module parameter.
      ACPI: Fix now signed module parameter.

Ming Ling (1):
      ACPI: Change package length error to warning

Mohamed Abbas (2):
      iwlwifi: fix apm_stop (wrong bit polarity for FLAG_INIT_DONE)
      iwlwifi: remove false rxon if rx chain changes

Nadia Derbey (1):
      ipc: document the new auto_msgmni proc file

Neil Horman (1):
      ipv6: Fix OOPS in ip6_dst_lookup_tail().

NeilBrown (2):
      Remove invalidate_partition call from do_md_stop.
      Fix problem with waiting while holding rcu read lock in md/bitmap.c

Oleg Nesterov (3):
      softlockup: minor cleanup, don't check task->state twice
      pid_ns: zap_pid_ns_processes: fix the ->child_reaper changing
      pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exits

Patrick McHardy (1):
      netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul

Paul E. McKenney (1):
      sparc64: Prevent sparc64 from invoking irq handlers on offline CPUs

Paul Mackerras (1):
      powerpc: Only make kernel text pages of linear mapping executable

Paul Mundt (1):
      sh64: resume_kernel fix for kernel oops built with CONFIG_BKL_PREEMPT=y.

Peter Oberparleiter (1):
      [S390] cio: allow offline processing for disconnected devices

Peter Zijlstra (1):
      sched_clock: fix NOHZ interaction

Prarit Bhargava (1):
      x86: fix memmap=exactmap boot argument

Rafael J. Wysocki (2):
      rtc-cmos: wake again from S5
      forcedeth: fix kexec regression

Randy Dunlap (1):
      kernel/resource.c: fix new kernel-doc warning

Rene Herman (2):
      V4L/DVB (8727): V4L1: make PMS not autoprobe when builtin.
      V4L/DVB (8728): 1-make-pms-not-autoprobe-when-builtin update

Roland McGrath (1):
      tracehook: comment pasto fixes

Ron Rindjunsky (2):
      iwlwifi: fix hidden ssid discovery in passive channels
      iwlwifi: fix station mimo power save values

Russ Anderson (1):
      sysfs: document files in /sys/firmware/sgi_uv/

Russ Dill (2):
      acer-wmi: remove debugfs entries upon unloading
      acer-wmi: remove debugfs entries upon unloading

Russell King (3):
      [ARM] omap: fix gpio.c build error
      [ARM] omap: fix build error in ohci-omap.c
      [ARM] omap: fix virtual vs physical address space confusions

Senthil Balasubramanian (2):
      ath9k: Incorrect key used when group and pairwise ciphers are different.
      ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message.

Seth Heasley (1):
      ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDs

Simon Arlott (1):
      V4L/DVB (8726): link tuner before saa7134

Stanislaw Gruszka (1):
      atmel_lcdfb: fix oops in rmmod when framebuffer fails to register

Stephen Hemminger (1):
      bridge: don't allow setting hello time to zero

Stephen Rothwell (2):
      fix typo in arch/parisc/hpux/fs.c
      powerpc: Make sure _etext is after all kernel text

Steve French (3):
      [CIFS] Fix plaintext authentication
      [CIFS] update cifs change log
      [CIFS] Turn off Unicode during session establishment for plaintext authentication

Steven Toth (3):
      V4L/DVB (8803): s5h1409: Enable QAM_AUTO mode
      V4L/DVB (8804): s5h1411: Enable QAM_AUTO mode
      V4L/DVB (8805): Steven Toth email address change

Takashi Iwai (4):
      Revert "ALSA: hda - Added model selection for iMac 24""
      ALSA: hda - Fix ALC663 auto-probe
      ALSA: hda - Add mic-boost controls to ALC662/663 auto configuration
      Fix CONFIG_AC97_BUS dependency

Tejun Heo (5):
      block: restore original behavior of /proc/partition when there's no partition
      mmap: fix petty bug in anonymous shared mmap offset handling
      ahci: disable PMP for marvell ahcis
      sata_nv: disable hardreset for generic
      libata-sff: kill spurious WARN_ON() in ata_hsm_move()

Thierry MERLE (2):
      V4L/DVB (8876): budget: udelay changed to mdelay
      V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay

Thomas Bogendoerfer (3):
      [MIPS] Fix data bus error recovery
      [MIPS] Fix WARNING: at kernel/smp.c:290
      [MIPS] IP22: Fix detection of second HPC3 on Challenge S

Thomas Gleixner (10):
      [x86] Fix TSC calibration issues
      clockevents: prevent endless loop in periodic broadcast handler
      clockevents: enforce reprogram in oneshot setup
      clockevents: prevent multiple init/shutdown
      clockevents: prevent endless loop lockup
      HPET: make minimum reprogramming delta useful
      clockevents: broadcast fixup possible waiters
      x86: HPET fix moronic 32/64bit thinko
      x86: HPET: read back compare register before reading counter
      clockevents: remove WARN_ON which was used to gather information

Tom Tucker (1):
      svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet

Tomas Winkler (4):
      iwlwifi: workaround interrupt handling no some platforms
      iwlwifi: fix 64bit platform firmware loading
      iwlwifi: fix rx_chain computation
      iwlwifi: fix Tx cmd memory allocation failure handling

Tony Breeds (1):
      powerpc: Work around gcc's -fno-omit-frame-pointer bug

Uwe Kleine-König (1):
      Fix format of MAINTAINERS

Vegard Nossum (1):
      debugobjects: fix lockdep warning

Venkatesh Pallipadi (1):
      clockevents: prevent clockevent event_handler ending up handler_noop

Will Newton (1):
      8250: improve workaround for UARTs that don't re-assert THRE correctly

Yang Hongyang (1):
      ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0

Yinghai Lu (1):
      x86: move mtrr cpu cap setting early in early_init_xxxx

Yoshihiro Shimoda (1):
      sh: fix semtimedop syscall

Yuri Tikhonov (1):
      async_tx: fix the bug in async_tx_run_dependencies

Zev Weiss (1):
      [MTD] mtdchar.c: Fix regression in MEMGETREGIONINFO ioctl()

Zhao Yakui (1):
      ACPI: Avoid bogus timeout about SMbus check

--

陪伴着我到世界流浪

on
October 29, 2010 - 5:29am

大雨过后的眼泪
挂在充满回忆的橱窗
我却不想忘以往
那些心碎的心创

记忆是一个行囊
陪伴着我到世界流浪
我让悲伤都装上翅膀
再见了就不能倔强

该忘了你对不对
怕自己无法面对
无怨无悔
把一切留给纪念
受过沉默的创伤
它会慢慢被岁月
一片片填满
渐渐就习惯不再想
忘记曾经最痛的地方

该忘了你对不对
我应该坚强面对
学会遗忘
不能像爱的挣扎
记忆会为我收藏
那些美丽时光
为爱付出过的力量
带着爱去寻找
幸福的希望



YalkLEAA

on
May 3, 2011 - 8:42am

xvnnNBcP YalkLEAA

none

ChadHop (not verified)
on
December 3, 2010 - 5:39am

testing to see if it worked

网上订花,快速简单,双重优惠服务!

on
December 28, 2010 - 10:21am

一年里最重要的几个节日有元旦节、过年、七夕节、七月初七节、母亲节、父亲节、中秋节、小童节、元夜节、重阳节、教师节、成婚记念日、开业隆重的庆典等等特殊的节日里。
星尚鲜花网网上订花是抒发感情的最佳时机,鲜花是很多节日礼品中的必须具备品,在这些个节日里,本身凡有可能又是最忙的,忙偕老是没有办法实时、精确地奉上咱们最美最佳的祝愿,怎么办?网上订花很是利便,并且快捷,基本上是当天定花,当天送到,既不影响本身的事情,也能够实时的为本身的亲人或伴侣奉上祝愿礼品。

在网上订花,让专业的公司配送,想一想把花送到公司,你爱的人接管,她的同事传来的羡慕眼神儿以及"嫉妒"感觉多浪漫啊。
来源:网上订花(www.flowershopsh.com)

大学生划纸船7分钟横渡汉江(组图)

on
February 9, 2011 - 9:42am

王璐瑶在汉江里奋力划桨,皮划艇在旁边护航 记者程铭摄
王璐瑶胜利到达对岸
纸船船头内部的结构

  荆楚网消息 (楚天都市报记者向清顺 实习生谢奇)昨日上午10时26分,在汉江汉阳赫山段,水流湍急,水速3米/秒。面对滔滔江水,武汉商业服务学院的大三学生王璐瑶,坐在自己用废纸糊好的一艘纸船上,激流勇进。7分钟后,他顺利摆渡到对岸的汉口,实现了他试航汉江的愿望。

  7分钟划过汉江

  汉阳龙灯堤赫山江滩,纸船试航现场。“只有想不到,没有做不到”、“哥划的不是船,是低碳”等3条横幅赫然醒目。

  昨日上午10时26分,在亲友团的欢呼声中,王璐瑶穿着黑色救生衣,戴着一副黑色墨镜,手握一把皮划艇的专用桨,正式下水,朝着江对岸划了过去……

  下水后,由于江水流速很快,纸船左右摇晃,他不停地左右划动船桨,来稳定船身。卡亚奇水上运动俱乐部的两艘护航皮划艇跟在纸船后面。

  10时29分,当纸船漂到下游一座铁路桥底部时,江水中出现巨大的漩涡。纸船开始左右摇晃,王璐瑶拼命划桨,并用力向岸边冲刺。10时33分,在沿着汉江顺流而下,漂游1公里左右后,纸船成功抵达对岸。

  半个月造好纸船

  这艘纸船长约1.9米,宽约80厘米,船底厚约30厘米,重约40公斤,用废纸糊好,总造价约200元。“不仅材料全部是普通纸,使用的粘合剂也是用普通面粉熬制的浆糊,这种纸船的理论载重可超过150公斤,实际可乘坐两人。”王璐瑶介绍,他学的是马术专业,爱好体育。今年5月,他在湖北省体育局实习时,认识了四川省雅安市汉源县水上运动中心教练宋元清,受他的启发,萌生了做纸船的想法。“用废纸造一艘纸船,是对环保的一种很好的宣传。”王璐瑶说,他想借助纸船向社会宣传低碳的生活方式。

  王璐瑶介绍,他学习了两个多月的理论知识后,7月初开始制造纸船,跑遍了学校周边的废旧市场,买回一些纸筒、纸板、淋膜纸用来做船。经过反复试验,replica mp3,半个月后,他将纸船糊好,并在学校的湖泊中试航成功。

  纸船看起来“弱不禁风”,如何能跨越汉江?王璐瑶介绍,他根据纸船的吃水深度、水的浮力,测算出纸船承载自己的重量绰绰有余,而且船的外面贴的都是淋膜纸,防水效果很好,保证水无法浸到船里面去。

  “我想横渡台湾海峡”

  在成功横渡汉江后,王璐瑶异常激动。他说,年内想实现横渡长江的愿望。

  他说,从这次的试航情况来看,纸船在设计上还存在很多缺陷,由于纸船长约2米,宽约80厘米,在划动中受到的阻力很大,消耗了自己大量的体力。

  “如果要横渡长江,这样的船恐怕会让自己体力透支。”王璐瑶说,他将对船身及结构进行改进,replica mp4,减少阻力。他还考虑在纸船上增加动力设备,与被称为“长江漂流第一人”的宋元清先生一起,实现横渡台湾海峡的梦想。

  武汉船舶职业技术学院长期从事船体研究的吴春芳老师表示,大学生敢于想象并大胆动手的精神,值得肯定。废旧纸张制造纸船应用于交通工具中,虽然目前学术界少有研究,但具有可行性。他还表示,支持王璐瑶同学横渡长江和台湾海峡的想法,愿意为其提供专业上的支持和帮助。

[X86的]修正台糖校准问题

megasites (not verified)
on
March 8, 2011 - 11:55pm

[X86的]修正台糖校准问题
clockevents:防止无限循环周期广播处理
clockevents:强制执行oneshot重新编程设置
clockevents:防止多个初始化/关机
clockevents:防止无限循环锁死
HPET:使最低重整三角洲有用
clockevents:广播修正可能的服务员
X86的:HPET修复鲁钝32/64 thinko
X86的:HPET:读回比较计数寄存器之前读
clockevents:删除WARN_ON这是用来收集信息

Tomas Winkler

on
March 14, 2011 - 6:28am

is the best powerpc: Work around gcc's -fno-omit-frame-pointer bug

MINI之咏叹调

Anonymous (not verified)
on
March 23, 2011 - 10:47pm

不得不说,MINI还是很可爱的,Ice妹妹也很可爱。但是我的最爱只有甲壳虫。大熊加油哈!

这2个月突然变得很忙很忙,本来以为自己做得够好了,结果被很多朋友指出很多地方没完善好,Tory Burch Reva Flats。本身就是个没什么欲望的人,只想自由自在过小日子,所以一直没更用心地开拓自己的摄影事业。但是好像这样很浪费,反正离不开拍照了,不如做得更专业一点。

有大家的关心和各种帮助,感觉很温暖,谢谢你们!这种心情就是最大的收获了。

最近总是有时光不再的错觉,也感觉自己的人生态度越来越圆滑,越来越多的事会让我觉得无所谓,索性还有一些事情一直在坚持。

要相信自己,要相信有未来,要相信,厚积终会薄发。
















全自动制钉机的用途与特点:

on
April 13, 2011 - 6:17am

一、主要用途:
自动制钉机用于制造符合GB349-82圆钢钉钉子材料极限强度在70公斤力/毫米~50公斤力/毫米以下.
二、特点
1、该制钉机造型美观,结构合理,工作稳定,安全可靠,废旧钢筋调直机,经久耐用,维修方便,生产效果高.
2、所有轴类、凸轮、齿轮等主要另件的材料均采用优质钢材.
3、进线机构处装有进线控制手柄.便于在机器运转中根据操作需要随时控制进线或停止进线.
4、曲轴和飞轮之间装有磨擦装置,机器发生故障或过载时能起安全保护作用.
5、制钉工序全部自动化,一经启动,即可连续制出钉.

Cigarettes

Cigarettes (not verified)
on
April 26, 2011 - 8:50am

unTPsw Cigarettes FLSwOQ

oMRYsBu

on
May 3, 2011 - 8:40am

vytnzm oMRYsBu

vrYVGp

on
May 3, 2011 - 9:26pm

VRkiisv vrYVGp

no teletrack payday loans

on
June 28, 2011 - 7:50pm

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.