[PATCH][TRIVIAL] Remove obsolete fat_cvf help text

2007-03-16 Thread Alexander E. Patrakov
The text removed by the following patch refers to functionality that never worked, to non-existing documentation file, and to mount options marked as obsolete in the module. Signed-off-by: Alexander E. Patrakov --- linux/fs/Kconfig2007-02-20 11:34:32.0 +0500 +++ linux/fs/Kconfig

[PATCH][TRIVIAL] Typo in usr/Kconfig

2007-03-16 Thread Alexander E. Patrakov
Signed-off-by: Alexander E. Patrakov --- linux/usr/Kconfig 2007-02-20 11:34:32.0 +0500 +++ linux/usr/Kconfig 2007-03-16 17:57:16.0 +0500 @@ -17,7 +17,7 @@ When multiple directories and files are specified then the initramfs image will be the aggregate

[PATCH][TRIVIAL] Fix path to modules.txt in Kconfig help

2007-03-16 Thread Alexander E. Patrakov
Documentation/modules.txt doesn't exist, but Documentation/kbuild/modules.txt does. Signed-off-by: Alexander E. Patrakov --- linux/drivers/mtd/devices/Kconfig 2007-02-20 11:34:32.0 +0500 +++ linux/drivers/mtd/devices/Kconfig 2007-03-16 18:18:35.0 +0500 @@ -49,8 +49,8

[PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
/sys/module/nls_base/parameters/iocharset echo -n cp866 /sys/module/nls_base/parameters/codepage Target: 2.6.22 Signed-off-by: Alexander E. Patrakov After applying, fix the defconfigs by removing CONFIG_FAT_DEFAULT_IOCHARSET, CONFIG_FAT_DEFAULT_CODEPAGE, CONFIG_SMB_NLS_REMOTE

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: Alexander E. Patrakov [EMAIL PROTECTED] writes: * Removes CONFIG_FAT_DEFAULT_IOCHARSET, now CONFIG_NLS_DEFAULT is used for this purpose. This is because the correct setting of both must match the user's locale The some filesystems want to use utf-8, and others don't

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: Alexander E. Patrakov [EMAIL PROTECTED] writes: You allow to set any nls to codepage? If so, it is not good. I did this because it involved less changes. Only FAT treats codepage as a number. All other filesystems already allow arbitrary NLS as a codepage mount

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
conversion errors). -- Alexander E. Patrakov - 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/

Re: yes --help (was: [PATCH] Sanitize filesystem NLS handling)

2007-03-19 Thread Alexander E. Patrakov
://www.linuxfromscratch.org/~alexander/test-results/yes--help-ja.png -- Alexander E. Patrakov - 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

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
) Look what Windows finds on the floppy or flash. It is not the same filename you typed, but a sort of garbage (mojibake). -- Alexander E. Patrakov - 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

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
mount. Only the defaults are changed, but many distros set the default iocharset to either iso8859-1 or utf8, both of which are wrong for you. So you won't notice any regressions after my patch :) -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: Alexander E. Patrakov [EMAIL PROTECTED] writes: But, anyway, this is a separate issue that my patch doesn't attempt to correct. The conclusion so far is that we disagree, and that there are situations where using utf8 iocharset is the least of all evils, so the warning

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
situation, isn't it? Or do you know any other example where it would clearly make sense to have different defaults for fat and smbfs? -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
hfs (FIXME: anything else?) use this. However, I have no hfs filesystems, and thus can't test my changes. Help from anyone who understands hfs code is welcome. In particular, what currently happens by default WRT the codepage? Where is the code responsible for this? -- Alexander E. Patrakov

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
Roman Zippel wrote: hfs has a codepage option as well Is it _currently_ useful at all? The problem is that the kernel has no nls modules for Mac codepages (e.g., MacRoman which is cp1). -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
, as well as an improvement in handling of iocharset=utf8 in the fat filesystem. -- Alexander E. Patrakov - 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

Re: [PATCH] vt: Expose system-wide UTF-8 default setting via sysfs

2007-04-02 Thread Alexander E. Patrakov
. -- Alexander E. Patrakov - 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/

Re: [PATCH] 2.6.20.4 fix kernel panic on corrupted reiserfs directory

2007-04-05 Thread Alexander E. Patrakov
lepton wrote: Hi, When reading corrupted reiserfs directory data, d_reclen could be a negative number, then memcpy will overflow kernel stack. This can lead to kernel panic. The following patch adds a sanity check. (against 2.6.20.4) Is it possible to get a large positive number here

Re: [PATCH] Include header required for INT_MAX

2007-11-10 Thread Alexander E. Patrakov
) (~0U1)-1) #define CDSL_CURRENT((int) (~0U1)) -- Alexander E. Patrakov - 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

Re: [EMAIL PROTECTED] created...

2007-11-19 Thread Alexander E. Patrakov
David Miller wrote: From: Greg KH [EMAIL PROTECTED] Date: Mon, 19 Nov 2007 18:29:15 -0800 [EMAIL PROTECTED] would be great to have. Created, enjoy. It would be nice to have the archives of this list and the nntp interface on gmane. -- Alexander E. Patrakov - To unsubscribe from this list

Re: Is there any word about this bug in gcc ?

2007-11-21 Thread Alexander E. Patrakov
simplify this. */ + if (tree_int_cst_sgn (c) == -1) +{ warning(0, Unpatched gcc miscompiles this); break; } /* FALLTHROUGH */ case NEGATE_EXPR: if ((t1 = extract_muldiv (op0, c, code, wide_type, strict_overflow_p)) -- Alexander E. Patrakov - To unsubscribe from

Re: Is there any word about this bug in gcc ?

2007-11-21 Thread Alexander E. Patrakov
/pp.c: TmpMod = 32 + QValue - 2*(abs(Src[j+1]-Src[j])); This did emit a warning, I have already reported it: https://trac.xiph.org/ticket/1260 And on IRC, they explained that it is a piece of code that never gets called. So not a hit. -- Alexander E. Patrakov - To unsubscribe from

Re: [PATCH] Intel Management Engine Interface

2007-12-12 Thread Alexander E. Patrakov
. There is a little problem: the driver doesn't work at all with the 64-bit kernel and 32-bit userspace combination. ioctl32(lms:7759): Unknown cmd fd(0) cmd(c0084800){t:'H';sz:8} arg(ffdfea44) on /dev/heci Could you please fix it? -- Alexander E. Patrakov -- To unsubscribe from this list: send the line

Re: [OOPS] 2.6.23.1 in ext2/pdflush (tainted)

2007-10-21 Thread Alexander E. Patrakov
/ath5k/trunk;), or from git. -- Alexander E. Patrakov - 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/

Re: tristate and bool not enogh for Kconfig anymore

2007-10-22 Thread Alexander E. Patrakov
is then supposed to start udevd and load firmware) - but that's too late. -- Alexander E. Patrakov - 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

Re: tristate and bool not enogh for Kconfig anymore

2007-10-22 Thread Alexander E. Patrakov
Christoph Hellwig wrote: On Mon, Oct 22, 2007 at 04:32:19PM +0600, Alexander E. Patrakov wrote: That's wrong. You can load firmware from the initramfs even if the driver is built in. There is no valid reason why a driver shouldn't be allowed to be built in. Could you please

Re: tristate and bool not enogh for Kconfig anymore

2007-10-22 Thread Alexander E. Patrakov
Christoph Hellwig wrote: On Mon, Oct 22, 2007 at 05:27:51PM +0600, Alexander E. Patrakov wrote: Yes, there is a call to usermodehelper_init() before the initcalls in do_basic_setup(), this does mean that firmware can be loaded by means of the old and obsolete /sbin/hotplug mechanism

Re: top displaying 9999% CPU usage

2007-10-03 Thread Alexander E. Patrakov
top that frequently I cannot be sure its a recent regression. Try to capture the i/o log with the following command: strace -o top.log top This will show for sure whether the kernel gives out incorrect data or top misinterprets them. -- Alexander E. Patrakov - To unsubscribe from this list

Re: [code] Unlimited partitions, a try

2007-10-06 Thread Alexander E. Patrakov
PROTECTED] Edited by Alexander E. Patrakov to fix incorrect output of kpartx -l Signed-off-by: Alexander E. Patrakov [EMAIL PROTECTED] --- a/kpartx/kpartx.c +++ b/kpartx/kpartx.c @@ -387,10 +387,10 @@ main(int argc, char **argv){ slices[j].minor = m

Re: what does this mean: kernel: 7.0.0.1:53 L=79 S=0x00 I=39869 F=0x4000 T=64

2007-08-23 Thread Alexander E. Patrakov
martin f krafft wrote: I am staring at this log message: kernel: 7.0.0.1:53 L=79 S=0x00 I=39869 F=0x4000 T=64 and I cannot figure out what it's trying to tell me. Could someone please enlighten me? Looks like some DNS packet got logged by your firewall rules. -- Alexander E. Patrakov

Re: what does this mean: kernel: 7.0.0.1:53 L=79 S=0x00 I=39869 F=0x4000 T=64

2007-08-23 Thread Alexander E. Patrakov
martin f krafft wrote: also sprach Alexander E. Patrakov [EMAIL PROTECTED] [2007.08.23.1730 +0200]: I am staring at this log message: kernel: 7.0.0.1:53 L=79 S=0x00 I=39869 F=0x4000 T=64 and I cannot figure out what it's trying to tell me. Could someone please enlighten me? Looks like some

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-08-28 Thread Alexander E. Patrakov
. -- Alexander E. Patrakov - 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/

Re: Kernel oops with 2.6.21 while using cdda2wav cooked_ioctl (x64-64)

2007-04-27 Thread Alexander E. Patrakov
Ross Alexander wrote: Modules linked in: nvidia(P) Tainted:P With this, nobody will even look at your report. Please retry without proprietary modules. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Kernel oops with 2.6.21 while using cdda2wav cooked_ioctl (x64-64) [untainted]

2007-04-30 Thread Alexander E. Patrakov
? Is this reproducible on non-SMP kernels? -- Alexander E. Patrakov - 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/

Re: Question about initramfs

2005-03-14 Thread Alexander E. Patrakov
that the image is really an initramfs, not an initrd. -- Alexander E. Patrakov - 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

Re: current linus bk, error mounting root

2005-03-12 Thread Alexander E. Patrakov
? If that works, a bug (race) is officially in userspace. Sorry if all of the above is in fact just meaningless noise. -- Alexander E. Patrakov - 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

Re: Linux 2.6.20-rc7

2007-01-31 Thread Alexander E. Patrakov
as I can, but as I'm currently in the middle of job hunting it might take until the weekend. What's the proper way to make sure that the fix, when it appears, ends up in my inbox? -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: linux-2.6.13-mm1 fails to build

2005-09-05 Thread Alexander E. Patrakov
Alan Cox wrote: On Llu, 2005-09-05 at 14:17 +0600, Alexander E. Patrakov wrote: Hello, I tried to build linux-2.6.13-mm1 with the attached configuration, and it failed with: drivers/usb/serial/whiteheat.c: In function `rx_data_softint': drivers/usb/serial/whiteheat.c:1433: error

staging/zram: possible deadlock typo in error message

2012-12-26 Thread Alexander E. Patrakov
] [8107a200] ? __init_kthread_worker+0x70/0x70 -- Alexander E. Patrakov -- 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

Re: Rules on how to use sysfs in userspace programs

2007-06-09 Thread Alexander E. Patrakov
on ftp.kernel.org there are packages like pcmciautils that still link to libsysfs and contain things like #define PATH_TO_SOCKET /sys/class/pcmcia_socket/. Are they expected to be fixed? -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: ide0=noprobe, hda=noprobe, hda=none ignored?

2007-06-11 Thread Alexander E. Patrakov
/modprobe.conf in the initrd in order to get the result: options ide_core options=ide0=noprobe hda=noprobe hdb=noprobe If you don't use initrd, or have a non-modular IDE driver, please ignore this message. -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux

Re: Help needed: Partitioned software raid 2TB

2007-06-15 Thread Alexander E. Patrakov
debootstrap by hand, although they say that such setup is a bug (http://bugs.debian.org/401393). -- Alexander E. Patrakov - 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

Re: Help needed: Partitioned software raid 2TB

2007-06-16 Thread Alexander E. Patrakov
files are contiguous? [wild guess] Maybe they set up a raid1 /boot partition? -- Alexander E. Patrakov - 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

Re: Kernel utf-8 handling

2007-06-01 Thread Alexander E. Patrakov
, but copying-and-pasting with gpm doesn't work (the stable version of the CD, http://ums.usu.ru/~patrakov/x86/lfslivecd-x86-6.2-5.iso, contains a rejected-upstream kernel patch that hides the issue). This means that for all serious Unicode work, you must use X. -- Alexander E. Patrakov - To unsubscribe

Re: Kernel utf-8 handling

2007-06-01 Thread Alexander E. Patrakov
these fonts (fully switched to Xft). -- Alexander E. Patrakov - 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/

Re: man-pages-2.59 and man-pages-2.60 are released

2007-06-28 Thread Alexander E. Patrakov
? This way, LFS will be sure that the 2.60 version is always available as http://www.kernel.org/pub/linux/docs/manpages/Old/man-pages-2.60.tar.bz2 (even if it is in fact the latest version). Thanks in advance. -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux

Re: man-pages-2.59 and man-pages-2.60 are released

2007-06-28 Thread Alexander E. Patrakov
be downloaded from svn: svn co svn://svn.linuxfromscratch.org/ALFS/jhalfs/trunk jhalfs svn co svn://svn.linuxfromscratch.org/LFS/trunk/BOOK lfs -- Alexander E. Patrakov - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: man-pages-2.59 and man-pages-2.60 are released

2007-06-29 Thread Alexander E. Patrakov
months or so, thus a one-year period before moving tarballs to Old should be enough even for stable LFS books (and if we agree on that, I'll close http://wiki.linuxfromscratch.org/lfs/ticket/2037 as invalid). Thanks for cooperation. -- Alexander E. Patrakov - To unsubscribe from this list: send

Re: man-pages-2.59 and man-pages-2.60 are released

2007-06-29 Thread Alexander E. Patrakov
that directory). Thank you! -- Alexander E. Patrakov - 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/

Re: sis900 module causes kernel panic in 2.6.21.1 (fatal exception in interrupt)

2007-05-13 Thread Alexander E. Patrakov
/torvalds/linux-2.6.git;a=commitdiff_plain;h=dc5a144991ba803bc8afded105c9db1dea0e57ab -- Alexander E. Patrakov - 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

Re: dm(-crypt) and /dev/disk/by-label/

2007-05-14 Thread Alexander E. Patrakov
://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343671 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344040 Since the only known way to solve the above problems at that time was to prevent udev from looking at device-mapper, crypted devices don't show up in /dev/disk/by-label/ on your system. -- Alexander E

Re: [BUGFIX v2 0/4] fix bug 56531, 59501 and 59581

2013-06-18 Thread Alexander E. Patrakov
docking, as described in comments #6 - #8 of https://bugzilla.kernel.org/show_bug.cgi?id=59501 -- Alexander E. Patrakov -- 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

Re: [BUGFIX v2 0/4] fix bug 56531, 59501 and 59581

2013-06-21 Thread Alexander E. Patrakov
] pci_bus :16: busn_res: [bus 16] is released Is the re-dock attempt included? It doesn't seem to leave any trace ... It is, and indeed it left no traces. See the followup when I attached the result of manually rescanning the bus - you have already commented on the deadlock there. -- Alexander E

Re: [PATCH] ACPIPHP: fix device destroying order issue in handling dock notification

2013-06-11 Thread Alexander E. Patrakov
*)hp_work-context; + __handle_hotplug_event_func(hp_work-handle, hp_work-type, + hp_work-context); kfree(hp_work); /* allocated in handle_hotplug_event_func */ put_bridge(func-slot-bridge); } -- 1.8.1.2 -- Alexander E. Patrakov

Re: [PATCH] ACPIPHP: fix device destroying order issue in handling dock notification

2013-06-11 Thread Alexander E. Patrakov
in handle_hotplug_event_func */ put_bridge(func-slot-bridge); } -- Alexander E. Patrakov -- 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

Re: [PATCH] ACPIPHP: fix device destroying order issue in handling dock notification

2013-06-11 Thread Alexander E. Patrakov
2013/6/12 Jiang Liu liu...@gmail.com: On Wed 12 Jun 2013 12:51:59 AM CST, Alexander E. Patrakov wrote: 2013/6/11 Jiang Liu liu...@gmail.com: Hi Alexander, This is much more harder issue to resolve. Let's first work around this issue and check whether other things are OK. The patch below

Re: [PATCH] ACPIPHP: fix device destroying order issue in handling dock notification

2013-06-12 Thread Alexander E. Patrakov
2013/6/12 Alexander E. Patrakov patra...@gmail.com: 2013/6/12 Jiang Liu liu...@gmail.com: On Wed 12 Jun 2013 12:51:59 AM CST, Alexander E. Patrakov wrote: In the initially-docked case, it exhibits the following problem: when I press the undock button, only one PCI device disappears

Re: [PATCH] ACPIPHP: fix device destroying order issue in handling dock notification

2013-06-12 Thread Alexander E. Patrakov
there are no open fds. The mixer fd will be closed when it gets a -EIO, i.e. after the device goes away. If the above understanding is correct, I think that waiting for zero references should be at least questioned. -- Alexander E. Patrakov -- To unsubscribe from this list: send the line unsubscribe linux

Re: [BUGFIX 9/9] ACPI: use new helper functions to simpilify code

2013-06-13 Thread Alexander E. Patrakov
? -- Alexander E. Patrakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [BUGFIX 0/9] Fix bug 59501 and code improvement for dock driver

2013-06-13 Thread Alexander E. Patrakov
2013/6/13 Alexander E. Patrakov patra...@gmail.com: 2013/6/13 Jiang Liu jiang@huawei.com: Alexander E. Patrakov patra...@gmail.com reports two bugs related to dock station support on Sony VAIO VPCZ23A4R. Actually there are at least four bugs related to Sony VAIO VPCZ23A4R dock support. 1

Re: [BUGFIX 0/9] Fix bug 59501 and code improvement for dock driver

2013-06-13 Thread Alexander E. Patrakov
fed9-fed93fff : pnp 00:09 fee0-fee00fff : Local APIC fee0-fee00fff : reserved ffd8- : reserved 1-25fdf : System RAM 25fe0-25fff : RAM buffer You can compare them with other files from https://bugzilla.kernel.org/show_bug.cgi?id=56531 -- Alexander E. Patrakov

Re: [BUGFIX 0/9] Fix bug 59501 and code improvement for dock driver

2013-06-13 Thread Alexander E. Patrakov
2013/6/14 Yinghai Lu ying...@kernel.org: Is it a regression? No. -- Alexander E. Patrakov -- 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

Re: [BUGFIX 0/9] Fix bug 59501 and code improvement for dock driver

2013-06-13 Thread Alexander E. Patrakov
); acpiphp_sanitize_bus(bus); acpiphp_set_hpp_values(bus); acpiphp_set_acpi_region(slot); --- The patch helped, thanks. Note: I have tested it together with pci_move_pcibios_add_bus_down.patch, I don't know yet if pci_move_pcibios_add_bus_down.patch is needed. -- Alexander E. Patrakov

Re: [BUGFIX 0/9] Fix bug 59501 and code improvement for dock driver

2013-06-13 Thread Alexander E. Patrakov
, as that would surely hit https://bugzilla.kernel.org/show_bug.cgi?id=59681 and the hda_intel bug you mentioned in the first mail in this thread. Note that, for the initial series of patches, I still don't have any response to the lockdep warnings in https://lkml.org/lkml/2013/6/13/398 -- Alexander E

Re: [BUGFIX 2/9] ACPIPHP: fix device destroying order issue when handling dock notification

2013-06-14 Thread Alexander E. Patrakov
*/ -- Alexander E. Patrakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [BUGFIX v2 0/4] fix bug 56531, 59501 and 59581

2013-06-15 Thread Alexander E. Patrakov
2013/6/15 Alexander E. Patrakov patra...@gmail.com: Note that the snd_hda_intel bug somehow didn't manifest itself today, probably because the TV that is connected to the HDMI output of the radeon card was off and because Xorg never really tried to use the card. Well, it did. The sympthoms

Re: [BUGFIX v2 0/4] fix bug 56531, 59501 and 59581

2013-06-16 Thread Alexander E. Patrakov
2013/6/16 Jiang Liu liu...@gmail.com: On 06/15/2013 02:42 PM, Alexander E. Patrakov wrote: Both cases work, and exhibit similar backtraces in dmesg. So I am attaching a dmesg only from the first testcase. Please look for INFO: trying to register non-static key and for *ERROR* Memory manager

Re: [BUGFIX v2 0/4] fix bug 56531, 59501 and 59581

2013-06-17 Thread Alexander E. Patrakov
2013/6/17 Alexander E. Patrakov patra...@gmail.com: I am not 100% sure that the static key backtrace is the same in all cases. However, I do remember that it does appear both in the non-hotplug and hotplug cases. I will retest this after work, i.e. in ~12 hours. Tried again, failed

Re: [PATCH 0/3] ACPI / dock / PCI: Fix problems with dock and PCI hotplug

2013-06-23 Thread Alexander E. Patrakov
. -- Alexander E. Patrakov -- 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/

CIFS-related deadlock in 3.10-rc7

2013-07-07 Thread Alexander E. Patrakov
] [81171170] SyS_read+0x50/0xa0 [ 2164.132691] [81668e16] system_call_fastpath+0x1a/0x1f -- Alexander E. Patrakov -- 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

Re: [systemd-devel] [RFC v2 3/6] kthread: warn on kill signal if not OOM

2014-10-15 Thread Alexander E. Patrakov
information about stuck process Nitpick: this only works only if the stuck modprobe bug is 100% reproducible. Which is not a given. So it is better to collect as much information about the bug when it is noticed by systemd. -- Alexander E. Patrakov -- To unsubscribe from this list: send the line

Re: [RFC v2 6/6] pata_marvell: use async probe

2014-09-05 Thread Alexander E. Patrakov
: linux-kernel@vger.kernel.org Cc: One Thousand Gnomes gno...@lxorguk.ukuu.org.uk Cc: Oleg Nesterov o...@redhat.com Cc: Benjamin Poirier bpoir...@suse.de Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: patra...@gmail.com Reported-by: Alexander E. Patrakov patra...@gmail.com Signed-off-by: Luis R

Re: [systemd-devel] [RFC v2 3/6] kthread: warn on kill signal if not OOM

2014-09-10 Thread Alexander E. Patrakov
to XDC2014, LinuxCon Europe and Plumbers. I will take my laptop with me, feel free to see the situation firsthand or try debugging patches. -- Alexander E. Patrakov -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Haswell IOMMU bug that gets no response from maintainers

2016-04-06 Thread Alexander E. Patrakov
re and how do I escalate the bug? What other info (except DMAR dumps which are already in the bug) is needed? -- Alexander E. Patrakov

Re: current linus bk, error mounting root

2005-03-12 Thread Alexander E. Patrakov
efore the mkrootdev command? If that works, a bug (race) is officially in userspace. Sorry if all of the above is in fact just meaningless noise. -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: Question about initramfs

2005-03-14 Thread Alexander E. Patrakov
t understands this 5) Upon reboot, the kernel will automatically determine that the image is really an initramfs, not an initrd. -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majord

Re: linux-2.6.13-mm1 fails to build

2005-09-05 Thread Alexander E. Patrakov
Alan Cox wrote: On Llu, 2005-09-05 at 14:17 +0600, Alexander E. Patrakov wrote: Hello, I tried to build linux-2.6.13-mm1 with the attached configuration, and it failed with: drivers/usb/serial/whiteheat.c: In function `rx_data_softint': drivers/usb/serial/whiteheat.c:1433: error

[PATCH][TRIVIAL] Remove obsolete fat_cvf help text

2007-03-16 Thread Alexander E. Patrakov
The text removed by the following patch refers to functionality that never worked, to non-existing documentation file, and to mount options marked as obsolete in the module. Signed-off-by: Alexander E. Patrakov --- linux/fs/Kconfig2007-02-20 11:34:32.0 +0500 +++ linux/fs/Kconfig

[PATCH][TRIVIAL] Typo in usr/Kconfig

2007-03-16 Thread Alexander E. Patrakov
Signed-off-by: Alexander E. Patrakov --- linux/usr/Kconfig 2007-02-20 11:34:32.0 +0500 +++ linux/usr/Kconfig 2007-03-16 17:57:16.0 +0500 @@ -17,7 +17,7 @@ When multiple directories and files are specified then the initramfs image will be the aggregate

[PATCH][TRIVIAL] Fix path to modules.txt in Kconfig help

2007-03-16 Thread Alexander E. Patrakov
Documentation/modules.txt doesn't exist, but Documentation/kbuild/modules.txt does. Signed-off-by: Alexander E. Patrakov --- linux/drivers/mtd/devices/Kconfig 2007-02-20 11:34:32.0 +0500 +++ linux/drivers/mtd/devices/Kconfig 2007-03-16 18:18:35.0 +0500 @@ -49,8 +49,8

[PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
_base.codepage=cp866 * In both cases, writing into sysfs also works: echo -n koi8-r >/sys/module/nls_base/parameters/iocharset echo -n cp866 >/sys/module/nls_base/parameters/codepage Target: 2.6.22 Signed-off-by: Alexander E. Patrakov After applying, fix the defconfigs by removing CONFI

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: "Alexander E. Patrakov" <[EMAIL PROTECTED]> writes: * Removes CONFIG_FAT_DEFAULT_IOCHARSET, now CONFIG_NLS_DEFAULT is used for this purpose. This is because the correct setting of both must match the user's locale The some filesystems want to use u

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: "Alexander E. Patrakov" <[EMAIL PROTECTED]> writes: You allow to set any nls to codepage? If so, it is not good. I did this because it involved less changes. Only FAT treats codepage as a number. All other filesystems already allow arbitrary NLS as a

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-18 Thread Alexander E. Patrakov
io programs (otherwise, they won't talk about conversion errors). -- Alexander E. Patrakov - 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/

Re: yes --help (was: [PATCH] Sanitize filesystem NLS handling)

2007-03-19 Thread Alexander E. Patrakov
raphical rendering of it: http://www.linuxfromscratch.org/~alexander/test-results/yes--help-ja.png -- Alexander E. Patrakov - 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.or

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
or XP with Russian-specific settings, as described above. 6) Look what Windows finds on the floppy or flash. It is not the same filename you typed, but a sort of garbage (mojibake). -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
mount. Only the defaults are changed, but many distros set the default iocharset to either iso8859-1 or utf8, both of which are wrong for you. So you won't notice any regressions after my patch :) -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-19 Thread Alexander E. Patrakov
OGAWA Hirofumi wrote: "Alexander E. Patrakov" <[EMAIL PROTECTED]> writes: But, anyway, this is a separate issue that my patch doesn't attempt to correct. The conclusion so far is that we disagree, and that there are situations where using utf8 iocharset is the least

Re: [PATCH] vt: Expose system-wide UTF-8 default setting via sysfs

2007-04-02 Thread Alexander E. Patrakov
change. -- Alexander E. Patrakov - 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/

Re: [PATCH] 2.6.20.4 fix kernel panic on corrupted reiserfs directory

2007-04-05 Thread Alexander E. Patrakov
lepton wrote: Hi, When reading corrupted reiserfs directory data, d_reclen could be a negative number, then memcpy will overflow kernel stack. This can lead to kernel panic. The following patch adds a sanity check. (against 2.6.20.4) Is it possible to get a large positive number here

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
situation, isn't it? Or do you know any other example where it would clearly make sense to have different defaults for fat and smbfs? -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
hfs (FIXME: anything else?) use this. However, I have no hfs filesystems, and thus can't test my changes. Help from anyone who understands hfs code is welcome. In particular, what currently happens by default WRT the codepage? Where is the code responsible for this? -- Alexander E. Patrakov

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
Roman Zippel wrote: hfs has a codepage option as well Is it _currently_ useful at all? The problem is that the kernel has no nls modules for Mac codepages (e.g., MacRoman which is cp1). -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [PATCH] Sanitize filesystem NLS handling

2007-03-22 Thread Alexander E. Patrakov
s some work WRT hfs and ncpfs filesystems, as well as an improvement in handling of iocharset=utf8 in the fat filesystem. -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: Linux 2.6.20-rc7

2007-01-31 Thread Alexander E. Patrakov
ar does.) I will look into this as soon as I can, but as I'm currently in the middle of job hunting it might take until the weekend. What's the proper way to make sure that the fix, when it appears, ends up in my inbox? -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscri

Re: Help needed: Partitioned software raid > 2TB

2007-06-15 Thread Alexander E. Patrakov
debootstrap by hand, although they say that such setup is a bug (http://bugs.debian.org/401393). -- Alexander E. Patrakov - 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

Re: Help needed: Partitioned software raid > 2TB

2007-06-16 Thread Alexander E. Patrakov
files are contiguous? [wild guess] Maybe they set up a raid1 /boot partition? -- Alexander E. Patrakov - 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.h

Re: Rules on how to use sysfs in userspace programs

2007-06-09 Thread Alexander E. Patrakov
on ftp.kernel.org there are packages like pcmciautils that still link to libsysfs and contain things like #define PATH_TO_SOCKET "/sys/class/pcmcia_socket/". Are they expected to be fixed? -- Alexander E. Patrakov - To unsubscribe from this list: send the line "unsubscribe linux-kern

Re: ide0=noprobe, hda=noprobe, hda=none ignored?

2007-06-11 Thread Alexander E. Patrakov
wing or similar options into /etc/modprobe.conf in the initrd in order to get the result: options ide_core options="ide0=noprobe hda=noprobe hdb=noprobe" If you don't use initrd, or have a non-modular IDE driver, please ignore this message. -- Alexander E. Patrakov - To unsubscr

Re: Kernel utf-8 handling

2007-06-01 Thread Alexander E. Patrakov
, but copying-and-pasting with gpm doesn't work (the stable version of the CD, http://ums.usu.ru/~patrakov/x86/lfslivecd-x86-6.2-5.iso, contains a rejected-upstream kernel patch that hides the issue). This means that for all serious Unicode work, you must use X. -- Alexander E. Patrakov - To unsubscribe

Re: Kernel utf-8 handling

2007-06-01 Thread Alexander E. Patrakov
these fonts (fully switched to Xft). -- Alexander E. Patrakov - 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/

  1   2   >