Re: [PATCH] panasonic-laptop: take over maintainership

2020-08-25 Thread Harald Welte
On Tue, Aug 25, 2020 at 06:13:41PM +0800, Kenneth Chan wrote: > Take over maintaniership of panasonic-laptop from Harald Welte. > > > Signed-off-by: Kenneth Chan Acked-by: Harald Welte -- - Harald Weltehttp://laforge.

Re: [PATCH 0/9] platform/x86: panasonic-laptop: add optical drive, brightness and battery charging threshold

2020-08-22 Thread Harald Welte
Dear Keneth and Linux kernel developers, as I have discontinued maintenance of the panasonic-laptop driver (and recently sent a related MAINTAINERS update to that fact), I would like to suggest Kenneth as the new maintainer for this driver. Regards, Harald -- - Harald Welte

Re: Removing pcap?

2019-04-07 Thread Harald Welte
made. Regards, Harlad -- - Harald Weltehttp://laforge.gnumonks.org/ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6)

Re: [PATCH v2 net-next 2/4] net: add skeleton of bpfilter kernel module

2018-05-07 Thread Harald Welte
the network stack, or b) not use the existing tables/chains with their pre-defined semantics but rather start new 'tables' which can then have different semantics as defined at the time of their implementation. My apologies if I misunderstood something about bpfilter. Feel free t

Re: [PATCH] char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol

2018-03-18 Thread Harald Welte
Hi Jia-Ju Bai, On Sun, Mar 18, 2018 at 10:49:57PM +0800, Jia-Ju Bai wrote: > This is found by a static analysis tool named DCNS written by myself. nice catch! > Signed-off-by: Jia-Ju Bai Acked-by: Harald Welte -- - Harald Weltehttp://laforge.gnumon

Re: [PATCH] platform/x86: panasonic-laptop: add support to mute and hardware optical switch

2018-03-16 Thread Harald Welte
ments in kernel source code), hence: Acked-by: Harald Welte -- - Harald Weltehttp://laforge.gnumonks.org/ "Privacy in residential applications is a desira

Re: [PATCH] netfilter: logging copyrights is useless

2017-03-15 Thread Harald Welte
obably saved many weeks of my work time in GPL compliance / enforcement work. I understand this is a "niche use case", though ;) -- - Harald Welte http://netfilter.org/ "Frag

Re: [PATCH] ARM: pxa: ezx: fix a910 camera data

2016-11-25 Thread Harald Welte
ber of people running a recent kernel on more than 10 year old 2G-only phones is pretty low these days. If anyone has a serious interest in taking this over, I think I still have some A780 and A1200 units that I am happy to provide. Regards, Harald -- - Harald Welte

Re: [PATCH] pcmcia: cm4040 remove KERN_INFO as it is not at start of printk message

2016-05-16 Thread Harald Welte
Hi Colin, the fix is obviously correct, but still for a matter of the record: Acked-by: Harald Welte -- - Harald Weltehttp://laforge.gnumonks.org/ "Privacy in residential applications is a desi

Re: [PATCH] platform/x86: panasonic-laptop: set pcc after null device check to avoid null pointer dereference

2016-03-28 Thread Harald Welte
On Mon, Mar 28, 2016 at 05:26:12PM +0100, Colin King wrote: > Signed-off-by: Colin Ian King Acked-by: Harald Welte -- - Harald Weltehttp://laforge.gnumonks.org/ "Privacy in residential applicati

Re: [PATCH 1/2] pcmcia: cm4000_cs.c: Remove duplicated function names

2015-02-07 Thread Harald Welte
Hi Rasmus, On Fri, Feb 06, 2015 at 12:17:21AM +0100, Rasmus Villemoes wrote: > The macro DEBUGP already ensures that __func__ is included in the > output, so there's no reason to have the function name in the format > string itself. Acked-by: Harald Welte also for 2/2 of tha

Re: [PATCH 24/28] proc: Supply an accessor to get the name in a proc_dir_entry struct [RFC]

2013-04-16 Thread Harald Welte
' might be a better name than get_proc_name(), but that's probably a matter of taste. Pleaes note that I'm only the original author but not the active maintainer of the xt_hashlimit (formerly ipt_hashlimit) code. Regards, Harald -- - Harald Welte

Re: [PATCH 3/3] Use get_online_cpus to avoid races involving for_each_online_cpu

2012-08-03 Thread Harald Welte
Hi Silas, thanks a lot for the finding and addressing the issue. On Thu, Aug 02, 2012 at 05:07:08PM -0700, Silas Boyd-Wickizer wrote: > Signed-off-by: Silas Boyd-Wickizer Acked-by: Harald Welte -- - Harald Weltehttp://laforge.gnumonks.

Re: Fw: [PATCH 1/1] file capabilities: simplify signal check

2008-02-24 Thread Harald Welte
On Sun, Feb 24, 2008 at 09:09:31PM +0300, Oleg Nesterov wrote: > I just have an almost off-topic (sorry ;) question. Do we really need > kill_pid_info_as_uid() ? Harald Welte cc'ed. > > From "[PATCH] Fix signal sending in usbdevio on async UR

linux-2.6.24-rcX regression / xserver-xorg-video-intel / Q35

2007-12-21 Thread Harald Welte
x27;m also happy to test any patches :) Cheers, -- - Harald Welte <[EMAIL PROTECTED]> http://gnumonks.org/ "Privacy in residential applications is a desir

Re: [PATCH] Samsung S3C24xx SD/MMC driver

2007-12-19 Thread Harald Welte
*pointer = page_address(sg_page(sg)) + sg->offset; > > + > > The length might not be a multiple of four. And it might also be > completely unaligned. Make sure you can either handle such requests, > or fail them with -EINVAL. ok, will update before

[PATCH] Samsung S3C24xx SD/MMC driver

2007-12-19 Thread Harald Welte
a potential kernel inclusion, we would co-maintain the driver. Acked-by: Thomas Kleffel <[EMAIL PROTECTED]> Signed-off-by: Harald Welte <[EMAIL PROTECTED]> --- Index: linux-2.6/include/asm-arm/arch-s3c2410/regs-sdi.h ===

Re: HTC TyTN || (P4550) violates GPL?? Or maybe Qualcomm itself with MSM7200???

2007-12-14 Thread Harald Welte
cores (an ARM9 for baseband and ARM11 for the UI/apps in the MSM7200) to avoid any licensing and regulatory issues arising from running the GSM stack in the more-or-less open OS on the application side (Windows Mobile, Linux, ...) Cheers, - Harald Welte <[EMAIL PROTECTED]>

[PATCH] fix br_fdb_fini() section mismatch

2007-12-05 Thread Harald Welte
[.tmp_vmlinux1] Error 1 This patch fixes it. Signed-off-by: Harald Welte <[EMAIL PROTECTED]> diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c index eb57502..bc40377 100644 --- a/net/bridge/br_fdb.c +++ b/net/bridge/br_fdb.c @@ -44,7 +44,7 @@ int __init br_fdb_init(void) return

Re: basic support for neo1973

2007-04-06 Thread Harald Welte
already picked up a number of our changes for mainline merging in the next merge window. -- - Harald Welte <[EMAIL PROTECTED]> http://openmoko.org/ Software for the world's first truly

Re: [PATCH] Omnikey Cardman 4000 driver

2005-09-07 Thread Harald Welte
wait-queues, you are ok (which I think is the case here). Ok, I've changed the driver accordingly and I'll repost after some more testing. -- - Harald Welte <[EMAIL PROTECTED]> http://gnumonks.org/

Re: [PATCH] Omnikey Cardman 4040 driver (UPDATE)

2005-09-06 Thread Harald Welte
gt; I think these events became methods of their own recently, not sure > if it hit -mm or mainline yet. I cannot find anything like that in mainline, thus my code remains unchanged for now. diff --git a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1737,6 +1737,11 @@ L:

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-06 Thread Harald Welte
ent in > Harald> case HZ goes smaller than that. > > It might be simpler just to define it to msecs_to_jiffies(10). That's what I did in the last version that was posted to lkml ;) -- - Harald Welte <[EMAIL PROT

Re: [PATCH] Omnikey Cardman 4000 driver

2005-09-06 Thread Harald Welte
On Mon, Sep 05, 2005 at 10:36:57PM +0200, Jesper Juhl wrote: > On 9/6/05, Harald Welte <[EMAIL PROTECTED]> wrote: > > Hi! > > > [snip] > > > > Please consider mergin mainline, thanks. > > > [snip] > > Wouldn't it be better to first mer

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-05 Thread Harald Welte
x27;m not sure what the future plans with HZ are, but I'll add an #error statement in case HZ goes smaller than that. > Also, you've got a typo in the comments: thanks. -- - Harald Welte <[EMAIL PROTECTED]> http://gnumonks.org/ ===

[PATCH] Omnikey Cardman 4040 driver

2005-09-05 Thread Harald Welte
hanks. Add new Omnikey Cardman 4040 smartcard reader driver Signed-off-by: Harald Welte <[EMAIL PROTECTED]> --- commit 1c1cd1c5aba9ae1c0ea32d55c5b25f2370aaeca4 tree 016dec439275ab425575901dca5ee261bbc0aa0f parent c4ab879b6ef599bf88d19b9b145878ef73400ce7 author Harald Welte <[EMAIL PROT

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-05 Thread Harald Welte
On Sun, Sep 04, 2005 at 12:27:20AM +0200, Jesper Juhl wrote: > On 9/4/05, Harald Welte <[EMAIL PROTECTED]> wrote: > > On Sun, Sep 04, 2005 at 12:12:18PM +0200, Harald Welte wrote: > > > Hi! > > > > > > Below you can find a driver for the Omnikey

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-05 Thread Harald Welte
the VFS, so you delete it from the driver an use no_llseek() from > the VFS instead. great, thanks, I've merged your suggested changes into my local tree. Stay tuned for a re-submit later today. -- - Harald Welte <[EMAIL PROTECTED]

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-04 Thread Harald Welte
please. thanks, changed in my local tree now. > Of bigger concern to me is the use of the sleep_on() family of > functions, all of which are deprecated. Ok, I'm working on replacing the respective code with wait_event_interruptible

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-04 Thread Harald Welte
Thanks for your comments, Alexey. I've now incorprorated all of the requested changes and am testing the driver. If everything is still fine, I'll repost later today. -- - Harald Welte <[EMAIL PROTECTED]> htt

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-03 Thread Harald Welte
On Sun, Sep 04, 2005 at 12:12:18PM +0200, Harald Welte wrote: > Hi! > > Below you can find a driver for the Omnikey CardMan 4040 PCMCIA > Smartcard Reader. Sorry, the patch was missing a "cg-add" of the header file. Please use the patch below. -- - Harald W

[PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-03 Thread Harald Welte
oding practise. As this is the first PCMCIA driver that I'm involved in, please let me know if I missed something. If there are no objections, I'd like to see it included in mainline. Thanks! -- - Harald Welte <[EMAIL PROTECTED]>

Re: [PATCH 2/2] [NETFILTER] remove bogus hand-coded htonll()

2005-09-03 Thread Harald Welte
On Sat, Sep 03, 2005 at 09:54:25AM -0700, Jouni Malinen wrote: > On Sat, Sep 03, 2005 at 10:43:15AM +0200, Harald Welte wrote: > > > htonll() is nothing else than cpu_to_be64(), so we'd rather call the > > latter. > > Actually, the htonll() implementation d

[PATCH 1/2] nfnetlink: make needlessly global functions static

2005-09-03 Thread Harald Welte
Hi Dave, please apply the appended patch. Thanks, -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ "Fragmentation is like classful addressing -- an interesting early architec

[PATCH 2/2] [NETFILTER] remove bogus hand-coded htonll()

2005-09-03 Thread Harald Welte
Hi Dave, please apply the appended patch. I somehow thought I had fixed this quite some time ago. Probably I lost it with some merge :( Thanks, -- - Harald Welte <[EMAIL PROTECTED]> http://netfilt

Re: [netfilter-core] [2.6 patch] net/netfilter/nfnetlink*: make functions static

2005-09-03 Thread Harald Welte
On Sat, Sep 03, 2005 at 03:28:29AM +0200, Adrian Bunk wrote: > This patch makes needlessly global functions static. Thanks for your patch. I'll merge it with my local changes (it clashes, since the "htonll" implementation was removed) and submit it via davem later today.

Re: APs from the Kernel Summit run Linux

2005-08-30 Thread Harald Welte
t; Rather unrelated, I'm trying to figure out what to do with Elo > Touchsystems, they used my HID driver as a base of their own binary-only > driver and don't answer to e-mail. Well, if you seriously want to do something about it: They have a German subsidiary. So if the re

Re: APs from the Kernel Summit run Linux

2005-08-30 Thread Harald Welte
o the ASUS device, then I suggest looking into http://dlsvr02.asus.com/pub/ASUS/wireless/WL-530g/GPL_1825.zip Cheers, -- - Harald Welte <[EMAIL PROTECTED]> http://gpl-violations.org/ "Privacy in residenti

Re: oops in 2.6.13-rc6-git12 in tcp/netfilter routines

2005-08-26 Thread Harald Welte
On Thu, Aug 25, 2005 at 11:02:01PM +0200, Sven Schuster wrote: > > Hi Harald, > > On Thu, Aug 25, 2005 at 06:55:50PM +0200, Harald Welte told us: > > Is it true that PeerGuardian is a proprietary application? I'm not > > going to debug this problem using a propri

Re: oops in 2.6.13-rc6-git12 in tcp/netfilter routines

2005-08-25 Thread Harald Welte
data_ready+0x35/0x60 > [] netlink_sendskb+0x24/0x60 > [] netlink_unicast+0x127/0x160 > [] netlink_sendmsg+0x204/0x2b0 > [] sock_sendmsg+0xb0/0xe0 > [] sys_sendmsg+0x134/0x240 > [] sys_socketcall+0x224/0x230 > [] sysenter_past_

Re: 2.6.13-rc5-mm1: BUG: rwlock recursion on CPU#0

2005-08-15 Thread Harald Welte
in net-2.6.14 (and thus -mm)]. Cheers, -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ "Fragmentation is like classful addressing -- an interesting early architectural error that shows

Re: git-net-fixup.patch added to -mm tree

2005-07-31 Thread Harald Welte
EXPORT_SYMBOL_GPL(). We also have other code out-of-tree (e.g. ct_sync) that need the symbo. I know this is no rectification, but I'm merely mentioning it JFYI. -- - Harald Welte <[EMAIL PROTECTED]> http://gnumonks.org/

Re: iptables redirect is broken on bridged setup

2005-07-31 Thread Harald Welte
ing code work). There were recently a number of fixes for this issue, which each caused new bugs. Could you please try with a current development kernel (linus' git tree, or davem's net-2.6.14 tree) and see if the problem persists? -- - Harald Welte <[EMAIL PROTECTED]&

Re: iptables redirect is broken on bridged setup

2005-07-31 Thread Harald Welte
ntly not been tested (or even used by anyone), so I'm not surprised that you see some unexpected behaviour. Also, the bridging/ebtables maintainer Bart de Schuymer is currently on holidays, as I understand. So please be patient. -- - Harald Welte <[EMAIL PROTECTED]>

Re: [PATCH] 1 Wire drivers illegally overload NETLINK_NFLOG

2005-07-26 Thread Harald Welte
t use > that. sorry, I didn't remember that ip_queue reused the 2.2.x netlink number :( We should have renamed it to make it clear. > So instead, as in the patch below, I solved this for now by using > the NETLINK_SKIP value which was reserved years ago yet never > made use

Re: Netlink connector

2005-07-26 Thread Harald Welte
k for those not interested in it. -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ "Fragmentation is like classful addressing -- an interesting early architectural err

Re: Netlink connector

2005-07-26 Thread Harald Welte
. Wait for Patrick's work on this to show up on netdev. We can then think whether the connctor API (or something similar) can be put on top of it. -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ ===

Re: [PATCH] 1 Wire drivers illegally overload NETLINK_NFLOG

2005-07-22 Thread Harald Welte
On Fri, Jul 22, 2005 at 11:05:59PM -0400, YOSHIFUJI Hideaki / 吉藤英明 wrote: > In article <[EMAIL PROTECTED]> (at Sat, 23 Jul 2005 08:54:27 -0400), Harald > Welte <[EMAIL PROTECTED]> says: > > > --- a/include/linux/netlink.h > > +++ b/include/linux/netlink.h &

[PATCH] 1 Wire drivers illegally overload NETLINK_NFLOG

2005-07-22 Thread Harald Welte
for a new protocol number instead of just overloading existing values and thereby causing breakage. Thanks, Harald -- - Harald Welte <[EMAIL PROTECTED]> http://netfilter.org/ "Fragmenta

Re: Netfilter: TARPIT Target

2005-02-19 Thread Harald Welte
netfilter project doesn't support it's dangerous protocol abuse and will therefor never submit it into the mainline kernel 3) as compromise with the authors, we included it to be part of the patch-o-matic-ng patchset, available from http://www.netfilter.org/ > Sean E. Fao --

Re: Performance of iptables-restore on large rule sets

2005-01-31 Thread Harald Welte
ter than all prior versions. Please try the current pre-1.3.0 snapshots from ftp://ftp.netfilter.org/pub/iptables/snapshot Please report back if they solve your performance issue. > Steve Bergman -- - Harald Welte <[EMAIL PROTECTED]>

Re: ipchains autoload

2001-06-18 Thread Harald Welte
hat. The problem is, that ipfwadm / ipchains and iptables use the same setsockopt() / getsockopt() based communication between kernel and userspace - so the kernel can never know which one of the three you want to load. > Nico -- Live long and prosper - Harald Welte / [EMAIL

Re: How to know HZ from userspace?

2001-06-06 Thread Harald Welte
n. I'd say: - Either change all sysctl variables to be HZ-independent, or - Create a sane way to read HZ from the running kernel. Everything else is broken, from my point of view. > Tomas -- Live long and prosper - Harald Welte / [EMAIL PROTECTED] http://www.gnumonks.or

Re: How to know HZ from userspace?

2001-06-06 Thread Harald Welte
g kernel, but only about some kernel source somewhere on your harddrive? > Tomas -- Live long and prosper - Harald Welte / [EMAIL PROTECTED] http://www.gnumonks.org/ GCS/E/IT d- s-: a-- C+++ UL++

Re: How to know HZ from userspace?

2001-05-31 Thread Harald Welte
On Wed, May 30, 2001 at 11:40:30PM -0400, Albert D. Cahalan wrote: > Harald Welte writes: > > > Is there any way to read out the compile-time HZ value of the kernel? > > > > I had a brief look at /proc/* and didn't find anything. > > Look again, this time

How to know HZ from userspace?

2001-05-30 Thread Harald Welte
cally derived from HZ values (1*HZ, for example). If you now want to set those values from a userspace program / script in a portable manner, you need to be able to find out of HZ of the currently running kernel. -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]

Re: [CHECKER] 2.4.5-ac4 non-init functions calling init functions

2001-05-30 Thread Harald Welte
t_or_cleanup is only called from one place with an argument of 1: from the init() function. If the argument is 0, as called by the exit() function, the code for calling the ip_nat_rule_setup is never reached. So it is definitely not a bug. Anyway, one should maybe make this a little bit cleaner. Wil

Re: [OFF-TOPIC] 4 ports ETH cards

2001-05-30 Thread Harald Welte
c-address using ifconfig. What the guy most likely wanted to say, is that there is only one EEprom containing all mac adresses for the four tulip chips, which I have seen on multiple boards > Thanks a lot > Fabbione -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]

Re: kernelnotes.org down

2001-05-15 Thread Harald Welte
nly no longer reachable. We've now removed the references to netfilter.kernelnotes.org and created another mirror (netfilter.gnumonks.org) for the netfilter-related stuff. We haven't heared anything from kernelnotes.org since -- Live long and prosper - H

Re: Real Time Traffic Flow Measurement - anybody working on it?

2001-04-20 Thread Harald Welte
bjections to providing > a RTFM interface in the kernel (as an optional module). No, not at all. I'd like to help developing an RTFM meter for linux. I guess we don't actually need to keep seperate flow information, but could attach it to the netfilter connection tracking. > Manfred

Counters [Re: IP Acounting Idea for 2.5]

2001-04-20 Thread Harald Welte
unting if you have changes to the ruleset (counters and/or rules) at runtime. You'd have to be very cautious what you are doing. > Olaf -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org ===

Re: IP Acounting Idea for 2.5

2001-04-20 Thread Harald Welte
a rule: just delete and re-insert the rule. If somebody wants to reset the counter, he can. If we remove the functionality from iptables, people still can - but it's more difficult. > Regards > Henning -- Live long and prosper - Harald Welte / [EMAI

[Counters] Re: IP Acounting Idea for 2.5

2001-04-20 Thread Harald Welte
ve to handle counters properly. I don't think that the iptables kernel part should remove some feature just because there are application programmers wrongly designing their applications. > Manfred Bartz -- Live long and prosper -

Re: Documentation of module parameters.

2001-04-20 Thread Harald Welte
ds like something doable, only somebody needs to get around doing it. Any volunteers? > -- > /Jonathan Lundell. -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/

Re: IP Acounting Idea for 2.5

2001-04-16 Thread Harald Welte
s then? Nobody forces you to reset them right now. > Manfred Bartz > ------- -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org =

Re: IP Acounting Idea for 2.5

2001-04-16 Thread Harald Welte
bscription information available at http://netfilter.samba.org/) > David -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++ UL$ P+++ L$ E--- W- N++ o? K- w

Re: comments on CML 1.1.0

2001-04-16 Thread Harald Welte
of ip_conntrack_ftp.c/ip_nat_ftp.c are compiled - if CONFIG_IP_NF_FTP is ON (M or Y), both ip_conntrack_ftp.c AND ip_nat_ftp.c are compiled (module or static, as user wishes) I'm asking myself if we now should be proud of having the most complicated dependencies of the

Re: too long mac address for --mac-source netfilter option

2001-02-18 Thread Harald Welte
8:00) indicating it is IP. == 14 bytes :) On the other hand, the --mac-source match (emphasized mac-SOURCE) allows you to match on the source part of this mac header (i.e. the first 6 bytes) > Jack Bowling > mailto: [EMAIL PROTECTED] -- Live long and pros

Re: 2.4 and ipmasq modules

2001-01-24 Thread Harald Welte
seems like you didn't understand the very basics of netfilter/iptables. Please read the available HOWTO's. the INPUT chain of the filter table is in no way related to any packet on your NAT box. -- Live long and prosper - Harald We

Re: 2.4 and ipmasq modules

2001-01-24 Thread Harald Welte
somebody else wants to volunteer writing this, we'll appreciate any patches. btw: it's probably a good idea to move this discussion to [EMAIL PROTECTED] -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org ===

Re: 2.4 and ipmasq modules

2001-01-24 Thread Harald Welte
e move further discussion to the netfilter user mailinglist at [EMAIL PROTECTED] > -- > Paul Jakma[EMAIL PROTECTED] [EMAIL PROTECTED] -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]htt

Re: Firewall netlink question...

2001-01-24 Thread Harald Welte
ain kernel. I'll do some testing and put it into CVS, if you want to. > // Gianni Tedesco <[EMAIL PROTECTED]> -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org =

Re: Firewall netlink question...

2001-01-24 Thread Harald Welte
lementation as iptables target has the following advantages: - can be used from each netfilter-hook attached code (not only from an ip table) - is more generic (you can register different queue handler, ipv6, ...) btw: please move this discussion to [EMAIL PROTECTED] > Regards -- Live

Re: 2.4.0 + iproute2

2001-01-14 Thread Harald Welte
ot to set CONFIG_IP_ADVANCED_ROUTER > Version should be OK according to the Changes file. > > config is attached > > > Regards, > Igmar -- Live long and prosper - Harald Welte /

Re: PROBLEM: netfilter + 2.4.0-test10 causes connect:invalid argument

2000-12-31 Thread Harald Welte
is probably the more apropriate place for discussion of netfilter related stuff. See http://netfilter.samba.org for subscription instructions. > John Buswell -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://ww

Re: Masquerade hangups

2000-12-25 Thread Harald Welte
t; I'm using test13-pre4. I saw some iptables stuff on > the list a week or so ago, was this fixed in pre4 or > is this my problem? we (the netfilter core team) are currently not aware of any bugs at the moment. The behaviour you've described wasn't reported by anybody else. &

Re: A way to crash an 2.4-test11 kernel

2000-12-23 Thread Harald Welte
g the kerneli patch (loopback encryption, ...) and thought it is a problem of the kerneli patch. I've never thought about the possibility that this problem even occurs without encryption. The other issue is: I wasn't able to reproduce this problem either :( > so long >

Re: 2.4.0 test12 ipchains doesn't work as module

2000-12-23 Thread Harald Welte
inglist (see http://netfilter.kernelnotes.org) > John Covici > [EMAIL PROTECTED] -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-:

ip_defrag / ip_conntrack issues (was Re: [PATCH] Fix netfilter locking)

2000-12-18 Thread Harald Welte
valid (skb->dst->dev). Dirty hack. b) make ip_defrag(), ... aware of the case where skb->dev == NULL. Sounds like a good idea, since it is only one if(skb->dev) clause. c) netfilter stops using ip_defrag() for this case. Bad idea, it had t

Re: test13pre2 - netfilter modiles compile failure

2000-12-16 Thread Harald Welte
On Sat, Dec 16, 2000 at 11:57:05AM +0100, Harald Welte wrote: > > As no other netfilter core team member responded yet, I'm going to provide > a patch for the 'true library' solution. well... the 'true library' doesn't make sense, because of the excl

Re: test13pre2 - netfilter modiles compile failure

2000-12-16 Thread Harald Welte
i've described above. > Anyway, these kinds of things are really up to the netfilter people. > As no other netfilter core team member responded yet, I'm going to provide a patch for the 'true library

Re: Netfilter is broken (was Re: ip_defrag is broken (was: Re: test12 lockups -- need feedback))

2000-12-14 Thread Harald Welte
ts. Oh, thanks Andi. This is the key, of course. I'm always way too focused on forwarded packets ;) This is definitely the problem. We could set skb->dev to skb->dst->dev, but this sounds more like a hack than a real solution... > -Andi -- Live long and pros

Re: Netfilter is broken (was Re: ip_defrag is broken (was: Re: test12 lockups -- need feedback))

2000-12-14 Thread Harald Welte
/ip_input.c:ip_rcv() - netfilter hook NF_IP_PRE_ROUTING is called - net/ipv4/netfilter/ip_conntrack_core.c:ip_conntrack_in() is called - net/ipv4/netfilter/ip_conntrack_core.c:ip_ct_gather_frags() is called - net/ipv4/ip_input.c:ip_defrag() is called Isn't the skb->dev member supposed to still point to

Re: bandwidth monitoring

2000-10-15 Thread Harald Welte
be no problem. Just look for 'traffic accounting' or 'network accounting' on freshmeat.net Some packages you might be interested in: ip-acct nacctd > Brian Parris -- Live long and prosper - Harald Welte / [EMAIL PROTEC

Re: Can't boot 2.4.0test9..

2000-10-15 Thread Harald Welte
kgcc]). Exactly the same kernel image will boot on other machines :) 2.4.0-test8 and lower work great. > Any help would be greatly appreciated, as I'm wanting to get > a 2.4.x kernel up for testing, etc.. try 2.4.0-test8 :) Probably it'll boot. -- Live long and pros

rotr32 / rotl32 (wordops.h) in 2.4.x ?

2000-10-15 Thread Harald Welte
- Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++ UL$ P+++ L$ E--- W- N++ o? K- w--- O- M- V-- PS+ PE-- Y+ PGP++ t++ 5-- !X !R tv-- b+++ DI? !D G+ e* h+ r% y

Re: Kernel 2.2.18 and GCC versions

2000-10-13 Thread Harald Welte
there is no such thing as gcc-2.96. Try reading http://gcc.gnu.org/gcc-2.96.html > Juan Antonio Magallon Lacarta > mailto:[EMAIL PROTECTED] -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]

Re: why is modprobe (and nothing else) exec()'d?

2000-10-13 Thread Harald Welte
xtfile called modules.dep and asks the kernel to load the modules in the apropriate order. > chris -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-

Re: 2.3.99 pre2 CBQ

2000-10-10 Thread Harald Welte
ive long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++ UL$ P+++ L$ E--- W- N++ o? K- w--- O- M- V-- PS+ PE-- Y+ PGP++ t++ 5-- !X !R tv-- b+++ DI? !D G+

Re: 2.4.0-test9 ipv6 module refcount problem?

2000-10-05 Thread Harald Welte
the reference count to -1 to ensure it is _never_ unloaded. Your next question might be: Why is it a module at all? Because we want to keep the kernel footprint as small as possible. -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.

Re: hdparm settings: Can they be permanent?

2000-10-05 Thread Harald Welte
ers. Look at /proc/sys/net/ipv4/ip_forward, etc. Some distributions already have the hdparm initscript. > Stephen -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E

Re: patch installation

2000-10-05 Thread Harald Welte
sion of the RAID patches and use exactly the kernel revision the patch was maid for. > Anil -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++

Re: Would you help me ...?

2000-10-05 Thread Harald Welte
ht end up learning something which is no longer used at all. > yours Huang QingHua > [EMAIL PROTECTED] -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org ===

Re: reserve= specifies ..... iomem or ioport?

2000-09-24 Thread Harald Welte
. > Dag B -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++ UL$ P+++ L$ E--- W- N++ o? K- w--- O- M- V-- PS+ PE-- Y+ PGP++ t++ 5-- !X !

Re: ip forwarding/tunneling for WIN PPTP broken in 2.2.18pre9?

2000-09-24 Thread Harald Welte
to contact the poptop people and/or give a more detailed description, like error messages from /var/log/messages, enabling debugging of your pppd, Only contact this list if You are almost sure it is an error inside the kernel. > Steve -- Live long and prosper - Harald Welte / [EMAIL PROTEC

Re: CRYPTO CARD ADSP 2141

2000-09-24 Thread Harald Welte
ut 100% in userspace > thanks > azad -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]http://www.gnumonks.org GCS/E/IT d- s-: a-- C+++ UL$ P+++ L$ E--- W- N++ o? K- w--- O- M- V

Re: Rik van Riel's VM patch

2000-09-05 Thread Harald Welte
On Sun, Sep 03, 2000 at 12:33:21PM -0400, safemode wrote: > Both disks are Matrox UDMA66 7200rpm hdd's but one is 10.2GB and the other is I guess You meant Maxtor. Matrox is a Graphics Card manufacturer. -- Live long and prosper - Harald Welte / [EMAIL PROTECTED]