[PATCH] dmi_scan: Add comments on dmi_present() and the loop in...
My previous refactoring in commit 79bae42d51a5 resulted in slightly tricky code (though I think it's more elegant). Explain what it's doing. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>...
View Article[GIT PULL] x86 fix (no replies)
Linus, Please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus HEAD: 4787c368a9bca39e173d702389ee2eaf0520abc1...
View ArticleAttention (no replies)
Attention. Your fund $7.6m released via ATM card contact our bank for your ATM to processing the delivery. email: (davidnamara@wss-id.org) Phone +229 98078483 Dr.Olunna.Ike. -- To unsubscribe from...
View ArticleRe: [PATCH] firmware/dmi_scan: Drop OOM messages (1 reply)
even more trivial... On Wed, 2013-07-10 at 14:47 +0200, Jean Delvare wrote: > +++ linux-3.11-rc0/drivers/firmware/dmi_scan.c 2013-07-10 14:11:56.544792703 +0200 > @@ -62,8 +62,6 @@ static const...
View ArticleRE: [Intel-gift] Linux 3.10-rc7 (no replies)
> > suspend complete. > > > > I can start bi-sect of this problem on intel-display scope if you > > would like me to. Please let me know if the bisect scope should be larger....
View Article[PATCH 1/3] menuconfig: factor out reserved letters (no replies)
These letters that should not be used in menu selection. Cc: Michal Marek <mmarek@suse.cz> Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> --- scripts/kconfig/lxdialog/menubox.c |...
View Article[PATCH v2 0/3] Modernize menuconfig a bit (2 replies)
Hi, After Michal's (somewhat positive) response to the first iteration, here's the second iteration fixing the reserved-letters problem. I also find hitting <ESC><ESC> to return to the...
View Article[GIT PULL] JFS updates for 3.11 (no replies)
The following changes since commit 4d3797d7e1861ac1af150a6189315786c5e1c820: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2013-06-05 19:19:04 +0900) are available in the git...
View Article[RFC 1/2] sched: replace INIT_COMPLETION with reinit_completion (no replies)
For the casual device driver writer, it is hard to remember when to use init_completion (to init a completion structure) or INIT_COMPLETION (to *reinit* a completion structure). Furthermore, while all...
View Article[RFC 2/2] tree-wide: use reinit_completion instead of INIT_COMPLETION (no...
Use this new function to make code more comprehensible, since we are reinitialzing the completion, not initializing. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Linus Walleij...
View Article[RFC 0/2] replace INIT_COMPLETION with reinit_completion (no replies)
I had this on my mind for a bit of time now... Never liked INIT_COMPLETION because of inconsistencies. See patch 1 to see why I think a replacement is proper. I wonder what to do about the old...
View Article[PATCH 01/12] drivers/gpu/drm/tilcdc: don't use...
Since commit ab78029 (drivers/pinctrl: grab default handles from device core), we can rely on device core for setting the default pins. Compile tested only. Acked-by: Linus Walleij...
View Article[PATCH 0/6] USB: Implement runtime idling and remote wakeup for OMAP EHCI...
Hi, This series implements suspend/resume for the OMAP EHCI host controller during runtime idle. This will cause its parent, the OMAP USB Host Module as well as the USB TLL Module to be put in suspend...
View Article[PATCH] spi: revert master->setup function removal for altera and nuc900 (no...
From: Stephen Warren <swarren@nvidia.com> Commit 24778be "spi: convert drivers to use bits_per_word_mask" removed what appeared to be redundant code from many drivers. However, it appears that...
View Article[PATCH] ACPI / memhotplug: Fix a stale pointer in error path (no replies)
device->driver_data needs to be cleared when releasing its data, mem_device, in an error path of acpi_memory_device_add(). Signed-off-by: Toshi Kani <toshi.kani@hp.com> ---...
View Article[GIT PULL] Final round of SCSI updates for the 3.10+ merge window (no replies)
This is the remaining set of SCSI patches for the merge window. it's mostly driver updates (scsi_debug, qla2xxx, storvsc, mp3sas). There are also several bug fixes in fcoe, libfc, and megaraid_sas. We...
View Article[GIT] Networking (no replies)
Just a bunch of small fixes and tidy ups: 1) Finish the "busy_poll" renames, from Eliezer Tamir. 2) Fix RCU stalls in IFB driver, from Ding Tianhong. 3) Linearize buffers properly in tun/macvtap...
View Article[git pull] Input updates for 3.11-rc0 (no replies)
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2nd round of...
View Article[RFC] Script for isolating maintainer email. (3 replies)
Hello! I found the need for a script that doesn't require me to copy part of the output from get_maintainer.pl into git send-email and could do both with one command. I don't know if there is...
View Article[PATCH] ndisc: bool initializations should use true and false (no replies)
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> --- net/ipv6/ndisc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index...
View Article