Hey,
In my Baytrail kernel I have a few patches that have landed upstream now, and a couple of configuration options that need enabling.
First is 26c2d2b39128adba276d140eefa2745591b88536 in linus' tree which fixes booting 32-bit x86 machines when audit is enabled. audit=0 works-around the problem.
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
Finally, I'd like to request the CONFIG_KXCJK1013 option to be enabled. I'm guessing that most of the other items in that section can also be enabled as modules. I'm working on adding support for the variant that's in my machine separately.
Cheers
On Mon, Nov 3, 2014 at 8:38 AM, Bastien Nocera bnocera@redhat.com wrote:
Hey,
In my Baytrail kernel I have a few patches that have landed upstream now, and a couple of configuration options that need enabling.
First is 26c2d2b39128adba276d140eefa2745591b88536 in linus' tree which fixes booting 32-bit x86 machines when audit is enabled. audit=0 works-around the problem.
If it's in Linus' tree we'll pick it up naturally. Looks like it landed in 3.18-rc3 so it will be in today's rawhide build.
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
I'll look at adding this later today. Probably in tomorrow's build.
Finally, I'd like to request the CONFIG_KXCJK1013 option to be enabled. I'm guessing that most of the other items in that section can also be enabled as modules. I'm working on adding support for the variant that's in my machine separately.
Same here. I don't want to blindly enable all of the IIO modules because there's a ton of them.
josh
On Mon, Nov 03, 2014 at 08:44:33AM -0500, Josh Boyer wrote:
On Mon, Nov 3, 2014 at 8:38 AM, Bastien Nocera bnocera@redhat.com wrote:
Hey,
In my Baytrail kernel I have a few patches that have landed upstream now, and a couple of configuration options that need enabling.
First is 26c2d2b39128adba276d140eefa2745591b88536 in linus' tree which fixes booting 32-bit x86 machines when audit is enabled. audit=0 works-around the problem.
If it's in Linus' tree we'll pick it up naturally. Looks like it landed in 3.18-rc3 so it will be in today's rawhide build.
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
I'll look at adding this later today. Probably in tomorrow's build.
Finally, I'd like to request the CONFIG_KXCJK1013 option to be enabled. I'm guessing that most of the other items in that section can also be enabled as modules. I'm working on adding support for the variant that's in my machine separately.
Same here. I don't want to blindly enable all of the IIO modules because there's a ton of them.
OK, driver added and config enabled for both goodix and kxcjk1013 in the kernel I built today.
josh
Thanks!
----- Original Message -----
On Mon, Nov 03, 2014 at 08:44:33AM -0500, Josh Boyer wrote:
On Mon, Nov 3, 2014 at 8:38 AM, Bastien Nocera bnocera@redhat.com wrote:
Hey,
In my Baytrail kernel I have a few patches that have landed upstream now, and a couple of configuration options that need enabling.
First is 26c2d2b39128adba276d140eefa2745591b88536 in linus' tree which fixes booting 32-bit x86 machines when audit is enabled. audit=0 works-around the problem.
If it's in Linus' tree we'll pick it up naturally. Looks like it landed in 3.18-rc3 so it will be in today's rawhide build.
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
I'll look at adding this later today. Probably in tomorrow's build.
Finally, I'd like to request the CONFIG_KXCJK1013 option to be enabled. I'm guessing that most of the other items in that section can also be enabled as modules. I'm working on adding support for the variant that's in my machine separately.
Same here. I don't want to blindly enable all of the IIO modules because there's a ton of them.
OK, driver added and config enabled for both goodix and kxcjk1013 in the kernel I built today.
josh _______________________________________________ kernel mailing list kernel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kernel
On Mon, Nov 03, 2014 at 08:38:05 -0500, Bastien Nocera bnocera@redhat.com wrote:
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
I suspect this was the one that was getting me. I saw some hints that audit might be involved. I'll test audit=0 shortly and rc3 tonight.
On Mon, Nov 03, 2014 at 07:55:02 -0600, Bruno Wolff III bruno@wolff.to wrote:
On Mon, Nov 03, 2014 at 08:38:05 -0500, Bastien Nocera bnocera@redhat.com wrote:
The 2nd patch is a driver for the touchscreen in my tablet: https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=next&a...
I suspect this was the one that was getting me. I saw some hints that audit might be involved. I'll test audit=0 shortly and rc3 tonight.
audit=0 does work around the problem for me. Thanks!
kernel@lists.fedoraproject.org