1. 29 Jun, 2008 8 commits
  2. 27 Jun, 2008 2 commits
  3. 26 Jun, 2008 3 commits
  4. 25 Jun, 2008 10 commits
    • Rene Herman's avatar
      thermal: Create CONFIG_THERMAL_HWMON=n · 16d75239
      Rene Herman authored
      A bug in libsensors <= 2.10.6 is exposed
      when this new hwmon I/F is enabled.
      Create CONFIG_THERMAL_HWMON=n
      until some time after libsensors 2.10.7 ships
      so those users can run the latest kernel.
      
      libsensors 3.x is already fixed -- those users
      can use CONFIG_THERMAL_HWMON=y now.
      Signed-off-by: default avatarRene Herman <rene.herman@gmail.com>
      Acked-by: default avatarMark M. Hoffman <mhoffman@lightlink.com>
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      16d75239
    • Bryan Wu's avatar
      Blackfin arch: fix up section mismatch warning · 8d0a6003
      Bryan Wu authored
      --
      WARNING: vmlinux.o(.text+0x721a): Section mismatch in reference from the function ___fill_code_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_code_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_code_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x7238): Section mismatch in reference from the function ___fill_code_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_code_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_code_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x7250): Section mismatch in reference from the function ___fill_code_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_code_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_code_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x7264): Section mismatch in reference from the function ___fill_code_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_code_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_code_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x72a2): Section mismatch in reference from the function ___fill_data_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_data_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_data_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x72bc): Section mismatch in reference from the function ___fill_data_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_data_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_data_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x72d4): Section mismatch in reference from the function ___fill_data_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_data_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_data_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      
      WARNING: vmlinux.o(.text+0x72e8): Section mismatch in reference from the function ___fill_data_cplbtab() to the function .init.text:_fill_cplbtab()
      The function ___fill_data_cplbtab() references
      the function __init _fill_cplbtab().
      This is often because ___fill_data_cplbtab lacks a __init
      annotation or the annotation of _fill_cplbtab is wrong.
      --
      Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
      8d0a6003
    • Sonic Zhang's avatar
      Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debugging enabled · 71a7d155
      Sonic Zhang authored
      Initialize the lock of bad_irq_desc properly.
      The content of irq_desc array is replaced by bad_irq_desc in blackfin
      arch irqchip init code. So, do it properly as common irq init code.
      Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
      Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
      71a7d155
    • Peng Haitao's avatar
      [PATCH] remove useless argument type in audit_filter_user() · d8de7247
      Peng Haitao authored
      The second argument "type" is not used in audit_filter_user(), so I think that type can be removed. If I'm wrong, please tell me.
      Signed-off-by: default avatarPeng Haitao <penght@cn.fujitsu.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      d8de7247
    • Randy Dunlap's avatar
      [PATCH] audit: fix kernel-doc parameter notation · 9f0aecdd
      Randy Dunlap authored
      Fix auditfilter kernel-doc misssing parameter description:
      
      Warning(lin2626-rc3//kernel/auditfilter.c:1551): No description found for parameter 'sessionid'
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      9f0aecdd
    • Peng Haitao's avatar
      [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than once · 13d5ef97
      Peng Haitao authored
      The first argument "nlh->nlmsg_type" of audit_receive_filter() should be modified to "msg_type" in audit_receive_msg().
      Signed-off-by: default avatarPeng Haitao <penght@cn.fujitsu.com>
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      13d5ef97
    • Linus Torvalds's avatar
      Linux 2.6.26-rc8 · 543cf4cb
      Linus Torvalds authored
      543cf4cb
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 · bd8c540f
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
        [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()
        [IA64] Handle count==0 in sn2_ptc_proc_write()
        [IA64] Fix boot failure on ia64/sn2
      bd8c540f
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes · 035cfc61
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes:
        [GFS2] fix gfs2 block allocation (cleaned up)
        [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000
      035cfc61
    • Linus Torvalds's avatar
      Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm · 919c0d14
      Linus Torvalds authored
      * 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm:
        KVM: Remove now unused structs from kvm_para.h
        x86: KVM guest: Use the paravirt clocksource structs and functions
        KVM: Make kvm host use the paravirt clocksource structs
        x86: Make xen use the paravirt clocksource structs and functions
        x86: Add structs and functions for paravirt clocksource
        KVM: VMX: Fix host msr corruption with preemption enabled
        KVM: ioapic: fix lost interrupt when changing a device's irq
        KVM: MMU: Fix oops on guest userspace access to guest pagetable
        KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend)
        KVM: MMU: Fix rmap_write_protect() hugepage iteration bug
        KVM: close timer injection race window in __vcpu_run
        KVM: Fix race between timer migration and vcpu migration
      919c0d14
  5. 24 Jun, 2008 17 commits