init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/iint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/iint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/iint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: James Morris <jmorris@namei.org> Date: 2021-04-06 02:42:17
On Tue, 6 Apr 2021, Jiele Zhao wrote:
Ping.
Mimi Zohar is the maintainer for this code.
On 2021/3/23 9:33, Jiele Zhao wrote:
quoted
init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/iint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Mimi,
Please see if this is a useful suggestion.
On 2021/4/6 10:38, James Morris wrote:
On Tue, 6 Apr 2021, Jiele Zhao wrote:
quoted
Ping.
Mimi Zohar is the maintainer for this code.
quoted
On 2021/3/23 9:33, Jiele Zhao wrote:
quoted
init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/iint.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Jiele,
On Tue, 2021-03-23 at 01:33 +0000, Jiele Zhao wrote:
init_once is a callback to kmem_cache_create. The parameter
type of this function is void *, so it's better to give a
explicit cast here.
Signed-off-by: Jiele Zhao <redacted>
Please remove the "ima" in the Subject line and re-post Cc'ing the
linux-integrity mailing list.