Banana pi M3 need a new kernel which support SECCOMP for systemd-231

I use pacman -Syu to upgrade my system. A few days after, I realize I have failed units.

#systemctl --state=failed
  UNIT                         LOAD   ACTIVE SUB    DESCRIPTION
● samba.service                loaded failed failed Samba AD Daemon
● systemd-journald.service     loaded failed failed Journal Service
● systemd-logind.service       loaded failed failed Login Service
● systemd-networkd.service     loaded failed failed Network Service
● systemd-resolved.service     loaded failed failed Network Name Resolution
● systemd-timesyncd.service    loaded failed failed Network Time Synchronization
● systemd-journald-dev-log.socket loaded failed failed Journal Socket (/dev/log)
● systemd-journald.socket      loaded failed failed Journal Socket
● systemd-networkd.socket      loaded failed failed Network Service Netlink Sock
#systemctl status systemd-journald.service
● systemd-journald.service - Journal Service
   Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static; ven
   Active: failed (Result: start-limit-hit) since Sun 2016-07-31 13:23:10 CST; 3
     Docs: man:systemd-journald.service(8)
           man:journald.conf(5)
 Main PID: 191 (code=exited, status=228/SECCOMP)

device: bananapi M3 kernel: Linux bananapi 3.4.39-BPI-M3-Kernel ( same to this )

It shows the kernel not support SECCOMP , I think banana pi M3 need a new kernel. If i can upgrade kernel whith out reinstall system , that would be great. Thanks.

HI: you can rebuild kernel . and try again

CONFIG_SECCOMP is not set ==> CONFIG_SECCOMP =y

I rebuild kernel use this. Then i do 1. install BPI-M3-bsp/linux-sunxi/arch/arm/boot/uImage to mmcblk0p1 ( /mnt/bananapi/bpi-m3/linux/uImage ) 2. install BPI-M3-bsp/download/BPI_M3_720P/lib/modules to /usr/lib/modules/ 3. reboot

before: after: the kernel has changed . but it didn’t work .dmesg shows systemd[1]: systemd-logind.service: Main process exited, code=exited, status=228/SECCOMP