I'm using lualatex 0.95 and up-to-date bm package. Before updating lualatex, I could always use \bm{} but I can't use it any longer.
Compile seems to go with no problem.
Here is the code.
\documentclass{ltjarticle}
\usepackage{luatexja}
\usepackage{bm}
\begin{document}
\bm{a}
\end{document}
How can I solve this problem?
Other people have the same problem.
Japanese Forum http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=1947
StackExchange Lualatex and bm package
StackExchange Problems with \bm and LuaLaTeX
Thank you in advance.

\bmhas to be used in math mode. – David Carlisle Jul 07 '16 at 06:48Missing character: There is no ա (U+0561) in font cmmi10!this is luatex breakage, I thought I'd adapted bm for that case, but either luatex changed again or the bm patch didn't get distributed, I'll check... – David Carlisle Jul 07 '16 at 07:53