1. 13 11月, 2007 6 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio · 05f3f415
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-virtio:
        virtio: Force use of power-of-two for descriptor ring sizes
        lguest: Fix lguest virtio-blk backend size computation
        virtio: Fix used_idx wrap-around
        virtio: more fallout from scatterlist changes.
        virtio: fix vring_init for 64 bits
      05f3f415
    • L
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 · e697b8d1
      Linus Torvalds 提交于
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (39 commits)
        [INET]: Small possible memory leak in FIB rules
        [NETNS]: init dev_base_lock only once
        [UNIX]: The unix_nr_socks limit can be exceeded
        [AF_UNIX]: Convert socks to unix_socks in scan_inflight, not in callbacks
        [AF_UNIX]: Make unix_tot_inflight counter non-atomic
        [AF_PACKET]: Allow multicast traffic to be caught by ORIGDEV when bonded
        ssb: Fix PCMCIA-host lowlevel bus access
        mac80211: fix MAC80211_RCSIMPLE Kconfig
        mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUG
        mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMT
        mac80211: remove unused driver ops
        mac80211: remove ieee80211_common.h
        softmac: MAINTAINERS update
        rfkill: Fix sparse warning
        rfkill: Use mutex_lock() at register and add sanity check
        iwlwifi: select proper rate control algorithm
        mac80211: allow driver to ask for a rate control algorithm
        mac80211: don't allow registering the same rate control twice
        rfkill: Use subsys_initcall
        mac80211: make simple rate control algorithm built-in
        ...
      e697b8d1
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 · 46015977
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6: (21 commits)
        [CIFS] fix oops on second mount to same server when null auth is used
        [CIFS] Fix stale mode after readdir when cifsacl specified
        [CIFS] add mode to acl conversion helper function
        [CIFS] Fix incorrect mode when ACL had deny access control entries
        [CIFS] Add uid to key description so krb can handle user mounts
        [CIFS] Fix walking out end of cifs dacl
        [CIFS] Add upcall files for cifs to use spnego/kerberos
        [CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routines
        [CIFS] Register and unregister cifs_spnego_key_type on module init/exit
        [CIFS] implement upcalls for SPNEGO blob via keyctl API
        [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec
        [CIFS] If no Access Control Entries, set mode perm bits to zero
        [CIFS] when mount helper missing fix slash wrong direction in share
        [CIFS] Don't request too much permission when reading an ACL
        [CIFS] enable get mode from ACL when cifsacl mount option specified
        [CIFS] ACL support part 8
        [CIFS] acl support part 7
        [CIFS] acl support part 6
        [CIFS] acl support part 6
        [CIFS] remove unused funtion compile warning when experimental off
        ...
      46015977
    • S
      x86: fix taking DNA during 64bit sigreturn · 92d140e2
      Siddha, Suresh B 提交于
      restore sigcontext is taking a DNA exception while restoring FP context
      from the user stack, during the sigreturn.  Appended patch fixes it by
      doing clts() if the app doesn't touch FP during the signal handler
      execution.  This will stop generating a DNA, during the fxrstor in the
      sigreturn.
      
      This improves 64-bit lat_sig numbers by ~30% on my core2 platform.
      Signed-off-by: NSuresh Siddha <suresh.b.siddha@intel.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      92d140e2
    • D
      SLUB: killed the unused "end" variable · efe44183
      Denis Cheng 提交于
      Since the macro "for_each_object" introduced, the "end" variable becomes unused anymore.
      Signed-off-by: NDenis Cheng <crquan@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      efe44183
    • R
      core dump: remain dumpable · 00ec99da
      Roland McGrath 提交于
      The coredump code always calls set_dumpable(0) when it starts (even
      if RLIMIT_CORE prevents any core from being dumped).  The effect of
      this (via task_dumpable) is to make /proc/pid/* files owned by root
      instead of the user, so the user can no longer examine his own
      process--in a case where there was never any privileged data to
      protect.  This affects e.g. auxv, environ, fd; in Fedora (execshield)
      kernels, also maps.  In practice, you can only notice this when a
      debugger has requested PTRACE_EVENT_EXIT tracing.
      
      set_dumpable was only used in do_coredump for synchronization and not
      intended for any security purpose.  (It doesn't secure anything that wasn't
      already unsecured when a process dies by SIGTERM instead of SIGQUIT.)
      
      This changes do_coredump to check the core_waiters count as the means of
      synchronization, which is sufficient.  Now we leave the "dumpable" bits alone.
      Signed-off-by: NRoland McGrath <roland@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      00ec99da
  2. 12 11月, 2007 5 次提交
  3. 11 11月, 2007 29 次提交