1. 20 10月, 2012 35 次提交
  2. 19 10月, 2012 5 次提交
    • R
      kbuild: sign the modules at install time · e2a666d5
      Rusty Russell 提交于
      Linus deleted the old code and put signing on the install command,
      I fixed it to extract the keyid and signer-name within sign-file
      and cleaned up that script now it always signs in-place.
      
      Some enthusiast should convert sign-key to perl and pull
      x509keyid into it.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e2a666d5
    • H
      Merge commit '5bc66170' into x86/urgent · 4533d862
      H. Peter Anvin 提交于
      From Borislav Petkov <bp@amd64.org>:
      
      Below is a RAS fix which reverts the addition of a sysfs attribute
      which we agreed is not needed, post-factum. And this should go in now
      because that sysfs attribute is going to end up in 3.7 otherwise and
      thus exposed to userspace; removing it then would be a lot harder.
      
      This is done as a merge rather than a simple patch/cherry-pick since
      the baseline for this patch was not in the previous x86/urgent.
      Signed-off-by: NH. Peter Anvin <hpa@linux.intel.com>
      4533d862
    • B
      x86, MCE: Remove bios_cmci_threshold sysfs attribute · 5bc66170
      Borislav Petkov 提交于
      450cc201 ("x86/mce: Provide boot argument to honour bios-set CMCI
      threshold") added the bios_cmci_threshold sysfs attribute which was
      supposed to communicate to userspace tools that BIOS CMCI threshold has
      been honoured.
      
      However, this info is not of any importance to userspace - it should
      rather get the actual error count it has been thresholded already from
      MCi_STATUS[38:52].
      
      So drop this before it becomes a used interface (good thing we caught
      this early in 3.7-rc1, right after the merge window closed).
      
      Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
      Acked-by: NTony Luck <tony.luck@intel.com>
      Link: http://lkml.kernel.org/r/20121017105940.GA14590@x1.osrc.amd.comSigned-off-by: NBorislav Petkov <borislav.petkov@amd.com>
      5bc66170
    • L
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media · c9623de4
      Linus Torvalds 提交于
      Pull media fixes from Mauro Carvalho Chehab:
       "Media fixes for:
         - one Kconfig fix patch;
         - one patch fixing DocBook breakage due to the drivers/media UAPI
           changes;
         - the remaining UAPI media changes (DVB API).
      
        I'm aware that is is a little late for the UAPI renames for the DVB
        API, but IMHO, it is better to merge it for 3.7, due to two reasons:
      
         1) There is a major rename at 3.7 (not only uapi changes, but also
            the entire media drivers were reorganized on 3.7, in order to
            simplify the Kconfig logic, and easy drivers selection, especially
            for hybrid devices).  By confining all those renames there at 3.7
            it will cause all the harm at for media developers on just one
            shot.  Stable backports upstream and at distros will likely
            welcome it as well, as they won't need to check what changed on
            3.7 and what was postponed for on 3.8.
      
         2) The V4L2 DocBook Makefile creates a cross-reference between the
            media API headers and the specs.  This helps us _a_lot_ to be sure
            that all API improvements are properly documented.  Every time a
            header changes from one place to another, DocBook/media/Makefile
            needs to be patched.  Currently, the DocBook breakage patch
            depends on the DVB UAPI."
      
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
        [media] Kconfig: Fix dependencies for driver autoselect options
        DocBook/media/Makefile: Fix build due to uapi breakage
        UAPI: (Scripted) Disintegrate include/linux/dvb
      c9623de4
    • R
      Hexagon: Copyright marking changes · e1858b2a
      Richard Kuo 提交于
      Code Aurora Forum (CAF) is becoming a part of Linux Foundation Labs.
      Signed-off-by: NRichard Kuo <rkuo@codeaurora.org>
      e1858b2a