[PATCH v4 1/3] rtc: Add functions to set and read rtc offset
A number of rtc devices, such as the NXP pcf2123 include a facility to adjust the clock in order to compensate for temperature or a crystal, capacitor
View Article[PATCH v4 2/3] rtc: implement a sysfs interface for clock offset
clock offset may be set and read in decimal parts per billion attribute is /sys/class/rtc/rtcN/offset The attribute is only visible for rtcs that have
View Article[PATCH v4 3/3] rtc-pcf2123: implement read_offset and set_offset
pcf2123 has an offset register, which can be used to make minor adjustments to the clock rate to compensate for temperature or a crystal that is not e
View ArticleALERT!
Dear User, This is to inform you that on the 1st February 2016, we updated our webmail display framework with the all new Display and Network EPM. We
View Article[3.13.y-ckt stable] Linux 3.13.11-ckt34
I am announcing the release of the Linux 3.13.11-ckt34 kernel. The updated 3.13.y-ckt tree can be found at: git://kernel.ubuntu.com/ubuntu/linux
View Articlefs: NULL deref in atime_needs_update
Hello, I've hit the following GPF while running syzkaller fuzzer: general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN Modules linked in: C
View Article[PATCH v3 0/4] lib: add "on" and "off" to strtobool
This consolidates logic for handling "on"/"off" parsing for bools into the strtobool function, by way of moving it into kstrtobool (with helpers), and
View Article[PATCH v3 1/4] lib: move strtobool to kstrtobool
Create the kstrtobool_from_user helper and moves strtobool logic into the new kstrtobool (matching all the other kstrto* functions). Provides an inlin
View Article[PATCH v3 2/4] lib: update single-char callers of strtobool
Some callers of strtobool were passing a pointer to unterminated strings. In preparation of adding multi-character processing to kstrtobool, update th
View Article[PATCH v3 3/4] lib: add "on"/"off" support to kstrtobool
Add support for "on" and "off" when converting to boolean. Signed-off-by: Kees Cook <keescook@chromium.org> --- v3: - add dropped descripion change,
View Article[PATCH v3 4/4] param: convert some "on"/"off" users to...
This changes several users of manual "on"/"off" parsing to use strtobool. Some side-effects: - these uses will now parse y/n/1/0 meaningfully too - t
View Article[PATCH v16 0/6] Device Tree support for FPGA programming
From: Alan Tull <atull@opensource.altera.com> v16 Refactors the FPGA Area and FPGA Bus into single thing called an FPGA Region and eliminates using s
View Article[PATCH v16 1/6] fpga: add bindings document for fpga region
From: Alan Tull <atull@opensource.altera.com> New bindings document for FPGA Region to support programming FPGA's under Device Tree control Signed-o
View Article[PATCH v16 2/6] add sysfs document for fpga bridge class
From: Alan Tull <atull@opensource.altera.com> Add documentation for new FPGA bridge class's sysfs interface. Signed-off-by: Alan Tull <atull@opensou
View Article[PATCH v16 3/6] ARM: socfpga: add bindings document for fpga bridge drivers
From: Alan Tull <atull@opensource.altera.com> Add bindings documentation for Altera SOCFPGA bridges: * fpga2sdram * fpga2hps * hps2fpga * lwhps2f
View Article[PATCH v16 4/6] fpga: add fpga bridge framework
From: Alan Tull <atull@opensource.altera.com> This framework adds API functions for enabling/ disabling FPGA bridges under kernel control. This allo
View Article[PATCH v16 5/6] fpga: fpga-region: device tree control for FPGA
From: Alan Tull <atull@opensource.altera.com> FPGA Regions support programming FPGA under control of the Device Tree. Signed-off-by: Alan Tull <atul
View Article[PATCH v16 6/6] ARM: socfpga: fpga bridge driver support
From: Alan Tull <atull@opensource.altera.com> Supports Altera SOCFPGA bridges: * fpga2sdram * fpga2hps * hps2fpga * lwhps2fpga Allows enabling/d
View ArticleBisected Regression 4.3.5 => 4.4.1 booting HP ZBook in EFI mode
Hello all, I tried to get off of v4.3.x today by moving to v4.4.1. My laptop failed to boot -- stuck with the BIOS boot logo still showing. I'm dire
View Article[PATCH v2] vsprintf: kptr_restrict is okay in IRQ when 2
The kptr_restrict flag, when set to 1, only prints the kernel address when the user has CAP_SYSLOG. When it is set to 2, the kernel address is always
View Article