drivers: Push down BKL into various drivers
On Mon, May 24, 2010 at 18:00, Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org> wrote: diff --git a/drivers/input/misc/hp_sdc_rtc.c b/drivers/input/misc/hp_sdc_rtc.c index ad730e1..e00a1cc 100644 --- a/drivers/input/misc/hp_sdc_rtc.c +++ b/drivers/input/misc/hp_sdc_rtc.c @@ -43,6 +43,7 @@  #i... 5 Jun 2010 16:55
[PATCH] kernel/range: Remove unused definition of ARRAY_SIZE()
Remove duplicate definition of ARRAY_SIZE(), which was never used anyway. Signed-off-by: Geert Uytterhoeven <geert(a)linux-m68k.org> --- kernel/range.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/kernel/range.c b/kernel/range.c index 74e2e61..471b66a 100644 --- a/kernel/range.c ... 5 Jun 2010 15:49
[PATCH] zorro: BKL removal
Remove BKL use from proc_bus_zorro_lseek(), like was done for proc_bus_pci_lseek() a long time ago. Signed-off-by: Geert Uytterhoeven <geert(a)linux-m68k.org> --- drivers/zorro/proc.c | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/drivers/zorro/proc.c b/drivers/zorro/proc... 5 Jun 2010 15:49
iptables slows tproxy SQUID with DNAT or REDIRECT
hello guys i am having very strange problem with my SQUID and iptables. It is for sure NOT A SQUID ISSUE (i've tested 6 different versions of squid, 2.7.x , 3.0.x and 3.1.x - and other people dont have this issue) In all versions there was one problem. When i use TRANSPARENCY mode (so i redirect 80 port in iptab... 5 Jun 2010 16:55
Proposal for a new algorithm for reading & writing a hibernation image.
On Saturday 05 June 2010, Nigel Cunningham wrote: Hi again. As I think about this more, I reckon we could run into problems at resume time with reloading the image. Even if some bits aren't modified as we're writing the image, they still might need to be atomically restored. If we make the atomic ... 6 Jun 2010 16:02
[PATCH 1/2] vmlinux.lds.h: allow people to set a smaller rootfs alignment
Add a new INIT_RAMFS() define to compliment the existing INIT_RAM_FS, but this one lets people control the alignment. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- include/asm-generic/vmlinux.lds.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/asm-generic/vmlin... 5 Jun 2010 14:42
[PATCH 2/2] Blackfin: use smaller rootfs alignment
No need for the rootfs to be aligned to a page since we load it up and free it during boot. Signed-off-by: Mike Frysinger <vapier(a)gentoo.org> --- arch/blackfin/kernel/vmlinux.lds.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kern... 5 Jun 2010 14:42
Cleanup hrtimer.c's direct access to wall_to_monotonic
On Sat, 2010-06-05 at 12:23 +0200, Arnd Bergmann wrote: On Saturday 05 June 2010, John Stultz wrote: do { seq = read_seqbegin(&xtime_lock); xts = __current_kernel_time(); - tom = wall_to_monotonic; + tom = __get_wall_to_mono... 5 Jun 2010 14:42
[empty]
Please ignore this series. My patch sending script got confused too much with mbox 'From ' line. I've resent the series with fixed headers. Best Regards, Micha� Miros�aw -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majord... 5 Jun 2010 14:42
[PATCH 0/2] mmc: Add support for SD combo cards
This adds support for SD combo cards to MMC/SD driver stack. SD combo consists of SD memory and SDIO parts in one package. Since the parts have a separate SD command sets, after initialization, they can be treated as independent cards on one bus. Changes are divided into two patches. First is just moving initia... 5 Jun 2010 14:42