Commit: Greg Kroah-Hartman
CommitDate: Thu Jan 31 14:18:25 2019 +0100
blk-mq: fix changelog
ddd7d0ff2d wireless: fix changelog
c438cfd46e blk-mq: fix changelog
31b092d47f lib: WIP, break up
Commit: Greg Kroah-Hartman
CommitDate: Sat Jan 5 18:42:10 2019 +0100
blk-mq: fix changelog
7d7009c53a wireless: fix changelog
1aba551c73 blk-mq: fix changelog
6044acd966 lib: WIP, break up
leanup
>
> commit 047fb56f7ecf53620d6e93fbcc8ca9166108d14c
> Author: Greg Kroah-Hartman
> AuthorDate: Fri Jan 4 14:06:22 2019 +0100
> Commit: Greg Kroah-Hartman
> CommitDate: Fri Jan 4 17:29:15 2019 +0100
>
> blk-mq: fix changelog
>
> 464573328e wireless: fix changelog
> 047fb
From: Henri Doreau
Added jobid fields to Changelog records (and extended records). The
CLF_JOBID flags allows to check if the field is present or not (old
format) when reading an entry. Jobids are expressed as 32 chars long,
zero-terminated strings. Updated test_205 in sanity.sh.
Signed-off-by
From: Dmitry Eremin
Change type of changelog_*{namelen,size}() to size_t.
Fixed string specifier for unsigned types.
Signed-off-by: Dmitry Eremin
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5577
Reviewed-on: http://review.whamcloud.com/12474
Reviewed-by: James Simmons
Reviewed-by: Andr
From: Henri Doreau
Fixed changelog_remap_rec() to correctly remap records emitted
with jobid_var=disabled, i.e. delivered by new servers but with
no jobid field.
Signed-off-by: Henri Doreau
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-5862
Reviewed-on: http://review.whamcloud.com/12574
R
pe's */
-#define CHANGELOG_ALLMASK 0X
-/** default \a changelog_rec_type mask */
-#define CHANGELOG_DEFMASK CHANGELOG_ALLMASK & ~(1 << CL_ATIME | 1 << CL_CLOSE)
-
/* changelog llog name, needed by client replicators */
#define CHANGELOG_CATALOG "changelog_catalog"
@@ -
pe's */
-#define CHANGELOG_ALLMASK 0X
-/** default \a changelog_rec_type mask */
-#define CHANGELOG_DEFMASK CHANGELOG_ALLMASK & ~(1 << CL_ATIME | 1 << CL_CLOSE)
-
/* changelog llog name, needed by client replicators */
#define CHANGELOG_CATALOG "changelog_catalog"
@@ -
Git provides us all the changelogs anyway. So trimming
the comments section here.
Updated the copyrights info while at it.
Signed-off-by: Aravind Gopalakrishnan
---
drivers/edac/amd64_edac.h | 56 +--
1 file changed, 1 insertion(+), 55 deletions(-)
d
On Fri, 18 Sep 2015, Oleksij Rempel wrote:
'changelog' is not really a descriptive subject line for a cover
letter.
Thanks,
tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More maj
+---
> 4 files changed, 286 insertions(+), 18 deletions(-)
> create mode 100644 drivers/irqchip/alphascale_asm9260-icoll.h
>
Next time, please add a sensible title to your cover letter. Something
like "Add support for ASM9260 interrupt controller". "chang
v2:
- move some parts from patch 2 to 1
- make separate irq_chip for ICOLL and ASM9260
Oleksij Rempel (2):
ARM: irqchip: mxs: prepare driver for HW with different offsets
ARM: irqchip: mxs: add Alpascale ASM9260 support
drivers/irqchip/Kconfig| 5 +
drivers/irqchip/Mak
From: Niu Yawei
To avoid potential security problems, non-privileged users should
have no permission to run 'lfs changelog' & 'lfs changelog_clear'.
Signed-off-by: Niu Yawei
Reviewed-on: http://review.whamcloud.com/14280
Intel-bug-id: https://jira.hpdd.intel.com/browse/
People often put diff snippets in changelogs. This causes problems
when one tries to apply a file containing both the changelog and the
diff because patch(1) tries to apply the diff which it found in the
changelog.
Warn once when what seems to be a diff snippet in the changelog exists
Changes since v2:
Change commit message to be more descriptive (thanks to Julia for input)
--
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
changelog
It is useless at best and git history has it all detailed
anyway. Update copyright while at it.
Signed-off-by: Borislav Petkov
Cc: Andy Lutomirski
Cc: Borislav Petkov
Cc: Brian Gerst
Cc: Denys Vlasenko
Cc: H. Peter Anvin
Cc: Linus Torvalds
Cc: Peter Zijlstra
Cc: Thomas Gleixner
From: Borislav Petkov
It is useless at best and git history has it all detailed anyway. Update
copyright while at it.
Signed-off-by: Borislav Petkov
---
arch/x86/kernel/cpu/microcode/core.c | 76 +--
arch/x86/kernel/cpu/microcode/intel.c | 75 --
From: Borislav Petkov
It is useless at best and git history has it all detailed anyway. Update
copyright while at it.
Signed-off-by: Borislav Petkov
---
arch/x86/kernel/cpu/microcode/core.c | 76 +--
arch/x86/kernel/cpu/microcode/intel.c | 75 --
From: Borislav Petkov
It is useless and git history has it all detailed anyway. Update
copyright while at it.
Signed-off-by: Borislav Petkov
Cc: Aravind Gopalakrishnan
---
arch/x86/kernel/cpu/mcheck/mce_amd.c | 12 ++--
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/ar
On 07/30/14 14:11, Johannes Weiner wrote:
> Maintainers often repeat the same feedback on poorly written
> changelogs - describe the problem, justify your changes, quantify
> optimizations, describe user-visible changes - but our documentation
> on writing changelogs doesn't include these things.
* Johannes Weiner wrote:
> Maintainers often repeat the same feedback on poorly written
> changelogs - describe the problem, justify your changes, quantify
> optimizations, describe user-visible changes - but our documentation
> on writing changelogs doesn't include these things. Fix that.
>
>
On Wed, Jul 30, 2014 at 05:11:01PM -0400, Johannes Weiner wrote:
> Maintainers often repeat the same feedback on poorly written
> changelogs - describe the problem, justify your changes, quantify
> optimizations, describe user-visible changes - but our documentation
> on writing changelogs doesn't
From: Johannes Weiner
Date: Wed, 30 Jul 2014 17:11:01 -0400
> Maintainers often repeat the same feedback on poorly written
> changelogs - describe the problem, justify your changes, quantify
> optimizations, describe user-visible changes - but our documentation
> on writing changelogs doesn't inc
On Wed, 2014-07-30 at 17:11 -0400, Johannes Weiner wrote:
> Maintainers often repeat the same feedback on poorly written
> changelogs - describe the problem, justify your changes, quantify
> optimizations, describe user-visible changes - but our documentation
> on writing changelogs doesn't include
Maintainers often repeat the same feedback on poorly written
changelogs - describe the problem, justify your changes, quantify
optimizations, describe user-visible changes - but our documentation
on writing changelogs doesn't include these things. Fix that.
Signed-off-by: Johannes Weiner
---
Do
Great. Thanks!
regards,
dan carpenter
--
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/
line wrap the changelog as per Dan
sanjeev sharma (4):
staging: rtl8192u: Remove useless return statements.
staging: rtl8192u: Removed unnecessary whitespace & tab warning.
staging: rtl8192u: Fixed switch and case indentation error.
staging: rtl8192u: Fixed too long lines
dri
Adding the README, COPYING and ChangeLog for the package.
Signed-off-by: Janani Venkataraman
---
COPYING| 24
COPYING.LIBGENCORE | 24
Changelog |7 +++
README | 108
4 files
7fb48b9868c ("Remove fs/ntfs/ChangeLog")
>
> Signed-off-by: Fabian Frederick
> ---
> Documentation/filesystems/ntfs.txt | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/filesystems/ntfs.txt
> b/Documentation/filesystems/ntfs.txt
> ind
File was removed in the following commit :
7c821a179f91c3ad52588400ce52a7fb48b9868c ("Remove fs/ntfs/ChangeLog")
Signed-off-by: Fabian Frederick
---
Documentation/filesystems/ntfs.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/filesystems/ntfs.txt
b/Doc
;
- LASSERT(len <= CR_MAXSIZE);
+ LASSERT(len <= KUC_CHANGELOG_MSG_MAXSIZE);
lh->kuc_magic = KUC_MAGIC;
lh->kuc_transport = KUC_TRANSPORT_CHANGELOG;
@@ -1503,7 +1503,7 @@ static int mdc_changelog_send_thread(void *csdata)
CDEBUG(D_CHANGELOG, "c
nd_thread(void *csdata)
CDEBUG(D_CHANGELOG, "changelog to fp=%p start "LPU64"\n",
cs->cs_fp, cs->cs_startrec);
- OBD_ALLOC(cs->cs_buf, CR_MAXSIZE);
+ OBD_ALLOC(cs->cs_buf, KUC_CHANGELOG_MSG_MAXSIZE);
if (cs->cs_buf == NU
>From 2375c7eaa43d4474fb5b403dba9b3175e683484a Mon Sep 17 00:00:00 2001
From: Bryan Wu <[EMAIL PROTECTED]>
Date: Thu, 31 Jan 2008 01:30:09 +0800
Subject: [PATCH] [Scripts] kallsyms: Nuke all ChangeLog, this should be logged
by git
(25/Aug/2004) Paulo Marques <[EMAIL PROTECTED]&
ide-tape ioctl's can be issued to either the block device or
> + * the character device interface.
> + *
> + * Maximal throughput with minimal bus load will usually be achieved in the
> + * following scenario:
> + *
> + * 1. ide-tape is operating in the pipelined operation mo
Also, cleanup whitespace and update comments.
Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]>
---
Documentation/ide/ChangeLog.ide-tape.1995-2002 | 405 +++
drivers/ide/ide-tape.c | 414 +---
2 files changed, 409 insertions(+), 4
On Thursday 03 January 2008, Borislav Petkov wrote:
> Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]>
applied with two minor fixes (and sorry for being such a pedant ;):
* Summary line moved to patch description and "ide-floppy: cleanup header"
used instead. Please try to keep summary line
drive before the drive was actually ready.
- * Ver 0.98a Oct 29 01 Expose delay value so we can play.
- * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
- *to support new PocketZip drives
+ * For a historical changelog see
+ * Documentation/i
Bartlomiej Zolnierkiewicz wrote:
Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
Acked-by: Sergei Shtylyov <[EMAIL PROTECTED]>
MBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info
correctly sensing a disc change.
- * - Rearranged some code
- * - Use extended sense on drives that support it for
- * correctly reporting tray status -- from
- * Michael D Johnson <[EMAIL PROTECTED]>
-
Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
drivers/ide/ide-cd.c | 23 +++
1 file changed, 11 insertions(+), 12 deletions(-)
Index: b/drivers/ide/ide-cd.c
===
--- a/drivers/ide/ide-cd.c
+++
Hi everybody on the linux-kernel mailing list,
I discovered that the changelog-function of www.eu.kernel.org still
links / refers to www.kernel.org
e.g. if I click on:
The latest stable version of the Linux kernel is: 2.6.23.1
2007-10-12 16:47 UTCF V C
Update version and changelog
Signed-off-by: Bo Yang <[EMAIL PROTECTED]>
---
Documentation/scsi/ChangeLog.megaraid_sas | 155
drivers/scsi/megaraid/megaraid_sas.c | 10 -
drivers/scsi/megaraid/megaraid_sas.h |8 -
3 files changed, 164 insertions
Björn Steinbrink wrote:
Hi Hans,
On 2007.10.17 12:41:11 +0200, Hans-Peter Jansen wrote:
Dear Björn,
Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink:
And then, if I may guess, James probably just noticed that there were
changes left and commited them (while they were now down to j
Hi Hans,
On 2007.10.17 12:41:11 +0200, Hans-Peter Jansen wrote:
> Dear Björn,
>
> Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink:
> > And then, if I may guess, James probably just noticed that there were
> > changes left and commited them (while they were now down to just the
> > wh
Dear Björn,
Am Mittwoch, 17. Oktober 2007 02:53 schrieb Björn Steinbrink:
> On 2007.10.17 00:07:19 +0200, Hans-Peter Jansen wrote:
> > Hi Jeff,
> >
> > while browsing through Linus' current check ins, I stumbled upon:
> >
> > [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts:
> >
> > --8<--
>
commit 0aeb1f867bc76029f599f73ac757a50f7641ccc5
Author: Jeff Garzik <[EMAIL PROTECTED]>
Date: Tue Oct 16 01:40:30 2007 -0400
[netdrvr] forcedeth: internal simplifications; changelog removal
* remove changelog from source; its kept in git repository
* conso
On 2007.10.17 00:07:19 +0200, Hans-Peter Jansen wrote:
> Hi Jeff,
>
> while browsing through Linus' current check ins, I stumbled upon:
>
> [SCSI] arcmsr: irq handler fixes, cleanups, micro-opts:
>
> --8<--
> 488a5c8a9a3b67ae117784cd0d73bef53a73d57d
> drivers/scsi/arcmsr/arcmsr_hba.c |2 +-
Hi Jeff,
while browsing through Linus' current check ins, I stumbled upon:
[SCSI] arcmsr: irq handler fixes, cleanups, micro-opts:
--8<--
488a5c8a9a3b67ae117784cd0d73bef53a73d57d
drivers/scsi/arcmsr/arcmsr_hba.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/s
Update version and changelog.
Updated "LSI Logic" to new name "LSI"
Signed-off-by: Bo Yang <[EMAIL PROTECTED]>
---
Documentation/scsi/ChangeLog.megaraid_sas | 160
drivers/scsi/megaraid/megaraid_sas.c | 10 -
drivers/scsi/megaraid/megar
Update version and changelog
Signed-off-by: Bo Yang <[EMAIL PROTECTED]>
---
Documentation/scsi/ChangeLog.megaraid_sas | 160
drivers/scsi/megaraid/megaraid_sas.c |2
drivers/scsi/megaraid/megaraid_sas.h |7
3 files changed, 165 insertions(+), 4 del
* Remove in-source changelog. It's archived permanently in git and
various kernel archives, and changelogs should exist purely in git.
* Remove 2.4.x kernel support. It is an active obstacle to
modernizing this driver, at this point. This includes killing
gdth_kcompat.h which i
Update version and Changelog
Signed-off-by: Bo Yang <[EMAIL PROTECTED]>
---
Re-submitting
Documentation/scsi/ChangeLog.megaraid_sas | 211
drivers/scsi/megaraid/megaraid_sas.c |2
drivers/scsi/megaraid/megaraid_sas.h |6
3 files changed, 215 inse
Update version and Changelog
Signed-off-by: Bo Yang <[EMAIL PROTECTED]>
---
Documentation/scsi/ChangeLog.megaraid_sas | 211
drivers/scsi/megaraid/megaraid_sas.c |2
drivers/scsi/megaraid/megaraid_sas.h |6
3 files changed, 215 insertions(+), 4 del
Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]>
---
diff --git a/drivers/serial/serial_txx9.c b/drivers/serial/serial_txx9.c
index 509ace7..1deb576 100644
--- a/drivers/serial/serial_txx9.c
+++ b/drivers/serial/serial_txx9.c
@@ -15,31 +15,6 @@
* published by the Free Software Foundation.
*
From: Rolf Eike Beer <[EMAIL PROTECTED]>
Date: Tue, 20 Feb 2007 19:59:34 +0100
> [IPX] Remove ancient changelog
>
> Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
Also applied, thanks Rolf.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu
w.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.18.# +
> http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.18-rc#
> For assessment purposes it would be helpfull to know what low level
> changes happened i.e. when and where were __raw_spin_* introduced ? but
> I was not ab
/ChangeLog-2.6.18.# +
http://www.kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.18-rc#
For assessment purposes it would be helpfull to know what low level
changes happened i.e. when and where were __raw_spin_* introduced ? but
I was not able to extract such infos from the ChangeLogs in the
[IPX] Remove ancient changelog
Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]>
---
commit 6b8afc66b9d6893d3fa292b75769b58539836ff3
tree 9078513bb6727e61aee238da153d9b3358a1d817
parent 0566e9a5f19ca9fe1982e2b4a89aff131cc6525b
author Rolf Eike Beer <[EMAIL PROTECTED]> Tue, 20 Feb 2
Wenji Wu wrote:
From: Wenji Wu <[EMAIL PROTECTED]>
Greetings,
For Linux TCP, when the network applcaiton make system call to move data
from
socket's receive buffer to user space by calling tcp_recvmsg(). The socket
will
be locked. During the period, all the incoming packet for the TCP socket
wi
ion.
If
the system is heavily loaded, TCP can easily RTO in the Sender Side.
Attached is the Changelog for the patch
best regards,
wenji
Wenji Wu
Network Researcher
Fermilab, MS-368
P.O. Box 500
Batavia, IL, 60510
(Email): [EMAIL PROTECTED]
(O): 001-630-840-4541
From: Wenji Wu <[EMAIL PROTECTE
The files are there now, as they should.
[EMAIL PROTECTED] marcelo]$ wget
http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.ta
These files missing too:
http://www.kernel.org/pub/linux/kernel/v2.4/patch-2.4.30.bz2
http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.30.tar.bz2
Petr Novák,
[EMAIL PROTECTED]
Christophe Lucas napsal(a):
Is this normal ;-) ChangeLog-2.4.30 is not found on www.kernel.org ?
http
Is this normal ;-) ChangeLog-2.4.30 is not found on www.kernel.org ?
http://www.kernel.org/pub/linux/kernel/v2.4/ChangeLog-2.4.30
Have a nice day,
~Christophe
PS: Please CC me :)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a
applied patches 1-14 to netdev-2.6. We'll let it sit there for a bit,
for testing and such. (netdev-2.6 gets auto-propagated to -mm)
Thanks for your patience and perserverance.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [E
Previous patches have brought the in-kernel orinoco driver roughly to
parity with version 0.14alpha2 from out-of-tree. Update the version
number and changelog accordingly.
Signed-off-by: David Gibson <[EMAIL PROTECTED]>
Index: working-2.6/drivers/net/wireless/ori
Hi Andrew.
I would like to suggest that you include the changelog
entries for the bk trees you suck in.
The format generated by:
bk changes -L | shortlog --mode=terse
should do it.
But it needs to be run for all the bk trees.
It would fit in just below the summary:
> number of patches
i summarized it for irc, so if it saves effort...
jg's 2.4.6-final changelog:
- minor config.in fixes
- mtd nand/spia update
- TI cardbus fix
- u810 audio put_user fix
- ialloc.c fix, mode, plus DQUOT_INIT
- ELOOP in namei.c
- if (!mm) return in proc/base.c
- replace mm/mmap.c change:
It's in ChangeLog but not patch-2.4.5.log.
Shawn.
On Sat, 19 May 2001, Shawn Starr wrote:
> Someone add the changelog info to kernel.org?
>
> merci.
>
> Shawn.
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of
Someone add the changelog info to kernel.org?
merci.
Shawn.
-
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/
Here's the Changelog that can be found at
ftp.*.kernel.org/pub/linux/kernel/testing/ChangeLog
I think Linus forgot to send it.
-pre1:
- Chris Mason: reiserfs, another null bytes bug
- Andrea Arkangeli: make SMP Athlon build
- Alexander Zarochentcev: reiserfs directory fsync SMP lo
Hi Linus,
Here is a small patch that syncs up the parport ChangeLog to the
current source tree.
Tim.
*/
2000-12-13 Tim Waugh <[EMAIL PROTECTED]>
* drivers/parport/ChangeLog: Resync.
--- linux-2.4.0-test12/drivers/parport/ChangeLog.sync Wed Dec 13 12:37:45 2000
+++ linux
> I really dropped it because I was getting too many patches, and I don't
> realistically think it's a 2.4.0 issue (neither do you, I bet), so I
> decided that it's not worth it.
Ok. Not a problem. I'll leave it until post 2.4.0
-
To unsubscribe from this list: send the line "unsubscribe linux-k
On Fri, 15 Dec 2000, Linus Torvalds wrote:
> I really dropped it because I was getting too many patches, and I don't
> realistically think it's a 2.4.0 issue (neither do you, I bet), so I
> decided that it's not worth it.
Umm... Linus, how about a bunch of fixes I've sent to you several times
On Fri, 15 Dec 2000, Alan Cox wrote:
> > Sparc is already sync'ed in my tree, and I'd love for other architectures
> > to synch up too (but if it takes a while it's not a major disaster - I
> > actually much prefer bugs that cause build failures over other kinds of
> > bugs ;).
>
> So you want
> Sparc is already sync'ed in my tree, and I'd love for other architectures
> to synch up too (but if it takes a while it's not a major disaster - I
> actually much prefer bugs that cause build failures over other kinds of
> bugs ;).
So you want drivers/gsc again ? I assumed you dropped it as you
On Fri, 15 Dec 2000, Tom Rini wrote:
> On Thu, Dec 14, 2000 at 03:31:54PM -0800, Linus Torvalds wrote:
>
> > I'm hoping that most of the fall-out from switching over exclusively to
> > the new-style Makefiles will be over in a day or two, at which point
> > I'll make a pre2 that is worth anno
On Thu, Dec 14, 2000 at 03:31:54PM -0800, Linus Torvalds wrote:
> I'm hoping that most of the fall-out from switching over exclusively to
> the new-style Makefiles will be over in a day or two, at which point
> I'll make a pre2 that is worth announcing.
Does this mean other arches will have a c
On Fri, 15 Dec 2000, Stephen Frost wrote:
> * Oliver Xymoron ([EMAIL PROTECTED]) wrote:
> > On Thu, 14 Dec 2000, Linus Torvalds wrote:
> >
> > > A 100ms delay sounds like some interrupt shut up or similar (and then
> > > timer handling makes it limp along).
> >
> > Possibly related datapoint: aft
* Oliver Xymoron ([EMAIL PROTECTED]) wrote:
> On Thu, 14 Dec 2000, Linus Torvalds wrote:
>
> > A 100ms delay sounds like some interrupt shut up or similar (and then
> > timer handling makes it limp along).
>
> Possibly related datapoint: after several days of uptime, my
> 2.4.0-test10pre? machin
On 14 Dec 2000, Linus Torvalds wrote:
> if we figure out why apparently some people have trouble with external
> modules (at least one person has trouble with loading alsa modules).
I cannot load the xircom_tulip_cb module using the latest modutils 2.3.22.
I think it's a modutils problem.
Pau
On Thu, 14 Dec 2000, Linus Torvalds wrote:
> On Thu, 14 Dec 2000, Stephen Frost wrote:
> >
> > Any idea if these issues would cause a general slow-down of a
> > machine? For no apparent reason after 5 days running 2.4.0test12
> > everything going through my firewall (set up using iptables) I
On Thu, 14 Dec 2000, Stephen Frost wrote:
> * Linus Torvalds ([EMAIL PROTECTED]) wrote:
> >
> > A 100ms delay sounds like some interrupt shut up or similar (and then
> > timer handling makes it limp along).
>
> Hmm, it's happening on all interfaces.
Ok, never mind me then. It's not an
* Linus Torvalds ([EMAIL PROTECTED]) wrote:
>
>
> On Thu, 14 Dec 2000, Stephen Frost wrote:
> >
> > This go around I compiled everything into the kernel, actually.
> > If it would be useful I can compile them as modules reboot and then see
> > what happens...
>
> Even when compiled into th
* Linus Torvalds ([EMAIL PROTECTED]) wrote:
>
>
> On Thu, 14 Dec 2000, Stephen Frost wrote:
> >
> > Any idea if these issues would cause a general slow-down of a
> > machine? For no apparent reason after 5 days running 2.4.0test12
> > everything going through my firewall (set up using ipta
On Thu, 14 Dec 2000, Stephen Frost wrote:
>
> This go around I compiled everything into the kernel, actually.
> If it would be useful I can compile them as modules reboot and then see
> what happens...
Even when compiled into the kernel, you might just ifdown/ifup the device.
That will r
* Alan Cox ([EMAIL PROTECTED]) wrote:
> > machine? For no apparent reason after 5 days running 2.4.0test12
> > everything going through my firewall (set up using iptables) I got about
> > 100ms time added on to pings and traceroutes. I'll probably reboot the
> > machine tonight and see if that h
On Thu, 14 Dec 2000, Stephen Frost wrote:
>
> Any idea if these issues would cause a general slow-down of a
> machine? For no apparent reason after 5 days running 2.4.0test12
> everything going through my firewall (set up using iptables) I got about
> 100ms time added on to pings and tra
> machine? For no apparent reason after 5 days running 2.4.0test12
> everything going through my firewall (set up using iptables) I got about
> 100ms time added on to pings and traceroutes. I'll probably reboot the
> machine tonight and see if that helps.
Before you do that can you see if ifcon
* Linus Torvalds ([EMAIL PROTECTED]) wrote:
>
> Especially if we get that netfilter problem sorted out (see the other
> thread about the IP fragmentation issues associated with that one), and
> if we figure out why apparently some people have trouble with external
> modules (at least one person h
In article <[EMAIL PROTECTED]>,
David Riley <[EMAIL PROTECTED]> wrote:
>Did I miss a post from Linus on the list, or is there no posted
>changelog for test13-pre1? Nothing's posted at kernel.org yet, either.
The test13-pre1 changes are almost exclusively a radical Mak
On Thu, 14 Dec 2000, Dr. Kelsey Hudson wrote:
> On Thu, 14 Dec 2000, David Riley wrote:
>
> > Did I miss a post from Linus on the list, or is there no posted
> > changelog for test13-pre1? Nothing's posted at kernel.org yet, either.
> >
>
> I musta miss
The test13-pre1 changelog was something along the lines of "alright, I
am sick of this Makefile crap. I fixed some, clean up the rest."
;-)
--
Jeff Garzik |
Building 1024 | These are not the J's you're lookin' for.
MandrakeSoft| It'
n the list, or is there no posted
>> changelog for test13-pre1? Nothing's posted at kernel.org yet, either.
>>
>
> I musta missed the post too... But then again I went back and looked for
> it and couldnt find it so...
>
> i'd like to know what changed, anyways :)
&g
On Thu, 14 Dec 2000, David Riley wrote:
> Did I miss a post from Linus on the list, or is there no posted
> changelog for test13-pre1? Nothing's posted at kernel.org yet, either.
>
I musta missed the post too... But then again I went back and looked for
it and couldnt find it s
Did I miss a post from Linus on the list, or is there no posted
changelog for test13-pre1? Nothing's posted at kernel.org yet, either.
--
"Windows for Dummies? Isn't that redundant?"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
t
On Sat, Nov 18, 2000 at 07:48:35AM -0800, Linus Torvalds wrote:
> You can actually get them off kernel.org these days: Peter Anvin set up a
> system whereby when I upload a changelog it automatically gets added to
> the web-site (main page, bottom).
I find that synchronous notificati
On Sat, 18 Nov 2000, Linus Torvalds wrote:
> You can actually get them off kernel.org these days: Peter Anvin set up a
> system whereby when I upload a changelog it automatically gets added to
> the web-site (main page, bottom).
The same changelogs (plus archived earlier ones)
On Fri, 17 Nov 2000, Miles Lane wrote:
>
> I haven't seen any announcements of recent test and test-pre releases.
> Can you begin sending those again, please?
You can actually get them off kernel.org these days: Peter Anvin set up a
system whereby when I upload a changelog it
Dear Linus,
I haven't seen any announcements of recent test and test-pre releases.
Can you begin sending those again, please?
Best wishes,
Miles
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ a
hi all,
Sorry, but i could not find a more appropriate group list to post this on.
my fault in anyways.
I like to keep track of what is installed after each RPM or any other
install command is performed. Like dates inatlled and who installed it,
Like create a log of changes,...
what is th
100 matches
Mail list logo