[GIT PULL] x86/platform changes for v4.6
Linus, Please pull the latest x86-platform-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-for-li
View Article[GIT PULL] x86/timers update for v4.6
Linus, Please pull the latest x86-timers-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-timers-for-linus
View Article[GIT PULL] First round of KVM changes for 4.6
Linus, The following changes since commit fc77dbd34c5c99bce46d40a2491937c3bcbd10af: Linux 4.5-rc6 (2016-02-28 08:41:20 -0800) are available in th
View Article[GIT PULL] hwmon updates for v4.6
Hi Linus, Please pull hwmon updates for Linux v4.6 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon
View ArticleRe: Dear Friend, (BUSINESS PROPOSAL)
Hello, My Names are Adnan El-Sheriff, A businessman from Jordan, real estate developer and contractor with projects. It is my pleasure to contact you
View Article[PATCH 1/3] net: mediatek: use dma_addr_t correctly
dma_alloc_coherent() expects a dma_addr_t pointer as its argument, not an 'unsigned int', and gcc correctly warns about broken code in the mtk_init_fq
View Article[PATCH 2/3] net: mediatek: remove incorrect dma_mask assignment
Device drivers should not mess with the DMA mask directly, but instead call dma_set_mask() etc if needed. In case of the mtk_eth_soc driver, the mask
View Article[PATCH 3/3] net: mediatek: check device_reset return code
The device_reset() function may fail, so we have to check its return value, e.g. to make deferred probing work correctly. gcc warns about it because o
View Article[GIT PULL] EDAC queue for 4.6
Hi Linus, please pull the EDAC pile for 4.6. Thanks. --- The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-
View Article[PATCH] arc: use ezchip network driver
Since ezchip network driver was adapted to little endian architecture this patch provides the corresponding arch/arc/{boot/dts,configs}/ updates so we
View Article[PATCH] USB: input: powermate: fix oops with malicious USB descriptors
The powermate driver expects at least one valid USB endpoint in its probe function. If given malicious descriptors that specify 0 for the number of e
View Article[RFC][PATCH v4 0/2] printk: Make printk() completely async
Hello, RFC The patch set is based on slightly updated Jan Kara's patches. This patch set makes printk() completely asynchronous: new messages are
View Article[RFC][PATCH v4 1/2] printk: Make printk() completely async
From: Jan Kara <jack@suse.cz> Currently, printk() sometimes waits for message to be printed to console and sometimes it does not (when console_sem is
View Article[RFC][PATCH v4 2/2] printk: Skip messages on oops
From: Jan Kara <jack@suse.cz> When there are too many messages in the kernel printk buffer it can take very long to print them to console (especially
View Article[PATCH 1/5] mlx4: add missing braces in verify_qp_parameters
The implementation of QP paravirtualization back in linux-3.7 included some code that looks very dubious, and gcc-6 has grown smart enough to warn abo
View Article[PATCH 2/5] farsync: fix off-by-one bug in fst_add_one
gcc-6 finds an out of bounds access in the fst_add_one function when calculating the end of the mmio area: drivers/net/wan/farsync.c: In function 'fs
View Article[PATCH 3/5] ath9k: fix buffer overrun for ar9287
Code that was added back in 2.6.38 has an obvious overflow when accessing a static array, and at the time it was added only a code comment was put in
View Article[PATCH 4/5] ath9k: fix misleading indentation
A cleanup patch in linux-3.18 moved around some code in the ath9k driver and left some code to be indented in a misleading way, made worse by the addi
View Article[PATCH 5/5] net: caif: fix misleading indentation
gcc points out code that is not indented the way it is interpreted: net/caif/cfpkt_skbuff.c: In function 'cfpkt_setlen': net/caif/cfpkt_skbuff.c:289:
View Article[PATCH] Firmware: broadcom sprom: clarifiy SSB dependency
The broadcom firmware drvier calls into the ssb SPROM code if that is enabled, but it fails if the SSB code is in a loadable module because the bcm47x
View Article