lp:~canonical-hwe-team/+git/artik_linux_16

Get this repository:
git clone https://git.qastaging.paddev.net/~canonical-hwe-team/+git/artik_linux_16
Members of Canonical Hardware Enablement can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
artik5 2016-12-27 15:15:00 UTC
artik/artik5: rename to artik5-linux

Author: Liming Wang
Author Date: 2016-12-27 15:15:00 UTC

artik/artik5: rename to artik5-linux

Signed-off-by: Liming Wang <liming.wang@canonical.com>

artik10 2016-12-27 15:12:44 UTC
artik/artik10: rename to artik10-linux

Author: Liming Wang
Author Date: 2016-12-27 15:12:44 UTC

artik/artik10: rename to artik10-linux

Signed-off-by: Liming Wang <liming.wang@canonical.com>

artik 2016-07-05 01:42:46 UTC
misc: artiktee: Support 64bit kernel with compat_ and Add tzinfo for debugging

Author: Seungho Lee
Author Date: 2016-07-04 07:22:05 UTC

misc: artiktee: Support 64bit kernel with compat_ and Add tzinfo for debugging

This patch to support 32bit user mode on 64bit kernel, so compat_ioctl
is added to file operations. tzinfo file is to fetch TEE information for
debugging. tzinfo can be enabled when Secure OS is built in debug mode.

Change-Id: Ida28ce1c241f90997f5c056c877b8c801d31a5d2
Signed-off-by: Seungho Lee <sh1006.lee@samsung.com>

master 2016-06-02 14:29:08 UTC
snappy/artik: fix compiling error

Author: Liming Wang
Author Date: 2016-05-23 04:16:48 UTC

snappy/artik: fix compiling error

net/netfilter/xt_quota2.c: In function ‘q2_get_counter’:
net/netfilter/xt_quota2.c:234:19: error: incompatible type for argument 2 of ‘proc_set_user’
  proc_set_user(p, quota_list_uid, quota_list_gid);
                   ^
In file included from net/netfilter/xt_quota2.c:16:0:
include/linux/proc_fs.h:38:13: note: expected ‘kuid_t {aka struct <anonymous>}’ but argument is of type ‘unsigned int’
 extern void proc_set_user(struct proc_dir_entry *, kuid_t, kgid_t);
             ^
net/netfilter/xt_quota2.c:234:35: error: incompatible type for argument 3 of ‘proc_set_user’
  proc_set_user(p, quota_list_uid, quota_list_gid);
                                   ^
In file included from net/netfilter/xt_quota2.c:16:0:
include/linux/proc_fs.h:38:13: note: expected ‘kgid_t {aka struct <anonymous>}’ but argument is of type ‘unsigned int’
 extern void proc_set_user(struct proc_dir_entry *, kuid_t, kgid_t);
             ^
scripts/Makefile.build:308: recipe for target 'net/netfilter/xt_quota2.o' failed
make[2]: *** [net/netfilter/xt_quota2.o] Error 1
scripts/Makefile.build:455: recipe for target 'net/netfilter' failed
make[1]: *** [net/netfilter] Error 2
make[1]: *** Waiting for unfinished jobs....

Signed-off-by: Liming Wang <liming.wang@canonical.com>

14 of 4 results
This repository contains Public information 
Everyone can see this information.