On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> On 2/4/08, Jiri Slaby <[EMAIL PROTECTED]> wrote:
> > On 02/04/2008 03:00 PM, Oliver Pinter (Pintér Olivér) wrote:
> > > git top: 9135f1901ee6449dfe338adf6e40e9c2025b8150
> > >
> > > [ 399
ok, thanks
On 2/4/08, Chris Wright <[EMAIL PROTECTED]> wrote:
> * Oliver Pinter ([EMAIL PROTECTED]) wrote:
> > mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
> >
> > --->8---
> > commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
> > Author: Eric Paris
http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6434
On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
>
> --->8---
> commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
> Author: Eric Paris <[EMAIL PROTECTED]>
>
e[5]: *** [mm] Error 2
On 2/4/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
>
> --->8---
> commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
> Author: Eric Paris <[EMAIL PROTECTED]>
> Date: Tue Dec 4 23:45:31
mainline: ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
--->8---
commit ecaf18c15aac8bb9bed7b7aa0e382fe252e275d5
Author: Eric Paris <[EMAIL PROTECTED]>
Date: Tue Dec 4 23:45:31 2007 -0800
VM/Security: add security hook to do_brk
Given a specifically crafted binary do_brk() can be used to ge
Linux pancs 2.6.22.17-opt2-cve2 #1 SMP Sun Feb 10 16:22:37 CET 2008
i686 GNU/Linux
---
Linux vmsplice Local Root Exploit
By qaaz
---
[+] mmap: 0x0 .. 0x1000
[+] page: 0x0
[+] page: 0x20
[+] mmap: 0x4000 .. 0x5000
[+] page: 0x4000
[+]
and 2.6.22.y too
On 2/12/08, Ferenc Wagner <[EMAIL PROTECTED]> wrote:
> Xavier Bestel <[EMAIL PROTECTED]> writes:
>
> > On mar, 2008-02-12 at 21:27 +0100, Wagner Ferenc wrote:
> >
> >> which are the "currently active Linux kernel versions" at any point in
> >> time? The quote is taken from http:/
When Willy go in 2.6.22.y, then I help it, so far as I 'm possible.
On 2/12/08, Mike Snitzer <[EMAIL PROTECTED]> wrote:
> On Feb 12, 2008 4:18 PM, Ferenc Wagner <[EMAIL PROTECTED]> wrote:
> > Xavier Bestel <[EMAIL PROTECTED]> writes:
> >
> > > On mar, 2008-02-12 at 21:27 +0100, Wagner Ferenc wrote
for stable (.22 .23 .24) ?
git id in mainline: 900cf086fd2fbad07f72f4575449e0d0958f860f
--
tested in: http://repo.or.cz/w/linux-2.6.22.y-op.git testing
On 2/12/08, Jonathan Corbet <[EMAIL PROTECTED]> wrote:
> Avoid buffer overflows in get_user_pages()
>
> So I spent a while pounding my head aga
On 2/15/08, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
>
> On Feb 15 2008 12:35, Mikael Pettersson wrote:
> >Andi Kleen writes:
> > > Pavel Emelyanov <[EMAIL PROTECTED]> writes:
> > > > this subdir;
> > > > 3. sysctl inodes are now smaller than the procfs ones.
> > >
> > > That's always a good thing
hi Ingo,
thx add to http://repo.or.cz/w/linux-2.6.22.y-op.git testing ;)
On 2/15/08, Ingo Molnar <[EMAIL PROTECTED]> wrote:
>
> fix CPA cache attribute bug in v2.6.23. When phys_base is nonzero
> (when CONFIG_RELOCATABLE=y) then change_page_attr_addr() miscalculates
> the secondary alias address
add CC (Andrew, Greg and linux-usb)
On 2/15/08, Andrew Buehler <[EMAIL PROTECTED]> wrote:
> In my workplace, I use a customized version of Novell's ZENworks imaging
> boot CD, which is based off of Linux. I have one particular model of
> laptop - the IBM/Lenovo R61 - on which three different thing
On 2/17/08, Török Edwin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> xfsaild is causing many wakeups, a quick investigation shows
> xfsaild_push is always
> returning 30 msecs timeout value.
>
> This is on an idle system, running only gnome, and gnome-terminal.
>
> I suggest changing the timeout logic in x
PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
diff --git a/include/linux/quicklist.h b/include/linux/quicklist.h
index 9371c61..39b6671 100644
--- a/include/linux/quicklist.h
+++ b/include/linux/quicklis
large causing OOM.
Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]>
Tested-by: Dhaval Giani <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTE
imilar code. I also think that the number of pages
should be unsigned, but changing the prototype of this function probably
requires some more careful review.
Signed-off-by: Jonathan Corbet <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
CC: Oliver Pinter
Helló!
this patch fixed them http://lkml.org/lkml/2008/2/18/405 ?
On 2/19/08, Bart Van Assche <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I noticed that the amount of memory used by the Linux kernel steadily
> increases over time on SMP systems (x86 architecture, 32-bit kernel).
> This problem disapp
ely(nid != numa_node_id())) {
- if (dtor)
- dtor(p);
- __free_page(page);
- return;
- }
q = &get_cpu_var(quicklist)[nr];
*(void **)p = q->page;
>8--
Tested-by: Oliver Pinter <[EMAIL PROTECTED]>
On 2/5/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> http://students.zipernowsky.hu/~oliverp/kernel/regression_2624/
>
> uploaded:
> kernel image
> .config
> new pictures
> lspci
> lsusb
>
> -
>
> when read for /dev/uba then crashed the kerne
that are, not this version ..
this is the BAD:
8<
From [EMAIL PROTECTED] Mon Dec 17 16:32:25 2007
2 From: Christoph Lameter <[EMAIL PROTECTED]>
3 Date: Mon, 17 Dec 2007 16:20:27 -0800
4 Subject: quicklist: Set tlb->need_flush if pages are remaining in
quicklist 0
5 To: [EMAIL
i reverted this commit 7d699bafe258ebd8f9b4ec182c554200b369a504 , and
now compile ...
On 2/5/08, Pete Zaitcev <[EMAIL PROTECTED]> wrote:
> On Tue, 5 Feb 2008 14:05:06 -0800, Andrew Morton <[EMAIL PROTECTED]>
> wrote:
>
> > Looks like you deadlocked in ub_request_fn(). I assume that you were
> usi
laration of function 'end_that_request_last'
make[7]: *** [drivers/block/ub.o] Error 1
make[6]: *** [drivers/block] Error 2
make[5]: *** [drivers] Error 2
make[5]: *** Waiting for unfinished jobs....
On 2/5/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> i reverted this commit 7d699ba
I use this, without errors ... but the machine is i386 desktop
On Feb 6, 2008 7:02 AM, Dhaval Giani <[EMAIL PROTECTED]> wrote:
>
> On Tue, Feb 05, 2008 at 10:06:02PM +0100, Oliver Pinter wrote:
> > it is already im queue for 2.6.23,
> >
> > 8<-
> > &
er_psize))
return;
#endif
---8<---
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: 2b02d13996fe28478e45605de9bd8bdca25718de
>
> --
> Thanks,
> Oliver
>
--
Thanks,
Oliver
--
To unsubscribe from this list: send the line &
---8<---
--
Thanks,From: Andrea Arcangeli <[EMAIL PROTECTED]>
Subject: Race condition in userspace testcase
References: 46948, LTC11574
Additional Comment #103 From Andrea Arcangeli 2004-10-15 19:41
the last patch I attached is the safest I believe.
I'm not sure if a lock_unlock or lock_unlock
it cafe_nand_remove(s
}
static struct pci_device_id cafe_nand_tbl[] = {
- { 0x11ab, 0x4100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MEMORY_FLASH <<
8, 0x0 }
+ { 0x11ab, 0x4100, PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_MEMORY_FLASH <<
8, 0x0 },
+ { 0, }
};
MODULE_DEVICE_TA
_WORD0_MAXNAME) {
if ((buflen -= 4) < 0)
goto out_resource;
- WRITE32(~(u32) 0);
+ WRITE32(statfs.f_namelen);
}
if (bmval0 & FATTR4_WORD0_MAXREAD) {
if ((buflen -= 8) < 0)
On 2/2/08,
r->client_acl);
if (!IS_ERR(server->client))
rpc_shutdown_client(server->client);
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: 13ef7b69b54aa8ae4ed264d0bf41339737f8543a
>
>
> --
> Thanks,
> Oliver
>
--
T
&& !nfs_fsid_equal(&server->fsid, &fattr->fsid))
server->fsid = fattr->fsid;
--
1.5.3.6
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7
>
>
> --
> Th
.c
+++ linux-2.6.22-SL103_BRANCH/fs/nfs/getroot.c
@@ -175,6 +175,9 @@ next_component:
path++;
name.len = path - (const char *) name.name;
+ if (name.len > NFS4_MAXNAMLEN)
+ return -ENAMETOOLONG;
+
eat_dot_dir:
while (*path == '/')
(nfserr);
if (argp->mask & ~(NFS_ACL|NFS_ACLCNT|NFS_DFACL|NFS_DFACLCNT))
RETURN_STATUS(nfserr_inval);
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: ac8587dcb58e40dd336d99d60f852041e06cc3dd
>
> --
> Thanks,
> Oliver
>
--
Thanks,
Oliver
uf_sz = 4 * 1024;
ret = velocity_init_rd_ring(vptr);
if (ret < 0)
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: 48f6b053613b62fed7a2fe3255e5568260a8d615
>
>
> --
> Thanks,
> Oliver
>
--
Thanks
+ dev->mtu = new_mtu;
+ return 0;
+ }
+
if (new_mtu != oldmtu) {
spin_lock_irqsave(&vptr->lock, flags);
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: bd7b3f34198071d8bec05180530c362f1800ba46
>
se_region:
release_region(spic_dev.cur_ioport->io.minimum,
spic_dev.cur_ioport->io.address_length);
+err_remove_compat:
+ sonypi_compat_exit();
+
err_remove_input:
sony_laptop_remove_input();
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
>
HB),
ID(PCI_DEVICE_ID_INTEL_82946GZ_HB),
ID(PCI_DEVICE_ID_INTEL_82965G_1_HB),
ID(PCI_DEVICE_ID_INTEL_82965Q_HB),
ID(PCI_DEVICE_ID_INTEL_82965G_HB),
ID(PCI_DEVICE_ID_INTEL_82965GM_HB),
+ ID(PCI_DEVICE_ID_INTEL_82965GME_HB),
ID(PCI_DEVICE_ID_INTEL
error, ILL_BADSTK, 0, 1)
fastcall void __kprobes do_general_protection(struct pt_regs * regs,
long error_code)
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: a10d9a71bafd3a283da240d2868e71346d2aef6f
>
>
&g
desc[1] & 0xff00));
+
+ /* 16-bit code segment? */
+ if (!((desc[1] >> 22) & 1))
+ addr &= 0x;
+ addr += base;
+ }
up(&child->mm->context.sem);
if (!p->gendisk[0])
+ if (!p->gendisk[0]) {
+ kfree(p);
goto Enomem;
+ }
hba[i] = p;
return i;
}
On 2/2/08, Olive
get the DMA records for the setup */
On 2/2/08, Oliver Pinter (Pintér Olivér) <[EMAIL PROTECTED]> wrote:
> mainline: a683d652d334a546be9175b894f42dbd8e399536
>
> --
> Thanks,
> Oliver
>
--
Thanks,
Oliver
--
To unsubscribe from this list: send the line "unsubscribe l
Greg, the patch in queue-2.6.23 is good for it
but the git id.: 96990a4ae979df9e235d01097d6175759331e88c
---
>From [EMAIL PROTECTED] Tue Jan 15 10:52:21 2008
From: Christoph Lameter <[EMAIL PROTECTED]>
Date: Wed, 16 Jan 2008 00:21:19 +0530
Subject: quicklists: Only consider memory that can b
hmm, i think, the site is broken (193.219.28.140), and not the card or
the driver is wrong. when it does, then other sites are auch
reproductable ..
/* is use auch madwifi-0.9.3.3, but it think, it is not driver problem */
On 2/7/08, Marcin Koziej <[EMAIL PROTECTED]> wrote:
>
> Hello, I have prob
and old-stable (eg 2.6.22)?
On 2/7/08, Andi Kleen <[EMAIL PROTECTED]> wrote:
> [probably stable material too]
>
> Use global TLB flushes in MTRR code
>
> Obviously kernel mappings should be flushed here too.
>
> Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
>
> ---
> arch/x86/kernel/cpu/mtrr/gene
his we always return 2^32-1 as the the maximum namelength.
Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]>
Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
fs/nfsd/nfs4xdr.c |5 +++--
1 files changed, 3 insertions(+), 2
y eat away memory
> several pages at a time.
Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
Acked-by: Neil Brown <[EMAIL PROTECTED]>
Signed-off-by: Neil Brown <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
fs/nfs/client.c |6 +++---
1 f
r file name
limits.
Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Acked-by: NeilBrown <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
fs/nfs/client.c | 29 +++--
fs/nfs/dir.c
nks to Roland <[EMAIL PROTECTED]> for bug report and data collection.
Cc: Roland <[EMAIL PROTECTED]>
Acked-by: Andreas Gruenbacher <[EMAIL PROTECTED]>
Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
I
d differently on change_mtu versus initial setting.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
Acked-by: Jeff Mahoney <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
drivers/net/via-velocity.c | 11 +++
hange.
mainline: bd7b3f34198071d8bec05180530c362f1800ba46
Simple mtu change when device is down.
Fix http://bugzilla.kernel.org/show_bug.cgi?id=9382.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
Acked-by: Jeff Mahoney <[EMAI
CTED]>
Acked-by: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Greg KH <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Acked-by: Jeff Mahoney <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
d info, which
should probe the device gart correctly.
Signed-off-by: Wang Zhenyu <[EMAIL PROTECTED]>
Signed-off-by: Dave Airlie <[EMAIL PROTECTED]>
Acked-by: Takashi Iwai <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
commit dde4787642ee3cb
EMAIL PROTECTED]>
Acked-by: Jeff Mahoney <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
arch/i386/kernel/entry.S |2 --
arch/i386/kernel/traps.c | 10 ++
2 files changed, 6 insertions(+), 6 deletions(-)
--- linux-2.6.22.orig/arch/i386/kernel/entry.S
+++
PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
Acked-by: Jeff Mahoney <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
arch/i386/kernel/ptrace.c | 22 +++---
arch/x86_64/kernel/ptrace.c | 23 ---
2 files
t an effective work-around. I can now boot 23-rc6-mm1 on an HP
Proliant x86_64 with CCISS boot disk.
Signed-off-by: Lee Schermerhorn <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
drivers/block/cciss.c |1 +
1 file changed, 1 insertion(+)
Signed-off-by: Jens Axboe &l
RESEND as you yesterday asked (in plain text), and plus:
*add git id for all patches
*add my CC
*remove shon included patches
stats:
Andrea Arcangeli (1):
Race condition in userspace testcase
J. Bruce Fields (2):
knfsd: fix spurious EINVAL errors on first access of new fil
AIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 1be82d5..a11b2bd 100644
--- a/drivers/block/cciss.c
+++ b/dr
aka: do_anonymous_page-race.patch
From: Andrea Arcangeli <[EMAIL PROTECTED]>
Subject: Race condition in userspace testcase
References: 46948, LTC11574
NOT IN MAINLINE
Additional Comment #103 From Andrea Arcangeli 2004-10-15 19:41
the last patch I attached is the safest I believe.
I'm not sure i
inline: a0356862bcbeb20acf64bc1a82d28a4c5bb957a7
We don't need to revalidate the fsid on the root directory. It suffices to
revalidate it on the current directory.
Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
Acked-by: NeilBrown <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
d-by: Jeff Mahoney <[EMAIL PROTECTED]>
CC: Oliver Pinter <[EMAIL PROTECTED]>
---
drivers/misc/sony-laptop.c | 15 +--
1 file changed, 9 insertions(+), 6 deletions(-)
--- a/drivers/misc/sony-laptop.c2007-11-28 10:52:13.0 -0500
+++ b/drivers/misc/sony-la
greg it's for .22 or the splice is changed between .22 and .23?
On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote:
> From: Jens Axboe <[EMAIL PROTECTED]>
>
> vmsplice_to_user() must always check the user pointer and length
> with access_ok() before copying. Likewise, for the slow path of
> copy_from_us
ok, the git pull methon worked with the begin, but the gitweb not, ok,
than in a 30 min I checked
On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote:
> On Fri, Feb 08, 2008 at 10:00:56PM +0100, Oliver Pinter wrote:
> > Hi!
> >
> > the v2.6.24.y tree is not published or
hmm, when I good see, this is not for .22, and it (vmsplice_to_user)
is came with .23
On 2/8/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> greg it's for .22 or the splice is changed between .22 and .23?
>
> On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote:
> > Fr
ok, it's works
On 2/8/08, Oliver Pinter <[EMAIL PROTECTED]> wrote:
> ok, the git pull methon worked with the begin, but the gitweb not, ok,
> than in a 30 min I checked
>
> On 2/8/08, Greg KH <[EMAIL PROTECTED]> wrote:
> > On Fri, Feb 08, 2008 at 10:00:56PM +
Hi!
the v2.6.24.y tree is not published or not visible with git-web on
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.24.y.git;a=summary
address
On 2/8/08, Greg Kroah-Hartman <[EMAIL PROTECTED]> wrote:
> We (the -stable team) are announcing the release of the 2.6.24.1
> kernel.
>
> It
for 2.6.22
-- Forwarded message --
From: Oliver Pinter <[EMAIL PROTECTED]>
Date: Thu, 7 Feb 2008 00:11:58 +0100
Subject: Re: [patch 22/27] quicklist: Set tlb->need_flush if pages are
remaining in quicklist 0
To: Greg KH <[EMAIL PROTECTED]>
Cc: Christoph Lameter &l
Hi!
here is the snapshots in patch format:
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots
On 2/9/08, Chris Rankin <[EMAIL PROTECTED]> wrote:
> --- Greg KH <[EMAIL PROTECTED]> wrote:
> > Does any older kernel version work? 2.6.23? Newer ones?
> Everything up to and including 2.6.23.11 work
hmmm, with 2.6.22.y serie is too affected
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Feb 9 15:34:35 2008
[EMAIL PROTECTED]:~$ ./2617_26241_root_exploit
---
Linux vmsplice Local Root Exploit
By qa
thx it fixed for 2.6.22
>>>>>>>
commit f6e993b835393543bab2d917f9dea75218473edd
Author: Oliver Pinter <[EMAIL PROTECTED]>
Date: Sun Feb 10 14:03:46 2008 +0100
[PATCH] vm: splice local root exploit fix for 2.6.22.y
Based on Bastian Blank's patch
Fi
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
8<
Linux pancs 2.6.22.17-opt2-cve2 #1 SMP Sun Feb 10 16:22:37 CET 2008
i686 GNU/Linux
---
Linux vmsplice Local Root Exploit
By qaaz
---
[+] mmap: 0x0 .. 0x1000
[+]
;
if (unlikely(!base))
break;
On 2/10/08, Greg KH <[EMAIL PROTECTED]> wrote:
> On Sun, Feb 10, 2008 at 02:02:27PM +0100, Oliver Pinter wrote:
> > thx it fixed for 2.6.22
> >
> > >>>>>>>
> >
> > commit f6e993
thanks the info
On 2/10/08, Greg KH <[EMAIL PROTECTED]> wrote:
> On Sun, Feb 10, 2008 at 02:02:27PM +0100, Oliver Pinter wrote:
> > thx it fixed for 2.6.22
> >
> > >>>>>>>
> >
> > commit f6e993b835393543bab2d917f9dea75218473edd
> >
On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote:
> On Thu, Feb 07, 2008 at 09:03:52PM +0100, Oliver Pinter wrote:
> > aka: nfs-unmount-leak.patch
> >
> > From: Trond Myklebust <[EMAIL PROTECTED]>
> > Date: Tue Dec 11 11:05:19 2007 -0500
> > Subject: NF
ok, thanks, when i find requied patch for 2.6.22.y, then i'm send it.
On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote:
> On Fri, Feb 22, 2008 at 01:39:27PM -0800, Greg KH wrote:
> > This is the start of the stable review cycle for the 2.6.22.19 release.
> > There are 23 patches in this series, all w
thanks for the new rc/release!
Oliver Pinter
On 2/22/08, Greg KH <[EMAIL PROTECTED]> wrote:
> This is the start of the stable review cycle for the 2.6.22.19 release.
> There are 23 patches in this series, all will be posted as a response to
> this one. If anyone has any issues w
the pci=nommconf kernel parameter helped it?
On 2/23/08, Soeren Sonnenburg <[EMAIL PROTECTED]> wrote:
> Hi,
>
> trying out newest git, I see a hang with
> ACPI: SSDT 7feb9c10, 02ae (r1 APPLE CPU0Ist 3000 intl 20050309)
> ACPI: SSDT 7feb9910, 02c3 (r1 APPLE CPU0Cst 3001 intl 20050309)
> ...
> ACPI:
Thank for your work in this serie or tree.
On 2/26/08, Greg KH <[EMAIL PROTECTED]> wrote:
> diff --git a/Makefile b/Makefile
> index 99c5e87..27acaf4 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
> VERSION = 2
> PATCHLEVEL = 6
> SUBLEVEL = 22
> -EXTRAVERSION = .18
> +EXTRAVERSION =
attribute inconsistency bug, v2.6.22 backport
Kurt Garloff (1):
make (low) swappiness safer to use
Oliver Pinter (1):
linux v2.6.22.20-op1-rc1
Thomas Gleixner (1):
genirq: do not leave interupts enabled on free_irq
--
Thanks,
Oliver
--
To unsubscribe from this list: send the line "un
Hi All!
this: http://www.milw0rm.com/exploits/4460http://www.milw0rm.com/exploits/4460
exploit is fixed in kernel or not? this find I now..
--
Thanks,
Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo in
commit 400796b6b5ef9d6b1a882e5b8b0a4015140b7ac7
Author: oliver <[EMAIL PROTECTED](none)>
Commit: oliver <[EMAIL PROTECTED](none)>
coding style clean up of drivers/md/mktables.c
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
diff --git a/drivers/md/mktables.c b/dri
-- Forwarded message --
From: Oliver Pinter <[EMAIL PROTECTED]>
Date: Jul 22, 2007 10:11 PM
Subject: [ANNOUNCE][GIT PATCH] Kconfig.cpu cosmetics
To: Linus Torvalds <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Hi all!
Here is one patch, Kconfig.cpu
On 7/22/07, Jan Engelhardt <[EMAIL PROTECTED]> wrote:
On Jul 22 2007 22:16, Oliver Pinter wrote:
> Hi all!
>
> Here is one patch, Kconfig.cpu, this patch add the Pentium D processor
> for help, because number of person has the question: I have Pentium D,
> and which CPU ch
the primary reason is add the Pentium D for help and the position
switch is secondary.
and the patch motivated to make by Tilman Schmidt's mail:
More generally, what is the correct way of selecting the processor
family option for a CPU whose name doesn't appear anywhere in the
prompts or help te
In this little patch is cosmetic in i386 and x86_64 Kconfig files.
In first patch add the "Pentium D" for help, in second patch change
the order, that logically simplifier when the cpu-s sorted by
time-line.
01_add_pentium_d_for_kconfig_cpu.patch
02_change_cpu_order_in_Kconfig_cpu.patch
arch/i38
01_add_pentium_d_for_kconfig_cpu.patch:
arch/i386/Kconfig.cpu |6 +++---
arch/x86_64/Kconfig |6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
Thanks,
Oliver
commit 56c7bb5042008698752b7eb6abb8a28256867941
Author: Oliver Pinter <[EMAIL PROTECTED]>
Date: Mon Jul 23
02_change_cpu_order_in_Kconfig_cpu.patch:
arch/i386/Kconfig.cpu | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
--
Thanks,
Oliver
commit cefc467f037e374beecb825226294be014120509
Author: Oliver Pinter <[EMAIL PROTECTED]>
Date: Mon Jul 23 01:06:06 2007 +0200
commit c2d2983585e8a46639ca95f6c6122807d8312547
Author: oliver <[EMAIL PROTECTED](none)>
Date: Thu Jul 26 20:42:16 2007 +0200
change the sort in arch/i386/Kconfig.cpu file, while it is logicaller (by pr
oductions time-line).
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
arch/i386/Kconfig.cpu | 34 +++---
arch/x86_64/Kconfig |6 +++---
2 files changed, 34 insertions(+), 6 deletions(-)
--
Thanks,
Oliver
commit 3393c5c744b1d18e73776c6e20f3676c9f2c07eb
Author: Oliver Pinter <[
In this little patch is cosmetic in i386 and x86_64 Kconfig files.
In first patch add the "Pentium D" and CPU core name for help, in
second patch change the order, that logically simplifier when the
cpu-s sorted by
time-line.
01_add_cpu_names_to_kconfig_cpu.patch:
arch/i386/Kconfig.cpu | 34 ++
commit c2d2983585e8a46639ca95f6c6122807d8312547
Author: oliver <[EMAIL PROTECTED](none)>
Date: Thu Jul 26 20:42:16 2007 +0200
change the sort in arch/i386/Kconfig.cpu file, while it is logicaller (by pr
oductions time-line).
Signed-off-by: Oliver Pinter <[EMAIL PROTECTED]>
oh, the version is: 2.6.22-rc5-0864a4e
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On 7/11/07, Oliver Pinter <[EMAIL PROTECTED]> wrote:
On 7/11/07, Greg KH <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 11, 2007 at 12:34:32AM +0200, Oliver Pinter wrote:
> > Hi all!
> >
> > After 5hour running over the 2.6.22 i lost the keyborad under kde,
> &
+ open sound system
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On 7/18/07, Jean Delvare <[EMAIL PROTECTED]> wrote:
Hi Greg,
On Tue, 17 Jul 2007 20:38:28 -0700, Greg KH wrote:
> On Tue, Jul 17, 2007 at 11:05:30PM +0200, Jean Delvare wrote:
> > This breaks libsensors. libsensors uses libsysfs, and libsysfs is not
> > very smart in that it will initialize succ
wonderful long list :)
the 2.6.22 is the next unstable developing tree, the 2.7 tree? When
not, then so be the stabilization kernel and so be 2.6.22-rcX (
X->1..15 ), and 0 regression.
/* sorry for the spelling, but I learn English not. */
-
To unsubscribe from this list: send the line "unsubscr
pancs:~/kernel# ll
total 460
-rw-r--r-- 1 root root 0 2007-05-19 19:36
-rwxr-xr-x 1 root root259 2007-05-06 13:14 lspc.sh
-rw-r--r-- 1 root root 92184 2007-05-06 13:06 mypc.txt
-rw-r--r-- 1 root root 91058 2007-05-06 12:42 pc.tct
-rw-r--r-- 1 root root 93834 2007-05-06 12:58 pc.txt
-rw
On 5/19/07, Bernd Eckenfels <[EMAIL PROTECTED]> wrote:
In article <[EMAIL PROTECTED]> you wrote:
> -rw-r--r-- 1 root root 0 2007-05-06 12:41
>
> the last line is very interesting, this file has no name and the size is 0
byte.
Well, 0 byte files are nothing special, and the name: it might b
other dir's ls see I zero \0
On 5/19/07, Bernd Eckenfels <[EMAIL PROTECTED]> wrote:
In article <[EMAIL PROTECTED]> you wrote:
> 500 8 6 1 2 5 4 9 - r w - r - - r
>3638 3231 3435 2039 722d 2d77 2d72 722d
> 520 - - 1 r o o t
with rm -i $'\xa0' command, have I removed the file
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
yeah, but how produziert?
On 5/19/07, oliver pinter <[EMAIL PROTECTED]> wrote:
with rm -i $'\xa0' command, have I removed the file
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Mo
Hi David!
On 9/12/07, David Miller <[EMAIL PROTECTED]> wrote:
> From: "Kövedi_Krisztián" <[EMAIL PROTECTED]>
> Date: Wed, 12 Sep 2007 09:47:45 +0200
>
> > The patch work fine the kernel booting up without error messages.
>
> Thanks for testing.
this patch releated for 2.6.22.y too.
http://git.ker
Hi!
the queue for 2.6.22.8 (2.6.22.8-rc1) is for the next release or
thuse paches droped?
--
Thanks,
Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
1 - 100 of 173 matches
Mail list logo