[<prev day] [next day>] [month] [year] [list]
kernel-hardening mailing list - 2016/12/29
- [RFC PATCH 00/19] refcount_t API + usage (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 03/19] For some obscure reason apparmor thinks its needs to locally implement kref primitives that already ex… (Elena Reshetova <elena.reshetova@...el.…)
- [RFC PATCH 01/19] Since we need to change the implementation, stop exposing internals. Provide kref_read() to read the c… (Elena Reshetova <elena.reshetova@...el.…)
- [RFC PATCH 02/19] By general sentiment kref_sub() is a bad interface, make it go away. (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 04/19] Because home-rolling your own is _awesome_, stop doing it. Provide kref_put_lock(), just like kref_put… (Elena Reshetova <elena.reshetova@...el.…)
- [RFC PATCH 05/19] Leak references by unbalanced get, instead of poking at kref implementation details. (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 06/19] Provide refcount_t, an atomic_t like primitive built just for refcounting. (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 07/19] mixed: kref fixes (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 08/19] kernel, mm: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 09/19] net: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 10/19] fs: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 11/19] security: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 12/19] sound: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 13/19] ipc: covert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 14/19] tools: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 15/19] block: convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 16/19] drivers: net convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 18/19] drivers: infiniband convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- [RFC PATCH 17/19] drivers: misc convert from atomic_t to refcount_t (Elena Reshetova <elena.reshetova@...el.com>)
- Security issues on ARM processor (amitsagar gowda <amitsagargowda@...il.com>)
- Re: [RFC PATCH 01/19] Since we need to change the implementation,
stop exposing internals. Provide kref_read() to read the… (Greg KH <gregkh@...uxfoundation.org>)
- RE: Re: [RFC PATCH 01/19] Since we need to
change the implementation, stop exposing internals. Provide kref_read() to
… ("Reshetova, Elena" <elena.reshetova@int…)
22 messages
Powered by blists - more mailing lists
Confused about mailing lists and their use?
Read about mailing lists on Wikipedia
and check out these
guidelines on proper formatting of your messages.