27 Jan, 2010

2 commits

  • Takashi Iwai
     
  • Clemens Ladisch noted for hw_ptr_removal in "cleanup & merge hw_ptr
    update functions" commit:

    "It is possible for the status/delay ioctls to be called when the sound
    card's pointer register alreay shows a position at the beginning of the
    new period, but immediately before the interrupt is actually executed.
    (This happens regularly on a SMP machine with mplayer.) When that
    happens, the code thinks that the position must be at least one period
    ahead of the current position and drops an entire buffer of data."

    Return back the hw_ptr_interrupt variable. The last interrupt pointer
    is always computed from the latest hw_ptr instead of tracking it
    separately (in this case all hw_ptr checks and modifications might
    influence also hw_ptr_interrupt and it is difficult to keep it
    consistent).

    Signed-off-by: Jaroslav Kysela

    Jaroslav Kysela
     

21 Jan, 2010

3 commits


18 Jan, 2010

1 commit


14 Jan, 2010

1 commit


12 Jan, 2010

1 commit


08 Jan, 2010

1 commit


07 Jan, 2010

3 commits


28 Dec, 2009

1 commit


25 Dec, 2009

3 commits

  • Takashi Iwai
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (34 commits)
    classmate-laptop: add support for Classmate PC ACPI devices
    hp-wmi: Fix two memleaks
    acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIAS
    dell-wmi: do not keep driver loaded on unsupported boxes
    wmi: Free the allocated acpi objects through wmi_get_event_data
    drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with string of table
    acerhdf: add new BIOS versions
    acerhdf: limit modalias matching to supported
    toshiba_acpi: convert to seq_file
    asus_acpi: convert to seq_file
    ACPI: do not select ACPI_DOCK from ATA_ACPI
    sony-laptop: enumerate rfkill devices using SN06
    sony-laptop: rfkill support for newer models
    ACPI: fix OSC regression that caused aer and pciehp not to load
    MAINTAINERS: add maintainer for msi-wmi driver
    fujitu-laptop: fix tests of acpi_evaluate_integer() return value
    arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any()
    ACPI: processor: remove _PDC object list from struct acpi_processor
    ACPI: processor: change acpi_processor_set_pdc() interface
    ACPI: processor: open code acpi_processor_cleanup_pdc
    ...

    Linus Torvalds
     
  • * 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2:
    ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c
    ocfs2/trivial: Use proper mask for 2 places in hearbeat.c
    Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.
    Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?
    ocfs2: Use FIEMAP_EXTENT_SHARED
    fiemap: Add new extent flag FIEMAP_EXTENT_SHARED
    ocfs2: replace u8 by __u8 in ocfs2_fs.h
    ocfs2: explicit declare uninitialized var in user_cluster_connect()
    ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock()
    ocfs2: return -EAGAIN instead of EAGAIN in dlm
    ocfs2/cluster: Make fence method configurable - v2
    ocfs2: Set MS_POSIXACL on remount
    ocfs2: Make acl use the default
    ocfs2: Always include ACL support

    Linus Torvalds
     

24 Dec, 2009

13 commits

  • Len Brown
     
  • Len Brown
     
  • Len Brown
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
    devtmpfs: unlock mutex in case of string allocation error
    Driver core: export platform_device_register_data as a GPL symbol
    driver core: Prevent reference to freed memory on error path
    Driver-core: Fix bogus 0 error return in device_add()
    Driver core: driver_attribute parameters can often be const*
    Driver core: bin_attribute parameters can often be const*
    Driver core: device_attribute parameters can often be const*
    Doc/stable rules: add new cherry-pick logic
    vfs: get_sb_single() - do not pass options twice
    devtmpfs: Convert dirlock to a mutex

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6:
    Staging/vt66*: kconfig, depends on WLAN
    Staging: batman-adv: introduce missing kfree
    Staging: batman-adv: Add Kconfig dependancies on PROC_FS and PACKET.
    Staging: panel: Adjust range for PANEL_KEYPAD in Kconfig
    Staging: panel: Fix compilation error with custom lcd charset
    Staging: ramzswap: remove ARM specific d-cache hack
    Staging: rtl8192x: fix printk formats
    Staging: wlan-ng: fix Correct size given to memset
    staging: rtl8192su: add USB VID/PID for HWNUm-300
    staging: fix rtl8192su compilation errors with mac80211
    staging: fix rtl8192e compilation errors with mac80211
    Staging: fix rtl8187se compilation errors with mac80211
    Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()
    Staging: comedi: jr3_pci: Don't ioremap too much space. Check result.
    Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK
    Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringbuffer runs empty
    Staging: dst: remove from the tree
    Staging: sm7xx: add a new framebuffer driver
    Staging: batman: fix debug Kconfig option

    Linus Torvalds
     
  • DST is dead, no one is using it and upstream
    has abandoned it, so remove it from the tree because
    it is not going anywhere.

    Acked-by: Evgeniy Polyakov
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • Many struct driver_attribute descriptors are purely read-only
    structures, and there's no need to change them. Therefore make
    the promise not to, which will let those descriptors be put in
    a ro section.

    Signed-off-by: Phil Carmody
    Signed-off-by: Greg Kroah-Hartman

    Phil Carmody
     
  • Many struct bin_attribute descriptors are purely read-only
    structures, and there's no need to change them. Therefore
    make the promise not to, which will let those descriptors
    be put in a ro section.

    Signed-off-by: Phil Carmody
    Signed-off-by: Greg Kroah-Hartman

    Phil Carmody
     
  • Most device_attributes are const, and are begging to be
    put in a ro section. However, the create and remove
    file interfaces were failing to propagate the const promise
    which the only functions they call offer.

    Signed-off-by: Phil Carmody
    Signed-off-by: Greg Kroah-Hartman

    Phil Carmody
     
  • Fix kernel-doc errors and warnings in new header file kfifo.h.
    Don't use kernel-doc "/**" for internal functions whose comments
    are not in kernel-doc format.

    kernel-doc section header names (like "Note:") must be unique
    per function. Looks like I need to document that.

    Error(include/linux/kfifo.h:76): duplicate section name 'Note'
    Warning(include/linux/kfifo.h:88): Excess function parameter 'size' description in 'INIT_KFIFO'
    Error(include/linux/kfifo.h:101): duplicate section name 'Note'
    Warning(include/linux/kfifo.h:257): No description found for parameter 'fifo'
    (many of this last type, from internal functions)

    Signed-off-by: Randy Dunlap
    Cc: Stefani Seibold
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6:
    quota: Improve checking of quota file header
    jbd: jbd-debug and jbd2-debug should be writable
    ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
    ext4: Fix potential quota deadlock
    quota: Fix 64-bit limits setting on 32-bit archs
    ext3: Replace lock/unlock_super() with an explicit lock for resizing
    ext3: Replace lock/unlock_super() with an explicit lock for the orphan list
    ext3: ext3_mark_recovery_complete() doesn't need to use lock_super
    ext3: Remove outdated comment about lock_super()
    quota: Move duplicated code to separate functions
    ext4: Convert to generic reserved quota's space management.
    quota: decouple fs reserved space from quota reservation
    Add unlocked version of inode_add_bytes() function
    ext3: quota macros cleanup [V2]

    Linus Torvalds
     
  • * 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (35 commits)
    drm/radeon/kms: add definitions for v4 power tables
    drm/radeon/kms: never combine LVDS with another encoder
    drm/radeon/kms: Check module arguments to be valid V2
    drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure
    drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4)
    drm/radeon/kms: add 3DC compression support
    drm/radeon/kms: allow rendering while no colorbuffer is set on r300
    drm/radeon/kms: enable memory clock reading on legacy (V2)
    drm/radeon/kms: prevent parallel AtomBIOS calls
    drm/radeon/kms: set proper default tv standard
    drm/radeon/kms: fix legacy rmx
    drm/radeon/kms/atom: fill in proper defines for digital setup
    drm/kms: silencing a false positive warning.
    drm/mm: fix logic for selection of best fit block
    drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.
    drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.
    drm/vmwgfx: Fix unlocked ioctl and add proper access control
    drm/radeon: fix build on 64-bit with some compilers.
    drivers/gpu: Use kzalloc for allocating only one thing
    DRM: Rename clamp variable
    ...

    Linus Torvalds
     
  • The USB serial code was a new user of the kfifo API, and it was missed
    when porting things to the new kfifo API.

    Please make the write_fifo in place. Here is my patch to fix the
    regression and full ported version.

    Signed-off-by: Stefani Seibold
    Reported-and-tested-by: Rafael J. Wysocki
    Cc: Greg KH
    Cc: Andrew Morton
    Cc: Alan Stern
    Signed-off-by: Linus Torvalds

    Stefani Seibold
     

23 Dec, 2009

11 commits

  • Use a separate lock to protect s_groups_count and the other block
    group descriptors which get changed via an on-line resize operation,
    so we can stop overloading the use of lock_super().

    Port of ext4 commit 32ed5058ce90024efcd811254b4b1de0468099df by
    Theodore Ts'o .

    CC: Theodore Ts'o
    Signed-off-by: Eric Sandeen
    Signed-off-by: Jan Kara

    Eric Sandeen
     
  • Use a separate lock to protect the orphan list, so we can stop
    overloading the use of lock_super().

    Port of ext4 commit 3b9d4ed26680771295d904a6b83e88e620780893
    by Theodore Ts'o .

    CC: Theodore Ts'o
    Signed-off-by: Eric Sandeen
    Signed-off-by: Jan Kara

    Eric Sandeen
     
  • Currently inode_reservation is managed by fs itself and this
    reservation is transfered on dquot_transfer(). This means what
    inode_reservation must always be in sync with
    dquot->dq_dqb.dqb_rsvspace. Otherwise dquot_transfer() will result
    in incorrect quota(WARN_ON in dquot_claim_reserved_space() will be
    triggered)
    This is not easy because of complex locking order issues
    for example http://bugzilla.kernel.org/show_bug.cgi?id=14739

    The patch introduce quota reservation field for each fs-inode
    (fs specific inode is used in order to prevent bloating generic
    vfs inode). This reservation is managed by quota code internally
    similar to i_blocks/i_bytes and may not be always in sync with
    internal fs reservation.

    Also perform some code rearrangement:
    - Unify dquot_reserve_space() and dquot_reserve_space()
    - Unify dquot_release_reserved_space() and dquot_free_space()
    - Also this patch add missing warning update to release_rsv()
    dquot_release_reserved_space() must call flush_warnings() as
    dquot_free_space() does.

    Signed-off-by: Dmitry Monakhov
    Signed-off-by: Jan Kara

    Dmitry Monakhov
     
  • Quota code requires unlocked version of this function. Off course
    we can just copy-paste the code, but copy-pasting is always an evil.

    Signed-off-by: Dmitry Monakhov
    Signed-off-by: Jan Kara

    Dmitry Monakhov
     
  • Currently all quota block reservation macros contains hardcoded "2"
    aka MAXQUOTAS value. This is no good because in some places it is not
    obvious to understand what does this digit represent. Let's introduce
    new macro with self descriptive name.

    Signed-off-by: Dmitry Monakhov
    Signed-off-by: Jan Kara

    Dmitry Monakhov
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6:
    jfs: Fix 32bit build warning
    Remove obsolete comment in fs.h
    Sanitize f_flags helpers
    Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)
    anonfd: Allow making anon files read-only
    fs/compat_ioctl.c: fix build error when !BLOCK
    pohmelfs needs I_LOCK
    alloc_file(): simplify handling of mnt_clone_write() errors

    Linus Torvalds
     
  • * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (36 commits)
    powerpc/gc/wii: Remove get_irq_desc()
    powerpc/gc/wii: hlwd-pic: convert irq_desc.lock to raw_spinlock
    powerpc/gamecube/wii: Fix off-by-one error in ugecon/usbgecko_udbg
    powerpc/mpic: Fix problem that affinity is not updated
    powerpc/mm: Fix stupid bug in subpge protection handling
    powerpc/iseries: use DECLARE_COMPLETION_ONSTACK for non-constant completion
    powerpc: Fix MSI support on U4 bridge PCIe slot
    powerpc: Handle VSX alignment faults correctly in little-endian mode
    powerpc/mm: Fix typo of cpumask_clear_cpu()
    powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.
    powerpc: Convert BUG() to use unreachable()
    powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.
    powerpc/pseries: Don't panic when H_PROD fails during cpu-online.
    powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VM
    powerpc/defconfigs: Set HZ=100 on pseries and ppc64 defconfigs
    powerpc/defconfigs: Disable token ring in powerpc defconfigs
    powerpc/defconfigs: Reduce 64bit vmlinux by making acenic and cramfs modules
    powerpc/pseries: Select XICS and PCI_MSI PSERIES
    powerpc/85xx: Wrong variable returned on error
    powerpc/iseries: Convert to proc_fops
    ...

    Linus Torvalds
     
  • Add kfifo_in_rec() - puts some record data into the FIFO
    Add kfifo_out_rec() - gets some record data from the FIFO
    Add kfifo_from_user_rec() - puts some data from user space into the FIFO
    Add kfifo_to_user_rec() - gets data from the FIFO and write it to user space
    Add kfifo_peek_rec() - gets the size of the next FIFO record field
    Add kfifo_skip_rec() - skip the next fifo out record
    Add kfifo_avail_rec() - determinate the number of bytes available in a record FIFO

    Signed-off-by: Stefani Seibold
    Acked-by: Greg Kroah-Hartman
    Acked-by: Mauro Carvalho Chehab
    Acked-by: Andi Kleen
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stefani Seibold
     
  • Add kfifo_reset_out() for save lockless discard the fifo output
    Add kfifo_skip() to skip a number of output bytes
    Add kfifo_from_user() to copy user space data into the fifo
    Add kfifo_to_user() to copy fifo data to user space

    Signed-off-by: Stefani Seibold
    Acked-by: Greg Kroah-Hartman
    Acked-by: Mauro Carvalho Chehab
    Acked-by: Andi Kleen
    Acked-by: Arnd Bergmann
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stefani Seibold
     
  • Add DECLARE_KFIFO - macro to declare a kfifo and the associated buffer inside a struct
    Add INIT_KFIFO - Initialize a kfifo declared by DECLARED_KFIFO
    Add DEFINE_KFIFO - macro to define and initialize a kfifo as a global or local object
    Add kfifo_size() - returns the size of the fifo in bytes
    Add kfifo_is_empty() - returns true if the fifo is empty
    Add kfifo_is_full() - returns true if the fifo is full
    Add kfifo_avail() - returns the number of bytes available in the FIFO
    Do some code cleanup

    Signed-off-by: Stefani Seibold
    Acked-by: Greg Kroah-Hartman
    Acked-by: Mauro Carvalho Chehab
    Acked-by: Andi Kleen
    Acked-by: Arnd Bergmann
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stefani Seibold
     
  • Fix the "ignoring return value of '...', declared with attribute
    warn_unused_result" compiler warning in several users of the new kfifo
    API.

    It removes the __must_check attribute from kfifo_in() and
    kfifo_in_locked() which must not necessary performed.

    Fix the allocation bug in the nozomi driver file, by moving out the
    kfifo_alloc from the interrupt handler into the probe function.

    Fix the kfifo_out() and kfifo_out_locked() users to handle a unexpected
    end of fifo.

    Signed-off-by: Stefani Seibold
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Stefani Seibold