linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the acpi tree
@ 2008-07-16  5:33 Stephen Rothwell
  2008-07-16  5:35 ` Harvey Harrison
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-16  5:33 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got conflicts in
arch/x86/kernel/acpi/sleep.c between commits
3bf2e77453a87c22eb57ed4926760ac131c84459 ("x86, suspend, acpi: enter Big
Real Mode") and 065cb3dfe24978651caedfa54da585388ad15dde ("x86, suspend,
acpi: correct and add comments about Big Real Mode") from Linus' tree and
commit 60d40a50886415040888bde5133ccfeab40d945f ("x86 ACPI: normalize
segment descriptor register on resume") from the acpi tree (which also
appears to be in Linus' tree).

I used the version from Linus' tree.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-12-01  2:10 Stephen Rothwell
  2008-12-01  2:55 ` Len Brown
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-12-01  2:10 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
drivers/acpi/blacklist.c between commit
a6e0887f21bbab337ee32d9c0a84d7c0b6e9141b ("ACPI: delete OSI(Linux) DMI
dmesg spam") from Linus' tree and commit
865596071bb89ec67a44b0ef2da172e0e733ce16 ("ACPI: delete OSI(Linux) DMI
dmesg spam") from the acpi tree.

The former had a slightly later commit time, so I used that.  Please fix
up the conflict in the acpi tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-10-21  2:55 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-10-21  2:55 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Matt Mackall, Rafael J. Wysocki

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/kernel/acpi/sleep.c between commit
3038edabf48f01421c621cb77a712b446d3a5d67 ("x86 ACPI: fix breakage of
resume on 64-bit UP systems with SMP kernel") from Linus' tree and commit
d0d0f7432c9cbd52cb2f31d499f8292b13a7ecac ("x86: remove magic number from
ACPI sleep stack buffer") from the acpi tree.

Just overlapping context.  I fixed it up (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc arch/x86/kernel/acpi/sleep.c
index c44cd6d,55d10cb..0000000
--- a/arch/x86/kernel/acpi/sleep.c
+++ b/arch/x86/kernel/acpi/sleep.c
@@@ -98,9 -97,7 +98,9 @@@ int acpi_save_state_mem(void
  #else /* CONFIG_64BIT */
  	header->trampoline_segment = setup_trampoline() >> 4;
  #ifdef CONFIG_SMP
- 	stack_start.sp = temp_stack + 4096;
+ 	stack_start.sp = temp_stack + sizeof(temp_stack);
 +	early_gdt_descr.address =
 +			(unsigned long)get_cpu_gdt_table(smp_processor_id());
  #endif
  	initial_code = (unsigned long)wakeup_long64;
  	saved_magic = 0x123456789abcdef0;

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-10-20  4:45 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-10-20  4:45 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Bjorn Helgaas

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
drivers/pnp/quirks.c between commit
2e532d68a2b3e2aa6b19731501222069735c741c ("{pci,pnp} quirks.c: don't use
deprecated print_fn_descriptor_symbol()") from Linus' tree and commit
2f53432c2aedbe79020e44525eb069d9138a01dd ("PNP: convert to using pnp_dbg
()") from the acpi tree.

I used the acpi tree version (since it was just a follow on from Linus'
version).

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-10-15  4:23 Stephen Rothwell
  2008-10-15 16:10 ` Bjorn Helgaas
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-10-15  4:23 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Bjorn Helgaas

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
drivers/pnp/Makefile between commit
ed458df4d2470adc02762a87a9ad665d0b1a2bd4 ("PnP: move pnpacpi/pnpbios_init
to after PCI init") from Linus' tree and commit
ac88a8f3f7df04774b386ddaf586040adb819b58 ("PNP: remove old
CONFIG_PNP_DEBUG option") from the acpi tree.

Really just a context problem.  I fixed it up (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc drivers/pnp/Makefile
index e83f34f,a381a92..0000000
--- a/drivers/pnp/Makefile
+++ b/drivers/pnp/Makefile
@@@ -7,10 -7,3 +7,6 @@@ obj-y		:= core.o card.o driver.o resour
  obj-$(CONFIG_PNPACPI)		+= pnpacpi/
  obj-$(CONFIG_PNPBIOS)		+= pnpbios/
  obj-$(CONFIG_ISAPNP)		+= isapnp/
 +
 +# pnp_system_init goes after pnpacpi/pnpbios init
 +obj-y				+= system.o
- 
- ifeq ($(CONFIG_PNP_DEBUG),y)
- EXTRA_CFLAGS += -DDEBUG
- endif

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-10-15  4:14 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-10-15  4:14 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, David Howells, Harald Welte

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in MAINTAINERS
between commit 4fa971811cda4036d84574bfb38bd9b22b5c35ec ("MN10300: MEI
are renaming themselves to Panasonic") from Linus' tree and commit
709ee531c153038d81b30649b9eeed3c44a4d5cc ("panasonic-laptop: add
Panasonic Let's Note laptop extras driver v0.94") from the acpi tree.

Just overlapping addition/move.  I fixed it up (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc MAINTAINERS
index 5d0b8a2,f9f6d4b..0000000
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@@ -3161,15 -3153,11 +3167,20 @@@ M:	olof@lixom.ne
  L:	i2c@lm-sensors.org
  S:	Maintained
  
+ PANASONIC LAPTOP ACPI EXTRAS DRIVER
+ P:	Harald Welte
+ M:	laforge@gnumonks.org
+ S:	Maintained
+ 
 +PANASONIC MN10300/AM33 PORT
 +P:	David Howells
 +M:	dhowells@redhat.com
 +P:	Koichi Yasutake
 +M:	yasutake.koichi@jp.panasonic.com
 +L:	linux-am33-list@redhat.com (moderated for non-subscribers)
 +W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
 +S:	Maintained
 +
  PARALLEL PORT SUPPORT
  L:	linux-parport@lists.infradead.org (subscribers-only)
  S:	Orphan

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-08-25  5:48 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-08-25  5:48 UTC (permalink / raw)
  To: Andi Kleen, Len Brown; +Cc: linux-next

Hi all,

Today's linux-next merge of the acpi tree got a conflict in
drivers/misc/acer-wmi.c between commit
83097aca8567a0bd593534853b71fe0fa9a75d69 ("Fix oops in acer_wmi driver
(acer_wmi_init)") from Linus' tree and commit
017f8ecd1cedb482392f0500ee3701b8c50a46f9 ("Acer-WMI: fingers off
backlight if video.ko is serving this functionality") from the acpi tree.

Just overlapping additions.  I fixed it up (see below).
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc drivers/misc/acer-wmi.c
index c6c77a5,6df52e8..0000000
--- a/drivers/misc/acer-wmi.c
+++ b/drivers/misc/acer-wmi.c
@@@ -1240,8 -1246,12 +1249,14 @@@ static int __init acer_wmi_init(void
  		return -ENODEV;
  	}
  
 +	set_quirks();
 +
+ 	if (!acpi_video_backlight_support() && has_cap(ACER_CAP_BRIGHTNESS)) {
+ 		interface->capability &= ~ACER_CAP_BRIGHTNESS;
+ 		printk(ACER_INFO "Brightness must be controlled by "
+ 		       "generic video driver\n");
+ 	}
+ 
  	if (platform_driver_register(&acer_platform_driver)) {
  		printk(ACER_ERR "Unable to register platform driver.\n");
  		goto error_platform_register;

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-17  4:22 Stephen Rothwell
  2008-07-17  7:24 ` Adrian Bunk
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-17  4:22 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/mm/srat_32.c against Linus' tree.

I used the version in Linus' tree.  Could you do a merge with Linus' tree
for tomorrow?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-17  4:05 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-17  4:05 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/kernel/process.c between commit
aa276e1cafb3ce9d01d1e837bcd67e92616013ac ("x86, clockevents: add C1E
aware idle function") from linus' tree and commit
dbce8340e4549b612ac74fc7175721f9aed67b62 ("ACPI: Create "idle=halt"
bootparam") from the acpi tree (which is also in Linus' tree).

Just overlapping additions.  A merge of Linus' tree will make it go away.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-17  4:00 Stephen Rothwell
  2008-07-17  4:29 ` Stephen Rothwell
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-17  4:00 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
Documentation/ABI/testing/sysfs-firmware-acpi.

It was just white space different from Linus' tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-09  3:13 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-09  3:13 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Zhao Yakui, Thomas Gleixner, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/kernel/process.c between commit
aa276e1cafb3ce9d01d1e837bcd67e92616013ac ("x86, clockevents: add C1E
aware idle function") from the x86 tree and commits
dbce8340e4549b612ac74fc7175721f9aed67b62 ("ACPI: Create "idle=halt"
bootparam") from the acpi tree.

Just a case of overlapping additions.  I did the obvious fixup and can
carry it.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-08  3:03 Stephen Rothwell
  2008-07-08  8:18 ` Stephen Rothwell
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-08  3:03 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, David Brownell, Rafael J. Wysocki, Jesse Barnes

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a trivial conflict in
include/acpi/acpi_bus.h between commit
eb9d0fe40e313c0a74115ef456a2e43a6c8da72f ("PCI ACPI: Rework PCI handling
of wake-up") from the acpi tree and commit
be9c73564e69729cda9ad2b3258eb0375d92a49c ("ACPI PM:
acpi_pm_device_sleep_state() cleanup") from the acpi tree (which is also
in the pci tree).

Its just an addition overlapping an unrelated change.  I can carry the
fixup.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-07-08  2:59 Stephen Rothwell
  2008-07-08 14:33 ` Rafael J. Wysocki
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-07-08  2:59 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Rafael J. Wysocki, Jesse Barnes

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got conflicts in
drivers/pci/pci.c and drivers/pci/pci.h between commit
961d9120fa6f078492a1c762dd91f2c097e56c83 ("PCI: Introduce
platform_pci_power_manageable function") from the pci tree and commit
d40f76ca5c165c9ff1490bbbdb34c520d7155c1f ("PCI ACPI: Drop the second
argument of platform_pci_choose_state") from the acpi tree (which is also
in the pci tree).

The former removes the code that the latter modifies.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-30  5:59 Stephen Rothwell
  2008-06-30  6:09 ` Stephen Rothwell
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-30  5:59 UTC (permalink / raw)
  To: Len Brown
  Cc: linux-next, Thomas Gleixner, Ingo Molnar, H. Peter Anvin,
	Zhao Yakui, Li Shaohua

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Hi Len, Ingo,

Today's linux-next merge of the acpi tree got a conflict in
Documentation/kernel-parameters.txt between commits "ACPI : Create
"idle=nomwait" bootparam" and "ACPI: Create "idle=halt" bootparam"
different version of which appear in the x86 and acpi trees ("ACPI :
Create "idle=nomwait" bootparam" in the acpi tree is different from the
version that was in that tree on Friday (thus this conflict comes up
again)).

Please sort this out ...

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-27  3:14 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-27  3:14 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Thomas Gleixner, Ingo Molnar, H. Peter Anvin

[-- Attachment #1: Type: text/plain, Size: 690 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
Documentation/kernel-parameters.txt between commits
2366d29ac4521f48150ec5d6d5242a583a8a2ec1 ("ACPI: Create "idle=halt" boot
parameter") and 2fa517a2fa9ade5c4f41b6334fa8a20d7f1f8dd0 ("ACPI : Create
"idle=nomwait" bootparam") from the x86 tree and commits
4c8a298d35db029da3d6c9e1a0ed5acbf1764743 ("ACPI: Create "idle=halt" boot
parameter") and ce4bd94fad0fa934c0de1ba1932e7e61bc142176 ("ACPI : Create
"idle=nomwait" bootparam") from the acpi tree.

Same patches with slightly different white space ...
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-26  4:21 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-26  4:21 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Bob Moore, Yinghai Lu, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a trivial conflict in
arch/x86/kernel/srat_32.c between commit
885aa5a57fe7c9d7f2c481e1107c3376384dc125 ("x86: numa32 pfn print out
using hex instead") from the x86 tree and commit
5e3d42c632c715fa3076175c39e834223b10c47a ("ACPICA: Update DMAR and SRAT
table definitions") from the acpi tree.

They both changed what a printk was printing.  I fixed it up.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-25  4:20 Stephen Rothwell
  2008-06-25  7:15 ` Ingo Molnar
  2008-06-25 14:24 ` Stephen Rothwell
  0 siblings, 2 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-25  4:20 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Bob Moore, Yinghai Lu, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/kernel/srat_32.c between commit
9920a004626a2dc2980693d634e4000f086cb283 ("x86: use acpi_numa_init to
parse on 32-bit numa") from the  tree and commit
a27557c76c6e092ec886f0e3e443f3190f0b0fcc ("ACPICA: Eliminate
acpi_native_uint type") from the acpi tree.

The code modified by the latter was removed by the former.  So I used the
former.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-25  4:13 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-25  4:13 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Thomas Gleixner, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a trivial conflict in
arch/x86/kernel/process.c between commit
8750bf598db6a0ea3475d1cf8da922b325941e12 ("x86: add C1E aware idle
function") from the x86 tree and commit
5ffc8862cc917ae5107049f3c5fd549fb6c19cac ("ACPI : Create "idle=nomwait"
bootparam") from the acpi tree.

It was just a case of overlapping additions of includes.  So I took both.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-23  4:19 Stephen Rothwell
  2008-06-23 21:56 ` Ingo Molnar
  0 siblings, 1 reply; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-23  4:19 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next, Zhao Yakui, Thomas Gleixner, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a conflict in
arch/x86/kernel/process.c between commit
8750bf598db6a0ea3475d1cf8da922b325941e12 ("x86: add C1E aware idle
function") from the x86 tree and commits
bd08eac673842bab79ddaec048012b6e5d4074fd ("ACPI: Create "idle=halt" boot
parameter") and 5ffc8862cc917ae5107049f3c5fd549fb6c19cac ("ACPI : Create
"idle=nomwait" bootparam") from the acpi tree.

This is just an overlapping additions problem, so I took both in the
obvious manner.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread
* linux-next: manual merge of the acpi tree
@ 2008-06-16  4:03 Stephen Rothwell
  0 siblings, 0 replies; 42+ messages in thread
From: Stephen Rothwell @ 2008-06-16  4:03 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-next

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

Hi Len,

Today's linux-next merge of the acpi tree got a trivial conflict in
drivers/acpi/sleep/main.c between commit
d8f3de0d2412bb91639cfefc5b3c79dbf3812212 ("Suspend-related patches for
2.6.27") from the pci tree and commit
4fe0a2f25ed36949330dbda0154a4a701f310462 ("ACPICA: Lindent") from the
acpi tree.

The latter was just updating some code that the former removed.

A general comment on Lindent: it is worth checking the output.  Both the
conflicts were because it removed the space from in front of a '?'
operator - which I consider fairly bogus.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2008-12-01  4:37 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-16  5:33 linux-next: manual merge of the acpi tree Stephen Rothwell
2008-07-16  5:35 ` Harvey Harrison
  -- strict thread matches above, loose matches on Subject: below --
2008-12-01  2:10 Stephen Rothwell
2008-12-01  2:55 ` Len Brown
2008-12-01  3:02   ` Stephen Rothwell
2008-12-01  4:11     ` Len Brown
2008-12-01  4:37       ` Stephen Rothwell
2008-10-21  2:55 Stephen Rothwell
2008-10-20  4:45 Stephen Rothwell
2008-10-15  4:23 Stephen Rothwell
2008-10-15 16:10 ` Bjorn Helgaas
2008-10-15  4:14 Stephen Rothwell
2008-08-25  5:48 Stephen Rothwell
2008-07-17  4:22 Stephen Rothwell
2008-07-17  7:24 ` Adrian Bunk
2008-07-18  0:37   ` Stephen Rothwell
2008-07-17  4:05 Stephen Rothwell
2008-07-17  4:00 Stephen Rothwell
2008-07-17  4:29 ` Stephen Rothwell
2008-07-09  3:13 Stephen Rothwell
2008-07-08  3:03 Stephen Rothwell
2008-07-08  8:18 ` Stephen Rothwell
2008-07-08  2:59 Stephen Rothwell
2008-07-08 14:33 ` Rafael J. Wysocki
2008-06-30  5:59 Stephen Rothwell
2008-06-30  6:09 ` Stephen Rothwell
2008-06-30  9:03   ` Ingo Molnar
2008-06-27  3:14 Stephen Rothwell
2008-06-26  4:21 Stephen Rothwell
2008-06-25  4:20 Stephen Rothwell
2008-06-25  7:15 ` Ingo Molnar
2008-06-25 15:59   ` Stephen Rothwell
2008-06-25 16:29     ` Ingo Molnar
2008-06-25 19:18       ` Len Brown
2008-06-25 19:57         ` Ingo Molnar
2008-06-26 22:42           ` Len Brown
2008-06-27  7:17             ` Ingo Molnar
2008-06-25 14:24 ` Stephen Rothwell
2008-06-25  4:13 Stephen Rothwell
2008-06-23  4:19 Stephen Rothwell
2008-06-23 21:56 ` Ingo Molnar
2008-06-16  4:03 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).