[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko annotated tag, v2.6.14-rc3, created. v2.6.14-rc3

Linus Torvalds torvalds at g5.osdl.org
Tue Mar 3 14:47:40 UTC 2009


The annotated tag, v2.6.14-rc3 has been created
        at  f92737b18abac90af30ac26a050fda879c9b238b (tag)
   tagging  1c9426e8a59461688bb451e006456987b198e4c0 (commit)
  replaces  v2.6.14-rc2
 tagged by  Linus Torvalds
        on  Fri Sep 30 14:18:51 2005 -0700

- Shortlog ------------------------------------------------------------
Linux v2.6.14-rc3 release

(Re-tagged to fix the version in the message)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDRVOGF3YsRnbiHLsRAnkoAJ9w7GCGwDEF3pWSKzt/2EtOPpzxjQCeKuw4
upwrx3DV8Pnlw4QASv6ICIA=
=pP/9
-----END PGP SIGNATURE-----

Al Viro (29):
      missing asm/irq.h (cs89x0)
      useless includes of linux/irq.h in arch/i386
      m32r: missing __iomem in ioremap() declaration
      m32r: set CHECKFLAGS properly
      m32r: more basic __user annotations
      missing dependency on arm O= builds
      uml makefiles sanitized
      proc_mkdir() should be used to create procfs directories
      cyblafb: portability fixes, sanitized work with pointers
      arm/versatile iomem annotations
      arm/rpc iomem annotations
      ia64 basic __user annotations
      s390 signal annotations
      ppc64 get_user annotations
      ppc32 ld.script fix for building on ppc64
      mv64x60 iomem annotations
      i810-i2c iomem annotations
      saa6588 __user annotations
      mv64x60_wdt __user annotations and cleanups
      [CASSINI]: sparse annotations and fixes
      missing ERR_PTR in 9fs
      useless linux/irq.h includes (arch/um)
      cassini annotations and fixes
      cpuset crapectomy
      uml get_user() NULL noise removal
      bogus BUILD_BUG_ON() in bpa_iommu
      volatile unsigned short f(...) doesn't make sense
      missing qualifiers in readb() et.al. on ppc
      useless includes of linux/irq.h (arch/ppc)

Alan Cox (2):
      PATCH: silly in piix driver
      PATCH: remove function for non-PCI as requested

Alan Stern (4):
      [SCSI] fix use after potential free in scsi_remove_device
      [SCSI] fix oops in scsi_release_buffers()
      [SCSI] SCSI scanning and removal fixes
      USB: Update Documentation/usb/URB.txt

Alasdair G Kergon (1):
      device-mapper: Fix queue_if_no_path initialisation

Alex Williamson (1):
      [NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().

Alexey Dobriyan (8):
      [NETFILTER] Fix sparse endian warnings in pptp helper
      [IRDA]: Fix memory leak in irttp_init()
      [IRDA]: *irttp cleanup
      [ROSE]: do proto_unregister() on exit paths
      [ROSE]: return sane -E* from rose_proto_init()
      [ROSE]: check rose_ndevs earlier
      [ROSE]: fix typo (regeistration)
      n_r3964: drop bogus fmt casts

Alexey Kuznetsov (1):
      [TCP]: Don't over-clamp window in tcp_clamp_window()

Alok N Kataria (1):
      kmalloc_node IRQ safety fix

Amos Waterland (2):
      fix drivers/pci/probe.c warning
      [NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS

Andi Kleen (1):
      Fix up TLB flush filter disabling

Andreas Herrmann (6):
      [SCSI] change port speed definitions for scsi_transport_fc
      [SCSI] zfcp: fix race conditions when accessing erp_action lists
      [SCSI] zfcp: remove union zfcp_req_data, use unit refcount for FCP commands
      [SCSI] zfcp: remove function zfcp_fsf_req_wait_and_cleanup
      [SCSI] zfcp: shorten eh_bus_reset and eh_host_reset handlers
      [SCSI] zfcp: add additional fc_host attributes

Andrew Morton (5):
      Add printk_clock()
      proc_task_root_link c99 fix
      atyfb c99 fix
      revert oversized kmalloc check
      x86: hw_irq.h warning fix

Andy Currid (1):
      Add NVIDIA device ID in sata_nv

Anton Altaparmakov (7):
      NTFS: More runlist handling fixes from Richard Russon and myself.
      NTFS: Fix sparse warnings that have crept in over time.
      NTFS: Change ntfs_cluster_free() to require a write locked runlist on entry
      NTFS: Fix the definition of the CHKD ntfs record magic.  It had an off by
      NTFS: More $LogFile handling fixes: when chkdsk has been run, it can leave the
      Merge branch 'master' of /home/src/linux-2.6/
      NTFS: Re-fix sparse warnings in a more correct way, i.e. don't use an enum with

Anton Blanchard (5):
      ppc64: Fix issue with non zero boot cpu
      ppc64: Fix LPAR regression
      ppc64: Fix build with iommu debug enabled
      ppc64: Fix 64bit ptrace DABR support
      ppc64: Add missing barrier() in kexec code

Antonino A. Daplas (3):
      nvidiafb: Fix absence of cursor in nvidiafb
      fbdev: Fix reversed back and front porches
      intelfb: Fix regression (blank display) from ioremap patch

Arnaldo Carvalho de Melo (20):
      [LLC]: Make llc_frame_alloc take a net_device as an argument
      [LLC]: Simplify llc_c_ac code, removing unneeded assignments to variables
      [LLC]: Remove unneeded f_bit variables
      [LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplication
      [LLC]: Remove unneeded temp net_device variables
      [LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behaviour
      [LLC]: Mark llc_find_next_offset as __init, saving some more bytes
      [LLC]: Help the compiler with likely/unlikely, saving some more bytes
      [LLC]: Use const in llc_c_ev.c
      [LLC]: Remove unused functions from llc_c_ev.c
      [LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_wait
      [LLC]: Use the sk_wait_event primitive
      [LLC]: Add sysctl support for the LLC timeouts
      [LLC]: Use some more likely/unlikely
      [LLC]: Use sk_wait_data
      [LLC]: Do better struct sock accounting on skbs
      [LLC]: Use refcounting with struct llc_sap
      [LLC]: Fix sparse warnings
      [LLC]: Fix the accept path
      [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg

Ben Dooks (9):
      [ARM] 2924/3: taglist - postfix section with .init for `make buildcheck`
      [ARM] 2925/3: earlyparam - postfix section with .init for `make buildcheck`
      [ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`
      [ARM] 2927/1: .arch.info - postfix section with .init for `make buildcheck`
      [ARM] 2928/1: S3C2410 - make machine init code static
      [ARM] 2933/1: S3C2410 - fix serial port warnings
      [ARM] 2934/1: Anubis - fix VA offsets for CPLD registers
      [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.h
      s3c2410fb: Minor warning fix

Benjamin Herrenschmidt (9):
      ppc64: Build zImage.vmode for G5
      ppc32: fix build with oprofile
      ppc64: SMU driver update & i2c support
      mesh scsi: fix error handling
      ppc64: Fix huge pages MMU mapping bug
      ppc: fix stupid thinko in oprofile fix
      orinoco: Fix flood of kernel log with stupid WE warnings
      ppc64: More hugepage fixes
      Fix ppc64 smu driver locking

Bernd Petrovitsch (1):
      Rename vprintk define in bttpvp.h

Bill Nottingham (1):
      fix class symlinks in sysfs

Bjorn Helgaas (1):
      PCI: remove unused "scratch"

Brent Casavant (1):
      ioc4_serial: Remove bogus error message

Catalin Marinas (3):
      [ARM] 2932/1: Avoid the "noreturn" warning in arch/arm/kernel/traps.c
      [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c
      [ARM] 2942/1: Fix the warning in arch/arm/common/gic.c

Chas Williams (1):
      [ATM]: track and close listen sockets when sigd exits

Chris Sykes (2):
      Fix ext2_new_inode() failure paths
      Fix ext3_new_inode() failure paths

Chris Zankel (1):
      xtensa: remove io_remap_page_range and minor clean-ups

Christoph Hellwig (4):
      [SCSI] fusion core changes for SAS support
      [SCSI] fusion SAS support (mptsas driver)
      remove blkdev_scsi_issue_flush_fn again
      fixup Documentation/DocBook/kernel-hacking.tmpl

Christoph Lameter (2):
      slab: fix handling of pages from foreign NUMA nodes
      __kmalloc: Generate BUG if size requested is too large.

Christopher Zimmermann (1):
      [SPARC] cs4231: Fix SBUS support in this driver.

Chuck Ebbert (1):
      atiixp_modem printk fixes

Clemens Buchacher (1):
      oss: don't concatenate __FUNCTION__ with strings

Corey Minyard (1):
      Add IPMI poweroff control to sysfs

Daniel Jacobowitz (1):
      [ARM] 2941/1: Fix running legacy binaries from a soft-float root filesystem with CONFIG_IWMMXT.

Daniel Phillips (1):
      [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()

Daniel Ritz (7):
      Driver Core: fis bus rescan devices race
      driver core: add helper device_is_registered()
      yenta: auto-tune EnE bridges for CardBus cards
      yenta: don't mess with bridge control register
      yenta: add support for more TI bridges
      yenta: more ENE bridges
      usb/core/hcd-pci.c: don't free_irq() on suspend

Dave C Boutcher (1):
      [SCSI] ibmvscsi compatibility fix

Dave Kleikamp (2):
      JFS: Fix sparse warnings, including endian error
      JFS: don't dereference tlck->ip from txUpdateMap

David Brownell (1):
      USB: sl811-hcd minor fixes

David Hollis (1):
      USB: Add Novatel CDMA Wireless PC card IDs to airprime

David Howells (1):
      Keys: Add possessor permissions to keys [try #3]

David S. Miller (43):
      [SPARC64]: Handle little-endian unaligned loads/stores correctly.
      [SPARC64]: Move DCACHE_ALIASING_POSSIBLE define to asm/page.h
      [SPARC64]: Verify vmalloc TLB misses more strictly.
      [SPARC64]: Move kernel TLB miss handling into a seperate file.
      [SPARC64]: Kill SZ_BITS define from dtlb_backend.S
      [SPARC64]: Remove ktlb.S instruction patching.
      [SPARC64]: Do not allocate prom translations using bootmem.
      [SPARC64]: Break up inherit_prom_mappings() into it's constituent parts.
      [SPARC64]: Do not allocate OBP page tables using bootmem
      [SPARC64]: Remove unnecessary paging_init() cruft.
      [SPARC64]: Kill readjust_prom_translations()
      [SPARC64]: Rewrite bootup sequence.
      [SPARC64]: Fix comment typo in head.S
      [SPARC64]: Kill unused variable in setup_arch()
      [SPARC64]: Mark functions called by paging_init() as __init.
      [SPARC64]: Fix mask formation in tomatillo_wsync_handler()
      [SPARC64]: Add CONFIG_DEBUG_PAGEALLOC support.
      [SPARC64]: Probe D/I/E-cache config and use.
      [AF_PACKET]: Remove bogus checks added to packet_sendmsg().
      Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6
      [SPARC64]: Simplify Spitfire D-cache page flush.
      [SPARC64]: Do not do TLB pre-filling any more.
      [NEIGH]: Add debugging check when adding timers.
      [TG3]: Update driver version and release date.
      [NET]: Add Sun Cassini driver.
      [NET]: Slightly optimize ethernet address comparison.
      [SPARC64]: Add defines for 32MB/256MB PTE page size on Ultra-IV+.
      [SPARC64]: Add missing IDs for newer cpus.
      [TCP]: Fix init_cwnd calculations in tcp_select_initial_window()
      [SPARC64]: Fix bug in unaligned load endianness swapping
      [SPARC64]: Convert to use generic exception table support.
      [SPARC64]: Fix fault handling in unaligned trap handler.
      [SPARC64]: Simplify user fault fixup handling.
      [SPARC]: Declare paging_init() in asm/pgtable.h
      [SPARC64]: Move phys_base, kern_{base,size}, and sp_banks[] init to paging_init
      [SPARC64]: Kill all external references to sp_banks[]
      [SPARC64]: Solidify check in cheetah_check_main_memory().
      [NET]: Fix reversed logic in eth_type_trans().
      [TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735
      [SPARC64]: Rewrite convoluted physical memory probing.
      [SPARC64]: Kill arch/sparc64/prom/memory.c
      [SPARC64]: Fix several bugs in flush_ptrace_access().
      [RADEON]: Fix unaligned I/O port access during probe.

David Vrabel (1):
      [ARM] 2935/1: ixp4xx: fix warnings in ixp4xx_set_irq_type

Davide Libenzi (1):
      epoll: handle timeout overflow

Deepak Saxena (3):
      Fix I2O config-osm init to return proper error
      Fix ixp4xx MTD driver module build
      Fix thinko in previous ARM 2917/1 patch

Dmitry Torokhov (1):
      Input: check switch bitmap when matching handlers

Dominik Brodowski (5):
      yenta: tiny cleanup
      pcmcia: new IDs for serial_cs
      pcmcia: update ID for NinjaATA
      pcmcia: allow one port excludes
      pcmcia: only start up nonstatic sockets if both mem and io are available

Ed L. Cashin (1):
      [BYTEORDER]: Document alignment and byteorder macros

Eric Dumazet (3):
      Adds sys_set_mempolicy() in include/linux/syscalls.h
      [NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()
      [NET]: Reorder some hot fields of struct net_device

Eric W. Biederman (3):
      [AF_PACKET]: Allow for > 8 byte hardware addresses.
      reboot: comment and factor the main reboot functions
      suspend: cleanup calling of power off methods.

Evgeniy Polyakov (1):
      [CONNECTOR]: async connector mode.

Frank Filz (1):
      [NET]: Fix module reference counts for loadable protocol modules

Gen FUKATSU (1):
      [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.S

Glauber de Oliveira Costa (1):
      ext3: EXT3_DEBUG build fixes

Grant Coady (1):
      DEBUG redefined in drivers/mtd/devices/docecc.c

Greg Kroah-Hartman (1):
      I2C: remove me from the MAINTAINERS file for i2c

Hal Rosenstock (3):
      IPoIB: Fix SA client retransmission strategy
      IB: Fix data length for RMPP SA sends
      [IB] Fix RMPP receive length calculation

Harald Welte (7):
      [NETFILTER] fix DEBUG statement in PPTP helper
      [NETFILTER] remove unneeded structure definition from conntrack helper
      [NETFILTER] Fix conntrack event cache deadlock/oops
      documentation: sparse no longer uses bk, but git
      [NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency
      [NETFILTER] ip_conntrack: Update event cache when status changes
      [NETFILTER]: Fix invalid module autoloading by splitting iptable_nat

Herbert Xu (2):
      [TCP]: Adjust Reno SACK estimate in tcp_fragment
      [IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup

Hidetoshi Seto (1):
      [IA64] MCA recovery verify pfn_valid

Hironobu Ishii (1):
      ipmi_msghandler: inconsistent spin_lock usage

Horms (1):
      [IPVS]: Add netdev and me as maintainer contacts

Ivan Kokshaysky (3):
      alpha: fix kernel panic during SysRq-b
      slab: alpha inlining fix
      pci: fixup parent subordinate busnr

Jack Morgenstein (1):
      [IB] mthca: fix hw_ver value returned from mthca_query_device

James Bottomley (6):
      [SCSI] blacklist REPORT LUNS usage on transtec arrays
      [SCSI] aic7xxx: move to dma_get_required_mask() and correct 39 bit assumptions
      [SCSI] fix sym scsi boot hang
      [SCSI] atp870u: fix memory addressing bug
      [SCSI] fix oops on usb storage device disconnect
      [SCSI] Fix thread termination for the SCSI error handle

James Morris (1):
      SELinux - fix SCTP socket bug and general IP protocol handling

Jeff Garzik (1):
      Merge /spare/repo/linux-2.6/

Jochen Friedrich (4):
      [LLC]: Fix for Bugzilla ticket #5156
      [LLC]: Fix for Bugzilla ticket #5157
      [LLC]: Fix llc_fixup_skb() bug
      [TR]: Set correct frame type for SNAP packets

Jody McIntyre (12):
      MAINTAINERS: sbp2 driver is not orphaned.
      sbp2: fix deadlocks and delays on device removal/rmmod
      sbp2: default to serialize_io=1
      ieee1394: reorder activities after bus reset (fixes device detection)
      ieee1394: skip unnecessary pause when scanning config ROMs
      ieee1394: fix for debug output
      ieee1394: use time_before()
      ieee1394: trivial edits of a few comments
      ieee1394: remove superfluous include in csr1212
      eth1394: workaround limitation in rawiso routines
      ieee1394: delete legacy module aliases
      ohci1394: less noise in dmesg

Jon Burgess (1):
      dvb: fix NULL pointer dereference when loading the budget-av module

Kars de Jong (1):
      pcmcia: fix cross-platform issues with pcmcia module aliases

Karsten Keil (1):
      hisax: remove URB_ASYNC_UNLINK

Keir Fraser (1):
      Fix mmap() of /dev/hpet

Keith Owens (1):
      [IA64] Wire in the MCA/INIT handler stacks

Kevin Vigor (1):
      USB: fix pegasus driver

Kirill Korotaev (1):
      x86_64: Add missing () around arguments of pte_index macro

Komuro (1):
      pcmcia: fix Kconfig dependency

Kostik Belousov (1):
      readv/writev syscalls are not checked by lsm

Krzysztof Benedyczak (1):
      Make POSIX message queue sys_mq_open() honor umask

Kumar Gala (1):
      ppc32: Fix configuration of PCI IO space on MPC85xx platform

Latchesar Ionkov (6):
      v9fs: make conv functions to check for conv buffer overflow
      v9fs: allocate the Rwalk qid array from the right conv buffer
      v9fs: make copy of the transport prototype instead of using it directly
      v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX
      v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb
      v9fs: fix races in fid allocation

Linda Xie (1):
      PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.c

Linus Torvalds (32):
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
      Merge master.kernel.org:/home/rmk/linux-2.6-arm
      Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
      Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6
      Make sure SIGKILL gets proper respect
      Merge master.kernel.org:/home/rmk/linux-2.6-arm
      Merge branch 'upstream-fixes' from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
      Merge branch 'upstream' from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
      Merge master.kernel.org:/home/rmk/linux-2.6-arm
      Merge master.kernel.org:/home/rmk/linux-2.6-serial
      Merge master.kernel.org:/home/rmk/linux-2.6-ucb
      Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6
      Merge master.kernel.org:/home/rmk/linux-2.6-arm
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
      Merge branch 'for-linus' from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
      Merge master.kernel.org:/home/rmk/linux-2.6-serial
      Revert task flag re-ordering, add comments
      Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6
      Merge master.kernel.org:/home/rmk/linux-2.6-arm
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
      Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
      Revert "x86-64: Reverse order of bootmem lists"
      Linux v2.6.14-rc3

Martin Whitaker (1):
      [ATM]: fix bug in atm address list handling

Matthias Urlichs (2):
      USB: more device IDs for Option card driver
      usb/serial/option.c: Increase input buffer size

Maxim Shchetynin (2):
      [SCSI] zfcp: enhancement of zfcp debug features
      [SCSI] zfcp: provide support for NPIV

Michael Chan (2):
      [TG3]: 5780 PHY fixes
      [TG3]: misc. fixes

Michael Krufky (1):
      v4l: DViCO FusionHDTV5 Lite GPIO Fix

Michael S. Tsirkin (5):
      IPoIB: fix module removal race
      IB/mthca: Fix device removal memory leak
      [IB] mthca: fix off by one in clr_int calculation
      [IB] mthca: Fix off by one bug in mthca_map_cmd
      [IB] mthca: Round up number of slots in HCA context memory table

Mike Miller (1):
      cciss: busy_initializing bug fix

Mike Waychison (1):
      x86_64: Fix mce_log

Miklos Szeredi (3):
      fuse: add required version info
      fuse: check reserved node ID values
      fuse: check O_DIRECT

Moore, Eric Dean (2):
      [SCSI] fusion SAS support (mptsas driver) updates
      [SCSI] fusion SAS support (mptsas driver) minor fix

Nick Piggin (2):
      mm: move_pte to remap ZERO_PAGE
      i386: include linux/irq.h rather than asm/hw_irq.h

Nick Wilson (1):
      NFS: fix client oops when debugging is on

OGAWA Hirofumi (1):
      ext3: ext3_show_options fix

Oleg Nesterov (1):
      fix TASK_STOPPED vs TASK_NONINTERACTIVE interaction

Oliver Dawid (1):
      [APPLETALK]: Fix broadcast bug.

Olof Johansson (1):
      PPC64: Fix boot for some pre-POWER4 systems

Paolo 'Blaisorblade' Giarrusso (29):
      fix locking comment in unmap_region()
      README update from the stone age
      mm: update stale comment for removal of page->list
      mm: add a note about partially hardcoded VM_* flags
      uml: adapt asm/futex.h to our arch
      Remove unused var from asm/futex.h
      uml: remove verify_area_{tt,skas}
      uml: fix modify_ldt - missing break in switch
      uml: fix uname output on 32-bit binary on 64-bit host
      uml: Fix conflict between libc and ipv6
      uml: fix bogus HOST_ELF_CLASS symbol name
      uml: readd removed unistd.h inclusion
      uml: comment about cast build fix
      uml: fix compile warning after consolidation patch
      uml: don't remove umid files in conflict case
      strlcat: use for uml umid.c
      uml: don't redundantly mark pte as newpage in pte_modify
      uml: fix hang in TT mode on fault
      uml: fix condition in tlb flush
      uml: run mconsole "sysrq" in process context
      uml: avoid fixing faults while atomic
      uml: Fix GFP_ flags usage
      uml: use GFP_ATOMIC for allocations under spinlocks.
      uml: replace printk with "stack-friendly" printf - to report console failure
      Add dm-snapshot tutorial in Documentation
      uml: fix page faults in SKAS3 mode.
      uml: clear SKAS0/3 flags when running in TT mode
      uml: revert "run mconsole "sysrq" in process context"
      uml: remove empty hostfs_truncate method

Paul Gortmaker (1):
      8390 Tx fix for non i386 machines

Paul Jackson (2):
      cpuset maintainers
      cpuset read past eof memory leak fix

Paul Mackerras (1):
      ppc64: Fix PCI flags when using OF device tree

Pavel Machek (1):
      swsusp: fix comments

Pekka Enberg (1):
      PCI: convert kcalloc to kzalloc

Pete Zaitcev (2):
      ub: fix burning cds
      ub: Comment out unconditional stall clear

Peter Chubb (1):
      [IA64] Fix simscsi for new SCSI midlayer

Peter Favrholdt (1):
      USB: ftdi_sio: allow baud rate to be changed without raising RTS and DTR

Peter Osterlund (1):
      pktcdvd: MAINTAINERS record

Prasanna S Panchamukhi (1):
      Update maintainers list with the kprobes maintainers

Rafael J. Wysocki (4):
      swsusp: do not trigger BUG_ON() if there is not enough memory
      swsusp: remove wrong code from data_free
      swsusp: prevent possible memory leak
      swsusp: avoid problems if there are too many pages to save

Randy Dunlap (3):
      update URL for HPET spec.
      SOFTWARE_SUSPEND needs HOTPLUG_CPU on SMP
      corrections to top-level README

Randy.Dunlap (1):
      [SCSI] scsi: 2 drivers need MODULE_LICENSE()

Ravikiran G Thirumalai (2):
      x86_64: fix the BP node_to_cpumask
      x86_64 early numa init fix

Richard Purdie (1):
      USB: fix pxa2xx_udc compile warnings

Rob Landley (1):
      Fix bd_claim() error code.

Robert Love (1):
      hdaps: small update.

Roland Dreier (8):
      IB/mthca: assign ACK timeout field correctly
      IB/mthca: fix posting of first work request
      IB/mthca: Initialize eq->nent before we use it
      IB/mthca: Fix posting work requests to shared receive queues
      IB/mthca: Don't try to set srq->last for userspace SRQs
      IPoIB: Don't flush workqueue from within workqueue
      [IB] mthca: Fix doorbell record resource leak
      [IB] uverbs: Close some exploitable races

Roland McGrath (1):
      Fix task state testing properly in do_signal_stop()

Roman Kagan (1):
      [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684

Russell King (11):
      [ARM] Prevent deadlock in page fault handler
      [ARM] Fix pcf8583 to build
      [ARM] Fix context switch with ARMv6 + TLS
      [SERIAL] Remove unused variable in clps711x.c
      [MFD] Fix "bious one-bit signed bitfield" errors
      [ARM] Fix compiler warnings for memcpy_toio/memcpy_fromio/memset_io
      [ARM] Remove SA_IRQNOMASK
      [ARM] pxafb: Remove #if DEBUG, convert DPRINTK to pr_debug
      [ARM] Fix warning in arch/arm/mach-pxa/generic.c
      [ARM] Don't include asm/arch/hardware.h directly
      [ARM] Don't include mach-types.h unnecessarily

Rusty Russell (1):
      Ignore trailing whitespace on kernel parameters correctly

Scott Talbert (2):
      [ATM]: [lec] attempt to support cisco failover
      [ATM]: [lec] reset retry counter when new arp issued

Sean Hefty (1):
      [IB] Add MAD data field size definitions

Sridhar Samudrala (1):
      [SCTP]: Fix SCTP_SHUTDOWN notifications.

Sripathi Kodi (1):
      Fix invisible threads problem

Stephane Kardas (1):
      fat: fix adate

Stephen Hemminger (6):
      [FIB_TRIE]: message cleanup
      [TCP]: Set default congestion control correctly for incoming connections.
      skge: add maintainer
      skge: expand ethtool debug register dump
      skge: check length from PHY
      skge: fix Yukon-Lite A0 workaround

Steve French (1):
      cifs: Add support for suspend

Timothy Thelin (1):
      [SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmd

Tom 'spot' Callaway (1):
      [ATYFB]: Fix build with CONFIG_FB_ATY_GENERIC_LCD disabled.

Tommy Christensen (1):
      r8169: call proper VLAN receive function

Vincent Sanders (2):
      [ARM] 2922/1: compile fix for shark
      [ARM] 2936/1: ixp4xx default config fixes

Vlad Drukker (1):
      [BRIDGE]: TSO fix in br_dev_queue_push_xmit

Zach Brown (3):
      aio: lock around kiocbTryKick()
      aio: remove unlocked task_list test and resulting race
      aio: avoid extra aio_{read,write} call when ki_left == 0

Zhang, Yanmin (1):
      utilization of kprobe_mutex is incorrect on x86_64

goggin, edward (1):
      device-mapper: Trigger an event when a table is deleted

john stultz (1):
      x86-64: Fix bad assumption that dualcore cpus have synced TSCs

nsxfreddy at gmail.com (1):
      bonding: Fix link monitor capability check (was skge: set mac address oops with bonding)

-----------------------------------------------------------------------

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list