Re: Missing USB XHCI and EHCI reset for kexec

2014-04-14 Thread Stefani Seibold
Bus 002 Device 004: ID 0aad:0024 Rohde & Schwarz GmbH & Co. KG > > Here, the only device that might be plugged into the Standard > Microsystems hub is the Oxford Semiconductor thing (whatever it is). > > > > What about if you just do: > > > > > > rmmo

Re: EHCI hotplug kernel crash in kernel 3.14 and 3.13

2014-04-14 Thread Stefani Seibold
me. Thanks, Greetings, Stefani Am Montag, den 14.04.2014, 11:11 -0400 schrieb Alan Stern: > On Sun, 13 Apr 2014, Stefani Seibold wrote: > > > A hot plug of an USB 2.0 EHCI controller cardbus card will result in a > > kernel crash. This is the kernel log of a vanilla 3.1

Re: X86: kexec issues with i915 in 3.14

2014-04-14 Thread Stefani Seibold
Am Montag, den 14.04.2014, 00:28 + schrieb Woodhouse, David: > On Sun, 2014-04-13 at 22:01 +0200, Stefani Seibold wrote: > > Rebooting my kernel vanilla kernel 3.14 will fail with tons of kernel > > log messages: > > > > [0.262754] IOMMU: Setting identity

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
ports detected hub 3-0:1.0: 2 ports detected hub 1-2:1.0: 4 ports detected hub 2-2:1.0: 2 ports detected echo :00:17.0 >/sys/bus/pci/drivers/ohci-pci/unbind echo :00:17.1 >/sys/bus/pci/drivers/ohci-pci/unbind echo :00:17.2 >/sys/bus/pci/drivers/ehci-pci/unbind echo :00:17.0 >/sys/bus/pci/drivers/ohci-pci/bind echo :00:17.1 >/sys/bus/pci/drivers/ohci-pci/bind echo :00:17.2 >/sys/bus/pci/drivers/ehci-pci/bind hub 1-0:1.0: 3 ports detected hub 2-0:1.0: 2 ports detected hub 3-0:1.0: 5 ports detected hub 1-0:1.0: 3 ports detected hub 2-0:1.0: 2 ports detected hub 3-2:1.0: 4 ports detected hub 1-2:1.0: 2 ports detected This was kernel 3.10, but i get similar results for 3.14 - Stefani -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Montag, den 14.04.2014, 13:58 -0400 schrieb Alan Stern: > On Mon, 14 Apr 2014, Stefani Seibold wrote: > > > > > An other PowerPC device which is nearly eactly the same HW but without > > > > this USB HUB works perfectly. > > > > > > Maybe yo

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
1.235955] xhci_hcd: probe of 0001:03:00.0 failed with error -110 > > >>>> > > >>> > > >>>What is your controller vendor and device IDs? Is that a TI chip? > > >>> > > >> > > >>Yes it is a TI chip, vendor ID 104c a

Re: X86: kexec issues with i915 in 3.14

2014-04-15 Thread Stefani Seibold
e cause. But the driver for the intel VGA must not assume the current state of the device. It is necessary to setup the whole VGA device during the probe phase. Otherwise when kexec a kernel there are tons of log entries or in many cases a garbaged screen output and the whole kernels will han

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Dienstag, den 15.04.2014, 15:49 -0300 schrieb Thadeu Lima de Souza Cascardo: > On Tue, Apr 15, 2014 at 08:42:58PM +0200, Stefani Seibold wrote: > > Am Dienstag, den 15.04.2014, 15:33 -0300 schrieb Thadeu Lima de Souza > > Cascardo: > > > On Tue, Apr 15, 2014 a

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Dienstag, den 15.04.2014, 15:02 -0400 schrieb Alan Stern: > On Tue, 15 Apr 2014, Stefani Seibold wrote: > > > I did a unbind and bind of the ehci-pci and ohci-pci, after this i got > > the following dmesg log: > > > > ehci_hcd: USB 2.0 'Enhanced' Ho

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Dienstag, den 15.04.2014, 15:05 -0400 schrieb Alan Stern: > On Tue, 15 Apr 2014, Stefani Seibold wrote: > > > > One other thing you can try is to increase the reset timeout in > > > drivers/usb/host/ehci-hub.c. This is under the USB_PORT_FEAT_RESET > > > c

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Dienstag, den 15.04.2014, 15:02 -0400 schrieb Alan Stern: > On Tue, 15 Apr 2014, Stefani Seibold wrote: > > > I did a unbind and bind of the ehci-pci and ohci-pci, after this i got > > the following dmesg log: > > > > ehci_hcd: USB 2.0 'Enhanced' Ho

Re: Missing USB XHCI and EHCI reset for kexec

2014-04-15 Thread Stefani Seibold
Am Dienstag, den 15.04.2014, 15:14 -0400 schrieb Alan Stern: > On Tue, 15 Apr 2014, Stefani Seibold wrote: > > > > > usbcore: registered new interface driver USB-SATA-storage > > > > USB SATA Mass Storage support registered. > > > > usb 1-4: new hig

Re: [PATCH] x86: Fix the symbol versions on the 32-bit vDSO

2014-03-29 Thread Stefani Seibold
Am Samstag, den 29.03.2014, 13:15 -0700 schrieb Andy Lutomirski: > The new symbols provide the same API as the 64-bit variants, so they > should have the same symbol version name. This can't break > userspace, since these symbols are new for 32-bit Linux. > This breaks my glibc patch... What is

Re: [PATCH] x86: Fix the symbol versions on the 32-bit vDSO

2014-03-30 Thread Stefani Seibold
4 11:33:37 PM PDT, Stefani Seibold > wrote: > >Am Samstag, den 29.03.2014, 13:15 -0700 schrieb Andy Lutomirski: > >> The new symbols provide the same API as the 64-bit variants, so they > >> should have the same symbol version name. This can't break > >&g

Re: [PATCH 0/4] Add 32 bit VDSO time function support

2014-01-30 Thread Stefani Seibold
_FIXADDR_TOP is not on a fix place. Lguest, XEN, OPLC and the reservetop Kernel Parameter will change the VDSO Page Address. - Stefani -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info a

Re: [PATCH 3/4] Add 32 bit VDSO support for 32 kernel

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 07:30 -0800 schrieb H. Peter Anvin: > On 01/30/2014 02:49 AM, stef...@seibold.net wrote: > > From: Stefani Seibold > > > > This patch add the support for 32 bit VDSO to a 32 bit kernel. > > > > For 32 bit programs running on a 32

Re: [PATCH 1/4] Make vsyscall_gtod_data handling x86 generic

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 10:05 -0800 schrieb Andy Lutomirski: > On Thu, Jan 30, 2014 at 2:49 AM, wrote: > > diff --git a/arch/x86/include/asm/compat.h b/arch/x86/include/asm/compat.h > > index 59c6c40..45ba688 100644 > > --- a/arch/x86/include/asm/compat.h > > +++ b/arch/x86/include/asm/com

Re: [PATCH 3/4] Add 32 bit VDSO support for 32 kernel

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 10:17 -0800 schrieb Andy Lutomirski: > > +struct vsyscall_gtod_data vvar_vsyscall_gtod_data > > + __attribute__((visibility("hidden"))); > > + > > +u32 hpet_counter > > + __attribute__((visibility("hidden"))); > > + > > +#define gtod (&vvar_vsyscall_gtod_d

Re: [PATCH 4/4] Add 32 bit VDSO support for 64 kernel

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 10:21 -0800 schrieb Andy Lutomirski: > On Thu, Jan 30, 2014 at 2:49 AM, wrote: > > From: Stefani Seibold > > > > This patch add the support for the IA32 Emulation Layer to run 32 bit > > applications on a 64 bit kernel. > > > &g

Re: [PATCH 1/4] Make vsyscall_gtod_data handling x86 generic

2014-01-30 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 11:51 -0800 schrieb Andy Lutomirski: > On Thu, Jan 30, 2014 at 11:27 AM, Stefani Seibold wrote: > > Am Donnerstag, den 30.01.2014, 10:05 -0800 schrieb Andy Lutomirski: > >> On Thu, Jan 30, 2014 at 2:49 AM, wrote: > >> > diff --git a

Re: [PATCH 1/4] Make vsyscall_gtod_data handling x86 generic

2014-02-01 Thread Stefani Seibold
Am Donnerstag, den 30.01.2014, 16:10 -0800 schrieb Andi Kleen: > > @@ -1335,7 +1335,6 @@ config ARCH_SPARSEMEM_ENABLE > > > > config ARCH_SPARSEMEM_DEFAULT > > def_bool y > > - depends on X86_64 > > Is that really needed? Why does the vdso need sparsemem? > No, it is from the previous p

Re: [PATCH 3/4] Add 32 bit VDSO time support for 32 bit kernel

2014-02-02 Thread Stefani Seibold
> He needs 3 pages instead of 1 after his changes. > Not every kernel hackers a male. By definition i am femal, so please replace he and his with she and her. - Stefani -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 6/8] cleanup __vdso_gettimeofday

2014-02-02 Thread Stefani Seibold
et wrote: > >From: Stefani Seibold > > > >This patch do a little cleanup for the __vdso_gettimeofday() function. > > > >It kick out an unneeded ret local variable and makes the code faster if > >only the timezone is needed. > > > >Signed-off-by: Stefani Sei

Re: [PATCH 7/8] Add 32 bit VDSO time support for 32 bit kernel

2014-02-02 Thread Stefani Seibold
Am Sonntag, den 02.02.2014, 08:46 -0800 schrieb Andy Lutomirski: > On Sun, Feb 2, 2014 at 3:27 AM, wrote: > > From: Stefani Seibold > > > > This patch add the time support for 32 bit a VDSO to a 32 bit kernel. > > [...] > > Can you address the review com

Re: [PATCH 7/8] Add 32 bit VDSO time support for 32 bit kernel

2014-02-02 Thread Stefani Seibold
Am Sonntag, den 02.02.2014, 16:12 -0800 schrieb Andy Lutomirski: > On Sun, Feb 2, 2014 at 1:39 PM, Stefani Seibold wrote: > > Am Sonntag, den 02.02.2014, 08:46 -0800 schrieb Andy Lutomirski: > >> On Sun, Feb 2, 2014 at 3:27 AM, wrote: > >> > From: Stefani Seibold

Re: [PATCH 7/8] Add 32 bit VDSO time support for 32 bit kernel

2014-02-03 Thread Stefani Seibold
Am Montag, den 03.02.2014, 08:36 -0800 schrieb Andy Lutomirski: > On Sun, Feb 2, 2014 at 11:44 PM, Stefani Seibold wrote: > > Am Sonntag, den 02.02.2014, 16:12 -0800 schrieb Andy Lutomirski: > >> On Sun, Feb 2, 2014 at 1:39 PM, Stefani Seibold > >> wrote: > >&

Re: [PATCH 7/8] Add 32 bit VDSO time support for 32 bit kernel

2014-02-03 Thread Stefani Seibold
Am Montag, den 03.02.2014, 14:04 -0800 schrieb Andy Lutomirski: > On Mon, Feb 3, 2014 at 2:01 PM, Stefani Seibold wrote: > > Am Montag, den 03.02.2014, 08:36 -0800 schrieb Andy Lutomirski: > >> On Sun, Feb 2, 2014 at 11:44 PM, Stefani Seibold > >> wrote: > >>

[PATCH] add new prctl for a per process wide close on exec

2013-10-22 Thread Stefani Seibold
socket with SOCK_CLOEXEC. Or a device driver which alows only a single open. In both cases the resource cannot reopened after a close. Sigh! What do you think? ChangeLog: 2013-10-21 First release to the mailing list 2013-10-22 Fix fork for non main threads The patch is against 3.12

Re: [PATCH] add new prctl for a per process wide close on exec

2013-10-24 Thread Stefani Seibold
Am Dienstag, den 22.10.2013, 20:48 +0100 schrieb Al Viro: > On Tue, Oct 22, 2013 at 09:27:18PM +0200, Stefani Seibold wrote: > > > This patch will increase security since no developers can review all > > libraries > > which there are using. Also in a team of dev

[PATCH] add new prctl for a per process wide close on exec V.3

2013-10-27 Thread Stefani Seibold
_SET_CLOEXEC was missused in a library, the caller will fail! ChangeLog: 2013-10-21 First release to the mailing list 2013-10-22 Fix fork for non main threads 2013-10-27 Add a lock flag which prevents overwrite the CLOEXEC policy The patch is against 3.12.0-rc6 Greeti

[PATCH] kfifo API type safety

2013-10-27 Thread Stefani Seibold
there are currently only six users of kfifo_put(). The code is also cleaner by kicking out the "if (0)" expressions. The patch is against 3.12.0-rc6 - Stefani Signed-off-by: Stefani Seibold --- drivers/gpu/drm/drm_flip_work.c | 2 +- drivers/iio/industrialio-event.c

Re: [PATCH v12 9/9] Add 32 bit VDSO time support for 64 bit kernel

2014-02-06 Thread Stefani Seibold
Am Mittwoch, den 05.02.2014, 14:01 -0800 schrieb Andy Lutomirski: > On Wed, Feb 5, 2014 at 12:20 AM, wrote: > > From: Stefani Seibold > > > > This patch add the VDSO time support for the IA32 Emulation Layer. > > > > Due the nature of the kernel headers and the

Re: [PATCH v13 8/9] Add 32 bit VDSO time support for 32 bit kernel

2014-02-09 Thread Stefani Seibold
re not compatible with 32 bit compilation. The _ASM_X86_PAGE_H prevents the include of arch/x86/include/asm/page.h. But the inline function phys_to_virt() in arch/x86/include/asm/io.h depends on the __pa() and __va() functions, which comes from arch/x86/include/asm/page.h. So i need two dum

Re: [PATCH v13 8/9] Add 32 bit VDSO time support for 32 bit kernel

2014-02-09 Thread Stefani Seibold
nel_vsyscall it clobbers more registers > > (ecx at least?) and you need to describe that to gcc with a + > > > > Same in the other sys calls. > > ECX is still marked as clobberd as is in use for the second parameter. All other registers will be saved by __kernel_vsy

Re: [PATCH v13 8/9] Add 32 bit VDSO time support for 32 bit kernel

2014-02-09 Thread Stefani Seibold
eger constant is too large for 'unsigned long' type", > > because a unsigned long is only 32 bit. > > Don't explain it to me, put it into a comment. > I will place some comments in the source. - Stefani -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v13 8/9] Add 32 bit VDSO time support for 32 bit kernel

2014-02-09 Thread Stefani Seibold
ssue what i have overseen, a working solution would be to use an other register for the second parameter (ESI or EDI) and add ECX to the clobber list. - Stefani -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

OHCI unplug kernel crash in kernel 4.3, 4.4 and 4.5

2016-02-28 Thread Stefani Seibold
I still reported this bug 6 Weeks ago... and i checked it know with the current kernel 4.5.0-rc5. The bug is yet not fixed. A unplug of an USB 1.0 OHCI controller express card will result in a kernel crash. The express card is attached via thunderbolt and a sonnet express card to thunderbolt adapt

Re: [PATCH] samples: Fix `echo 1 > /proc/int-fifo` never return error

2015-02-04 Thread Stefani Seibold
The example is intended for int types, not for strings. So it is not a bug, it's a feature ;-) But anyway, if you prefer to handle with strings your are okay by me. Am Dienstag, den 03.02.2015, 11:51 + schrieb Wang Long: > echo 99 > /proc/int-fifo > Never return > echo 1000 >

Re: Is read barrier missed in kfifo?

2018-05-11 Thread Stefani Seibold
My guts thinks you are right. Feel free to send a patch... Am Freitag, den 11.05.2018, 15:25 +0800 schrieb Xiao Guangrong: > Hi, > > Currently, there is no read barrier between reading the index > (kfifo.in) and fetching the real data from the fifo. > > I am afraid that will cause the vfifo is o

[PATCH] kfifo: fix sparse complains

2016-02-21 Thread Stefani Seibold
: Stefani Seibold --- include/linux/kfifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kfifo.h b/include/linux/kfifo.h index 473b436..41eb6fd 100644 --- a/include/linux/kfifo.h +++ b/include/linux/kfifo.h @@ -401,7 +401,7 @@ __kfifo_int_must_check_helper

[PATCH] ntfs: Fix ntfs_test_inode and ntfs_init_locked_inode function type

2020-06-02 Thread Luca Stefani
do_mount+0x5d8/0x1a10 SyS_mount+0x108/0x144 el0_svc_naked+0x34/0x38 Fixing iget5_locked and ilookup5 callers seems enough Signed-off-by: Luca Stefani Tested-by: freak07 --- fs/ntfs/dir.c | 2 +- fs/ntfs/inode.c | 23 --- fs/ntfs/inode.h | 4 +--- fs/ntfs/mft.c | 5

[PATCH] RAS/CEC: Fix cec_init prototype

2020-08-04 Thread Luca Stefani
* late_initcall expects a function to return an integer Signed-off-by: Luca Stefani --- drivers/ras/cec.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/ras/cec.c b/drivers/ras/cec.c index 569d9ad2c594..e048e0e3949a 100644 --- a/drivers/ras/cec.c +++ b

[PATCH v2] ntfs: Fix ntfs_test_inode and ntfs_init_locked_inode function type

2020-07-18 Thread Luca Stefani
x30c/0x3cc ntfs_mount+0x18/0x24 mount_fs+0x1b0/0x380 vfs_kern_mount+0x90/0x398 do_mount+0x5d8/0x1a10 SyS_mount+0x108/0x144 el0_svc_naked+0x34/0x38 Signed-off-by: Luca Stefani Tested-by: freak07 Acked-by: Anton Altaparmakov --- fs/ntfs/dir.c | 2 +- fs/ntfs/inode.c | 27 ++---

[PATCH] ntfs: Fix ntfs_test_inode and ntfs_init_locked_inode function type

2020-06-27 Thread Luca Stefani
do_mount+0x5d8/0x1a10 SyS_mount+0x108/0x144 el0_svc_naked+0x34/0x38 Fixing iget5_locked and ilookup5 callers seems enough Signed-off-by: Luca Stefani Tested-by: freak07 --- fs/ntfs/dir.c | 2 +- fs/ntfs/inode.c | 23 --- fs/ntfs/inode.h | 4 +--- fs/ntfs/mft.c | 4 ++-- 4

Re: [PATCH] external references for device tree overlays

2017-06-06 Thread Stefani Seibold
Hi Frank, On 06.06.2017, 00:20 -0700 Frank Rowand wrote:: > On 06/05/17 05:59, Stefani Seibold wrote: > > From: Stefani Seibold > > > > This patch enables external references for symbols which are not > > exported by the current device tree. For example > >

Re: [PATCH] external references for device tree overlays

2017-06-06 Thread Stefani Seibold
a BIOS on some ARM64 servers which provides broken device tree. It also lacks some devices in this tree which needs references to other devices which lacks a phandle. Since the BIOSes are closed source i need a way to work arround this problem without patching all the drivers involved to this de

Re: [PATCH] external references for device tree overlays

2017-06-07 Thread Stefani Seibold
Hi Pantelis, On Wed, 2017-06-07 at 11:11 +0300, Pantelis Antoniou wrote: > Hi Stefani, > > On Tue, 2017-06-06 at 21:17 +0200, Stefani Seibold wrote: > > Hi Pantelis, > > > > thanks for the suggestion. This feature is not very well > > documented. I > > tr

Re: [PATCH] external references for device tree overlays

2017-06-07 Thread Stefani Seibold
On Wed, 2017-06-07 at 17:19 -0500, Rob Herring wrote: > On Wed, Jun 7, 2017 at 3:11 AM, Pantelis Antoniou > wrote: > > Hi Stefani, > > > > On Tue, 2017-06-06 at 21:17 +0200, Stefani Seibold wrote: > > > Hi Pantelis, > > > > > > thank

[PATCH] external references for device tree overlays

2017-06-05 Thread Stefani Seibold
From: Stefani Seibold This patch enables external references for symbols which are not exported by the current device tree. For example // RASPI example (only for testing) /dts-v1/; /plugin/; / { compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709";

Re: [PATCH v3 26/26] kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bit

2017-11-30 Thread Stefani Seibold
ght structure. > > > > Signed-off-by: Sean Young > > Acked-by: Stefani Seibold > > Hi Stefani/Andrew, > > As this patch is required for the LIRC rework, would be ok if I would > merge it via the media tree? > It is okay by me. But the question remains why this p

[tip: ras/core] RAS/CEC: Fix cec_init() prototype

2020-08-20 Thread tip-bot2 for Luca Stefani
The following commit has been merged into the ras/core branch of tip: Commit-ID: 85e6084e0b436cabe9c909e679937998ffbf9c9d Gitweb: https://git.kernel.org/tip/85e6084e0b436cabe9c909e679937998ffbf9c9d Author:Luca Stefani AuthorDate:Wed, 05 Aug 2020 11:57:08 +02:00 Committer

[tip: ras/core] RAS/CEC: Fix cec_init() prototype

2020-08-18 Thread tip-bot2 for Luca Stefani
The following commit has been merged into the ras/core branch of tip: Commit-ID: 71aefb9a89d4ad751726ff5b902896c35c7df5b9 Gitweb: https://git.kernel.org/tip/71aefb9a89d4ad751726ff5b902896c35c7df5b9 Author:Luca Stefani AuthorDate:Wed, 05 Aug 2020 11:57:08 +02:00 Committer

[tip:x86/vdso] x86, vdso: Make vsyscall_gtod_data handling x86 generic

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 644641cf162515479f34db62145d2efe084cb60e Gitweb: http://git.kernel.org/tip/644641cf162515479f34db62145d2efe084cb60e Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:12 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:37 -0800 x86, vdso: Make

[tip:x86/vdso] x86, vdso: __vdso_clock_gettime() cleanup

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 44e016d37d0e84f1d7063f699ee8df68d7bd7607 Gitweb: http://git.kernel.org/tip/44e016d37d0e84f1d7063f699ee8df68d7bd7607 Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:15 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso

[tip:x86/vdso] mm: Add new func _install_special_mapping() to mmap.c

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 1c6ff9d5108b5056dea85916990af036bb9dd10c Gitweb: http://git.kernel.org/tip/1c6ff9d5108b5056dea85916990af036bb9dd10c Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:13 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:37 -0800 mm: Add new func

[tip:x86/vdso] x86, vdso: Cleanup __vdso_gettimeofday()

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 6543ca6fee7d3b314bda69b83fd429ed3e336645 Gitweb: http://git.kernel.org/tip/6543ca6fee7d3b314bda69b83fd429ed3e336645 Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:17 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso: Cleanup

[tip:x86/vdso] x86, vdso: Introduce VVAR marco for vdso32

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 47ffeb5bae376766da7f4a326f13e980a280338b Gitweb: http://git.kernel.org/tip/47ffeb5bae376766da7f4a326f13e980a280338b Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:18 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso: Introduce

[tip:x86/vdso] x86, vdso: Add 32 bit VDSO time support for 32 bit kernel

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 4dea8e4824b363c53f320d328040d7c6c5921419 Gitweb: http://git.kernel.org/tip/4dea8e4824b363c53f320d328040d7c6c5921419 Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:20 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso: Add 32 bit

[tip:x86/vdso] x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 2e0035eefd9cc8a386c706cab7547b5280772726 Gitweb: http://git.kernel.org/tip/2e0035eefd9cc8a386c706cab7547b5280772726 Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:16 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso: Replace

[tip:x86/vdso] x86, vdso: Revamp vclock_gettime.c

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 20dd4e23a10764f886c2a615bdc1f0c7db991cdb Gitweb: http://git.kernel.org/tip/20dd4e23a10764f886c2a615bdc1f0c7db991cdb Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:14 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:37 -0800 x86, vdso: Revamp

[tip:x86/vdso] x86, vdso: Add 32 bit VDSO time support for 64 bit kernel

2014-03-05 Thread tip-bot for Stefani Seibold
Commit-ID: 821130f9335f5808968fedab50268ba9159cc330 Gitweb: http://git.kernel.org/tip/821130f9335f5808968fedab50268ba9159cc330 Author: Stefani Seibold AuthorDate: Mon, 3 Mar 2014 22:12:21 +0100 Committer: H. Peter Anvin CommitDate: Wed, 5 Mar 2014 14:02:38 -0800 x86, vdso: Add 32 bit

[tip:x86/vdso] mm: Add new func _install_special_mapping() to mmap.c

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 3935ed6a3a533c1736e3ca65bff72afd1773be27 Gitweb: http://git.kernel.org/tip/3935ed6a3a533c1736e3ca65bff72afd1773be27 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:02 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:51:56 -0700 mm: Add new func

[tip:x86/vdso] x86, vdso: Add 32 bit VDSO time support for 64 bit kernel

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 7c03156f34d113f885f045d8fb8cc3efd9e64751 Gitweb: http://git.kernel.org/tip/7c03156f34d113f885f045d8fb8cc3efd9e64751 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:10 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:41 -0700 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Make vsyscall_gtod_data handling x86 generic

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: d2312e3379d581d2c3603357a0181046448e1de3 Gitweb: http://git.kernel.org/tip/d2312e3379d581d2c3603357a0181046448e1de3 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:01 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:51:52 -0700 x86, vdso: Make

[tip:x86/vdso] x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: af8c93d8d9809c3cf71cae2c398069399e64efa3 Gitweb: http://git.kernel.org/tip/af8c93d8d9809c3cf71cae2c398069399e64efa3 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:05 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:03 -0700 x86, vdso: Replace

[tip:x86/vdso] x86, vdso: Cleanup __vdso_gettimeofday()

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 0df1ea2b7955d3cb311a549c44ed482452b859ff Gitweb: http://git.kernel.org/tip/0df1ea2b7955d3cb311a549c44ed482452b859ff Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:06 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:26 -0700 x86, vdso: Cleanup

[tip:x86/vdso] x86, vdso: Revamp vclock_gettime.c

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 411f790cd7e91fac0db80d3cf789cb6deeac298e Gitweb: http://git.kernel.org/tip/411f790cd7e91fac0db80d3cf789cb6deeac298e Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:03 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:51:59 -0700 x86, vdso: Revamp

[tip:x86/vdso] x86, vdso32: handle 32 bit vDSO larger one page

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 4e40112c4ff6a577dd06d92b2a54cdf06265bf74 Gitweb: http://git.kernel.org/tip/4e40112c4ff6a577dd06d92b2a54cdf06265bf74 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:13 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:54 -0700 x86, vdso32: handle

[tip:x86/vdso] x86, vdso: Add 32 bit VDSO time support for 32 bit kernel

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: 7a59ed415f5b57469e22e41fc4188d5399e0b194 Gitweb: http://git.kernel.org/tip/7a59ed415f5b57469e22e41fc4188d5399e0b194 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:09 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:37 -0700 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: __vdso_clock_gettime() cleanup

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: ce39c64028a075d14af32bfb8336bfe1370c0443 Gitweb: http://git.kernel.org/tip/ce39c64028a075d14af32bfb8336bfe1370c0443 Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:04 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:01 -0700 x86, vdso

[tip:x86/vdso] x86, vdso: Introduce VVAR marco for vdso32

2014-03-18 Thread tip-bot for Stefani Seibold
Commit-ID: ef721987aef0cc0abba08c88810f2155f76b0b1f Gitweb: http://git.kernel.org/tip/ef721987aef0cc0abba08c88810f2155f76b0b1f Author: Stefani Seibold AuthorDate: Mon, 17 Mar 2014 23:22:07 +0100 Committer: H. Peter Anvin CommitDate: Tue, 18 Mar 2014 12:52:29 -0700 x86, vdso: Introduce

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 64-bit kernel

2014-02-19 Thread tip-bot for Stefani Seibold
Commit-ID: 0fc8a237cbe98a06962f5ea37d24fc2369e23c74 Gitweb: http://git.kernel.org/tip/0fc8a237cbe98a06962f5ea37d24fc2369e23c74 Author: Stefani Seibold AuthorDate: Wed, 19 Feb 2014 10:09:10 +0100 Committer: H. Peter Anvin CommitDate: Wed, 19 Feb 2014 14:08:34 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Do conditional fixmap of VVAR and HPET page

2014-02-19 Thread tip-bot for Stefani Seibold
Commit-ID: 6fa967bb8354fff2d5e116d97f4d83fdab644b67 Gitweb: http://git.kernel.org/tip/6fa967bb8354fff2d5e116d97f4d83fdab644b67 Author: Stefani Seibold AuthorDate: Mon, 17 Feb 2014 11:03:44 +0100 Committer: H. Peter Anvin CommitDate: Wed, 19 Feb 2014 14:09:07 -0800 x86, vdso: Do

[tip:x86/vdso] x86, vdso: vclock_gettime.c __vdso_clock_gettime cleanup

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 3b19f50facf0488e193ebae00b864fdaeeb25dbb Gitweb: http://git.kernel.org/tip/3b19f50facf0488e193ebae00b864fdaeeb25dbb Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:42 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:06:47 -0800 x86, vdso

[tip:x86/vdso] mm: Add new func _install_special_mapping() to mmap.c

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 48be0cb586e850e3ff5c37fe9339f233f9c893e4 Gitweb: http://git.kernel.org/tip/48be0cb586e850e3ff5c37fe9339f233f9c893e4 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:40 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:04:23 -0800 mm: Add new func

[tip:x86/vdso] x86, vdso: Cleanup __vdso_gettimeofday()

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: bada923abe5d8b015efe0e49ca47f76af853972d Gitweb: http://git.kernel.org/tip/bada923abe5d8b015efe0e49ca47f76af853972d Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:44 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:07:31 -0800 x86, vdso: Cleanup

[tip:x86/vdso] x86, vdso: Replace VVAR(vsyscall_gtod_data) by the gtod macro

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: d3e68e3e3fed760169cef2fa95e73551f5d24022 Gitweb: http://git.kernel.org/tip/d3e68e3e3fed760169cef2fa95e73551f5d24022 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:43 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:07:01 -0800 x86, vdso: Replace

[tip:x86/vdso] x86, vdso: Introduce VVAR marco for vdso32

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 995106bc0373be03295aa6e0e380dd33a3a37ea4 Gitweb: http://git.kernel.org/tip/995106bc0373be03295aa6e0e380dd33a3a37ea4 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:45 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:07:45 -0800 x86, vdso: Introduce

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 32-bit kernel

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: feea5bae36ba8fcd7095e1b23cc2c537f4d24562 Gitweb: http://git.kernel.org/tip/feea5bae36ba8fcd7095e1b23cc2c537f4d24562 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:46 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:08:18 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 64-bit kernel

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 249adfe2c86766eaa739d342525e55a96bf9efa7 Gitweb: http://git.kernel.org/tip/249adfe2c86766eaa739d342525e55a96bf9efa7 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:47 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:08:29 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Make vsyscall_gtod_data handling x86 generic

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 0d3ad8c4e6246637b289c22dfe12e3dbae516aef Gitweb: http://git.kernel.org/tip/0d3ad8c4e6246637b289c22dfe12e3dbae516aef Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:39 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:04:06 -0800 x86, vdso: Make

[tip:x86/vdso] x86, vdso: Revamp vclock_gettime.c

2014-02-16 Thread tip-bot for Stefani Seibold
Commit-ID: 0b20a1f58d3502a8dfec98a8926f26c43429bee7 Gitweb: http://git.kernel.org/tip/0b20a1f58d3502a8dfec98a8926f26c43429bee7 Author: Stefani Seibold AuthorDate: Sun, 16 Feb 2014 22:52:41 +0100 Committer: H. Peter Anvin CommitDate: Sun, 16 Feb 2014 15:06:39 -0800 x86, vdso: Revamp

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 64-bit kernel

2014-02-17 Thread tip-bot for Stefani Seibold
Commit-ID: 43fdf391fa08779fa60658b38a6ecee0a509b4a0 Gitweb: http://git.kernel.org/tip/43fdf391fa08779fa60658b38a6ecee0a509b4a0 Author: Stefani Seibold AuthorDate: Mon, 17 Feb 2014 11:03:43 +0100 Committer: H. Peter Anvin CommitDate: Mon, 17 Feb 2014 07:54:43 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 32-bit kernel

2014-02-17 Thread tip-bot for Stefani Seibold
Commit-ID: bfd5846a1327fb82885eaac04fd4ef2385572325 Gitweb: http://git.kernel.org/tip/bfd5846a1327fb82885eaac04fd4ef2385572325 Author: Stefani Seibold AuthorDate: Mon, 17 Feb 2014 11:03:42 +0100 Committer: H. Peter Anvin CommitDate: Mon, 17 Feb 2014 07:54:25 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Add 32-bit VDSO time support for the 64-bit kernel

2014-02-17 Thread tip-bot for Stefani Seibold
Commit-ID: 8ec3d81889b5b10a832b6327e23293c1488c7810 Gitweb: http://git.kernel.org/tip/8ec3d81889b5b10a832b6327e23293c1488c7810 Author: Stefani Seibold AuthorDate: Mon, 17 Feb 2014 11:03:43 +0100 Committer: H. Peter Anvin CommitDate: Mon, 17 Feb 2014 10:59:10 -0800 x86, vdso: Add 32

[tip:x86/vdso] x86, vdso: Fix size of get_unmapped_area()

2014-03-24 Thread tip-bot for Stefani Seibold
Commit-ID: 645a387ecbdb4aa78c8451a66416340616134537 Gitweb: http://git.kernel.org/tip/645a387ecbdb4aa78c8451a66416340616134537 Author: Stefani Seibold AuthorDate: Sun, 23 Mar 2014 17:38:14 +0100 Committer: H. Peter Anvin CommitDate: Mon, 24 Mar 2014 09:31:23 -0700 x86, vdso: Fix size

<    1   2   3   4