All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-07 21:27:33 to 2012-04-08 05:17:40 UTC [more...]

[REVIEW][PATCH 0/43] Completing the user namespace
 2012-04-08  5:15 UTC  (103+ messages)
  ` [PATCH 01/43] vfs: Don't allow a user namespace root to make device nodes
  ` [PATCH 02/43] userns: Kill bogus declaration of function release_uids
  ` [PATCH 03/43] userns: Replace netlink uses of cap_raised with capable
  ` [PATCH 04/43] userns: Remove unnecessary cast to struct user_struct when copying cred->user
  ` [PATCH 05/43] cred: Add forward declaration of init_user_ns in all cases
  ` [PATCH 06/43] userns: Use cred->user_ns instead of cred->user->user_ns
  ` [PATCH 07/43] cred: Refcount the user_ns pointed to by the cred
  ` [PATCH 08/43] userns: Add an explicit reference to the parent user namespace
  ` [PATCH 09/43] mqueue: Explicitly capture the user namespace to send the notification to
  ` [PATCH 10/43] userns: Deprecate and rename the user_namespace reference in the user_struct
  ` [PATCH 11/43] userns: Start out with a full set of capabilities
  ` [PATCH 12/43] userns: Replace the hard to write inode_userns with inode_capable
  ` [PATCH 13/43] userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h
  ` [PATCH 14/43] userns: Add a Kconfig option to enforce strict kuid and kgid type checks
  ` [PATCH 15/43] userns: Disassociate user_struct from the user_namespace
  ` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
  ` [PATCH 17/43] userns: Rework the user_namespace adding uid/gid mapping support
  ` [PATCH 18/43] userns: Convert group_info values from gid_t to kgid_t
  ` [PATCH 19/43] userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
  ` [PATCH 20/43] userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
  ` [PATCH 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
  ` [PATCH 22/43] userns: Convert capabilities related permsion checks
  ` [PATCH 24/43] userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
  ` [PATCH 25/43] userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
  ` [PATCH 26/43] userns: Convert in_group_p and in_egroup_p to use kgid_t
  ` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
  ` [PATCH 28/43] userns: Convert user specfied uids and gids in chown into kuids and kgid
  ` [PATCH 29/43] userns: Convert stat to return values mapped from kuids and kgids
  ` [PATCH 30/43] userns: Fail exec for suid and sgid binaries with ids outside our user namespace
  ` [PATCH 31/43] userns: Teach inode_capable to understand inodes whose uids map to other namespaces
  ` [PATCH 32/43] userns: signal remove unnecessary map_cred_ns
  ` [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate
  ` [PATCH 34/43] userns: Convert devpts "
  ` [PATCH 36/43] userns: Convert ext3 "
  ` [PATCH 37/43] userns: Convert ext4 to user "
  ` [PATCH 38/43] userns: Convert proc to use "
  ` [PATCH 39/43] userns: Convert sysctl permission checks to use kuid and kgids
  ` [PATCH 40/43] userns: Convert sysfs to use kgid/kuid where appropriate
  ` [PATCH 41/43] userns: Convert tmpfs to use kuid and kgid "
  ` [PATCH 42/43] userns: Convert cgroup permission checks to use uid_eq
  ` [PATCH 43/43] userns: Convert the move_pages, and migrate_pages "
` [PATCH 23/43] userns: Convert setting and getting uid and gid system calls to use kuid and kgid
` [PATCH 35/43] userns: Convert ext2 to use kuid/kgid where appropriate

[PATCH] connman: Fix linking with gold linker
 2012-04-08  5:00 UTC 

[qemu-upstream-unstable test] 12605: tolerable trouble: broken/fail/pass
 2012-04-08  5:08 UTC 

fallocate issue on CentOS 5
 2012-04-08  5:06 UTC 

[Bug 45366] New: Radeon gpu lockups
 2012-04-08  5:05 UTC  (2+ messages)
` [Bug 45366] "

[PATCH] credential: do not store credentials received from helpers
 2012-04-08  5:05 UTC  (5+ messages)

[PATCH 00/12] Bash completion rework
 2012-04-08  5:01 UTC  (17+ messages)
` [PATCH 01/12] tests: add initial bash completion tests
` [PATCH 02/12] completion: simplify __gitcomp
` [PATCH 03/12] completion: simplify __gitcomp_1
` [PATCH 04/12] completion: trivial simplification
` [PATCH 05/12] completion: add missing global options
` [PATCH 06/12] tests: add more bash completion tests
` [PATCH 07/12] completion: simplify command stuff
` [PATCH 08/12] completion: simplify _git_bundle
` [PATCH 09/12] completion: calculate argument position properly
` [PATCH 10/12] completion: add new git_complete helper
` [PATCH 11/12] test: add tests for aliases in bash completion
` [PATCH 12/12] completion: rename _git and _gitk

[PATCH RESEND] send-email: add 'specify-author' option
 2012-04-08  4:45 UTC  (8+ messages)

[ANNOUNCE] Git 1.7.10-rc3
 2012-04-08  4:43 UTC  (12+ messages)
` push.default: current vs upstream

DVB-T USB Stick Pinnacle PCTV
 2012-04-08  4:19 UTC  (2+ messages)

[PATCHv2] ARM: orion5x: Fix GPIO enable bits for MPP9
 2012-04-08  4:18 UTC 

Returned mail: Data format error
 2012-04-08  4:17 UTC 

In tree object, must the blobs are ordered?
 2012-04-08  4:13 UTC 

Detect whether AHCI is enabled in BIOS
 2012-04-08  4:07 UTC  (3+ messages)

a possible bug in netfilter
 2012-04-08  4:07 UTC  (4+ messages)

[PATCH] DLS: refactor pick_next_earliest_dl_task
 2012-04-08  3:57 UTC 

[PATCH] Add support for YUV420 formats
 2012-04-08  3:55 UTC  (2+ messages)

In tree object, Must the
 2012-04-08  3:43 UTC 

ACPI reports critical temperature even though the sensors data says otherwise
 2012-04-08  3:32 UTC 

[PATCH] TPACPI: Make W510 microphone LED working
 2012-04-08  3:07 UTC 

[SPAM] 税/票--代/开
 2012-04-08  2:52 UTC 

source for virt io backend driver
 2012-04-08  2:26 UTC 

(no subject)
 2012-04-08  2:26 UTC 

Linux 3.4-rc2
 2012-04-08  2:09 UTC 

[PATCH 0/7][PULL] Hob: Bug fixes
 2012-04-08  2:00 UTC  (10+ messages)
` [PATCH 3/7] Hob: Make layers define in bblayers.conf as default

[PATCH] netfilter: fix incorrect logic in nf_conntrack_init_net
 2012-04-08  2:08 UTC 

[PATCH] [trivial] Documentaion: Fix multiple typo in Documentation
 2012-04-08  2:06 UTC  (3+ messages)
` [PATCH/V2] [trivial] Documentation: Fix typo in multiple files "

[RESEND][PATCH v2] block: remove plugging at buffered write time
 2012-04-08  1:06 UTC 

[PATCH] printk: support structured and multi-facility log messages
 2012-04-08  1:02 UTC  (8+ messages)

[PATCH] module: Clarify GPL-Compatible is OK
 2012-04-08  0:52 UTC  (7+ messages)

[PATCH 0/3] arch/tile: provide PCIe support for tilegx
 2012-04-08  0:21 UTC  (5+ messages)
` [PATCH 2/3] arch/tile: mark TILEGX as not EXPERIMENTAL
` [PATCH 1/3] arch/tile: provide kernel support for the tilegx TRIO shim

[PATCH v8]: Hibernation: lower/better control the amount of pages used for buffering
 2012-04-08  0:14 UTC  (5+ messages)

[PATCH 0/1] shadow-native: disable logging to syslog
 2012-04-07 23:59 UTC  (2+ messages)

[Bug 48422] New: Radeon KMS fails on Radeon X850XT (R480) graphics card
 2012-04-08  0:07 UTC  (2+ messages)
` [Bug 48422] "

[PATCH 01/14] kvm tools: Add is_pio flag to ioeventfd__add_event
 2012-04-07 23:52 UTC  (15+ messages)
` [PATCH 02/14] kvm tools: Rework on virtio transport abstraction
` [PATCH 03/14] kvm tools: Rename callback_mmio_table
` [PATCH 04/14] kvm tools: Introduce KVM_VIRTIO_MMIO_AREA
` [PATCH 05/14] kvm tools: Add virtio-mmio support
` [PATCH 06/14] kvm tools: Support virtio-mmio in virtio_init
` [PATCH 07/14] kvm tools: Introduce trans=mmio parameter for virtio-net
` [PATCH 08/14] kvm tools: Increase virtio-blk and virtio-net queue size
` [PATCH 09/14] kvm tools: Add set_size_vq for virtio-net
` [PATCH 10/14] "
` [PATCH 11/14] kvm tools: Rename VIRTIO_P9 to VIRTIO_9P
` [PATCH 12/14] kvm tools: Use enum for NET_MODE_{USER, TAP}
` [PATCH 13/14] kvm tools: Small indentation fix
` [PATCH 14/14] kvm tools: Drop unnecessary headers in barrier.h

[U-Boot] [PATCH] MX31: mx31pdk: drop enable_caches from board file
 2012-04-07 23:53 UTC  (2+ messages)

[qemu-upstream-unstable test] 12603: tolerable trouble: broken/fail/pass
 2012-04-07 23:29 UTC 

DT support in i2c
 2012-04-07 23:26 UTC 

hob2: make xterm automatically exit after qemu exits?
 2012-04-07 23:13 UTC  (4+ messages)

soundmodem 0.16: fix the AFSK modulator for 300 baud operation (was: RE: 300bps Packet)
 2012-04-07 23:14 UTC  (6+ messages)
                      ` Soundmodem hangs all USB keyboard or mouse input -- and soundmodem 0.16: fix the AFSK modulator for 300 baud operation

[Buildroot] Problems when compiling gnutls and gst-plugins-base on arm (panda)
 2012-04-07 23:13 UTC  (5+ messages)

[PATCH] spi/devicetree: Move devicetree support code into spi directory
 2012-04-07 20:23 UTC 

[PATCH] gpio: Move DT support code into drivers/gpio
 2012-04-07 20:37 UTC 

[lm-sensors] [PATCH] hwmon: fam15h_power: fix bogus values with current BIOSes
 2012-04-07 23:07 UTC 

[PATCH] fast-import: catch garbage after marks in from/merge
 2012-04-07 22:59 UTC  (4+ messages)
` [PATCHv2 0/2] fast-import: tighten parsing of mark references
  ` [PATCHv3] "
    ` [PATCHv4] fast-import: tighten parsing of datarefs

[Xenomai-help] Disadvantages of preempt_rt
 2012-04-07 22:34 UTC  (2+ messages)

[Xenomai-core] Xenomai server down
 2012-04-07 22:17 UTC  (20+ messages)
` [Xenomai-core] preemptive doesn't work
      ` [Xenomai-help] "

[Buildroot] [git commit] libgtk2: bump version
 2012-04-07 22:16 UTC 

3.3.0: "INFO: rcu_bh detected stall on CPU 3 (t=0 jiffies)"
 2012-04-06 17:52 UTC  (3+ messages)

[Query] About NV12 pixel format support in a subdevice
 2012-04-07 22:13 UTC  (6+ messages)

RFC: deprecating/removing the legacy mode of devpts
 2012-04-07 22:03 UTC  (5+ messages)

[PATCH RESEND] LEDS-One-Shot-Timer-Trigger-implementation
 2012-04-07 21:56 UTC  (4+ messages)

012/03/ZYO12
 2012-04-07 21:48 UTC 

Improve support for genkernel in 10_linux
 2012-04-07 21:54 UTC 

TLB Miss Bug?
 2012-04-07 21:54 UTC  (3+ messages)

[PATCH] nextfd(2)
 2012-04-07 21:21 UTC  (5+ messages)

Upgrading
 2012-04-07 17:27 UTC 

ASUS U3100 Mini
 2012-04-07 21:32 UTC  (3+ messages)

[ath9k-devel] ath9k driver
 2012-04-07 21:29 UTC  (2+ messages)

[PATCH] net/wireless: ipw2x00: remove ssid_context struct
 2012-04-07 21:31 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.