| From | Subject | Date |
|---|---|---|
| David Witbrodt | HPET regression in 2.6.26 versus 2.6.25
Hello,
[Please CC me if you reply, for I am not subscribed to LKML.]
This is my first time posting to LKML.
I am a Debian user. The sources for 2.6.26 recently became available
in the Debian unstable repositories. Trying them out by building
custom kernels (think 'make oldconfig'), I found that one machine
worked while another froze early in boot. No oops, no error msg of
any kind, just a hard freeze without even Magic SysRq working!
I suspected a dumb config error on my part, but found ...
| Aug 4, 7:57 pm 2008 |
| Duane Griffin | [PATCH] jbd: abort instead of waiting for nonexistent transa...
The __log_wait_for_space function sits in a loop checkpointing transactions
until there is sufficient space free in the journal. However, if there are
no transactions to be processed (e.g. because the free space calculation is
wrong due to a corrupted filesystem) it will never progress.
Check for space being required when no transactions are outstanding and
abort the journal instead of endlessly looping.
This patch fixes the bug reported by Sami Liedes at:
[ message continues ] " title="http://bugzilla.kernel.org/show_bug.cgi?...">http://bugzilla.kernel.org/show_bug.cgi?... | Aug 4, 7:51 pm 2008 |
| Duane Griffin | [PATCH] jbd2: abort instead of waiting for nonexistent trans...
The __jbd2_log_wait_for_space function sits in a loop checkpointing
transactions until there is sufficient space free in the journal. However,
if there are no transactions to be processed (e.g. because the free space
calculation is wrong due to a corrupted filesystem) it will never progress.
Check for space being required when no transactions are outstanding and
abort the journal instead of endlessly looping.
This patch fixes the bug reported by Sami Liedes at:
[ message continues ] " title="http://bugzilla.kernel.org/show_bug...">http://bugzilla.kernel.org/show_bug... | Aug 4, 7:51 pm 2008 |
| Luis R. Rodriguez | [PATCH 2/4] list.h: add list_cut_position()
This adds list_cut_position() which lets you cut a list into
two lists given a pivot in the list.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
---
include/linux/list.h | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/include/linux/list.h b/include/linux/list.h
index 594f67c..2999b0f 100644
--- a/include/linux/list.h
+++ b/include/linux/list.h
@@ -214,6 +214,38 @@ static inline int list_is_singular(const struct list_head...
| Aug 4, 6:48 pm 2008 |
| Randy Dunlap | Re: [PATCH 2/4] list.h: add list_cut_position()
---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--
| Aug 4, 7:00 pm 2008 |
| Luis R. Rodriguez | Re: [PATCH 2/4] list.h: add list_cut_position()
Thanks.
---
include/linux/list.h | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/include/linux/list.h b/include/linux/list.h
index 594f67c..2999b0f 100644
--- a/include/linux/list.h
+++ b/include/linux/list.h
@@ -214,6 +214,38 @@ static inline int list_is_singular(const struct list_head *head)
return !list_empty(head) && (head->next == head->prev);
}
+static inline void __list_cut_position(struct list_head *list,
...
| Aug 4, 7:13 pm 2008 |
| Luis R. Rodriguez | [PATCH 1/4] list.h: Add list_splice_tail() and list_splice_t...
If you are using linked lists for queues list_splice() will not do what
you would expect even if you use the elements passed reversed. We need
to handle these differently. We add list_splice_tail() and
list_splice_tail_init()
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
---
include/linux/list.h | 45 ++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 44 insertions(+), 1 deletions(-)
diff --git a/include/linux/list.h b/include/linux/list.h
index 453916b..594f67c...
| Aug 4, 6:48 pm 2008 |
| Robert Krawitz | Another one for fixup-storage
This is for a Dell Inspiron E1705/9400. I'm using a non-OEM disk (a
Hitachi 320 GB drive).
Note that matching on "MP061" doesn't work -- it needs to be "MP061*"
due to the way dmidecode seems to return the data (with a bunch of
spaces after the tag). Hence I've attached the data rather than merely
I've only had this thing a month or so and already had over 70,000
unload cycles. Ick.
--
Robert Krawitz <rlk@alum.mit.edu>
Tall Clubs International...
| Aug 4, 6:20 pm 2008 |
| Joe Peterson | tty: ctrl-c not always echoed, especially under load
I am experiencing a rather intermittent and hard-to-reproduce issue in the tty
layer, and I am posting here to get ideas on how to debug it from those of you
who have delved into the tty internals. I suspect some kind of race is going on
or the echo is caught in the tty buffer when it gets flushed (and never makes it
to the tty). Heavy load (compiling, etc.) seems to make it more likely.
When a signal character (e.g. ctrl-c) is received, the tty ldisc and driver are
flushed, the character is echoe...
| Aug 4, 6:03 pm 2008 |
| Alan Cox | Re: tty: ctrl-c not always echoed, especially under load
On Mon, 04 Aug 2008 16:03:02 -0600
If the output buffer is full then echoed characters/^C etc will vanish the
way n_tty implements its buffering internally. It's always worked that
way.
Alan
--
| Aug 4, 7:11 pm 2008 |
| Joe Peterson | Re: tty: ctrl-c not always echoed, especially under load
But since the flush is done just prior, shouldn't the buffer be empty
just before the ^C is written? Or are you saying that the buffer could
refill in the meantime (between the flush and the ^C) if the chars are
comming in too fast?
What about the order of flush?... Currently, it is:
n_tty_flush_buffer(tty); (ldisc buf)
tty_driver_flush_buffer(tty); (driver buf)
Would it be better to reverse this order, flushing the driver buffer
first so characters do not then refill the ldisc buffer ...
| Aug 4, 7:36 pm 2008 |
| Simon Arlott | Tyan S2923-E suspend to ram fails to resume
My system (Tyan S2923-E, dmesg attached) suspends ok in all pm_test modes, but it
won't resume with pm_test "none".
[ 6.423515] mem full: hash matches
When I press the power button, the port 80 display shows:
FF D0 23 01 D0 ... DE
(and again each time I press it)
If I force it to turn off, then on again:
FF D0 23 01 D0 ... FF D0 23 01 D0 ... (D2?) D3 00 01 D5 D6 <normal boot>
Any ideas? (onboard SAS is disabled, watchdog is disabled, everything else is
enabled, PCI-E graphics c...
| Aug 4, 5:56 pm 2008 |
| Pekka J Enberg | [RFC/PATCH] SLUB: dynamic per-cache MIN_PARTIAL
From: Pekka Enberg <penberg@cs.helsinki.fi>
This patch changes the static MIN_PARTIAL to a dynamic per-cache ->min_partial
value that is calculated from object size. The bigger the object size, the more
pages we keep on the partial list.
I tested SLAB, SLUB, and SLUB with this patch on Jens Axboe's 'netio' example
script of the fio benchmarking tool. The script stresses the networking
subsystem which should also give a fairly good beating of kmalloc() et al.
To run the test yourself, f...
| Aug 4, 5:39 pm 2008 |
| Christoph Lameter | Re: [RFC/PATCH] SLUB: dynamic per-cache MIN_PARTIAL
Well looks okay. Sigh. I sure wish we would deal with the page allocator
performance instead of adding more buffering.
--
| Aug 4, 5:43 pm 2008 |
| Satish Eerpini | Re: Kernel Installer
lot more work needs to be done , before the kernel installer would be
useful for a newbie , and the GUI front end would be the major part of
it !
Thanks
Satish
--
http://satish.playdrupal.com
--
| Aug 4, 5:31 pm 2008 |
| Greg KH | [patch 00/25] 2.6.26-stable review
This is the start of the stable review cycle for the 2.6.26.2 release.
There are 25 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let us know. If anyone is a maintainer of the proper subsystem, and
wants to add a Signed-off-by: line to the patch, please respond with it.
These patches are sent out with a number of different people on the
Cc: line. If you wish to be a reviewer, please email stable@kernel.org
to add y...
| Aug 4, 5:27 pm 2008 |
| Greg KH | [patch 18/25] Add compat handler for PTRACE_GETSIGINFO
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Andreas Schwab <schwab@suse.de>
commit e4cc58944c1e2ce41e3079d4eb60c95e7ce04b2b upstream
Current versions of gdb require a working implementation of
PTRACE_GETSIGINFO for proper watchpoint support. Since struct siginfo
contains pointers it must be converted when passed to a 32-bit debugger.
Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Paul Mackerras <pau...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 17/25] Bluetooth: Signal user-space for HIDP and BNEP...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Marcel Holtmann <marcel@holtmann.org>
commit ec8dab36e0738d3059980d144e34f16a26bbda7d upstream
When using the HIDP or BNEP kernel support, the user-space needs to
know if the connection has been terminated for some reasons. Wake up
the application if that happens. Otherwise kernel and user-space are
no longer on the same page and weird behaviors can happen.
Signed-off-by: Marcel H...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 16/25] Input: i8042 - add Acer Aspire 1360 to nomux b...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jiri Kosina <jkosina@suse.cz>
commit 0376bce7b0659fe1e80d045860087072583ab93f upstream.
Acer Aspire 1360 needs to be added to nomux blacklist, otherwise its
touchpad misbehaves.
Reported-by: Clark Tompsett <clarkt@cnsp.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 15/25] Input: i8042 - add Gericom Bellagio to nomux b...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jiri Kosina <jkosina@suse.cz>
commit 5b5b43d0b32ea586036638288c31179f00de5443 upstream
Gericom Bellagio needs to be added to nomux blacklist, otherwise its
touchpad misbehaves.
Reported-by: Roland Kletzing <roland.kletzing@materna.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 14/25] Input: i8042 - add Intel D845PESV to nopnp list
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jiri Kosina <jkosina@suse.cz>
commit c3a34f4390396a4bede3f8b7bcc5153f50b974bb upstream
This patch introduces i8042_dmi_nopnp_table to make it possible to perform
DMI matches for systems that need 'i8042.nopnp' to work correctly, and
introduces such an entry for Intel D845PESV -- this system doesn't
detect PS2 mouse reliably without this option, as reported by Robert
Lewis.
[dtor@...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 13/25] jbd: fix race between free buffer and commit t...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Mingming Cao <cmm@us.ibm.com>
commit 3f31fddfa26b7594b44ff2b34f9a04ba409e0f91 upstream
journal_try_to_free_buffers() could race with jbd commit transaction when
the later is holding the buffer reference while waiting for the data
buffer to flush to disk. If the caller of journal_try_to_free_buffers()
request tries hard to release the buffers, it will treat the failure as
error and ...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 25/25] Ath5k: kill tasklets on shutdown
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jiri Slaby <jirislaby@gmail.com>
commit 10488f8ad62be3b860bad74e60b4fe6ab87aece3 upstream
Don't forget to kill tasklets on stop to not panic if they
fire after freeing some structures.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Acked-by: Nick Kossifidis <mickflemm@gmail.com>
Cc: Luis R. Rodriguez <mcgrof@gmail.com>
Signed-off-by: John W. Linville <linvil...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 24/25] Ath5k: fix memory corruption
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Jiri Slaby <jirislaby@gmail.com>
commit 3a0f2c871849f23c1070965bf94dec3f9c0b479d upstream
When signal is noisy, hardware can use all RX buffers and since the last
entry in the list is self-linked, it overwrites the entry until we link
new buffers.
Ensure that we don't free this last one until we are 100% sure that it
is not used by the hardware anymore to not cause memory currupti...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 23/25] vfs: fix lookup on deleted directory
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Miklos Szeredi <mszeredi@suse.cz>
commit d70b67c8bc72ee23b55381bd6a884f4796692f77 upstream
Lookup can install a child dentry for a deleted directory. This keeps
the directory dentry alive, and the inode pinned in the cache and on
disk, even after all external references have gone away.
This isn't a big problem normally, since memory pressure or umount
will clear out the directory...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 22/25] ALSA: emu10k1 - Fix inverted Analog/Digital mi...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Takashi Iwai <tiwai@suse.de>
commit d2cd74b158d7214a556226e3312f9fb1de64d7ae upstream
On Audigy2 Platinum, the Analog/Digital mixer switch is inverted.
https://bugzilla.novell.com/show_bug.cgi?id=396204
The patch adds a simple workaround.
There might be another device requiring a similar fix, too (or fix for
audigy2 generically), but right now I fix only the known broken one.
...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 21/25] ALSA: hda - Add missing Thinkpad Z60m support
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Takashi Iwai <tiwai@suse.de>
commit 470eaf6be78424fc499a5039e5d5fe58bace2bc3 upstream
Added the missing SSID of Thinkpad Z60m for model=thinkpad with
AD1981HD.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
sound/pci/hda/patch_analog.c | 1 +
1 file change...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 20/25] ALSA: hda - Fix DMA position inaccuracy
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Takashi Iwai <tiwai@suse.de>
commit 9ad593f6d326e7a4664e3856520f6c042f82a37f upstream
Many HD-audio controllers seem inaccurate about the IRQ timing of
PCM period updates. This has caused problems on audio quality; e.g.
JACK doesn't work with two periods.
This patch fixes the problem by checking the current DMA position
at IRQ handler and delays the period-update via a workq if i...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 19/25] ALSA: hda - Fix wrong volumes in AD1988 auto-p...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Takashi Iwai <tiwai@suse.de>
commit 43785eaeb1cfb8aed3cf8027f298b242f88fdc45 upstream
Don't create mixer volume elements for Headphone and Speaker if they
use the same DAC as normal line-outs on AD1988. Otherwise the amp
value gets screwed up, e.g.
https://bugzilla.novell.com/show_bug.cgi?id=398255
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 12/25] NFS: Ensure we zap only the access and acl cac...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Trond Myklebust <Trond.Myklebust@netapp.com>
commit f41f741838480aeaa3a189cff6e210503cf9c42d upstream
...and ensure that we obey the NFS_INO_INVALID_ACL flag when retrieving the
acls.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
fs/nfs/inode.c | 4 +---
fs/nfs/internal.h | 1 +
fs/nfs/...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 11/25] SCSI: ch: fix ch_remove oops
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
commit 3d164fb09bb5cb8a223eddf634fc0d355714fcfe upstream.
The following commit causes ch_remove oops:
commit 24b42566c3fcbb5a9011d1446783d0f5844ccd45
Author: Greg Kroah-Hartman <gregkh@suse.de>
Date: Fri May 16 17:55:12 2008 -0700
SCSI: fix race in device_create
There is a race from when a device is created with ...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 10/25] linear: correct disk numbering error check
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Nikanth Karthikesan <knikanth@novell.com>
[ Upstream commit 13864515f7bf6cabd60e63c62e09d311386ae1f1 ]
From: "Nikanth Karthikesan" <knikanth@novell.com>
Correct disk numbering problem check.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Neil Brown <neilb@suse.de>
CC: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Greg Kroah...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 09/25] netfilter: xt_time: fix times time_mt()s use o...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: David Howells <dhowells@redhat.com>
[ Upstream commit 280763c053fee297d95b474f2c145990670371e6 ]
Fix netfilter xt_time's time_mt()'s use of do_div() on an s64 by using
div_s64() instead.
This was introduced by patch ee4411a1b1e0b679c99686629b5eab5a072ce49f
("[NETFILTER]: x_tables: add xt_time match").
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Pat...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 08/25] Kprobe smoke test lockdep warning
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Peter Zijlstra <peterz@infradead.org>
[ Upstream commit d54191b85e294c46f05a2249b1f55ae54930bcc7 ]
how I love this stuff...
Ok, do_debug() is a trap, this can happen at any time regardless of the
machine's IRQ state. So the first thing we do is fix up the IRQ state.
Then we call this die notifier stuff; and return with messed up IRQ
state... YAY.
So, kprobes fudges it..
...
| Aug 4, 5:30 pm 2008 |
| Greg KH | [patch 07/25] Close race in md_probe
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Neil Brown <neilb@suse.de>
[ Upstream commit f48ed538386cb41559282d989354e8f5d442d71c ]
There is a possible race in md_probe. If two threads call md_probe
for the same device, then one could exit (having checked that
->gendisk exists) before the other has called kobject_init_and_add,
thus returning an incomplete kobj which will cause problems when
we try to add children to it....
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 06/25] x86: io delay - add checking for NULL early pa...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Cyrill Gorcunov <gorcunov@gmail.com>
[ Upstream commit d6cd7effcc5e0047faf15ab0a54c980f1a616a07 ]
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: akpm@linux-foundation.org
Cc: andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
CC: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
arch/x86/...
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 05/25] x86: idle process - add checking for NULL earl...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Cyrill Gorcunov <gorcunov@gmail.com>
[ Upstream commit ab6bc3e343fbe3be4a0f67225e849d0db6b4b7ac ]
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Cc: akpm@linux-foundation.org
Cc: andi@firstfloor.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
CC: Oliver Pinter <oliver.pntr@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
arch/x86/ke...
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 04/25] SCSI: bsg: fix bsg_mutex hang with device remo...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
commit 3f27e3ed11e67c5ee19d560a50eafd93cf8c6682 upstream
[SCSI] bsg: fix bsg_mutex hang with device removal
We don't need to hold bsg_mutex during bsg_complete_all_commands(). It
leads to a problem that we block bsg_unregister_queue during
bsg_complete_all_commands (untill all the outstanding commands
complete).
Thanks to Pete Wyc...
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 03/25] netfilter: nf_nat_sip: c= is optional for sess...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Herbert Xu <herbert@gondor.apana.org.au>
netfilter: nf_nat_sip: c= is optional for session
Upstream commit c71529e4:
According to RFC2327, the connection information is optional
in the session description since it can be specified in the
media description instead.
My provider does exactly that and does not provide any connection
information in the session description. As a res...
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 02/25] romfs_readpage: dont report errors for pages b...
2.6.26-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Linus Torvalds <torvalds@linux-foundation.org>
commit 0056e65f9e28d83ee1a3fb4f7d0041e838f03c34 upstream
We zero-fill them like we are supposed to, and that's all fine. It's
only an error if the 'romfs_copyfrom()' routine isn't able to fill the
data that is supposed to be there.
Most of the patch is really just re-organizing the code a bit, and using
separate variables for the err...
| Aug 4, 5:29 pm 2008 |
| Greg KH | [patch 01/25] ftrace: remove unneeded documentation
2.6.26-stable review patch. If anyone has any objections, please let us know.
------------------
There is no ftrace in the 2.6.26 kernel release, so remove the
documentation as it isn't needed.
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
Documentation/ftrace.txt | 1353 -----------------------------------------------
1 file changed, 1353 deletions(-)
--- a/Documentation/ftrace.txt
+++ /dev/null
@@ -1,1353 +0,0 @@
- ft...
| Aug 4, 5:29 pm 2008 |
| Steven Rostedt | Re: [patch 01/25] ftrace: remove unneeded documentation
Well, I object to this patch, but I'm sure I'll be ignored.
--
| Aug 4, 5:42 pm 2008 |
| Randy Dunlap | Re: [patch 01/25] ftrace: remove unneeded documentation
You could argue that it doesn't meet stable rules criteria, but the file
---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--
| Aug 4, 5:49 pm 2008 |
| Steven Rostedt | Re: [patch 01/25] ftrace: remove unneeded documentation
I understand why Greg's pulling it. That does not mean I have to like it.
-- Steve
--
| Aug 4, 6:02 pm 2008 |
| Randy Dunlap | Re: [patch 01/25] ftrace: remove unneeded documentation
It's really not a matter of you or anyone liking it personally.
---
~Randy
Linux Plumbers Conference, 17-19 September 2008, Portland, Oregon USA
http://linuxplumbersconf.org/
--
| Aug 4, 6:06 pm 2008 |
| Greg KH | Re: [patch 01/25] ftrace: remove unneeded documentation
Why? There is no ftrace code in the 2.6.26 kernel, so why would we
worry about keeping such documentation up to date, let alone even
present at all?
Why should this matter?
thanks,
greg k-h
--
| Aug 4, 5:46 pm 2008 |
| Steven Rostedt | Re: [patch 01/25] ftrace: remove unneeded documentation
Greg,
Don't get me wrong. I agree with the reason to pull it. It is the right
thing to do. But still, I don't like it, not because I disagree with it,
but simply, I liked the fact that the document made it in before the code.
I just sold my 1994 Nissan Sentra because I seldom drove it. It was the
right thing to do. But I still don't like the fact that I don't have it
anymore.
I don't like it. This is a feeling. Nothing to do with being technical.
Hence, I will not argue it. I just wa...
| Aug 4, 6:16 pm 2008 |
| Sam Ravnborg | [GIT PULL] kbuild fixes
Hi Linus.
Please pull the following two kconfig related fixes.
Sam
The following changes since commit 48a61569bb5396415c5dad0e81e1cfeb87c0aca3:
Adrian Bunk (1):
kbuild: scripts/ver_linux: don't set PATH
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git master
Sam Ravnborg (2):
kconfig: always write out .config
kconfig: drop the ""trying to assign nonexistent symbol" warning
scripts/kconfig/conf.c ...
| Aug 4, 5:01 pm 2008 |
| Eric Paris | [RFC 1/5] [TALPA] Hooking points and kernel interception
Core of the functionality is to insert hooking points at appropriate
places and pass events for vetting.
Vetting works via three chain of filters. First an interception is
passed to a evaluation chain whose purpose is to decide whether the
access should be allowed or denied. Depending on the outcome either
allow or deny filter chain is run next.
Signed-off-by: Eric Paris <eparis@redhat.com>
---
Documentation/talpa/design.txt | 266 +++++++++++++++++++++++++++++++
fs/open.c ...
| Aug 4, 5:00 pm 2008 |
| Eric Paris | [RFC 2/5] [TALPA] securityfs configuration interfaces
Each filter can choose to export a set of configuration options
which is implemented through securityfs on the low-level.
Signed-off-by: Eric Paris <eparis@redhat.com>
---
security/talpa/Makefile | 4 +-
security/talpa/talpa.h | 41 +++++++++
security/talpa/talpa_common.c | 54 ++++++++++++
security/talpa/talpa_configuration.c | 155 ++++++++++++++++++++++++++++++++++
4 files changed, 253 insertions(+), 1 deletions(-)
create mode 100644 security/t...
| Aug 4, 5:00 pm 2008 |
| previous day | today | next day |
|---|---|---|
| August 3, 2008 | August 4, 2008 | August 5, 2008 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Linus Torvalds | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Eric Paris | [RFC 0/5] [TALPA] Intro to a linux interface for on access scanning |
| Ingo Molnar | Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 |
git: | |
| Gerrit Renker | [PATCH 18/37] dccp: Support for Mandatory options |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
